Re: [APP] XBmod Manila Rhodium (TP2) port~(BETA 1) + FIX V1C Released! 3.25.09
To get the weather tab to stop crashing you MUST use SQL to edit the global manila file. I've included it along with SQLiteman.
First thing you need to do is turn off read-only for the manila file and disable TF3D on your phone.
For those of you who aren't familiar with SQL, the command is pretty simple...
When opened up in SQLiteman, issue the following command in the top box (SQL editor):
INSERT INTO cities (id, cityName, region, state, country, latitude, longitude, accuweatherCode, timezone)
VALUES (3600, 'Your City Name', '', 'Your State Abbreviation', 'United States', 0, 0, 'Your Accuweather Code', Your Timezone Code)
Pay attention to the quotation marks. They are all single quotation marks and must be used in the exact places denoted above. Your timezone code is a number...i.e. east coast timezone is 300. You need to find your own accuweather code and timezone code.
When you hit the play button, it'll issue the SQL command and it should say Query OK in the bottom window. If it doesn't, then check the syntax cuz you screwed up somewhere.
Close SQLiteman and choose not to save (it wants to save it to a SQL file). Then make the file read-only again.
After you move the newly updated manila file to \Windows, you have to manually add the location in the weather tab, but since you added your city to the database, it'll be there to choose from. Don't forget to STILL delete forecast.cache file before enabling TF3D.
|