Results 1 to 5 of 5
  1. #1
    Member
    Join Date
    Mar 2008
    Device
    -k800i
    Posts
    34
    Thanks
    2
    Thanked 1 Time in 1 Post

    custom K800i menu.ml

    Good mornig to everyone.I own a K800i and I m trying to modify thne menu.ml.Everything is ok until I replace Playnow and Internet services.Then I have a message at start up tha there is a problem with menu.ml and the menu may be unusable.The menu works ok but it is annoying the phone to remind me each time that there is a problem!!!
    firmware r8ba024/red52.I am using SE menu editor or menu editor 0.0.0.3.
    Thanks.....

  2. #2
    Member
    Join Date
    Aug 2007
    Device
    K800
    Posts
    23
    Thanks
    2
    Thanked 2 Times in 2 Posts
    You have a problem with menu.ml. Something is wrong. For the most rapid upshot of your problem lay out the changed part of file. And better used Notebook what menu editor.

  3. #3
    Member
    Join Date
    Mar 2008
    Device
    -k800i
    Posts
    34
    Thanks
    2
    Thanked 1 Time in 1 Post
    Quote Originally Posted by Dimastui View Post
    You have a problem with menu.ml. Something is wrong. For the most rapid upshot of your problem lay out the changed part of file. And better used Notebook what menu editor.
    this is the mod part :
    <?xml version="1.0" encoding ="UTF-8" standalone="yes"?>
    <mml ver="1.0">
    <menu id="Wilma_Generic_Id">
    <element id="MainMenu">
    <menu id="MainMenu" layout="DesktopTopMenuGFX2">>
    <accelerator>MapToKeypad</accelerator>
    <highlight>4</highlight>
    <element id="BlueTooth_Settings">
    <label type="name" textid="SONYERICSSON_TXT"/>
    <icon pos="unselected" source="file">1_u.png</icon>
    <icon pos="selected" source="file">1.png</icon>
    <icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_OPERATOR_ICN</icon>
    <menu id="Menu_BlueTooth_Settings">
    <label type="title" textid="SONYERICSSON_TXT"/>
    </menu>
    </element>
    <!-- Desktop Element 2 using DESKTOP_HOOK_2 -->
    <element id="InternetServices">
    <label type="name" textid="OLP_TITLE_TXT"/>
    <icon pos="unselected" source="file">Icon2_unselected.png</icon>
    <icon pos="selected" source="file">Icon2_selected.png</icon>
    <icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_WAP_ICN</icon>
    <link type="internal"/>
    </element>

  4. #4
    Member
    Join Date
    Aug 2007
    Device
    K800
    Posts
    23
    Thanks
    2
    Thanked 2 Times in 2 Posts
    If i am understand you wont to change first element to BlueTooth.
    You need write in your menu.ml file:
    <?xml version="1.0" encoding ="UTF-8" standalone="yes"?>
    <mml ver="1.0">
    <menu id="Wilma_Generic_Id">
    <element id="MainMenu">
    <menu id="MainMenu" layout="DesktopTopMenuGFX2">>
    <accelerator>MapToKeypad</accelerator>
    <highlight>4</highlight>
    <!-- Desktop Element 1 using DESKTOP_HOOK_1 -->
    <element id="BlueTooth_Settings">
    <label type="name" textid="MENU_BLUETOOTH_TXT"/>
    <icon pos="unselected" source="file">icon1_unselected.png</icon>
    <icon pos="selected" source="file">icon1_selected.png</icon>
    <icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_BT_ICN</icon>
    <menu id="Menu_BlueTooth_Settings">
    <label type="title" textid="MENU_BLUETOOTH_TXT"/>
    <element id="MenuItem_Bt_Activation">
    <label type="helptext" textid="BT_ACTIVATION_HLP"/>
    <link type="internal"/>
    </element>
    <element id="MenuItem_Bt_Visibility">
    <label type="name" textid="BT_VISIBILITY_TXT"/>
    <label type="helptext" textid="BT_VISIBILITY_HLP"/>
    <link type="internal"/>
    </element>
    <element id="MenuItem_Bt_MyDevices">
    <label type="name" textid="BT_MY_DEVICES_TXT"/>
    <label type="helptext" textid="BT_MY_DEVICES_HLP"/>
    <link type="internal"/>
    </element>
    <element id="MenuItem_Bt_Connected">
    <label type="name" textid="BT_LIST_OF_CON_DEVICES_TXT"/>
    <label type="helptext" textid="BT_LIST_OF_CON_DEVICES_HLP"/>
    <link type="internal"/>
    </element>
    <element id="MenuItem_Bt_Handsfree">
    <label type="name" textid="BT_HANDSFREE_TXT"/>
    <label type="helptext" textid="BT_HANDSFREE_MENU_HLP"/>
    <link type="internal"/>
    </element>
    <element id="MenuItem_Bt_Internet">
    <label type="name" textid="MENU_LC_BT_INTERNET_TXT"/>
    <label type="helptext" textid="MENU_LC_BT_INTERNET_HLP"/>
    <link type="internal"/>
    </element>
    <element id="MenuItem_Bt_Multilink">
    <label type="name" textid="BT_POWER_SAVE_TXT"/>
    <label type="helptext" textid="BT_POWERSAVE_HLP"/>
    <link type="internal"/>
    </element>
    <element id="MenuItem_Bt_PhoneName">
    <label type="name" textid="BT_PHONE_NAME_TXT"/>
    <label type="helptext" textid="BT_PHONE_NAME_HLP"/>
    <link type="internal"/>
    </element>
    </menu>
    </element>

    The second element is ok.
    Last edited by Dimastui; 03-27-2008 at 12:13 AM.

  5. The Following User Says Thank You to Dimastui For This Useful Post:


  6. #5
    Member
    Join Date
    Mar 2008
    Device
    -k800i
    Posts
    34
    Thanks
    2
    Thanked 1 Time in 1 Post
    Thank you for your reply.I already managed to fix it last night using "copy paste" method.So I tranfrered all the menus where I wanted.I compared what I did to what you wrote and it was the same...Anyway I thank you for your time

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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