Guest RSkillz Posted May 15, 2006 Report Posted May 15, 2006 I have a HomeScreen request, and it's probably very easy to create, but not for me. I would like the DEFAULT homescreen of the Qtek 8310/SP5 to be modified somewhat: - The color of the blue wallpaper is too light on top. I would like to use the simple theme, but when the iconbar (quicklaunch bar on top) isn't displayed, the background on that part of the homescreen is too bright, but the rest is great. So I don't know if only the top part could be dimmed somewhat to match the bottom part? If that's not possible maybe the whole brightness? - And can the Calender and Text Messages part be switched on the Homescreen? Thats all! I hope someone can help me out
Guest RSkillz Posted May 18, 2006 Report Posted May 18, 2006 (edited) Ok, I'm still trying, but now I'm really stuck: I'm using HomeAnimBuilder to "tweak" the "full.home.xml" file and I got this far: - Can somebody tell me how I can get the text between the lines? - And after that, I maybe would like to get rid of the lines, except for the top one, which separates the top bar, how can I do this? - Furthermore, after MMS: there's no "0" like SMS:"0", how can I enable this? Thx for your help! <?xml version="1.0"?> <home> <author>Madbeetle HomeScreen Editor</author> <contacturl>http://www.madbeetle.com/homescreen.html</contacturl> <title>Skillz</title> <version>1.0</version> <!-- Defaults --> <default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="19" font-weight="bold" padding-left="5" padding-right="5" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="3" b-border-color="COLOR_HOMERULE" b-border-width="1"> <format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/> </default> <!-- Background --> <background bgimage="\Windows\WindowsMobile.jpg" bgimage-rotated="\Windows\WindowsMobile.jpg" valign="top" bgcolor="#2E97E3" /> <!-- Colour Scheme --> <scheme> <color name="COLOR_WINDOW" value="#FFFFFF"/> <color name="COLOR_WINDOWTEXT" value="#000000"/> <color name="COLOR_STATIC" value="#FFFFFF"/> <color name="COLOR_STATICTEXT" value="#000000"/> <color name="COLOR_GRAYTEXT" value="#808080"/> <color name="COLOR_WINDOWFRAME" value="#000000"/> <color name="COLOR_HIGHLIGHT" value="#004196"/> <color name="COLOR_HIGHLIGHTTEXT" value="#FFFFFF"/> <color name="COLOR_MENU" value="#C4E7FF"/> <color name="COLOR_MENUTEXT" value="#000000"/> <color name="COLOR_GRADLEFT" value="#FFFFFF"/> <color name="COLOR_GRADRIGHT" value="#C5E3F5"/> <color name="COLOR_INTGRADLEFT" value="#FFFFFF"/> <color name="COLOR_INTGRADRIGHT" value="#A1D6F5"/> <color name="COLOR_HIGHGRADLEFT" value="#004196"/> <color name="COLOR_HIGHGRADRIGHT" value="#004196"/> <color name="COLOR_TRAYGRADLEFT" value="#2E97E3"/> <color name="COLOR_TRAYGRADRIGHT" value="#004196"/> <color name="COLOR_TRAYTEXT" value="#FFFFFF"/> <color name="COLOR_BTNFACE" value="#8ED4F7"/> <color name="COLOR_BTNTEXT" value="#000000"/> <color name="COLOR_SCROLLBAR" value="#2E97E3"/> <color name="COLOR_alertWINDOW" value="#FFFFFF"/> <color name="COLOR_alertTITLE" value="#004196"/> <color name="COLOR_alertRULE" value="#000000"/> <color name="COLOR_HOMETEXT" value="#FFFFFF"/> <color name="COLOR_HOMEHIGHLIGHTTEXT" value="#FFFFFF"/> <color name="COLOR_HOMERULE" value="#003B8F"/> <!-- color name="COLOR_HOMEHIGHLIGHT" value="#50A5E5"/ --> <color name="COLOR_STARTMENUTEXT" value="#000000"/> </scheme> <!-- IconBar Plugin --> <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="27"><iconbar fgcolor="#FFFFFF"/><background bgcolor="transparent" b-border-color="COLOR_WINDOWFRAME" b-border-width="1"/></plugin> <!-- Carrier Plugin --> <plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="42"> <label bgcolor="transparent" halign="left" font-weight="bold" y="0" x="0" w="240" font-size="24" fgcolor="#FFFFFF"> <text><carrier/></text> </label> <clock> <time font-weight="bold" fgcolor="#FFFFFF" font-size="24" valign="top" halign="right" mode="24" y="2" x="0" w="240"/> <date font-weight="bold" fgcolor="#FFFFFF" font-size="19" valign="top" halign="right" mode="short" y="23" x="0" w="240"/> </clock> </plugin> <!-- Profile Plugin --> <plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="Profile" height="32"> <background> <format state="selected" bgcolor="transparent"/> </background> <label h="19"> <format state="selected" x="0" y="13" font-weight="bold" fgcolor="#E4E4E4" font-size="19"/> <format state="unselected" x="0" y="13" font-weight="bold" fgcolor="#FFFFFF" font-size="19"/> <text>Profile: <profile/></text> </label> </plugin> <!-- SMS Count Plugin --> <plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="30"> <background b-border-width="0"/> <label y="11" x="0"> <format state="selected" halign="left" bgcolor="transparent" fgcolor="#E4E4E4" font-weight="bold" font-size="19" /> <format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="bold" font-size="19" /> <text>SMS:<unreadSMS/></text> </label> <label y="11" x="62"> <format state="selected" halign="left" bgcolor="transparent" fgcolor="#E4E4E4" font-weight="bold" font-size="19" /> <format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="bold" font-size="19" /> <text>MMS:<unreadMMS/></text> </label> </plugin> <!-- Missed Calls Plugin --> <plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="22"> <background> <format state="selected" bgcolor="transparent"/> </background> <format state="nocall" visible="true"/> <label h="19"> <format state="selected" x="0" y="3" font-weight="bold" fgcolor="#E4E4E4" font-size="19"/> <format state="unselected" x="0" y="3" font-weight="bold" fgcolor="#FFFFFF" font-size="19"/> <text>Missed Calls: <calls/></text> </label> </plugin> <!-- All Day Calls Plugin --> <plugin clsid="{2FFD93B3-0FF0-4228-A6D6-D2DF177D7D92}" name="alldayevent" height="28"> <background> <format state="selected" bgcolor="transparent"/> </background> <format state="noevent" visible="true"/> <label h="19"> <format state="selected" x="0" y="7" font-weight="bold" fgcolor="#E4E4E4" font-size="19"/> <format state="unselected" x="0" y="7" font-weight="bold" fgcolor="#FFFFFF" font-size="19"/> <text><subject/></text> </label> </plugin> <!-- Calendar Plugin --> <plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="47"> <background> <format state="selected" bgcolor="transparent"/> </background> <label w="240" h="19" x="0" y="7"> <format state="selected" font-weight="bold" fgcolor="#E4E4E4" font-size="19"/> <format state="unselected" font-weight="bold" fgcolor="#FFFFFF" font-size="19"/> <text><subject/></text> </label> <label w="240" h="19" x="0" y="28"> <format state="selected" font-weight="bold" fgcolor="#FFFFFF" font-size="19"/> <format state="unselected" font-weight="bold" fgcolor="#FFFFFF" font-size="19"/> <text><time/> <location/></text> </label> </plugin> </home> Edited May 18, 2006 by RSkillz
Guest Looby Posted June 17, 2006 Report Posted June 17, 2006 Hi, I have included here two Default Blue screens for you, I see what you mean about it being too bright at the top. As for the MMS if you type in "0" i.e. MMS:00 it will show up as MMS:0 on your homescreen. Best of luck.....Looby :)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now