PDA

View Full Version : Walkman Icons ... Help


dignity786
02-16-2008, 02:07 PM
There are a few modifications that i need to do to my K800i . Please help me out .:(

1) I need to replace the right button on my k800i with the walkman icon. This button may point to KD player or the media player. Both will do.
2)Changing the Sony Ericsson Link ( Element 1) in menu to point to KD player or media player.
3)How to change the skins of KD Player ?:confused:

rupisbains
02-18-2008, 01:05 PM
is there no one who'll help this guy out.... come on ppl this is topsony.

senter
02-18-2008, 01:15 PM
.........
3)How to change the skins of KD Player ?:confused:


3. First make new folder with name Skin in folder Other, then put files and start KD player:

Menu > Music libraly > Menu > More > Change skin > E: > Other > Skin and select new skin ;)

dignity786
02-18-2008, 06:29 PM
Ill try that senter... i hope this will solve ma third problem... but wat bout the other 2. :(

WOULD THE CODE BELOW WORK TO SOLVE THE SECOND PROBLEM :
<!-- Desktop Element 1 using DESKTOP_HOOK_1 -->
<element id="PlayNow">
<label type="name"><text>KD Player</text></label>
<icon pos="unselected" source="internal">PREPLAY_DESKTOP_ICN</icon>
<icon pos="selected" source="internal">PREPLAY_DESKTOP_SELECTED_ICN</icon>
<icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_PREPLAY_ICN</icon>
<link type="java" javasuitename="KD Player" javasuitevendor="Knyzhov Dmitry" javasuitepoint="KDPlayer"/>
</element>

dignity786
02-18-2008, 06:45 PM
Yep PROBLEM 3 Solved

Im really happy... now ill try making the first icon in the menu to point to KD Player. Lets hope m able to do it.

Sorry got the answer to the first two......

K800i Software Modding - SE-NSE Forums ([Only registered and activated users can see links])

Does anyone knows that can we use flash wallpapers with K800i or not ??

mr.pedro
02-18-2008, 07:30 PM
replece the part of text in menu.ml with this one...that text that you posted above wasnt all right...there missed some part of important text...

<!-- Desktop Element 1 using DESKTOP_HOOK_1 -->
<element id="KD Player" replace="next">
<label type="name"> <text>KD Player</text> </label>
<icon pos="unselected" source="file">icon1_unselected.png</icon>
<icon pos="selected" source="file">icon1_selected.png</icon>
<link type="java" javasuitename="KD Player" javasuitevendor="Knyzhov Dmitry" javasuitepoint="KDPlayer"/>
</element>
<element id="KD Player">
<label type="name"> <text>KD Player</text> </label>
<icon pos="unselected" source="file">icon1_unselected.png</icon>
<icon pos="selected" source="file">icon1_selected.png</icon>
<link type="java" javasuitename="KD Player" javasuitevendor="Knyzhov Dmitry" javasuitepoint="KDPlayer"/>
</element>

that can solve your second question

dignity786
02-20-2008, 05:02 AM
Im attaching the menu.ml that i use in order to change all the icons....
The first icon is the "Sony ericsson" Link and the second is the "internet" link.
I want the first one to point to KD player and the second to point to Opera. I have both of them installed.

Secondly i would request you people to upload the "RIGHT_SOFTKEY_HOOK.itm" for K800i which has walkman as the right button...

dignity786
02-20-2008, 12:14 PM
The third problem was solved.

Now i have solved the first one also.... Thanks to a recent initiate :)
Here is the link. I have uploaded the file needed too.

RIGHT_SOFTKEY_HOOK.itm - Top Sony Forums ([Only registered and activated users can see links])