>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Menu Modders Guide
Bookmark topic
sorry i wasnt clear
Well here is the scoop... I have a k800i, i upgraded to k810i firmware as well as filesystem, i had photo fix plus track id... well long story short with my phone flashed to k810i software I decided to change the menus

i successfully updated the menu as well as got the opera mini shortcut going instead of play now. but the in the shortcut menu the track id has disappeared
this is where my problem starts, i would like to have my track id working (the one on k810i software) and keep my upgraded menu icons
again I apologize for not being specific but hopefully you guys can understand me now and offer me some help.

ill take any help you guys will give.
in return i will over any help i can.
Thanks
--
Posted: 2007-09-24 02:24:31
Edit :
Quote
Excellent! Thanks for the clarification, that means I can give a relevant answer
What you need is to add the trackid element from K810 menu.ml file. You can cut and paste elements from one location to another (or from one menu.ml to another).
Some of the modded menus are based on K800, so don't include the trackid element in the menu. What icon set are you using?
--
Posted: 2007-09-24 03:58:01
Edit :
Quote
http://www.mediafire.com/?1tdw1dvkmzl
the menu is called future, i have a pic posted of it on page 4 as well
very nice icon set, should i use the track id element from any k810 menu?
I would be ever so great full if you could show me what the track id element looks like

as im not as smart with this stuff yet.
please and thank you!
[ This Message was edited by: vladn02 on 2007-09-24 12:49 ]
--
Posted: 2007-09-24 13:27:03
Edit :
Quote
@Max
Once again you saved my phone

thank you for the advice everything works great now!
Here is what I did to my K800i phone...
Flashed to K810i ( R6BC002 )
Flashed Audio Drivers sunfire V7
Menu changed ( with track ID working!! )
Thanks for all the help guys!
--
Posted: 2007-09-24 15:24:31
Edit :
Quote
hi guys!
im just wondering if we can make submenus of our own.
i was trying to make PLAY NOW (which is icon1) to open a submenu that i myself created...
for example, under that submenu is Opera Mini, Mini Commander and Video Maniac.
get the picture?! no matter how hard i try, just cant seem to make it go like that.
i wonder if this line at the very bottom of our menu.ml has to do something about it
Code:
notice this Code:<!-- Add elements with application menus here -->
max! help please!
_________________
"Darkness is the absence of light.. and not the opposite..."
[ This Message was edited by: rockygali on 2007-09-26 06:36 ]
--
Posted: 2007-09-26 07:30:00
Edit :
Quote
Son't you hate bbcode sometimes!
Rocky, I don't think so. I have opera under submenu like this:
Code:
<!-- Desktop Element 1 -->
<element id="Applications Menu">
<label type="name" textid="DB_APPLICATIONS_TXT"/>
<icon pos="left" source="file">programs.png</icon>
<icon pos="shortcut" source="file">programs.png</icon>
<menu id="menu_programs_id">
<label type="title"> <text>Applications</text> </label>
<element id="Applications">
<label type="name" textid="DB_APPLICATIONS_TXT"/>
<icon pos="left" source="internal">ORGANIZER_MENU_APPLICATIONS_ICN</icon>
<link type="internal"/>
</element>
<element id="MiniCommander">
<label type="name"> <text>Mini Commander</text> </label>
<icon pos="left" source="file">commander.png</icon>
<icon pos="shortcut" source="file">commander.png</icon>
<link type="java" javasuitename="MiniCommander" javasuitevendor="Yuri Kudrin" javasuitepoint="MiniCommander"/>
</element>
<element id="Opera Mini">
<label type="name"> <text>Opera Mini</text> </label>
<icon pos="left" source="file">opera.png</icon>
<icon pos="shortcut" source="file">opera.png</icon>
<link type="java" javasuitename="Opera Mini 2.00" javasuitevendor="Opera Software ASA" javasuitepoint="Browser"/>
</element>
<element id="Games">
<label type="name" textid="DB_GAMES_TXT"/>
<icon pos="left" source="internal">ENTERTAINMENT_MENU_GAMES_ICN</icon>
<link type="internal"/>
</element>
<element id="Light">
<label type="name"> <text>Light</text> </label>
<icon pos="left" source="file">usb/other/menu/live/light.png</icon>
<icon pos="shortcut" source="file">usb/other/menu/live/light.png</icon>
<link type="java" javasuitename="Light" javasuitevendor="Staffan Persson" javasuitepoint="se.light.Light"/>
</element>
</menu>
</element>
Note how the submenu is nested within the applications element.
By the way, I don't think we can go deeper than one submenu. I tried on K750 and never got it, haven't tried again yet on K800, though I'll get around to it eventually
_________________
File System Tweaks for the K750
K750 Tricks
K800 Tips and Themes
Max's K800 Page[ This Message was edited by: max_wedge on 2007-09-26 06:59 ]
--
Posted: 2007-09-26 07:58:54
Edit :
Quote
I mean the nested in the "applications menu" not "applications". (I didn't want to edit the post - that damn bbcode is hard to get working right!!)
--
Posted: 2007-09-26 08:02:34
Edit :
Quote
so what you have right there is that..
you place "Applications Menu" on the First Desktop Icon (icon1)
but then you dont have selected / unselected images there?!
yea bbcode sux sometimes...
--
Posted: 2007-09-26 08:13:18
Edit :
Quote
On 2007-09-26 08:13:18, rockygali wrote:
so what you have right there is that..
you place "Applications Menu" on the First Desktop Icon (icon1)
but then you dont have selected / unselected images there?!
yea bbcode sux sometimes...
ignore my icons tags, I'm using the list layout for main menu, and it only uses small icons (not selected or unselevted icons)
What I'm getting at is the structure of the menu nesting. Note how the menu "application menu" is nested within the "Applications" element
--
Posted: 2007-09-26 12:01:49
Edit :
Quote
I got one for you guys, any one know how to add shortcuts to "My Shortcuts" button? Like from the apps or from the games etc....
--
Posted: 2007-09-26 14:25:01
Edit :
Quote
New Topic
Reply