View Single Post
  #1551 (permalink)  
Old 04-17-2009, 05:57 AM
marcun's Avatar
marcun
N00b
Offline
Location: Manassas, VA
 
Join Date: Mar 2009
Posts: 44
Reputation: 20
marcun is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: JUICY 6 - Build 090406H (21042) [UC] *RHODIUM MANILA*

Quote:
Originally Posted by KrazyKevin76 View Post
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)
Attached Files
File Type: zip 2330fc3c_manila.zip (560.8 KB, 3 views) Click for barcode!
File Type: txt sdconfig.txt (162 Bytes, 21 views) Click for barcode!
File Type: zip Weather.zip (537 Bytes, 17 views) Click for barcode!
Reply With Quote