Looking for details how to match a 95040 virgin to an original cluster IMMO ON. i dont want anyone to do it for me i would like to know what goes where cause when i make it manually in hxd the vin doesn show up right nor does the immo id. i will link all files (original Cluster 4b092981P, Virgin_95040 and my "edited one 95040chksm" i thought to be right.)
this is trying to use the pair command with eepromtool_04
C:\ME7>eepromtool_04 --in cluster.bin
Read in 2048bytes
Detected 2kb bin, parsing as a cluster eeprom (prevent this guessing by using --force)
WARNING: Cluster Code Block 1 and 2 do not match, this may indicate an error in the file, or a format not supported by this tool
WARNING: Cluster Code Block 1 and 3 do not match, this may indicate an error in the file, or a format not supported by this tool
WARNING: Cluster Code Block 2 and 3 do not match, this may indicate an error in the file, or a format not supported by this tool
WARNING: cannot decode VIN, try setting VIN to fix
WARNING: cannot decode ImmmoID
EEPROM Status:
- Type: Cluster
- VIN:
- SKC: 02553
- Cluster Code: 45 A4 B6 64 C8 E8 03
- Immo ID:
C:\ME7>eepromtool_04 --in virgin_95040.bin
Read in 512bytes
WARNING: cannot decode ImmmoID
EEPROM Status:
- Type: ECU_eeprom
- Version: Immo2
- VIN: XXXXXXXXXXXXXXXXX
- SKC: 065535
- Immobiliser: Off
- Checksum: Invalid Checksum
- Size: 512bytes
- Cluster Code: 00 00 00 00 00 00 00
- P0601 DTC: not set
- Immo ID:
- Softcoding ID: 65535
- Tuner Tag:
- Flash Programming (successful): 0
- Flash Programming (attempts): 0
C:\ME7>eepromtool_04.exe --in cluster.bin --out paired95040.bin --pair Virgin_95040.bin
Read in 2048bytes
Detected 2kb bin, parsing as a cluster eeprom (prevent this guessing by using --force)
WARNING: Cluster Code Block 1 and 2 do not match, this may indicate an error in the file, or a format not supported by this tool
WARNING: Cluster Code Block 1 and 3 do not match, this may indicate an error in the file, or a format not supported by this tool
WARNING: Cluster Code Block 2 and 3 do not match, this may indicate an error in the file, or a format not supported by this tool
WARNING: cannot decode VIN, try setting VIN to fix
WARNING: cannot decode ImmmoID
Read in 512bytes
WARNING: cannot decode ImmmoID
Setting VIN to XXXXXXXXXXXXXXXXX
WARNING: Cluster Code Block 1 and 2 do not match, this may indicate an error in the file, or a format not supported by this tool
WARNING: Cluster Code Block 1 and 3 do not match, this may indicate an error in the file, or a format not supported by this tool
WARNING: Cluster Code Block 2 and 3 do not match, this may indicate an error in the file, or a format not supported by this tool
WARNING: cannot decode ImmmoID
ERROR: VIN number must be 14 characters
ERROR: Could not set Immo ID
Traceback (most recent call last):
File "eepromtool_04.py", line 794, in <module>
File "eepromtool_04.py", line 782, in main
File "eepromtool_04.py", line 631, in pair
File "eepromtool_04.py", line 620, in setImmoID
NameError: global name 'exit' is not defined
[8568] Failed to execute script eepromtool_04