PDA

View Full Version : "OFF" Menu



MIPED
09-02-2004, 07:29 PM
HI, got some problems finding the 5E0 ID to turn off the phone,
I´ve seen it in MadOs, I have also found a way to access the same menu as when you press the power button, but I want to be able to turn off the phone "just" by accessing the menu.

Any Ideas? :-?

I got an 8850 with 8210 5.31 soft.

NokDoc
09-02-2004, 10:22 PM
Hi,

lol, news here...

Some 05E0's are called 0322, and have subs like 00, 01, 02 etc...

Look in the ModZ file for a demo. :)

(Str: 00000000:00000000) (Jmp: 00000000) (Pic: 0094) (Msg: 0322) (mAct: 0050) (Flags: 0000) (Anim: 001B)

NokDoc

MIPED
10-02-2004, 01:06 AM
thanks, but where can i find the 8210 ModZ file?
tried this forum, gsmfreeboard, google... no luck.

got everything to work, new menu, clock, SC, starttone, led fade, netgraph..
7-netbars... but no off menu...

anyone able to email it to me? [email protected]

Crux
10-02-2004, 02:47 AM
################################################## ##
Example for finding 5e0 ID# for any menu (use any sub-menu name as text id)

1. In FLSedit v0.3 by Joox search for the text id of the sub-menu name you want in "Languages"
In this example text id will be 1111
2. In WinArm 1.63 by Digicroxx find address of Hex Data 04 + 1111 (041111)
In this example address of Hex Data will be 222222
3. Find address for String 222222
In this example address of String will be 333333
4. Trace back to begin of that function (right after "----------") to find address of the function
In this example address of the function will be 444444
5. Press F12 to call this function and find address of the return call
In this example address of return call will be 555555
6. Scrool up to find the address of "PUSH { LR }" command
In this example address the command will be 666666

Calculating 5E0 ID# of that function:

1. Add +1 to last found address (in 5E0 table need +1)
In this example address will be 666667
2. Find address of Hex Data 00 + 666667 (00666667)
In this example address of Hex Data will be 777777
3. Scroll back to Hex Data 00000000 0100000000 (this is the start of the 5E0 table)
In this example address of the 5E0 table start will be 888888
4. Calc 777777 - 888888.
In this example calculated value will be 9999
5. Note that one function = 8 bytes. Now you need to Calc 9999 / 8
The calculated value will be your 5E0 ID# (Example 5E0 #AA)

Tuturial by Crux ([email protected])
Big Thanks to Tongz for the help he gave me :d
################################################## ##


http://nokiafree.org/forums/t27684/h/s.html

of course, u must change values according to the values of your software version.

i hope u can find it :)

Kontact
10-02-2004, 06:29 AM
thanks, but where can i find the 8210 ModZ file?
tried this forum, gsmfreeboard, google... no luck.

got everything to work, new menu, clock, SC, starttone, led fade, netgraph..
7-netbars... but no off menu...

anyone able to email it to me? [email protected]

it's here... http://www.uniquesw.com/kxp/renamed.zip

about ur 8850 off. try this
5E0__(0x3A) [0028D44D] (43A00000)
5E0__(0x3E) [0026D551] (01E00000)

try these 2... i think the 1st one could be the off.

regards