PDA

View Full Version : Menu graphics??



fresh_LV
30-09-2003, 10:59 PM
I`m looking for pached dct3 flash file with some interesting menu graphics. Can you tell me where i can get these. I was at Exitus, but there is only 3 kinds of menu graphics. And how do you think - which is the best PPM editer/manager??

bobl
02-10-2003, 09:23 AM
PPMEdit by TNP is pretty good but not free (Try the demo by searching the forum)

FlsEdit by Joox (0.4 is "edited by eleoson") is much slower but free :)

Or you could do it all manually...

Gluck

Bob

Yummieee
02-10-2003, 11:14 AM
flsedit is solwer but much better. less bugs. it doesn't destroy your flashfile. and so on...

bobl
02-10-2003, 11:15 PM
flsedit is solwer but much better. less bugs. it doesn't destroy your flashfile. and so on...

Actually it always destroys my flash file :(, I just do it manually now :)

Bob

kraze1984
03-10-2003, 01:58 PM
I want to make bigger menu graphics with FLSEdit 0.4
Actually when i have made them for one menu of 3210 (Phonebook) and flashed this to fone, i cant enter menus at all!
The fone frreezes. what can i do? Should i first make bigger graphics and then apply g3n0lite to change menu graphics?

kraze1984
04-10-2003, 11:32 PM
Ok, i found where is the problem.
g3n0lite adds the menu structure to the end of the MCU chunk.
FLSEdit adds new images to the start of free space... but also fills
with FFFFF the rest of the free space.

So i did like this:

0. made all the needed modifications in g3n0lite
1. saved my eXXtremely modified file.
2. opened it with FLSEdit 0.4
3. made all i wanted
4. noted the start of PPM chunk
5. saved the flash as another file
6. opened with my prefered HexEditor
7. went to the start of PPM chunk
8. and near the start of PPM chunk found this: <<<g3n0lite 2>>>
it should be the end of Menu chunk
9. then i scrolled up and up and found this: <<<g3n0lite 1>>>
it should be the start of menu chunk
10. replaced the hex FFFFF's with the menu chunk starting with the
adress of <<<g3n0lite 1>>>

Hope this will help to all those who have the same problem