PDA

View Full Version : Algorithm Help. 2018 colorado



joshp
15th June, 2021, 09:17 AM
Hello all,

Im all for learning code algorithm's would any care to explain the BCM odometer code for Holden (CHEVROLET) Colorado 2018? I can normally figure code out from others bin file changes, but this has me scratching my head.

e.g

226,000kms

0xF7 - 00 B4 DC 00
0x166 - 00 B4 DC 00
0x1C4 - 00 B4 DC 00

PLEASE HELP ME GROW

drpeter
15th June, 2021, 10:03 AM
Hello all,

Im all for learning code algorithm's would any care to explain the BCM odometer code for Holden (CHEVROLET) Colorado 2018? I can normally figure code out from others bin file changes, but this has me scratching my head.

e.g

226,000kms

0xF7 - 00 B4 DC 00
0x166 - 00 B4 DC 00
0x1C4 - 00 B4 DC 00

PLEASE HELP ME GROW
Really? You better stop with this, this is the most simple calc ever.... Buy a tool

joshp
15th June, 2021, 10:12 AM
Thanks sir!
Just trying to learn most likely over thinking it. any advice would be appreciated. i have tools but like to learn how it works also rather then trusting it. like reading dumps to make sure there correct before making changes ect?

clusters
15th June, 2021, 01:53 PM
00 b4 dc 00 inverted
00 dc b4 00 to decimal = 14464000
divide by 64 = 226000

joshp
15th June, 2021, 06:21 PM
Thank you mate