View Single Post
  #273 (permalink)  
Old 03-31-2009, 07:33 AM
dave01978's Avatar
dave01978
PPCGeeks Regular
Offline
Location: IL
 
Join Date: Mar 2008
Posts: 242
Reputation: 150
dave01978 is keeping up the good workdave01978 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by LunaticSerenade View Post
ha, I figured it out. For the emails anyway.

any thoughts on the weather thing?
Here is what i have for the weather, also make sure you install the all city cab in the sd config file, unless your city is there by default (not sure if it matters or not) but make sure the xml file for weather is after the cab for it
here is the file i used, cleaned up some stuff that was from an above post

<characteristic type="Registry">
<!-- *** Start Configuring Weather Locations *** -->
<characteristic type="HKCU\Software\HTC\Manila" translation="filesystem">
<parm name="Weather_Focus" datatype="string" value="United States"/>
<parm name="Weather.Fahrenheit" datatype="integer" value="1"/>
<parm name="Weather.CityList" datatype="string" value="NAM|US|IL|ROMEOVILLE"/>
<parm name="Weather.PostFirstRun" datatype="integer" value="1"/>
<parm name="Locale" datatype="string" value="en-us"/>
<parm name="Weather.CurrentCity" datatype="integer" value="1"/>
<parm name="Data.DownloadWhenRoaming" datatype="integer" value="0"/>
<parm name="Data.AutoDownloadOff" datatype="integer" value="0"/>
</characteristic>
<!-- *** End Configuring Weather Locations *** -->
</characteristic>
__________________
Dave


Reply With Quote