PDA

View Full Version : Help editing xml file on tmo dash with wm6 rogers rom..


gottifour
15th October 2007, 08:44 PM
First off I would like to say hello. I don't have many posts here but I have been lurking in the background for awhile and I have learned so much from all of you. I was wondering if someone could help me edit this xml file to show fizz weather on my homescreen similar to this one?


http://i83.photobucket.com/albums/j285/gottifour/smooth.jpg



Here is my xml.


<?xml version="1.0"?>
<home>
<author>gadget</author>
<contacturl>http://www.kooldezine.com/Q.htm</contacturl>
<title>Grey HQ</title>
<version>1.0</version>
<!-- This homescreen needs Facade to render corretly
Special thanks to Tom from qusers.com and from k1wdr for inspiration -->

<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="17" font-weight="normal" padding-left="0" padding-right="0" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="1">
<format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT" font-weight="bold"/>
</default>

<background bgimage="\Application Data\Home\Grey_HQ\Grey_HQ.gif" valign="bottom" bgcolor="COLOR_TRAYGRADLEFT"/>

<scheme>
<color name="COLOR_TRAYGRADLEFT" value="#5da3dc"/>
<color name="COLOR_TRAYGRADRIGHT" value="#0047ba"/>
<color name="COLOR_HOMEHIGHLIGHT" value="#6a8fcd"/>
<color name="COLOR_HOMETEXT" value="#FFFFFF"/>
<color name="COLOR_HOMEHIGHLIGHTTEXT" value="#FFFFFF"/>
<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_HIGHLIGHT" value="#3168bb"/>
<color name="COLOR_HIGHLIGHTTEXT" value="#ffffff"/>
<color name="COLOR_MENU" value="#ffffff"/>
<color name="COLOR_MENUTEXT" value="#000000"/>
<color name="COLOR_GRAYTEXT" value="#acacac"/>
<color name="COLOR_GRADLEFT" value="#ffffff"/>
<color name="COLOR_GRADRIGHT" value="#b1bcdd"/>
<color name="COLOR_INTGRADLEFT" value="#ffffff"/>
<color name="COLOR_INTGRADRIGHT" value="#b1bcdd"/>
<color name="COLOR_HIGHGRADLEFT" value="#44477e"/>
<color name="COLOR_HIGHGRADRIGHT" value="#44477e"/>
<color name="COLOR_TRAYTEXT" value="#ffffff"/>
<color name="COLOR_WINDOWFRAME" value="#1d2b43"/>
<color name="COLOR_BTNFACE" value="#9dc2e0"/>
<color name="COLOR_BTNTEXT" value="#52486d"/>
<color name="COLOR_SCROLLBAR" value="#b1bcdd"/>
<color name="COLOR_ALERTWINDOW" value="#b1bcdd"/>
<color name="COLOR_ALERTTITLE" value="#34355e"/>
<color name="COLOR_ALERTRULE" value="#52486d"/>
<color name="COLOR_HOMERULE" value="#353a69"/>
<color name="COLOR_STARTMENUTEXT" value="#000000"/>
</scheme>

<!--standard missed calls plugin-->
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="220">
<background b-border-width="0" bgimage="\Application Data\Home\Grey_HQ\MissedCalls.gif" valign="top">
<format state="selected" bgcolor="#000000"/>
</background>
<label halign="center" bgcolor="#0e1140" fgcolor="#FFFFFF" font-weight="bold" y="115" w="320" h="220" font-size="28">
<format state="nocall" visible="false"/>
<text lang="0x0409">
Missed calls: <calls/>
</text>
</label>
</plugin>

<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="30">
<label font-weight="bold" font-size="12" x="-2" fgcolor="#FFFFFF" halign="right" padding-right="6">
<text><carrier/></text>
</label>
<clock>
<time font-size="26" font-weight="bold" fgcolor="#FFFFFF" y="1" x="50" halign="left" padding-left="6"/>
<date font-size="16" font-weight="bold" fgcolor="#FFFFFF" y="10" halign="right" padding-right="6"/>
</clock>
</plugin>

<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="27">
<background b-border-width="0"/>
<iconbar bgcolor="transparent" fgcolor="#FFFFFF" y="0" x="0"/>
</plugin>

<!-- Messaging Plugin -->

<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile_aligned" height="26">
<label fgcolor="#FFFFFF" x="35" y="4" w="320" halign="left">
<text font-size="16" singleline="true"><profile/></text>
</label>
</plugin>

<!-- Messaging Plugin -->

<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="20">
<background>
<format state="unselected" bgimage="\Application Data\Home\Grey_HQ\msg.gif"/>
<format state="selected" bgimage="\Application Data\Home\Grey_HQ\msg2.gif"/>
</background>
<label halign="right" h="20" x="-35" y="4" w="320" font-size="14" padding-right="0">
<text>Text Messages: <unreadSMS/> E-Mail / MMS: <unreadEmail/></text>
</label>
</plugin>

