I'm trying to find 24412 km in speedometer.
I do not understand about Hex-Code.
Who knows? How to find address of 24412 Mileage.
You can download bin file to help me. >>>
24c16 Chip in speedometer
24c16 Chip in speedometer
- Attachments
-
- ScreenShot001.jpg (525.77 KiB) Viewed 5255 times
Last edited by kissubin on Tue Sep 26, 2017 6:33 pm, edited 1 time in total.
-
ArT
- Posts: 1602
- Joined: Wed Mar 25, 2015 8:54 am
- Location: Warsaw, Poland
- Has thanked: 61 times
- Been thanked: 171 times
Re: 24c16 Chip in speedometer
24112 km in dec is equal to 5E 30 in hex.
This value is available in your bin in few places (addresses 0x10FFE, 0x71253, 0xE3D50, 0xE68A9, 0xE6925, 0xF6550, 0x122EFB, 0x139BBC) so you will need try to find more information (e.g. on other forums) or try to experiment. If you would like to experiment than make a copy and you can try to replace each of this value with slightly higher mileage, e.g. 0x5F40 (24384km) and observe if anything has changed.
PS. in windows 7 and above you have windows calculator with "programmer mode" where you can easy replace decimal to hex and vice versa.
This value is available in your bin in few places (addresses 0x10FFE, 0x71253, 0xE3D50, 0xE68A9, 0xE6925, 0xF6550, 0x122EFB, 0x139BBC) so you will need try to find more information (e.g. on other forums) or try to experiment. If you would like to experiment than make a copy and you can try to replace each of this value with slightly higher mileage, e.g. 0x5F40 (24384km) and observe if anything has changed.
PS. in windows 7 and above you have windows calculator with "programmer mode" where you can easy replace decimal to hex and vice versa.