Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Menu Modders Guide

Author Menu Modders Guide
rockygali
K810 Blue
Joined: Nov 21, 2005
Posts: > 500
From:
PM, WWW
Posted: 2007-09-21 05:00
Reply with quoteEdit/Delete This PostPrint this post
but i have k810... surely that wouldnt hurt if i change just a few lines?

"Darkness is the absence of light.. and not the opposite..."
max_wedge
Xperia Neo Black
Joined: Aug 29, 2004
Posts: > 500
From: Australia
PM, WWW
Posted: 2007-09-21 06:06
Reply with quoteEdit/Delete This PostPrint this post
you can nest a main menu element within a menu. You just copy everything between the element tags (including the tags) to within the Entertainment menu.

Have a look my walkman menu, it has mini-commander within the entertainment section.
Alexandra
W810 white
Joined: Jun 13, 2007
Posts: > 500
From: Nowhere Mobile: K800
PM, WWW
Posted: 2007-09-21 06:10
Reply with quoteEdit/Delete This PostPrint this post
<element id=\"Applications\">
<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> [addsig]
rockygali
K810 Blue
Joined: Nov 21, 2005
Posts: > 500
From:
PM, WWW
Posted: 2007-09-21 07:03
Reply with quoteEdit/Delete This PostPrint this post
Thanx guys.. got it...
"Darkness is the absence of light.. and not the opposite..."
The A team
T68 gold
Joined: Sep 07, 2007
Posts: 9
PM
Posted: 2007-09-21 07:05
Reply with quoteEdit/Delete This PostPrint this post
<!-- Desktop Element 6 -->
<element id="MediaPlayer">
<label type="name" textid="MENU_MEDIAPLAYER_TXT"></label>
<icon pos="selected" source="file">Icon6_selected.gif</icon>
<icon pos="unselected" source="file">icon6_selected.gif</icon>
<link type="java" javasuitename="KD Player" javasuitevendor="Knyzhov Dmitry, 2004-2007" javasuitepoint="KDPlayer"></link>
</element>
@max. This is the one. Weird thing is though if i upgrade the "KD player to v0.8.3 is doesn't work, BUT if i leave the software at 0.5.6 i can use the walkman icon to load KD player. So i can't see how the menu.ml detects my software upgrade because all that matters is "KD Player" is unchanged in line 6 if i'm right.

Never mind i got it to work. The reason being is that "javasuitevendor = Knyzhov Dmitry" had "2004-2007" which i deleted from the menu.ml then it worked.

However u when u get that msg "Read user data first" well to combat that i went to permissions and disabled it to "NO". That means every time i want to add music files it never picks up the E:/ drive so i have to change it back to "Read user data first" everytime i wana add files. It sux cause it's so annoying switching back and forth. Is there anyway to add music and not getting that msg at the same time?
thanks.

[ This Message was edited by: The A team on 2007-09-21 06:10 ]

[ This Message was edited by: The A team on 2007-09-21 07:25 ]
max_wedge
Xperia Neo Black
Joined: Aug 29, 2004
Posts: > 500
From: Australia
PM, WWW
Posted: 2007-09-21 16:02
Reply with quoteEdit/Delete This PostPrint this post
refresh the music library in kd player after you have added the new files.
vladn02
K800 Black
Joined: Sep 17, 2007
Posts: 259
From: Ukraine
PM
Posted: 2007-09-22 03:18
Reply with quoteEdit/Delete This PostPrint this post
Here are few already moded menus as well as the originals



Menu_Aurora k800i
http://www.mediafire.com/?9t011mnwu42

menu_backstreet_k800
http://www.mediafire.com/?d21k13zieb2

menu_backstreet_rotary_k800
http://www.mediafire.com/?ca2veadtn5n

menu_elements_k800
http://www.mediafire.com/?avdottos0xh

menu_future_k800
http://www.mediafire.com/?1tdw1dvkmzl

Here are the original files layout and menu ( K800i )

original menu
http://www.mediafire.com/?7gldzwsmymk

original layout
http://www.mediafire.com/?6vqnlzeymmm

you can preview the menus, as well as preview with your own theme using SE Menu Editor.. great program!
vladn02
K800 Black
Joined: Sep 17, 2007
Posts: 259
From: Ukraine
PM
Posted: 2007-09-22 03:49
Reply with quoteEdit/Delete This PostPrint this post
@max

can you tell me whats wrong with this code because it wont lunch opera...

can you please tell me what i should put in there.




Im what I call a "Turbo" I set everything right, loaded everything correctly as well, but my smart *** forgot to put the actual program "Opera Mini" into my phone lol

thanks for the helping guide max!

_________________
Sony K800i - w/ K810i Firmware upgrade R6BC002
No further mods ( happy with cam and audio drivers )

[ This Message was edited by: vladn02 on 2007-09-22 03:45 ]
vladn02
K800 Black
Joined: Sep 17, 2007
Posts: 259
From: Ukraine
PM
Posted: 2007-09-22 14:09
Reply with quoteEdit/Delete This PostPrint this post
here are some pic of my menu now...



vladn02
K800 Black
Joined: Sep 17, 2007
Posts: 259
From: Ukraine
PM
Posted: 2007-09-22 22:56
Reply with quoteEdit/Delete This PostPrint this post
ok ran into a problem, loaded menu into my k800i but now the trackid in shortcuts doesnt function or even show that its track id... any one know how to fix this?
max_wedge
Xperia Neo Black
Joined: Aug 29, 2004
Posts: > 500
From: Australia
PM, WWW
Posted: 2007-09-23 00:58
Reply with quoteEdit/Delete This PostPrint this post

On 2007-09-22 22:56:44, vladn02 wrote:
ok ran into a problem, loaded menu into my k800i but now the trackid in shortcuts doesnt function or even show that its track id... any one know how to fix this?

K800 doesn't have track id.
Alexandra
W810 white
Joined: Jun 13, 2007
Posts: > 500
From: Nowhere Mobile: K800
PM, WWW
Posted: 2007-09-23 01:04
Reply with quoteEdit/Delete This PostPrint this post
He prob. flashed it to K810 firmware. [addsig]
max_wedge
Xperia Neo Black
Joined: Aug 29, 2004
Posts: > 500
From: Australia
PM, WWW
Posted: 2007-09-23 01:08
Reply with quoteEdit/Delete This PostPrint this post
That occurred to me, but if people asking help want sensible answers, they should give out all relevant information rather than expect people to help them with psychic assistance

So I'll let him process my first response then decide if he needs more information or not

btw, anyone wanting to run track id on K800 without flashing to K810, there is a java trackid app (it works too!) that you could create a shortcut to in menu.ml:

Here it is (rename zip to jar) for anyone interested:
http://rapidshare.com/files/57567703/trackid.zip.html



_________________
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-23 00:15 ]
naveensiva
Xperia X10 Black
Joined: May 21, 2006
Posts: 441
From: (((INDIA)))
PM, WWW
Posted: 2007-09-23 19:25
Reply with quoteEdit/Delete This PostPrint this post
wht is the actual path for cam driver.dat file ???

i cant find ..please help...
max_wedge
Xperia Neo Black
Joined: Aug 29, 2004
Posts: > 500
From: Australia
PM, WWW
Posted: 2007-09-24 00:31
Reply with quoteEdit/Delete This PostPrint this post
this is the menu modders guide. for cam driver questions check out the modded camdriver thread.
Access the forum with a mobile phone via esato.mobi
Goto page:
Lock this Topic Move this Topic Delete this Topic