i have a k800i EUROPE_4
now i will change my menu icons and only "telia" (internet) icon will not change.
How do I fix this Problem?
screen:
http://img216.imageshack.us/img216/1...liashitmm4.jpg
Sry for my bad english...:eek:
Printable View
i have a k800i EUROPE_4
now i will change my menu icons and only "telia" (internet) icon will not change.
How do I fix this Problem?
screen:
http://img216.imageshack.us/img216/1...liashitmm4.jpg
Sry for my bad english...:eek:
With Notepad edit original menu.ml and change this:
Code:<!-- Desktop Element 2 using DESKTOP_HOOK_2 -->
<element id="InternetServices">
<label type="name" textid="OLP_TITLE_TXT"/>
<icon pos="unselected" source="internal">DESKTOP_WAP_ICN</icon>
<icon pos="selected" source="internal">DESKTOP_WAP_SELECTED_ICN</icon>
<icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_WAP_ICN</icon>
<link type="internal"/>
</element>
Write this:
Then with XS++ or FAR add :Code:<!-- 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>
menu.ml + icon2_selected.png + icon2_unselected.png
where can i find the original menu.ml?
i want use this menu pack.
http://www.speedyshare.com/838492495.html
I edit your menu.ml, download here:
will not work :| .. i dont know what is wrong? i upload this file in tpa/preset/system/menu
Reflash FS, customization and Main again with XS++ or update via SEUS.
this will not work. sry
Ok, try this menu. On my phone work fine.
Hi boys. You are all wrong. Problem is not in menu.ml file.
Problem is in customization files.
[edesi]
You need delete DESKTOP_HOOK_2.itm and DESKTOP_HOOK_2.xml from your phone.
Look:
1) tpa/preset/custom/DESKTOP_HOOK_2.itm;
2) tpa/preset/system/custmenu/DESKTOP_HOOK_2/DESKTOP_HOOK_2.xml.
You have DESKTOP_HOOK_2.itm file in file system your phone. I am not sure about name. It can be DESKTOP_HOOK_1.itm yet. For look you must reneme DESKTOP_HOOK_2.itm in DESKTOP_HOOK_2.tar and using WinRar. After open you will see 3 files. First is xml and other two are pictures from your menu, if you not see pictures what you need you jast open other itm files.
Better if you will find customization files for your firmware and delete files what dont need.
And change next line in menu file:
toQuote:
<!-- Desktop Element 2 using DESKTOP_HOOK_2 -->
Sorry for my English.Quote:
<!-- Desktop Element 2 -->