PDA

View Full Version : Menu.ml How to change internet icon? help pls


edesi
02-18-2008, 11:21 AM
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:
[Only registered and activated users can see links]






Sry for my bad english...:eek:

senter
02-18-2008, 11:33 AM
With Notepad edit original menu.ml and change this:

<!-- 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:


<!-- 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>

Then with XS++ or FAR add :

menu.ml + icon2_selected.png + icon2_unselected.png

edesi
02-18-2008, 12:04 PM
where can i find the original menu.ml?

i want use this menu pack.

[Only registered and activated users can see links]

senter
02-18-2008, 12:30 PM
I edit your menu.ml, download here:

edesi
02-18-2008, 12:34 PM
will not work :| .. i dont know what is wrong? i upload this file in tpa/preset/system/menu

senter
02-18-2008, 12:53 PM
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 ([Only registered and activated users can see links]).

edesi
02-18-2008, 01:38 PM
Reflash FS, customization and Main again with XS++ or update via SEUS ([Only registered and activated users can see links]).

when i refresh with SEUS all back to original:confused:...

now is the original menu back again

senter
02-18-2008, 01:51 PM
when i refresh with SEUS all back to original:confused:...

now is the original menu back again

Yes, now again with XS++ delete original menu.ml and add new menu.ml ( in my post up ) + 24 icons (*.png).

edesi
02-18-2008, 01:59 PM
this will not work. sry

senter
02-19-2008, 04:59 AM
Ok, try this menu. On my phone work fine.

Dimastui
02-19-2008, 07:05 PM
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:
<!-- Desktop Element 2 using DESKTOP_HOOK_2 -->
to
<!-- Desktop Element 2 -->

Sorry for my English.