Results 1 to 10 of 10

Thread: New Mod!! Power Menu Edit

  1. #1
    Join Date
    Mar 2003
    Location
    UK, England
    Posts
    2,011

    New Mod!! Power Menu Edit

    Hello people of nokiafree

    For a while I have been looking to put my own menus on the power menu
    So that it is more of a shortcuts menu rather than just profiles

    With thanks to Nokdoc + Kontact the demo file is now ready

    I have added a shortcut to the power button menu for the games menu
    You can change this menu to whatever you want

    I think I will give you a simple description of how to change the 5E0 Id and Text IDs for now

    The 5E0 ID is located @ FE465 in the file this value is 72 for games
    The Text ID for the menu is @ FE498 in this file it points to the 'Games' text

    Note: If you change any of the other bytes the function will probably not work correctly

    Any questions please ask
    I will be happy to help

    regards,
    Danny

    BTW I am uploading it in parts as I have problems uploading big files
    Last edited by danwood76; 13-09-2004 at 08:19 AM.
    One day the world will end, the next day who will care??
    __________________

    Read the forum rules by posting!!

    Please see This thread for help with posting

  2. #2
    Join Date
    Mar 2003
    Location
    UK, England
    Posts
    2,011
    This is the best I could do

    To uncompress this file you will need winRAR
    Place all three parts into one folder and take the '.txt' off the end of each file
    then double click part one and open with winRAR

    regards,
    Danny
    Attached Files Attached Files
    One day the world will end, the next day who will care??
    __________________

    Read the forum rules by posting!!

    Please see This thread for help with posting

  3. #3
    Join Date
    May 2003
    Location
    philippines
    Posts
    5
    hi gud day i tied your flash and i found a little bit bug on your modz every time i press the # the phone hung and restart

  4. #4
    Join Date
    Mar 2003
    Location
    UK, England
    Posts
    2,011
    I think I must have used an old flash file for my demo
    I will make a clean one up

    regards,
    Danny
    One day the world will end, the next day who will care??
    __________________

    Read the forum rules by posting!!

    Please see This thread for help with posting

  5. #5
    Join Date
    Mar 2002
    Location
    Netherlands
    Posts
    3,163
    Hi,

    File looks healthy to me but I didn't flash it, still a good job.
    (3310 plug broken)

    However U make a classical bug, U're patching on top of the winners animation logos.

    NokDoc
    U can checkout anytime U like, but U can never leave!

  6. #6
    Join Date
    Mar 2003
    Location
    UK, England
    Posts
    2,011
    Ahh so thats what those strange numbers were
    I will find some better free space for the menu

    I will post up fully working file tomoroow probably

    regards,
    Danny
    One day the world will end, the next day who will care??
    __________________

    Read the forum rules by posting!!

    Please see This thread for help with posting

  7. #7
    Join Date
    Mar 2003
    Location
    UK, England
    Posts
    2,011
    Ok Guys here it is
    Unfortunatly I have had to split it to 4 files this time
    it is quicker for me to upload a lot of small files rather than larger ones
    Again the files need to have the .txt removed and all files in same directory to be able to unrar

    This flash has dead FAID and MCU chk

    and heres some infos:

    I have added 3 extra menus to the original power button menu although you can change the 'switch off!' menu to your own aswell

    The menu I made in two sections as it is easier that way
    The first two menu entries are located @ 13094E
    The Second two are @ 1309DA

    To modify the menu entries you can just change the hex data under both functions

    The First Menu has the text IDs etc @ 1309C0
    here is the data in the file:

    003195B2 00000322 00000000 - Switch Off!
    003199ED 000005E0 0000001E - Inbox

    The first block is the text IDs same as in g3n0lite menus the second block is the function table ID and the third is the actual function ID
    At the moment the second line is the Inbox function handy I thought as second on my shortcut menu
    You could change this to any menu you could make in g3n0lite

    eg.
    to change the second line in the menu to games you simply change the text ID and the function ID

    003195B2 00000322 00000000 - Switch Off!
    003193FC 000005E0 00000072 - Games

    The second set of menu IDs are located @ 130A4C

    003197D7 000005E0 0000000E - Ringing Tone
    003198E2 000005E0 00000067 - Alarm Clock

    It is also possible to take out all the profiles from this menu so you have just shortcuts
    @ A1214 are the bytes E014
    this is a branch that jumps down to the profiles loop
    if you modify these bytes to E06E then it jumps past the profiles and doesnt show them in the menu

    As I said before any questions comments post here

    regards,
    Danny
    Attached Files Attached Files
    One day the world will end, the next day who will care??
    __________________

    Read the forum rules by posting!!

    Please see This thread for help with posting

  8. #8
    Nice work, mate.

  9. #9
    dvirus666 Guest
    I just tried your flash.

    Great work on the power button. Quick question,

    can you add more than 4 shortcuts?

  10. #10
    Join Date
    Mar 2003
    Location
    UK, England
    Posts
    2,011
    Yes it is possible
    Although you need to do some bit manipulation

    I would suggest looking at winARM first to do this
    and a hex editor to edit

    First step is to copy the menu section out again using a hex editor
    make sure you overwrite the bytes rather than inserting them!!

    The section is from 0x1309DA to 0x130A64
    then there are two BLs that need calculating here to both point to 0x08633C

    Next step is to add another BL into the power off menu section located @ A11E8
    If you scroll down in winarm you will see a section that says b A1240 (hex data: E014) and then a lot of 0000
    You will need to create a BL from the start address of the B (overwriting the B)

    then you will need to create a new B from the bytes after this is simple to do but can be a little hit and miss (I am a newbie with B's)
    Basically the E0 is a B and then the number after it is a hex digit for the amount of lines to skip

    then all you need to do is edit the text IDs and function IDs as before
    you can repeat this to add maybee 22 menus I think although I havent bothered trying
    If you were to make this many menus I think it would slow down alot
    It does involve a lot of calculating

    I think it would be easier if I knew how to write nokix scripts
    maybee one day I will learn

    I have included my BL calculator in this post to help you
    If you really get stuck I can probably help just post here

    regards,
    Danny
    Attached Files Attached Files
    One day the world will end, the next day who will care??
    __________________

    Read the forum rules by posting!!

    Please see This thread for help with posting

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. D:Virus 3310 Flash
    By dvirus666 in forum Nokia DCT3 & DCT2 General sections
    Replies: 418
    Last Post: 21-08-2006, 05:37 PM
  2. Edit 6230 Menu Icon?
    By f1re in forum Nokia DCT4 General
    Replies: 1
    Last Post: 20-05-2004, 01:29 PM
  3. edit menu tree in flash file
    By maxpayne in forum DCT 3 Flashing / Upgrading / Modding
    Replies: 3
    Last Post: 25-01-2004, 08:39 AM
  4. Help me... For 5110 - 3210 - 3310 small menu text hex edit solution...
    By Hakan in forum DCT 3 Flashing / Upgrading / Modding
    Replies: 0
    Last Post: 19-01-2003, 07:57 PM
  5. Understanding G3n0lite
    By ikm19 in forum DCT 3 Flashing / Upgrading / Modding
    Replies: 0
    Last Post: 24-12-2002, 08:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •