Search found 5 matches

by Tmod
Fri Feb 26, 2021 7:19 pm
Forum: TunerPro Discussion
Topic: Xdf creation
Replies: 2
Views: 2434

Re: Xdf creation

Are you assigning the same X & Y data as you have in ECM Titanium?
by Tmod
Fri Feb 05, 2021 8:03 pm
Forum: TunerPro Discussion
Topic: TP Checksum plugin
Replies: 6
Views: 5167

Re: TP Checksum plugin

Ok I may be missing something here but trying to slim down my mess of a code I used to arrive at a correct checksum. Ashampoo_Snap_2021.02.05_20h52m29s_001_.png So looking at the first 2 bytes (50 7F) the checksum of those two using 'sum' is 7F 50 using little endian 16 byte, 50 7F using big endian ...
by Tmod
Wed Jan 27, 2021 10:35 am
Forum: TunerPro Discussion
Topic: TP Checksum plugin
Replies: 6
Views: 5167

Re: TP Checksum plugin

Yeah this is a bit of a oddity on calculating the checksum, I would like to have a custom checksum plugin for this but I know nothing about coding so that leaves that one out. But can't argue with success as now after your suggestion I went back and made a few more checksums and even made one to cle...
by Tmod
Tue Jan 26, 2021 11:59 am
Forum: TunerPro Discussion
Topic: TP Checksum plugin
Replies: 6
Views: 5167

Re: TP Checksum plugin

Hey Dex, I tried that and it ended up giving me some other hex bytes that were not even close to what the checksum is. That stumped me as it should have reversed the two that I had to begin with and not calculate two new ones. I just saved another bin and with LSB First checked I got the following, ...
by Tmod
Tue Jan 26, 2021 7:55 am
Forum: TunerPro Discussion
Topic: TP Checksum plugin
Replies: 6
Views: 5167

TP Checksum plugin

Hi, I have used the TP Checksum plugin to calculate 3 different checksums in a bin file. However they are swapped from a correct checksum. Example: Correct bootloader checksum is 50 7F but when TP calculates it is shown as 7F 50, Correct cal tables is F6 28 but is shown as 28 F6 after TP, Correct so...