PDA

View Full Version : menu strings



Bütyök
26-04-2004, 11:10 PM
Hi!

There is a little part of a 6110 menu structure:

[0x002B3094] (0x0A) (0x10) (0x0101) [0x0010C4DE]

The menu list starts with this hex string.
What is the 0x0010C4DE ?

In the other part of the flash (names menu) there is a similar hex. string:
0x0010C4DC

What is this?
Where (what address) can I find this routine?

Thanx,
Bütyök

NokDoc
27-04-2004, 08:02 PM
Hi,

It's addresses in ram, like 0033.xxxx is in rom mcu.

Used for storing or getting dynamical data.

NokDoc

Bütyök
27-04-2004, 10:51 PM
Hi,

It's addresses in ram, like 0033.xxxx is in rom mcu.

Used for storing or getting dynamical data.

NokDoc


Ah!
Thanx.

How can I read it (with cable, by a soft)?

Do You know where starts the SIM card address?
(to store messages, names, etc.)

Bütyök

NokDoc
28-04-2004, 07:03 PM
Hi,

Ram 8210 = 10.0000 - 13.FFFF
Ram 3310 = 10.0000 - 11.FFFF
Ram 5110 = 10.0000 - 10.FFFF

Sim has no addressing, its done in sort message calls.

But that's ftm also too complex stuff to me yet.

U can read Ur ram & mcu & eeprom areas with the dataviewer/ eeprom/ register inphone viewer gsc patches by Mr. Krisha.

NokDoc

Bütyök
01-05-2004, 08:03 PM
Hi,

Ram 8210 = 10.0000 - 13.FFFF
Ram 3310 = 10.0000 - 11.FFFF
Ram 5110 = 10.0000 - 10.FFFF

Sim has no addressing, its done in sort message calls.

But that's ftm also too complex stuff to me yet.

U can read Ur ram & mcu & eeprom areas with the dataviewer/ eeprom/ register inphone viewer gsc patches by Mr. Krisha.

NokDoc

Thanx.
But the dataviewer is not work in my 6110. :-?

I have a new question:
How can I change up the Net monitor menu position with any other menu position without fails when I want to switch on and off Netmon?
e.g.: the Netmon is the 10th position in the list, I want to insert a new menu as 10th position. As a result of this the Netmon will be 11th position.
The Nokia EEtools or Logo Manager can switch 10th position (it switch Netmon and the Netmon is the 10th position originaly in the phone). As a result of this the new menu will be off.
What should I overwrite in flash to switching 11th menu position?
Where can I found the value of switching position in flash?

Or: Can I switch on and off Netmon from menu?

BR,
Bütyök

joci2000
01-05-2004, 08:34 PM
Hi,

Ram 8210 = 10.0000 - 13.FFFF
Ram 3310 = 10.0000 - 11.FFFF
Ram 5110 = 10.0000 - 10.FFFF

Sim has no addressing, its done in sort message calls.

But that's ftm also too complex stuff to me yet.

U can read Ur ram & mcu & eeprom areas with the dataviewer/ eeprom/ register inphone viewer gsc patches by Mr. Krisha.

NokDoc

Hi,
could you tell me why not works correctly the dataviewer patch on nok 3350?
it show the flash at somewhere but i can't change it :(

thx.

NokDoc
02-05-2004, 03:50 PM
Hi,

I once looked at that 10'th position thing, it's hard coded.

U can change the sequence in q3n0lite, but the 10'th is the one that will be abled/ disabled with the mbus command.

Though if found where's the 10 value in Ur flash, it aint hard to adjust to 11.

But please not ask me where.

The Mr. Krisha's dataviewer works on 33xx types I suggest.

To make it work on 8xxx or 5xxx/6xxx types, U need to adjust the gsc's keypress sequences in the last 20 bytes in the GetKeyV2 function to their keypad layouts.

NokDoc

Bütyök
02-05-2004, 05:04 PM
I have a new discovering:
At the top of 6110 v5.24 main menu is a string :
[0x002B3094] (0x0A) (0x10) (0x0101) [0x0010C5AE]

The 10C5AE is an address in RAM, that is part of the Netmon switch on-off method. If it change to 000000000 the Netmon always visible.
At the 10C5AC address there is an other value (or other things).
It is used in Names menu. If U insert the one of type of SIM cards that supports SIM menu, at the 2nd position visible a new entry of menu: Provider's numbers.

Well, first and last there are more addresses in RAM, that liable for visible and unvisible menu entries.

BR,
Bütyök