>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Menu Modders Guide
Bookmark topic
never mind, problem solved after moving "icon pos" come before "menu id"
--
Posted: 2008-01-29 19:18:50
Edit :
Quote
Hi Max,
im trying to rename the music player icon to Walkman, and make the link to the kd player. However it 'aint working, here are the prnt screens:
Sorry, im pants at this
--
Posted: 2008-02-10 12:07:30
Edit :
Quote
wrong
[ This Message was edited by: DeKosta on 2008-02-10 14:32 ]
--
Posted: 2008-02-10 15:29:42
Edit :
Quote
I know, but what am I doing wrong, how can I make it right
--
Posted: 2008-02-10 19:32:29
Edit :
Quote
it appears right kingbrooker, try viewing the menu.ml file in notepad to make sure it's not a bug in the menu editor. other than that I can't see why it shouldn't work.
--
Posted: 2008-02-11 00:11:43
Edit :
Quote
Allright, got a little problem.
Im trying to make a icon in the menu for a program called "MobyExplorer".
And i wrote it the same way i have Walkman in my menu and that works nice.
This is how Walkman code is in menu.ml:
Code:<!-- Desktop Element 1 -->
<element lock="icons" id="Mediaplayer">
<label type="name"> <text>Walkman</text> </label>
<icon pos="unselected" source="file">Icon1_unselected.png</icon>
<icon pos="selected" source="file">Icon1_selected.png</icon>
<icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_DB_ICN</icon>
<link type="java" javasuitename="KD Player" javasuitevendor="Knyzhov Dmitry" javasuitepoint="KDPlayer"/>
</element>
Now i write this but change some things like "Desktop Element 9", icons, name and "javasuitename" to MobyExplorer" and "javasuitevendor" to "Bermin Software" and "javasuitepoint" to "MobyExplorer".
I get the right name of the icon and the right appearence but nothing happends when i click it... some input here?
[ This Message was edited by: DeKosta on 2008-02-12 23:10 ]
--
Posted: 2008-02-13 00:06:30
Edit :
Quote
<!-- BBCode Quote Start --><div class="pquote">
On 2008-02-13 00:06:30, DeKosta wrote:
Now i write this but change some things like "Desktop Element 9", icons, name and "javasuitename" to MobyExplorer" and "javasuitevendor" to "Bermin Software" and "javasuitepoint" to "MobyExplorer".
I get the right name of the icon and the right appearence but nothing happends when i click it... some input here?
</div><!-- BBCode Quote End -->
Use This :
<link type="java" javasuitename="MobyExplorer" javasuitevendor="Bermin Software" javasuitepoint="ftpmid.FtpMid"/>
Dont forget to install the jar file :)
[ This Message was edited by: Younes on 2008-02-14 03:38 ]
--
Posted: 2008-02-14 00:38:46
Edit :
Quote
Use This :
Code:
[/code]
Dont forget to install the jar file
[ This Message was edited by: Younes on 2008-02-13 23:39 ]
Thanks! That did it, works nicely!
Tell me where do "ftpmid.FtpMid" come from?
If i want to put another program i have installed on the menu, do it put "ftpmid.FtpMid" in that code as well?
--
Posted: 2008-02-14 02:49:34
Edit :
Quote
2 ways , maybe there is more
1 - read the manifest file in the jar file (/META-INF/MANIFEST.MF) with the editor. you will get something like this :
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.2
Created-By: 1.4.2_10-b02 (Sun Microsystems Inc.)
MIDlet-1: MobyExplorer,/folder_html.png,ftpmid.FtpMid
MIDlet-Permissions-Opt: javax.microedition.io.Connector.socket, javax.
microedition.io.Connector.file.write, javax.microedition.io.Connector
.file.read, javax.microedition.io.Connector.serversocket, javax.micro
edition.io.Connector.ssl
MobyEncodingDefault: UTF-8#ISO-8859-1
MIDlet-Vendor: Bermin Software
.....
2 - use a program to edit the SE menu. (a sure and simple way )
i did upload it for you here :
[LINK]
http://www.cshare.de/file/367[....]52e06fa6bade/MenuEdit.exe.html
[/link]
once you open the Menu Editor.
+ left, select where you want to link your java program. for example: "Mediaplayer"
+ rights, 1rst tab = Properties ---> Link
+select Type(Java) from the combobox then click on java button and select your jar file, then click Apply
+ now you can see the 3 text fields Name, Vendor and Point. you can also click on the 3rd tab = XML Source Viewer to see the <link ..... tag>.
good luck.
Younes.
--
Posted: 2008-02-14 04:40:31
Edit :
Quote
Thanks for the info mate!
--
Posted: 2008-02-14 13:09:59
Edit :
Quote
New Topic
Reply