Click here to get back home

Homescreen plugins for windows mobile 2003se

 HomeNewsGroups | Search | About
 microsoft.public.smartphone    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Homescreen plugins for windows mobile 2003se kevin klick 10-25-2005
Posted by kevin klick on October 25, 2005, 4:26 pm
Please log in for more thread options
Howdy folks,

Hoping I can find some help here. I'm trying to write and improvise some
xml homescreens for a windows mobile 2003se device. I've tried the windows
homescreen designer but its a bit dated.

I'm wondering if anyone has a list of plugins available. The two I'm most
interested in are the last call plugin and the voicemail plugin. If I
install the motorola default homescreen on the phone both show as a full
line across the screen. I've tried finding the xml file for the default
homescreen but have not been able to locate it in the phone. If anyone can
find the file for the default homescreen or provide those plugins that would
be great.

If anyone has any info or can help out at all I'd be pleased to hear from
you.




Posted by gerryR on October 26, 2005, 12:26 pm
Please log in for more thread options
Hey Kevin

The default location for home screen xml files is

storage --> application data --> home (note this is "storage" and not
"storage card").

I've just started doing these myself and the only bit of advice I can give
you is to look at as many home screens as you can, see what you like about
what ones then grab the xml from them. Modaco has some nice ones. The only
annoying bit about them is when add/ remove a bit of the screen you have to
copy it to your device .. refreash the home screen and see if you like it.
Some sort of emulator would be cool but I guess we can't have everything !!

hth
gerryR


> Howdy folks,
>
> Hoping I can find some help here. I'm trying to write and improvise some
> xml homescreens for a windows mobile 2003se device. I've tried the
> windows homescreen designer but its a bit dated.
>
> I'm wondering if anyone has a list of plugins available. The two I'm most
> interested in are the last call plugin and the voicemail plugin. If I
> install the motorola default homescreen on the phone both show as a full
> line across the screen. I've tried finding the xml file for the default
> homescreen but have not been able to locate it in the phone. If anyone can
> find the file for the default homescreen or provide those plugins that
> would be great.
>
> If anyone has any info or can help out at all I'd be pleased to hear from
> you.
>




Posted by Andy Carron on October 26, 2005, 8:11 am
Please log in for more thread options
Here is my homescreen which has both voicemail and missed calls plugin (they
will be shown only if you have any of
those).

<?xml version="1.0"?>
<home>
<author>Greg Suvalian</author>
<contacturl>http://www.unixsucks.com/</contacturl>
<title>Greg's Home</title>
<title lang="0x0409">Greg's Title</title>
<version>1.1</version>
<default font-face="nina" font-size="14" padding-left="4" padding-right="4"
bgcolor="transparent"
fgcolor="COLOR_HOMETEXT" padding-top="2">
</default>
<background bgimage="\windows\ascension.jpg" valign="bottom"
bgcolor="COLOR_GRADRIGHT" />
<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="#C4E7FF" />
<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="#003684" />
</scheme>
<!--
<default bgtext="#FFFFFF" fgcolor="#FFFFFF">
<background b-border-width="1" b-border-color="COLOR_HOMEHIGHLIGHT">
<format state="selected" font-weight="bold" bgcolor="#2A2CC5"/>
</background>
<format state="selected" font-weight="bold" bgcolor="#2A2CC5"/>
</default>-->

<plugin clsid="" name="iconbar"
height="20">
<iconbar fgcolor="COLOR_TRAYTEXT"/>
<background gradient="title" bgcolor="COLOR_TRAYGRADLEFT" b-border-width="1"
b-border-color="COLOR_WINDOWFRAME"/>
</plugin>

<!-- Mru -->
<plugin clsid="" name="startmru"
height="20">
<background b-border-width="1" b-border-color="COLOR_HOMEHIGHLIGHT">
<!-- <format state="selected" /> -->
</background>
<mru y="1" icon-size="16" halign="left" valign="centre" />
<format state="selected" bgcolor="#0024CE" />
</plugin>

<!-- <plugin clsid="" name="clock"
height="20">
<time font-size="20"/>
</plugin> -->

<!-- Date plugin -->
<plugin file="sysplug.dll" clsid=""
height="20">
<background b-border-width="1" b-border-color="COLOR_HOMEHIGHLIGHT">
</background>
<clock>
<date font-weight="bold" mode="long" fgcolor="#FFFF00"/>
</clock>
</plugin>


<!-- Call progress -->
<plugin file="sysplug.dll" clsid=""
height="41">
<background>
<format state="selected" bgcolor="#2A2CC5"/>
</background>
<format state="nocall" visible="false"/>
<label>
<format state="selected" font-weight="bold" fgcolor="#FF0000"/>
<text lang="0x0409">Call in progress:</text>
</label>
<label y="17">
<text><progress/></text>
</label>
</plugin>


<!-- Calendar -->
<plugin clsid="" name="Calendar"
height="41">
<background b-border-width="1" b-border-color="COLOR_HOMEHIGHLIGHT">
<format state="selected" font-weight="bold" bgcolor="#2A2CC5"/>
</background>
<label >
<format state="selected" font-weight="bold" bgcolor="#2A2CC5"/>
<!-- <format state="unselected" halign="left" bgcolor="transparent"
font-weight="bold" />-->
<text>
<time /> <subject />
</text>
</label>
</plugin>

