################################################## ##
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 :)