PDA

View Full Version : Changing BootSplash


andre-s
14th December 2007, 02:17 PM
hello,

i am trying to change the bootsplash of my PDA and now i am stuck.

this is what i have done so far:

- i dumped the ROM (with pdocread)
- i managed to find the offset of the bootsplash image
- i got the password to enable writing to TrueFFS with pdocwrite -u
- i write the new image back to the rom with pdocwrite offset
- after soft/hardreset my changes are still there (i checked this with pdocread offset), so writing to DOC works and the offset is correct and no second image exists...

but... the original splash still appears :confused:

anybody able to tell me whats going wrong here?

thanks