View Single Post
  #6 (permalink)  
Old 02-20-2009, 11:17 PM
ryangruhn's Avatar
ryangruhn
PPCGeeks Regular
Offline
Threadstarter
 
Join Date: Nov 2007
Posts: 136
Reputation: 105
ryangruhn is keeping up the good workryangruhn is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: User Control & Custom Roms

Quote:
Originally Posted by tx_jaycee View Post
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...
I'm coming up short with both of these. The weather one doesn't seem to want to add my city when I change the value "NAM . . . " and the program launcher doesn't add them to the programs tab.

Thoughts?
Reply With Quote