View Full Version : custom K800i menu.ml
jjokeris
03-25-2008, 07:00 AM
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.....
Dimastui
03-25-2008, 11:35 AM
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.
jjokeris
03-25-2008, 12:47 PM
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>
Dimastui
03-27-2008, 12:07 AM
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.
jjokeris
03-27-2008, 03:56 PM
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