PDA

View Full Version : Pcr2.1 eep - How i can know if the eeprom is locked or unlocked ?



CHIPTUNINGDZ
13th March, 2018, 07:34 PM
Hello everyone
how i can know if the eeprome file was unlocked before ?
i'm trying a lot of tests and comparing, without results

for exemple :
to unlock it ( 0024A-00252 )

DE161A9443B211E2 XOR FFFFFFFFFFFFFFFF = 21E9E56BBC4DEE1D
so
21E9E56BBC4DEE1D XOR FFFFFFFFFFFFFFFF = DE161A9443B211E2

how i can detect if the eeprom file binary is unlocked before ?

voltechcar
13th March, 2018, 08:03 PM
kess by obd

CHIPTUNINGDZ
13th March, 2018, 08:24 PM
kess by obd
i know
but i want to do that with winols
how kess do that ? how it can determine if the eeprom is locked or not

voltechcar
13th March, 2018, 09:30 PM
I dont know, I use new protocool by obd, not need unlock ecu.

teerak2uk
13th March, 2018, 10:07 PM
Id it by obd

morgano
14th March, 2018, 01:40 AM
There is a measurement block in diagnose who answers if the ecu is unlocked or not. Kess read from there. Is not possible just by eeprom dump determine if the eeprom is locked or already unlocked.

dtip
14th March, 2018, 03:00 AM
In vcds in advanced measuring blocks you can search for "sample"

X_ECU_TYPE-LVSWMD_ISSAMPLEMODE ---> PRODUCTION = locked
X_ECU_TYPE-LVSWMD_ISSAMPLEMODE ---> SAMPLE = unlocked

or check measuring block 497 or 359...

i guess that is what kess also do automaticly when id-ed to tell you if it is locked or unlocked, it does not read eeprom content over obd if thought that

morgano
14th March, 2018, 09:15 AM
In vcds in advanced measuring blocks you can search for "sample"

X_ECU_TYPE-LVSWMD_ISSAMPLEMODE ---> PRODUCTION = locked
X_ECU_TYPE-LVSWMD_ISSAMPLEMODE ---> SAMPLE = unlocked

or check measuring block 497 or 359...

i guess that is what kess also do automaticly when id-ed to tell you if it is locked or unlocked, it does not read eeprom content over obd if thought that

Exactly!!!!!

ohkarol
14th March, 2018, 10:57 AM
write modified file, if not starts then its locked ;)

sdtsedat
14th March, 2018, 11:01 AM
write modified file, if not starts then its locked ;)

And how to recover ecu ?

ohkarol
14th March, 2018, 11:10 AM
flash original file back

sdtsedat
14th March, 2018, 11:11 AM
flash original file back

It doesn't reflash it.. I have done this and need flash SGO.. Ecu was bricked

michaga
14th March, 2018, 11:14 AM
And how to recover ecu ?

I think you can write ori file whether the ecu is locked or not. But I am not pretty sure because I did not have to try it :)

teamtuner
14th March, 2018, 03:01 PM
write modified file, if not starts then its locked ;)
this is a good joke...

teamtuner
14th March, 2018, 03:03 PM
Hello everyone
how i can know if the eeprome file was unlocked before ?
i'm trying a lot of tests and comparing, without results

for exemple :
to unlock it ( 0024A-00252 )

DE161A9443B211E2 XOR FFFFFFFFFFFFFFFF = 21E9E56BBC4DEE1D
so
21E9E56BBC4DEE1D XOR FFFFFFFFFFFFFFFF = DE161A9443B211E2

how i can detect if the eeprom file binary is unlocked before ?
make id with fgtech...will tell you on the screen if ecu is locked or unlocked

CHIPTUNINGDZ
14th March, 2018, 07:45 PM
In vcds in advanced measuring blocks you can search for "sample"

X_ECU_TYPE-LVSWMD_ISSAMPLEMODE ---> PRODUCTION = locked
X_ECU_TYPE-LVSWMD_ISSAMPLEMODE ---> SAMPLE = unlocked

or check measuring block 497 or 359...

i guess that is what kess also do automaticly when id-ed to tell you if it is locked or unlocked, it does not read eeprom content over obd if thought that


thanks for this informations
so
there are some blocks or data in the dump file (algo) to compare it with the 8 bytes of the eeprom
because i want to do that manually

SportKnight
14th March, 2018, 11:01 PM
kess and mpps do it in ecuid

krzysdro1974
15th March, 2018, 07:44 PM
Find the PCR Unlocker program on the network.
Use it to unlock the file and compare both files.

Kris

morgano
16th March, 2018, 03:29 AM
Find the PCR Unlocker program on the network.
Use it to unlock the file and compare both files.

Kris

Wtf!

Have you read entrire thread or just jumped in to say first thing that pass over your mind?

How can this help you decide which of the two eeprom dumps is the locked one and ehich one the unlocked if you don't know state before applying the unlocker???