PDA

View Full Version : What's wrong with my menustructure



zul7234
10-01-2004, 12:14 PM
I want to put extra menu called "Extra Setting" under submenu "Keyguard setting" (under root menu "Setting" ).These "Extra Setting" contains Rhythmic Backlight (On/Off) and Fading Backlight (In 1-9 , Out 1-9).
When i write the menu tree using g3n0lite2 everything went smoothly (done). But when i try to execute the commands, lets say Rhythmic Backlight, it just hang there for a few second and then it reboot itself. And the item i've selected didn't worked. This happened to both Rhythmic and Fading light. I've tried to change here and there but nothing would solve this problem.

Could someone please take a look at what i've done wrongly. Especially Twister.

All the neccessary files attached. :-?
Thanks.

danwood76
10-01-2004, 03:55 PM
All looks OK

I would open the standard file patch it, then correct CRC's SAVE
Then patch your menu structure checking all the 5E0 Id's are correct

It sounds like you haven't patched it properly or maybee patched it and forgot to save!

also I noticed at the bottom of your menus you have the standard menu header

[0x003307C4] (0x02) (0xC0) (0xFFFD) [0x00000000]

Why have you got 0xFFFD??
I always Null this to 0x0000!
Don't know if that makes any difference!

zul7234
10-01-2004, 06:00 PM
@danwood76

I saved the patch and menustructure made. The 0xFFFD (SEQUENTIALLY FFFF,FFFE,FFFD ....) as suggested by someone in this forum is to save the option we make. Otherwise it will not save the option made after we turn off/on the phone.

Correct me if i'm wrong.

Thanks.