Skip to content
Install the CameraLoops App

Browse CameraLoops via the app. Learn more.

www.CameraLoops.ru

Use the CameraLoops full-screen app on your home screen with push notifications, badges and more.

To install the CameraLoops app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install the CameraLoops app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to correct checksum after editing GM's calibration files

Featured Replies

  • Contributor

Whhat option in SPAT do i need to use? its a .bin file and cant find any option to zip that back so its like a original sps cache file

  • Replies 110
  • Views 16.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Eric Ellison
    Eric Ellison

    Nice info Mr Troy, but if I may offer some advice the windows Calculator has a Programmer mode that easily takes the last four of Big-Endian HEX checksum(highlight all bytes except the first two of .b

  • The way I find the easiest is to set the first two bytes in the file to FF FF, calculate the big-endian 16-bit, take the last 4, i.e. 2F B5, use the Hex Calculator to do FFFF - 2FB5, giving us a resul

  • Mindaugas Cernius
    Mindaugas Cernius

    The checksum calculation can be different for everyone. For example, in BCM Opel using 16-bit Big-Endian, you need to add 8000 to the resulting result to get the correct checksum. We get Buick's check

Posted Images

  • GM Car Hacking Expert
  • Contributor
On 10/11/2024 at 4:42 PM, Dan79 said:

Whhat option in SPAT do i need to use? its a .bin file and cant find any option to zip that back so its like a original sps cache file

spat, create a new archive. follow the text in the window and make your own files.

  • Contributor

have a HMI file and what i can see its uses big endian, i get 1288 as checksum on this  file, can anyone confirm that?

I get error when i run the archive in dps 

84229478USA2.5.bin

  • GM Car Hacking Expert
  • Contributor
7 minutes ago, Dan79 said:

have a HMI file and what i can see its uses big endian, i get 1288 as checksum on this  file, can anyone confirm that?

I get error when i run the archive in dps 

84229478USA2.5.bin 565 B · 0 downloads

check this

 

 

  • Contributor
3 minutes ago, Arbe_gtc said:

i have read that several times and followed the directions how to create the checksum  but i dont think im getting it right, can you check if the cheksum i got 1288 is correct for the file ?

 

 

On 10/11/2024 at 4:05 PM, Arbe_gtc said:

use SPAT option in DPS to create the package

 

  • GM Car Hacking Expert
  • Contributor

the checksum of this  file es A4 5E, read again my message, HMI uses little

  • Contributor
5 minutes ago, Arbe_gtc said:

the checksum of this  file es A4 5E, read again my message, HMI uses little

When i try little endian i get 5ea3 then +1    5EA4

Hex value:
5ea3 + 1 = 5EA4

  • Contributor
1 minute ago, Dan79 said:

When i try little endian i get 5ea3 then +1    5EA4

Hex value:
5ea3 + 1 = 5EA4

Sorry now i can see that it most swap so A4 first then 5E, right?

  • GM Car Hacking Expert
  • Contributor
2 minutes ago, Dan79 said:

Sorry now i can see that it most swap so A4 first then 5E, right?

you need swap it, yes

 

  • Contributor
11 minutes ago, Arbe_gtc said:

you need swap it, yes

 

Thx will test that tomorrow

 

  • Contributor

Is it possible to get 068B as hex and then with +1 its only 68C  so missing one nummber? or do i use C068?

  • GM Car Hacking Expert
  • Contributor
On 8/30/2024 at 10:23 PM, Mindaugas Cernius said:

Hello colleagues. After calculating the CheckSum I got the result f2, how do I write the first four bytes?

 

On 8/31/2024 at 12:26 AM, Robi_X said:

00

@Dan79 same with 3 bytes.

  • Contributor

so 68C becomes  8C 00  for the hmi file?

  • Contributor
11 minutes ago, Dan79 said:

so 68C becomes  8C 00  for the hmi file?

123=0123

12=0012

2=0002

 

  • Contributor

Hi tested this on 2.0 hmi to see if its the same and its very simular  but the 3rd bit is almost always wrong , like on the attached file if i ran the checksum i get 5914  but checksum is 5994   , tried on several files and always the 3rd is off like if oem is 4BE6 I GET 4B06   , do you know why this is , it uses little also

23154070.bin

  • GM Car Hacking Expert
  • Contributor

i dont know what is your problem...

 

image.png.5bd053332d35b7996651b9900e267915.png

  • Contributor

if you try to calculate thechecksum on this original file you will get 5914  and not 5994 like it should be , try your self and you will see you will get 1458+1=1459  so 5914  and thats wrong , thats why i wonder why 

  • GM Car Hacking Expert
  • Contributor
8 minutes ago, Dan79 said:

if you try to calculate thechecksum on this original file you will get 5914  and not 5994 like it should be , try your self and you will see you will get 1458+1=1459  so 5914  and thats wrong , thats why i wonder why 

i got the correct checksum, you can see it in the previous image

  • Contributor

please show me the steps as i cant get the correct one at all , im stuiped i know:)

  • Contributor

the NOT of 6BA7 i get 1458 then +1 =1459      and thats 5914

  • GM Car Hacking Expert
  • Contributor
1 hour ago, Dan79 said:

the NOT of 6BA7 i get 1458 then +1 =1459      and thats 5914

I dont know how you get 1458

 

image.png.59e080b8572405a5ccfef76a5954dba9.png

  • Contributor

That i understand ,please try this file and tell me what the cheksum is , i have edited  so the first bits are not correct know, i want to check if we get to same conclusion , if i go trough all the steps to check cheksum (little) i get BB2B for this file.

23648990.bin

  • GM Car Hacking Expert
  • Contributor
17 minutes ago, Dan79 said:

That i understand ,please try this file and tell me what the cheksum is , i have edited  so the first bits are not correct know, i want to check if we get to same conclusion , if i go trough all the steps to check cheksum (little) i get BB2B for this file.

23648990.bin 915 B · 0 downloads

this file its the same

  • Contributor

sorry here is it , i get BBAB on this one

23154070.bin

  • GM Car Hacking Expert
  • Contributor

yes i get also BBAB

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Popular Members

  1. hassan77h
    +hassan77h
    26
  2. Troy
    Troy
    24
  3. uglyoldbastard
    +uglyoldbastard
    12
  4. regloops
    +regloops
    10
  5. GM-Enthusiast
    +GM-Enthusiast
    7

CameraLoops™
Powered by Art
All Trademarks appearing on this website are the property of their respective owners.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.
CameraLoops members who viewed this content
kobrak16 chicking thxx VS VIPER Andy_san Firestars Dog VoltGuru saad_dubai Enterlan bright liang Arbe_gtc Lulu JandJSpeedShop PixelTheKWolf Mikluha_Maklay kosta Pasha Kamilmichu kev789 Encrypted Owner