View Single Post
      05-24-2017, 12:05 PM   #214
6ixSpd
Save the manuals!
6ixSpd's Avatar
6015
Rep
6,745
Posts

Drives: '16 M3, '23 718 Spyder
Join Date: Feb 2016
Location: 416

iTrader: (4)

Quote:
Originally Posted by Pierre26 View Post
Just for the first problem you didn't cut the file from the right place !!, beginning with 01 01 20 1b when this must be 00
SO retry finding the right place with 01 01 00 1b if I remember correctly this is the first one
IF this is the usual 1b length (319 bytes) you must see just before that all these data: 1B 00 01 3F 01 00 00 01 01 1B
This means 013F length in Hex or 139 in decimal, the length is repeated an the end of the data.
Some have 42 01 and means that the length is 322 bytes.
I think you have the 319 one as you reached to have your Fsc before, so verify the right cut.
If you don't want a new asked Fsc for the next map just put FF in the index.
Sample of a Fsc.bat script where 2D is for North America and FF LifeTime index and where all yours Files are in C:\EC-APPS\ (location without any space )
Code:
ECHO OFF
CLS
IF NOT EXIST fsc.exe ECHO File fsc.exe NOT FOUND  !
IF NOT EXIST a.hex ECHO a.hex does NOT EXIST !
C:\EC-APPS\Fsc.exe a.hex 0x2D 0xFF > Code.txt
IF %ERRORLEVEL% EQU 0 ECHO File code.txt was created successfully!
PAUSE
I have attached the original SWT file in this post. I actually did cut it at 01 01 00 1B so I'm not sure where I made the mistake? If you could have a look that would be fantastic
Attached Files
File Type: txt X1 generalPersistencyData_DiagnosticSWTController.txt (8.1 KB, 168 views)
__________________
'16 M3 | '23 718 Spyder


Past: E92 M3, F87 M2, E39 M5, etc
Appreciate 0