#
MED17.5 - TC1766
Does not need to be opened
- Connect to Thing and identify.
- Write down the flash count.
- Connect to AutoTuner.
- Bench read ECU.
- The file you need won’t save where you tell it to. AutoTuner will tell you where it saved the other zip file. View the zip file before extracting and note whether dflash0 or dflash1 has a larger compressed size. Then extract.
- Import whichever dflash was bigger (to WinOLS or XHD).
- Convert the flash counters (the ones read with Thing) into hex and search the binary for that string of hex (“flash attempts” “flash successes”).
- Rewrite the flash counters to 01 or 00 and export the file.
- Repair checksums using the EDCImmo tool.
- Turn the Immobilizer off.
- Save the Immo-Off/Checksummed file to the same place and name as the dflash file you opened to make these changes, compress and write to the ECU.
- Connect to Thing and identify. Make sure flash counters have been reset.
- Flash a stock file for that box code.
- Repeat steps 3-5.
- Repeat steps 10-12 but turn Immobilizer “On” instead of “Off”
#
MED17.1 - TC1796
Does not need to be opened
- Connect to Thing and identify.
- Write down the flash count.
- Connect to KTag (must be ran on a Virtual Machine since our firewall does not permit the KSuite to run).
- Read Backup using the GPT protocol (not TPROT).
- Open the EEPROM (.EPR file) in WinOLS or HxD.
- Search the binary for the flash counter string of hex that you recorded from Thing (“flash attempts” “flash successes”) (Flash attempts should be 5 pairs of hex and successful flashes should also be 5 pairs of hex)
- Ex. A Thing read that looks like this:
Programming Attempts: 0x64/0x33/0x33/0x64/0x33 Successful Flashes: 0x64/0x33/0x33/0x33/0x33 - Would need a search that looks like this:
64 33 33 64 33 64 33 33 33 33 - Rewrite the flash counters to 01 or 00.
- Add check sums with WinOLS and export. (With HxD, import and run checksums with the EDC17Immo tool. Correct checksums and recheck).
- Connect to Thing and identify. Make sure flash counters have been rese