<!-- All Day Events -->
<plugin clsid="" name="alldayevent"
height="20">
<background b-border-width="1" b-border-color="COLOR_HOMEHIGHLIGHT">
<format state="selected" font-weight="bold" bgcolor="#2A2CC5"/>
</background>
<format state="noevent" visible="false"/>
<label h="16">
<text><subject/></text>
</label>
</plugin>

<!-- Text Messages -->
<plugin clsid="" name="msgcount2"
height="20" autoheight="false">
<background b-border-width="1" b-border-color="COLOR_HOMEHIGHLIGHT">
<format state="selected" font-weight="bold" bgcolor="#2A2CC5"/>

</background>
<format state="selected" font-weight="bold" bgcolor="#2A2CC5"/>
<mail account="sms"/>
</plugin>


<!-- Profile -->
<plugin file="sysplug.dll" clsid=""
height="20">
<background b-border-width="1" b-border-color="COLOR_HOMEHIGHLIGHT">
<format state="selected" font-weight="bold" bgcolor="#2A2CC5"/>

</background>
<label>
<format state="selected" font-weight="bold" bgcolor="#2A2CC5"/>
<text lang="0x0409">Profile: <profile/></text>
</label>
</plugin>
<!-- Missed calls -->
<plugin clsid="" name="missedcalls"
height="20">
<background b-border-width="1" b-border-color="COLOR_HOMEHIGHLIGHT">
<format state="selected" font-weight="bold" bgcolor="#2A2CC5"/>

</background>
<format state="nocall" visible="false"/>
<label h="16">
<format fgcolor="#FF0000" state="unselected"/>
<format font-weight="bold" fgcolor="#FF0000" state="selected" />
<text lang="0x0409">Missed calls: <calls/></text>
</label>
</plugin>


<!-- Voicemail -->
<plugin clsid="" name="voicemail"
height="20">
<background b-border-width="1" b-border-color="COLOR_HOMEHIGHLIGHT">
<format state="selected" font-weight="bold" bgcolor="#2A2CC5"/>

</background>
<label>
<format fgcolor="#FF0000" state="unselected" />
<format font-weight="bold" fgcolor="#FF0000" state="selected" />
<text lang="0x0409">Voicemail: <unreadVMail/></text>
</label>
</plugin>

</home>


| Hey Kevin
|
| The default location for home screen xml files is
|
| storage --> application data --> home (note this is "storage" and not
| "storage card").
|
| I've just started doing these myself and the only bit of advice I can give
| you is to look at as many home screens as you can, see what you like about
| what ones then grab the xml from them. Modaco has some nice ones. The only
| annoying bit about them is when add/ remove a bit of the screen you have to
| copy it to your device .. refreash the home screen and see if you like it.
| Some sort of emulator would be cool but I guess we can't have everything !!
|
| hth
| gerryR
|
|
| > Howdy folks,
| >
| > Hoping I can find some help here. I'm trying to write and improvise some
| > xml homescreens for a windows mobile 2003se device. I've tried the
| > windows homescreen designer but its a bit dated.
| >
| > I'm wondering if anyone has a list of plugins available. The two I'm most
| > interested in are the last call plugin and the voicemail plugin. If I
| > install the motorola default homescreen on the phone both show as a full
| > line across the screen. I've tried finding the xml file for the default
| > homescreen but have not been able to locate it in the phone. If anyone can
| > find the file for the default homescreen or provide those plugins that
| > would be great.
| >
| > If anyone has any info or can help out at all I'd be pleased to hear from
| > you.
| >
|
|




Posted by jmonroe on October 30, 2005, 6:05 pm
Please log in for more thread options

What extension do you name your file before putting it in the
\Storage\Application Data\Home folder ? Thanks for your help.


--
jmonroe
------------------------------------------------------------------------
jmonroe's Profile: http://www.mobilejoe.de/joeforums/member.php?userid=15681
View this thread: http://www.mobilejoe.de/joeforums/showthread.php?t=15892



Similar ThreadsPosted
Plugins November 1, 2005, 9:19 am
How do I upgrade my Mpx 200 to Smartphone 2003 or 2003SE? December 7, 2005, 3:04 pm
How to implement ICOntact::Display() for smartphone 2003se? January 12, 2007, 8:49 pm
Changing the order of the start menu items in WM 2003SE October 27, 2005, 7:43 pm
How can I point the " Games and Apps" downloading to other URL instead of default setting in MPX 220 w/ MSMobile 2003SE? July 11, 2005, 7:18 am
homescreen calendar August 31, 2005, 9:42 am
Motorola V3 Homescreen June 24, 2006, 5:07 am
Homescreen : I lost the tool bar - Help ! November 6, 2005, 9:51 am
SimEmu and homescreen operator name August 8, 2006, 5:58 am
Install pics as homescreen October 17, 2006, 12:40 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap