bamofo
|
|
« Reply #15 on: May 25, 2021, 09:47:38 AM »
|
|
|
Read the car where do I go from here to make changes Sent from my CPH1931 using Tapatalk Read your rom. Share it here ill help.
|
|
|
Logged
|
|
|
|
Rick81
Full Member
Karma: +0/-11
Offline
Posts: 92
|
|
« Reply #16 on: May 25, 2021, 12:06:05 PM »
|
|
|
Read your rom. Share it here ill help.
The screenshot I've taken is the rom I've just read? Sent from my CPH1931 using Tapatalk
|
|
|
Logged
|
|
|
|
BlackT
|
|
« Reply #17 on: May 26, 2021, 12:57:54 AM »
|
|
|
The screenshot I've taken is the rom I've just read?
Sent from my CPH1931 using Tapatalk
Kwp2000 Flashing Set memory layout to 800Bb Read full flash Save file
|
|
|
Logged
|
|
|
|
Rick81
Full Member
Karma: +0/-11
Offline
Posts: 92
|
|
« Reply #18 on: May 26, 2021, 01:00:12 AM »
|
|
|
Hi hopefully ive saved a bin file as well as a xml
|
|
|
Logged
|
|
|
|
Rick81
Full Member
Karma: +0/-11
Offline
Posts: 92
|
|
« Reply #19 on: May 26, 2021, 01:02:22 AM »
|
|
|
Kwp2000 Flashing Set memory layout to 800Bb Read full flash Save file
Hiya ive managed to do it and it was fast at downloading too
|
|
|
Logged
|
|
|
|
bamofo
|
|
« Reply #20 on: May 26, 2021, 10:40:55 AM »
|
|
|
Hiya ive managed to do it and it was fast at downloading too
Unfortunately that is the "ecu information" piece not the read of your rom. rom will be 1024kb
|
|
|
Logged
|
|
|
|
Rick81
Full Member
Karma: +0/-11
Offline
Posts: 92
|
|
« Reply #21 on: May 26, 2021, 11:59:36 AM »
|
|
|
Unfortunately that is the "ecu information" piece not the read of your rom. rom will be 1024kb
I pressed read ecu and it did it quickly . Where did I go wrong Sent from my CPH1931 using Tapatalk
|
|
|
Logged
|
|
|
|
paddy26
Newbie
Karma: +0/-0
Offline
Posts: 10
|
|
« Reply #22 on: May 26, 2021, 12:22:32 PM »
|
|
|
Where did I go wrong
Did you read the how-to guide linked in post #11?
|
|
|
Logged
|
|
|
|
Rick81
Full Member
Karma: +0/-11
Offline
Posts: 92
|
|
« Reply #23 on: May 26, 2021, 10:29:21 PM »
|
|
|
Kwp2000 Flashing Set memory layout to 800Bb Read full flash Save file
Thankyou . I'm on it now
|
|
|
Logged
|
|
|
|
Rick81
Full Member
Karma: +0/-11
Offline
Posts: 92
|
|
« Reply #24 on: May 26, 2021, 10:31:23 PM »
|
|
|
Did you read the how-to guide linked in post #11?
No I must of missed it . It's downloading now Sent from my CPH1931 using Tapatalk
|
|
|
Logged
|
|
|
|
Rick81
Full Member
Karma: +0/-11
Offline
Posts: 92
|
|
« Reply #25 on: May 26, 2021, 11:26:40 PM »
|
|
|
Done it
|
|
|
Logged
|
|
|
|
Rick81
Full Member
Karma: +0/-11
Offline
Posts: 92
|
|
« Reply #26 on: May 27, 2021, 12:03:25 AM »
|
|
|
Done it
I've tried looking at the file in hex editor. The text is not readable . How do I see what I'm looking for . In my case secondary air pump ? Thanks for your time in helping Sent from my CPH1931 using Tapatalk
|
|
|
Logged
|
|
|
|
paddy26
Newbie
Karma: +0/-0
Offline
Posts: 10
|
|
« Reply #27 on: May 27, 2021, 01:10:09 AM »
|
|
|
I've tried looking at the file in hex editor. The text is not readable . How do I see what I'm looking for . In my case secondary air pump ?
Thanks for your time in helping
Sent from my CPH1931 using Tapatalk
Read the guide I linked in post #11. It only takes 30mins to read and it has the answers you need.
|
|
|
Logged
|
|
|
|
Sandstorm3k
|
|
« Reply #28 on: May 27, 2021, 01:33:18 AM »
|
|
|
I'll help out for a bit, with all the info on the forum such problems are easily solved.
I've looked at your bin and found your ESKONF at 0x10BA2
00 30 BF FC 00 03 C3 FF AA FA FA FF CC 4.2 V8 ESKONF configuration is on the forum, using this knowledge we only need to change bit 5 like so; 00 30 BF FC 30 03 C3 FF AA FA FA FF CC (bit five 00 00 00 00 becomes 00 11 00 00)
Now all you need to do to complete this delete is find MSLUB and MSLBAS and then zero them out. (alternatively CDSLS and CWKONABG will work too but is not preferred for a full delete). Finding these two will also probably be extremely easy as you really only need to compare with a known defined file.
All this info comes pretty much straight from the forums and wiki, you just need to find it.
|
|
|
Logged
|
|
|
|
Rick81
Full Member
Karma: +0/-11
Offline
Posts: 92
|
|
« Reply #29 on: May 27, 2021, 01:35:02 AM »
|
|
|
I'll help out for a bit, with all the info on the forum such problems are easily solved.
I've looked at your bin and found your ESKONF at 0x10BA2
00 30 BF FC 00 03 C3 FF AA FA FA FF CC 4.2 V8 ESKONF configuration is on the forum, using this knowledge we only need to change bit 5 like so; 00 30 BF FC 30 03 C3 FF AA FA FA FF CC (bit five 00 00 00 00 becomes 00 11 00 00)
Now all you need to do to complete this delete is find MSLUB and MSLBAS and then zero them out. (alternatively CDSLS and CWKONABG will work too but is not preferred for a full delete). Finding these two will also probably be extremely easy as you really only need to compare with a known defined file.
All this info comes pretty much straight from the forums and wiki, you just need to find it.
Thankyou. Don't I need a definition Sent from my CPH1931 using Tapatalk
|
|
|
Logged
|
|
|
|
|