<!-- Global/default settings for all instances of the Facade Plugin -->
<facade ClearType="1" BlendColor="COLOR_MENUTEXT" BlendPercent="10" SelectionColor="#ffffff" SelectionBorderColor="#1e5796" ShowSelectionBorder="1" font-size="normal" font-weight="normal" padding-left="6" padding-right="6" padding-top="0" padding-bottom="0" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" ShowCompleted="0" Wraparound="1" LauncherArrows="0" Show="both" LineIndent="10" TabBorders="0" MaxDays="120" MaxLines="50" UndatedFirst="1" ShowIndicators="1" AlwaysShowToday="1" ShowEmptyDays="0" ShowSeparatorLine="1" ShowDateToday="1" ShowAllDayText="0" ShowTodayText="1" ShowTomorrowText="0" ShowNoAppointmentsText="1" ShowUndatedHeading="0" ShowOverdueHeading="1" MinutesPastAppointment="0" ClickAction="Prompt" LinesPerEntry="1" UseTabImages="0" UseLauncherImages="0" LargeIcons="1" ShortDateFormat="M/d/yy" TimeFormat="h:mm tt" Skin="Standard">
<heading font-weight="bold" textIndent="0" blendPercent="20"/>
</facade>

<!-- Facade Plugin: This is the tab bar -->
<plugin id="FacadeTabBar" type="TabBar" viewId="FacadeView" height="24" clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}">
<format padding-bottom="0" textIndent="2"/>
<tabs>
<view padding-top="0" padding-left="4"/>
<tab type="Schedule" action="Calendar" Show="none" textIndent="6" font-size="15" font-weight="bold" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\cal.gif">
<format state="unselected" fgcolor="#dceaf9"/>
<format state="activeSelected" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\cal2.gif"/>
</tab>
<tab type="Tasks" action="Tasks" Show="none" textIndent="6" font-size="15" font-weight="bold" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\tas.gif">
<format state="unselected" fgcolor="#dceaf9"/>
<format state="activeSelected" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\tas2.gif"/>
</tab>
<tab type="Launcher" label="" action="Run" command="TaskManager" show="none" textIndent="6" font-size="15" font-weight="bold" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\lau.gif" LargeIcons="0">
<format state="unselected" fgcolor="#dceaf9"/>
<format state="activeSelected" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\lau2.gif"/>




<buttons SharedLauncher="1">
<button action="run" command="\Windows\Start Menu\Opera Browser.lnk"/>
<button action="run" command="\Windows\Start Menu\Internet Explorer.lnk"/>
<button action="run" command="\Windows\Start Menu\Task Manager.lnk"/>
<button action="run" command="\Windows\Start Menu\Accessories\Oxios CloseApps.lnk"/>
<button action="run" command="\Windows\Start Menu\Fizz Weather.lnk"/>
<button action="run" command="\Windows\Start Menu\SiriusWM5.lnk"/>
<button action="run" command="\Windows\Start Menu\Google Maps.lnk" Arguments=""/>
<button action="run" command="\Windows\Start Menu\Internet Sharing.lnk"/>
</buttons></tab>
</tabs>
</plugin>
<!-- Facade Plugin View: This is the view that shows the info for each tab -->
<plugin id="FacadeView" height="58" clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}"/>

<plugin _clsid="{37391041-C324-4725-BEE1-3232ED3539CA}" name="callprog" height="41">
<background>
<format state="selected" bgcolor="transparent"/>
</background>
<format state="nocall" visible="false"/>
<label>
<text lang="0x0409">Call in progress:</text>
</label>
<label y="17">
<text><progress/></text>
</label>
</plugin>

<!-- MRU -->
<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="25">
<mru x="5" highlight="#6666ff" icon-size="16" max-buttons="8" y="0"/>
<appname halign="left" x="209" y="6" font-size="16" fgcolor="#FFFFFF"/>
</plugin>

</home>


Here is my actual home screen...


http://i83.photobucket.com/albums/j285/gottifour/Screen.jpg



I do have the orange plugin and I think its needed...Thanks in advance for any help...

__________________

timothyjok
9th December 2007, 06:09 PM
Any luck with your fizzweather. I'm trying to do the same thing

goraps
10th December 2007, 03:05 PM
My suggestion would be to sign-up for the Facade fourums http://forums.sbsh.net/index.php?showforum=57 and download one of the themes that have secussfully done this then look at their XML. I have managed to do some XML work after looking at a few of the themes on the site.

Here is a screenshot of a theme I made by combining 2 different themes from the forums
http://aycu23.webshots.com/image/29422/2005132668335614139_rs.jpg (http://allyoucanupload.webshots.com/v/2005132668335614139)

http://aycu23.webshots.com/image/29422/2005158964761802140_rs.jpg (http://allyoucanupload.webshots.com/v/2005158964761802140)

http://aycu33.webshots.com/image/30312/2005189254488771415_rs.jpg (http://allyoucanupload.webshots.com/v/2005189254488771415)