PDA

View Full Version : Change km manually without any software



ibratex
27th October, 2015, 08:10 PM
hello mates i would like to open a thread about manual calculation of mileage

FxShaw
27th October, 2015, 08:13 PM
Its under programmer not scientific.

jr59
27th October, 2015, 08:17 PM
oh my good!!!!

ibratex
27th October, 2015, 08:18 PM
WINDOWS XP CALC IS LIKE THIS IN ATTACHMENT , I DONT KNOW ABOUT OTHER

338199

FxShaw
27th October, 2015, 08:20 PM
Ohhh..got ya well.... windows 7 is different.

ibratex
27th October, 2015, 08:24 PM
ANY OTHER EXAMPLE ?

PremierD
27th October, 2015, 08:33 PM
:eek: ... windows calc ... well go to the foot of our stairs .... lol

ibratex
27th October, 2015, 08:45 PM
THIS POST IS COPIED ONLINE

This method how to change km for Peugeot 207 2010 Bsi Control johnson with eeprom 95128

1st varianthttp://cartechnology.co.uk/images/smilies/under.gif
for exemple we need 50.000km
set the calculator Dec
50000 *10 = 500000 ;
500000 To Dec = 07 A1 20 hex ;
07 A1 20 hex = > Not F8 5E DF ;
So the km is F8 5E DF

this 2nd variant to calc same value http://cartechnology.co.uk/images/smilies/nerd.gif
km + add 0 = 500000 > 07A120 hex > Not F8 5E DF
Done same value above

write the value 8 times, start from line h0x4c03

NOTE: just Write FF before The km FFF8 5E DF

Job Done

DashProg
27th October, 2015, 08:49 PM
WINDOWS XP CALC IS LIKE THIS IN ATTACHMENT , I DONT KNOW ABOUT OTHER

338199


win 7 calc ex 338204

ibratex
27th October, 2015, 09:02 PM
This Method how To change Peugeot 308 2012 with JC BSI 95128 and Continental Dash 93C66.

in the bsi you can use nyo4 For change km by insert know km in table
for exaample 50.000

Now come on to calc the km in the Dash manually

50.000 *10 = 500000 to hex 7A120 > swap = 20A107 Not FFFFFFFF = FFDF5EF8

now replace the 1st/2nd value in column 1 20A107 and column 2 DF5EF8

0x00: 0C A2 20 A1 07 00 DF 5E F8 FF 20 A1 07 00 DF 5E F8
0x10: FF 20 A1 07 00 DF 5E F8 FF 20 A1 07 00 DF 5E
0x20: F8 FF 00 00 00 00 00 00 00 00 00 01 09 01 F8 00

jr59
27th October, 2015, 09:25 PM
I hurt,
in my head!

PremierD
27th October, 2015, 09:29 PM
:roflmao: .................................

Frankcar
7th November, 2016, 10:58 AM
and this metod ( thanks of Dr zoidberg (http://www.digital-kaos.co.uk/forums/member.php/452104-Dr-zoidberg) )
Mate, Algorithm kia cerato Denso, same toyota yaris 93c56 etc....

1=e
2=d
3=c
4=b
5=a
6=9
7=8
8=7
9=6
0=f

107000 = EF 8F FF , inverted FF 8F EF X 3 line 60.

http://www.digital-kaos.co.uk/forums/showthread.php/557392-Cerato?p=2885710&viewfull=1#post2885710

hoangtu
7th November, 2016, 11:16 AM
and this metod ( thanks of Dr zoidberg (http://www.digital-kaos.co.uk/forums/member.php/452104-Dr-zoidberg) )
Mate, Algorithm kia cerato Denso, same toyota yaris 93c56 etc....

1=e
2=d
3=c
4=b
5=a
6=9
7=8
8=7
9=6
0=f

107000 = EF 8F FF , inverted FF 8F EF X 3 line 60.

http://www.digital-kaos.co.uk/forums/showthread.php/557392-Cerato?p=2885710&viewfull=1#post2885710
yes it is all DENSO code! I posted up a long time ago!
93C46 line08 x 3 time
93C56 line63 x 3 time
93C66 line12 & 62 x 3 time!

intell
7th November, 2016, 12:14 PM
and this metod ( thanks of Dr zoidberg (http://www.digital-kaos.co.uk/forums/member.php/452104-Dr-zoidberg) )
Mate, Algorithm kia cerato Denso, same toyota yaris 93c56 etc....

1=e
2=d
3=c
4=b
5=a
6=9
7=8
8=7
9=6
0=f



Easier way for multiple records is ...
(first character) xor (F) = (second character)

Example ...
4h xor Fh = Bh
5h xor Fh = Ah

Regards !

hcip
7th November, 2016, 03:50 PM
easiest way to calculate is to post dump or asking scripts:chuncky:

Dr. Zoidberg
7th November, 2016, 03:57 PM
easiest way to calculate is to post dump or asking scripts:chuncky:

Anyway, I compared files, WinCal, and a cup of coffee.
I also send private message. :party:

hcip
7th November, 2016, 04:13 PM
example to get 153250 km Follow the instruction
you will get FFEACDAF

now swap bytes EACDAF= AFCDEA

Now Write AFCDEA three time in line @10




For calculation of 153251KM up in this procedure, in new Denso algo the mileage will freeze and not add

ibratex
7th November, 2016, 04:19 PM
For calculation of 153251KM up in this procedure, in new Denso algo the mileage will freeze and not add
On what way it will not freeze ...thank you hcip :)

Sent from my SM-G900H using Tapatalk

hcip
7th November, 2016, 04:31 PM
On what way it will not freeze ...thank you hcip :)

Sent from my SM-G900H using Tapatalk

here is correct calculation

set the Window calculator to scientific in winXP or Programmer Calc in Win7

Type in the mileage you want press Rsh 4, press Lhs 4 then Xor FFFFFF


example:
123456 Rsh 4 equals 12345, Lhs 4 equals 123450 Xor FFFFFF equals EDCBAF

ibratex
7th November, 2016, 07:24 PM
here is correct calculation

set the Window calculator to scientific in winXP or Programmer Calc in Win7

Type in the mileage you want press Rsh 4, press Lhs 4 then Xor FFFFFF


example:
123456 Rsh 4 equals 12345, Lhs 4 equals 123450 Xor FFFFFF equals EDCBAF
I will try this way ... beceause you are right ..the old above way i mentioned somtimes didnt get the right hex i needed so sometimes i used somtimes not

Thanks hcip

Sent from my SM-G900H using Tapatalk