Just use the Rst generator found here:
http://www.world-of-digital.com/forums/showthread.php?t=53664
with your ird and bk numbers (easy peesy
) and write your internal eep file to your card!
For more info and tutorials on the Rst :
http://www.world-of-digital.com/forums/showthread.php?t=44304
And to understand whats inside the program a bit read below
The Rst flash (when read in notepad) will contain your ird on line ":101C4" like this:
:101C400000000000********00000000000000000E
and the *'s in there will be your ird
and also in the flash it will have your bk on line ":101CF" like this:
:101CF000008900000000FFFF****************FF
and the *'s will be your bk.
if you have made up your Rst flash properly that is.
Once you have made it you wont need to change it ok.
Then there is the Rst eeprom file which has the current keys in it and these can be changed simply by just downloading one and right click and view it with notepad and the top few lines will look like this:
:10000000D6AB1A137529E77289B77E70309D89CAFD
:10001000D6AB1A137529E77289B77E70309D89CAED
:1000200000000000000000000000000000000000D0
:10003000AF14D85DFA1BDDA9586524851C1DFBFF94
:100040006058BA05565AAD0E4F8CD561B60B9E5D01
:10005000699CE59B495199F8712A7D4A277C9795BF
:1000600076A29255B6A0E950486D1BBF2EC52F8FC2
:1000700029CCFA17C459110E8C3F9DAC9C83520DAC
You only need to look at the top 2 lines and on each of those lines it has the
Key0: and the
Key1: keys and the
check sum at the end like this:
:10000000
D6AB1A137529E77289B77E70309D89CAFD
:10001000
D6AB1A137529E77289B77E70309D89CAED
So Key0: =D6AB1A137529E772....(not the real current key)
and Key1:=89B77E70309D89CA....(not the real current key)
and for the check sum all you do is download checksum calculator:
http://www.world-of-digital.com/forums/showthread.php?t=42552&highlight=checksum
and copy the whole line from the "
:" at the begining right to the end of the
Key1: ie:
:10000000D6AB1A137529E77289B77E70309D89CA
and paste it into the checksum calculator and you press "Do it" and it will add 2 figures on the end ie
FD on the first line and
ED on the second line, ( The second line is different because of the :1000
1000 at the begining).
Then you just edit your eep file out in notepad and save it, rar it and post it.
clive58.