PDA

View Full Version : show_menu function & 7110



ThE__OnE
05-11-2004, 12:02 PM
Hi,
I'm looking for the show_menu function in the 7110 5.01 flash, but I can't find it.
I searched for the F7FFFAD8492220007008482221004A1CF7FFFF08E7EB patttern (nokix locate.rx) and 7841200C43484649580849EF4288D104201F21002209 pattern (mestrini dump_menu_61xx.nrx), but no matches.
How can I find it?? I'm using winarm 1.6.3
How many functions exist?

Another question:
patt=x2c(F7FFFAD8492220007008482221004A1CF7FFFF08E7EB)
mask=x2c(F800F800FF00FFFFFFFFFF00FFFFFF00F800F800FF00) <------

What is this line? How I shall use it?

Sorry my english.
Thanks.

mestrini
05-11-2004, 02:58 PM
that is my greatest problem whem trying to make nokix compatible with all DCT3 models.

7110 and 6210 flashes are written in a very different way :mad:
also the 3410 and 2100 have some differences with older DCT3 but not as diff as with the first two models

i have found some matches for some 6210 - 7110 functions but the one you look for i'm still trying to find it :(

as for the mask issue all it's needed to know is:

F -> correspondent hex number in pattern must match
0 -> correspondent hex number in pattern doesn't need to match
8 -> no need to match. more like a cosmetic number to identify BL's (F123F456)

patt=x2c(F7FFFAD8492220007008482221004A1CF7FFFF08E 7EB)
mask=x2c(F000F800FF00FFFFFFFFFF00FFFFFF00F000F800FF00)

danwood76
08-11-2004, 05:01 PM
Also what makes the 7110 and 6210 even harder is the compressed PPM :x
Makes text searching near impossible

regards,
Danny