Jul 10, 2011

OPERA MINI 4.2 EDITING THE START UP SPLASH SCREEN

1. Open v file and the splash image in HxD hex editor. I used splash.pngas an example in this tutorial.
2. Highlight all the contents of splash.png and copy it. You maypress Ctrl+A then Ctrl+C. Take note of the value in Lenght indicator. This is the filesize ofsplash.png in hexadecimal.
3. Goto the v file tab and press Ctrl+F. Search for “png” text string. After that press F3.
4. Highlight the bytes starting from 89 50 4E 470D 0A 1A or
the address 00002A20 x 0A until the length indicator reaches 2D2.
5. Press Ctrl+V to change the default splash. Now where done with splash image embedded in the v file. The next thing to bedone is to change the addresses embedded in the v file. Thoseenclosed in a yellow box in procedure 1.
6. Open the scientific calculator and put it in hex mode. Subtract 2D2 from the Lenght value obtained in procedure 2. Takenote of the answer. – 2D2
7. Add the answer in procedure 6 to the address enclosed in a box in procedure 1. Change them accordingly to the result of adding those embedded addresses to the answer in procedure 6. Please be patient in editing those embedded addresses.
8. Save v file and exit HxD hex editor.
9. Open operamini 4.2 with WinRAR and drag the v file from the desktop to operamini.jar.
10. Click OK and close WinRAR.
11. Finally, install your modified operamini.jar onyour phone or use microemulator on your computer to test your work.
hex_editior.zip (853.21 KB)

No comments:

Post a Comment