Quote:
|
Originally Posted by a_k_s_h_a_y
lol i am not getting what is happening there...
hey follow this ok
download w610i custom menu form the esnips folder akmenu
then put this menu in live folder and restart phone also don't forget to put urban icons in that live folder
btw which phone ? k550 or k550@w610 ??
if u have k550 then use k550 custom menu from esnips folder akmenu
i hope you are using shortcut method !! its soo easy
to use shortcut method
first create that live folder in other >> menu >> live
put all icons and w610 or k550 custom menu ml in there
then using far or xs++ delete menu ml from phone fs
don't start phone
Copy all 25 shortcuts ( those 25 @ files ) to the menu folder in FS
start phone.. this way everything goes correct !
|
Yes I followed everything, I'm also using the shortcuts... when I change the icons in the live folder menu icons are replaced... but again the original play now icon is displayed... hopelesss I think!
but luckily I found the solution!!! heres what I did:
I opened the menu.ml in notepad I noticed that there are 2 options for Icon1... the first option is:
<element lock="icons" id="PlayNow" replace="next">
<label type="name" textid="DIL_PRE_PLAY_LINK_TXT" />
<icon pos="unselected" source="internal">PREPLAY_DESKTOP_ICN</icon>
<icon pos="selected" source="internal">PREPLAY_DESKTOP_SELECTED_ICN</icon>
the second is:
<element lock="icons" id="OperatorWebPage">
<label type="name" textid="SONYERICSSON_TXT" />
<icon pos="unselected" source="file">icon1_unselected.png</icon>
<icon pos="selected" source="file">icon1_selected.png</icon>
apparently my phone has no internet settings yet so my phone is using the original play now icon from the internal source... but if you have internet settings already then the phone uses the custom icon from the file source...
with this I edited the the first option source from "internal" to "file" and
"PREPLAY_DESKTOP_ICN" to "icon1_unselected.png", then same goes to the selected....
I loaded it to the live folder... and there it goes... its all ok now....
heres the edited menu.ml file....