View Single Post
Old 11-23-2005, 08:37   #34 (permalink)
Xinshou
Freak Poster
 
Join Date: Apr 2005
Age: 24
Posts: 237
Member: 137411
Status: Offline
Thanks Meter: 1
Load pictures as bin files:

Just by changing the address index of certain picture / pictures, we can load picture(s) as bin files.

For example, we amend the Softkey Animation patch this way:
0x363820: DAA0CA15 DABFD0B9
0x1FB9D0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAA0CA15D7403600F2F1740D9AF11700;00, profile 1
0x1FB9E0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF D7403400F2FE2E3E08E146FE0A008D01; 0A, 10 pics in a cycle
0x1FB9F0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E00ED7403400F6FE2E3E06FEE018E6FC;E018, image ID for first picture
0x1FBA00: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 0000E6FD0000DAB304DFDAA0CA15DB00
Change the index of the pic No.6367(E018)this way:
50C6F8:10100100F804FC02 6550010000002000;2000, 20h:0h memory area
50C700:10100100F804FC02 6550010010042000
50C708:10100100F804FC02 6550010020082000
50C710:10100100F804FC02 65500100300C2000
50C718:10100100F804FC02 6550010040102000
50C720:10100100F804FC02 6550010050142000
50C728:10100100F804FC02 6550010060182000
50C730:10100100F804FC02 65500100701C2000
50C738:10100100F804FC02 6550010080202000
50C740:10100100F804FC02 6550010090242000
Then, prepare a bin file through using the VKP of all of the 10 pictures:
a. Change the pictures' address to 0x080000, 0x080410, 0x080820....(Leave a space between address and pic data, delete old pic data.)
b. Change the first four code of 1st pic data to DB00.
c. Enter a command in Dos, > sfe pd pic.bin pic.vkp
d. Click the picture bin file, and select the profile of Softkey animation.
  Reply With Quote
 
Page generated in 0.08184 seconds with 7 queries