PDA

View Full Version : The Messages menu of a 5210 using Gen0Lite.



Whytey
03-03-2003, 04:05 PM
Can I change the 5210 menu by simply moving a string to another place? Please look below (focusing on Inbox, Chat and Outbox.

Example:
(original)
# --------------
[0x0042C699] [0x00000000] [0x00000000] (0x019B) (0x00DC) (0x0000) (0x0013) (0x0100) (0x001E) Txt Msgs
[0x0042C78C] [0x0042CFF3] [0x00000020] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0400) (0x001E) Write\x0Amessages
[0x0042C750] [0x0042D07A] [0x0000001D] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Inbox
[0x0042BB20] [0x0042CF84] [0x000000C6] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Chat
[0x0042C7AD] [0x0042D080] [0x0000001C] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Outbox
[0x0042C240] [0x00000000] [0x000000AD] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Picture messages
[0x0042C82B] [0x00000000] [0x000000B8] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Templates
[0x0042BC31] [0x00000000] [0x000000BB] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Smileys
[0x0042C798] [0x00000000] [0x000000BE] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Erase messages
[0x0042CA9E] [0x0042D0A1] [0x0041FCAC] (0x019B) (0x0387) (0x0000) (0x005A) (0x0000) (0x001E) Voice\x0Amessages
[0x0041FC64] (0x02) (0x80) (0x0101) [0x0013D82E]
# --------------

(Changed) Notice the movement of Outbox to 3rd place.
# --------------
[0x0042C699] [0x00000000] [0x00000000] (0x019B) (0x00DC) (0x0000) (0x0013) (0x0100) (0x001E) Txt Msgs
[0x0042C78C] [0x0042CFF3] [0x00000020] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0400) (0x001E) Write\x0Amessages
[0x0042C750] [0x0042D07A] [0x0000001D] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Inbox
[0x0042C7AD] [0x0042D080] [0x0000001C] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Outbox
[0x0042BB20] [0x0042CF84] [0x000000C6] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Chat
[0x0042C240] [0x00000000] [0x000000AD] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Picture messages
[0x0042C82B] [0x00000000] [0x000000B8] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Templates
[0x0042BC31] [0x00000000] [0x000000BB] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Smileys
[0x0042C798] [0x00000000] [0x000000BE] (0x019B) (0x05E0) (0x0000) (0x005A) (0x0000) (0x001E) Erase messages
[0x0042CA9E] [0x0042D0A1] [0x0041FCAC] (0x019B) (0x0387) (0x0000) (0x005A) (0x0000) (0x001E) Voice\x0Amessages
[0x0041FC64] (0x02) (0x80) (0x0101) [0x0013D82E]
# --------------

Can somebody tell me if that'd work. Thanks :rolleyes:

pico
03-03-2003, 05:30 PM
read some old topics whytey, you can do more than just move menus about.
but yes, its as simple as copy/paste lines then save the file to alter the menus position.
however if you more a menu line from its parent menu, to some other parent say, you need to update the pointer to number of menus in that sub menu.
ie if you move the menu "inbox" from its parent ("messages"), to a new parent, say "games"; you need to update the number of menus pointer in the games menu and decrease the number in the messages menu.

Whytey
03-03-2003, 05:36 PM
Can you give me an example of how I update 'the number of menus pointer'. Thanks a lot for your help - much appreciated. :rolleyes:

Whytey
04-03-2003, 06:51 PM
Can somebody please help me with this. I tried simply copying and pasting but no luck. :rolleyes:

pico
05-03-2003, 04:30 PM
just read old posts man!