Quote:
Originally Posted by KrazyKevin76
Ok, did some more searching on PPC and still haven't found any answers. So with the new release I'm only left with two issues:
1. Weather tab does not work. It restarts touch flo when I click on it. I have deleted the manilla file that contains the database and that allows me to open the tab again. But once I select a city and try to download data, it screws up again.
|
There are a variety of fixes out there, but my favorite is to replace the database with one that only has the US cities. I found one that works with TF3D2 over at XDA. Here is the link:
Weather
Note that with this database you need to change where it downloads your weather from by changing an entry in the registry. For ease of use, I perform these changes automatically through user
customization (UC) when I flash a new ROM. Not sure if these will work when the new 6.5 gets put out, but here are the lines in the SDConfig.txt file and provxml files that perform those functions.
SSConfig.txt:
Quote:
CPY1:\Storage Card\Config\ToCopy\2330fc3c_manila
CPY2:\Windows\2330fc3c_manila
XML: \Storage Card\Config\XML\Weather.xml
|
You need to adjust the paths above to the path where you will keep your files for install (in bold)
Proxml file I called Weather.xml:
Quote:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCU\Software\HTC\Manila">
<parm name="Weather.Fahrenheit" value="1" datatype="integer"/>
<parm name="Weather.CurrentCity" value="1" datatype="integer"/>
<parm name="LaunchCounter" value="1" datatype="integer"/>
<parm name="LastLaunch" value="AAbq0GCzyQE=" datatype="binary"/>
<parm name="Weather.CityList" value="NAM|US|VA|MANASSAS" datatype="string"/>
<parm name="Weather.ServerURLOverride" value="http://weather.not2advanced.com/htcw...ice=innovation" datatype="string"/>
<parm name="Weather.PostFirstRun" value="1" datatype="integer"/>
</characteristic>
</characteristic>
<characteristic type="FileOperation">
<characteristic type="Delete">
<parm name="ForceDelete" value="\Application Data\HTC\databases\forecast_cache.db" translation="install" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
|
You may not need all these entries, but having them has always worked for me. You will need to change the city to your city in "<parm name="Weather.CityList" value="NAM|US|
VA|MANASSAS" datatype="string"/>" (or not, you can change it after you install)