Author |
K800 Menu Modding has begun! |
whitehackker Joined: Sep 01, 2007 Posts: 154 From: philippines PM |
ie rockygali thanks..
it's all ready optimized, but im still trying to figure out how to compress it to smaller file.. or maybe erase some frame coz it's 53 frames...
anyway thanks again.. God bless |
|
rockygali Joined: Nov 21, 2005 Posts: > 500 From: PM, WWW
|
you got some animation there for a 50+ frames... i mean 20-30 frames will do.
ok.. gud luck on the mod.!
"Darkness is the absence of light.. and not the opposite..." |
taikira Joined: Sep 20, 2006 Posts: 155 From: Lyon, France PM, WWW
|
Max_Wedge, did ya forget me?
|
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
On 2007-09-13 21:14:50, taikira wrote:
Max_Wedge, did ya forget me?
You have "internet services" twice. Each Element must be uniquely named. Also delete the "next" statement and the 2nd element in desktop element 1:
Here is your original:
Code:
|
<!-- Desktop Element 1 using DESKTOP_HOOK_1 -->
<element id="PlayNow" replace="next">
<label type="name" textid="DIL_PRE_PLAY_LINK_TXT"/>
<icon pos="unselected" source="file">Icon1_unselected.png</icon>
<icon pos="selected" source="file">Icon1_selected.png</icon>
<link type="internal"/>
</element>
<element id="InternetServices">
<label type="name"> <text>Opera</text> </label>
<icon pos="unselected" source="file">Icon1_unselected.png</icon>
<icon pos="selected" source="file">Icon1_selected.png</icon>
<link type="java" javasuitename="Opera Mini 4 beta" javasuitevendor="Opera Software ASA" javasuitepoint="Browser"/>
</element>
<!-- Desktop Element 2 using DESKTOP_HOOK_2 -->
<element id="InternetServices">
<label type="name" textid="OLP_TITLE_TXT"/>
<icon pos="unselected" source="file">Icon2_unselected.png</icon>
<icon pos="selected" source="file">Icon2_selected.png</icon>
<link type="internal"/>
</element>
|
|
Put this instead:
Code:
|
<!-- Desktop Element 1 -->
<element id="Applications">
<label type="name"> <text>Opera</text> </label>
<icon pos="unselected" source="file">Icon1_unselected.png</icon>
<icon pos="selected" source="file">Icon1_selected.png</icon>
<link type="java" javasuitename="Opera Mini 4 beta" javasuitevendor="Opera Software ASA" javasuitepoint="Browser"/>
</element>
<!-- Desktop Element 2 -->
<element id="InternetServices">
<label type="name" textid="OLP_TITLE_TXT"/>
<icon pos="unselected" source="file">Icon2_unselected.png</icon>
<icon pos="selected" source="file">Icon2_selected.png</icon>
<link type="internal"/>
</element>
|
|
_________________
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-14 00:58 ] |
taikira Joined: Sep 20, 2006 Posts: 155 From: Lyon, France PM, WWW
|
Works perfectly, thanx a lote, dude! You're THE man
|
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
Glad I could help
|
taikira Joined: Sep 20, 2006 Posts: 155 From: Lyon, France PM, WWW
|
Ok, thanx to Max_Wedge's help, and with inspiration from others, here is my first modded pack for K810i.
The pack contains:
* 1 modded menu (posted by Getagrip15, little bit adapted by me)
* 1 theme -totally made by me- devoluted to A-Style (italian design company)
* 1 Screen saver (surprise )
* Opera Mini 4 Beta 2 required for my menu's adaptation
* eBuddy (msn app), also required for my adaptation
Here is a preview of the menu, including A-Style Theme desktop:
Click here to download, enjoy
_________________
http://taikira.free.fr
[ This Message was edited by: taikira on 2007-09-14 04:43 ] |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
Nice!
|
pedrops Joined: Jan 30, 2007 Posts: 181 PM |
@Taikira
Sorry I'm late to answer you =\\
But I knew that problem on SE Editor 'by the guardian'
even in its new version, supporting K800, you don't have a "play now" tab for edition... it only edits "internet services"
Nice menu!
@Whitehacker
What program did you use to create the pictures? And the gif?
I've made 40 (240X320 72dpi) resolution pictures in photoshop.. every one with +- 300Kb... than created the gif, without optimization, and got an 267Kb gif.
Try using movie gear =]
It supports .psd so you can use photoshop files without exporting to .jpg |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
I've posted a method for changing icons on the fly. No need for xs++ or far, change whenever you get bored, even if you are out and about
http://www.esato.com/board/viewtopic.php?topic=155213&forum=17
|
pedrops Joined: Jan 30, 2007 Posts: 181 PM |
Sweet!
That's great Max!
So, that method could be used to change shutdown and splah right? |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
yep
|
ossiriss Joined: Sep 17, 2007 Posts: 29 PM |
Well, can anyone tell me why i installed a fost and why i can't see the tail of the "g"? Sometimes it appears but then when i move to another menu it remains there and sometimes doesn't appear at all.
The font is Simsons_font. |
rockygali Joined: Nov 21, 2005 Posts: > 500 From: PM, WWW
|
it means you have to adjust the sizes of those fonts in order for it to work in any menus inside the phone... its a pretty "tasky" thing to do...
i have tried experimenting with other font faces... but i found none that would really satisfy me except the default ones.
"Darkness is the absence of light.. and not the opposite..." |
chadiwrx Joined: Sep 25, 2005 Posts: 336 PM |
I wanted the full menu equalizer for my K810i but i couldn't find one, so i made one. Check it out & let me know what you guys think.
For K810i
http://www.mediafire.com/?6nnx22byqjd
For K800i
http://www.mediafire.com/?dhczejdycyz |
|