View Single Post
  #3 (permalink)  
Old 02-20-2009, 05:49 PM
tx_jaycee's Avatar
tx_jaycee
Almost a VIP
Offline
Location: Houston, TX
 
Join Date: Nov 2008
Posts: 777
Reputation: 1590
tx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to tx_jaycee
Re: User Control & Custom Roms

Quote:
Originally Posted by ryangruhn View Post
- Add my "City" to Weather
- Add Program Shortcuts to the Programs tab
Here's some XML language for the these 2 options you mentioned.

<wap-provisioningdoc>

<characteristic type="Registry">

<!-- Weather Changes for US Salt Lake City -->

<characteristic type="HKCU\Software\HTC\Manila">
<parm name="Weather.CityList" value="NAM|US|UT|SALT LAKE CITY" datatype="string"/>
<parm name="Weather.Fahrenheit" value="1" datatype="integer"/>
<parm name="Weather_Focus" value="United States" datatype="string"/>
</characteristic>

<!-- Program Launcher -->

<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\0">
<parm name="DispName" value="Google Maps" datatype="string"/>
<parm name="Path" value="\Windows\Start Menu\Programs\Google Maps.lnk" datatype="string"/>
</characteristic>

<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\1">
<parm name="DispName" value="Live Search" datatype="string"/>
<parm name="Path" value="\Windows\Start Menu\Programs\Live Search.lnk" datatype="string"/>
</characteristic>

<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\2">
<parm name="DispName" value="Sprint Navigation" datatype="string"/>
<parm name="Path" value="\Windows\Start Menu\Programs\Sprint Navigation.lnk" datatype="string"/>
</characteristic>

etc...
__________________
If I was able to provide a useful/helpful post, please click the THANKS button.
Reply With Quote
This post has been thanked 1 times.