PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1551 (permalink)  
Old 04-17-2009, 05:57 AM
marcun's Avatar
N00b
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
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
  #1552 (permalink)  
Old 04-17-2009, 06:00 AM
marcun's Avatar
N00b
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
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
2. Active sync connects in a way, but can't sync. I can move files back and forth and charge, but it won't sync contacts and such.
Try going to Settings-All Settings-Connections-USBtoPC and making sure the "Enable faster data synchronization" is not checked and that "Activesync" is checked. I also like to have the one that says "Ask me first..." checked as well, that way I have the option when I first connect.

Syncing contacts also requires that you have Outlook set-up on your computer I believe. I don't use that feature so I'm not positive.
Reply With Quote
  #1553 (permalink)  
Old 04-17-2009, 06:01 AM
marcun's Avatar
N00b
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
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*

+1 ror galarm
Reply With Quote
  #1554 (permalink)  
Old 04-17-2009, 08:40 AM
gimme5's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint
Location: Kissimmee/Poinciana, FL
 
Join Date: Aug 2007
Posts: 492
Reputation: 455
gimme5 is becoming a PPCGeeks regulargimme5 is becoming a PPCGeeks regulargimme5 is becoming a PPCGeeks regulargimme5 is becoming a PPCGeeks regulargimme5 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to gimme5
Re: JUICY 6 - Build 090406H (21042) [UC] *RHODIUM MANILA*

Quote:
Originally Posted by Juicy47 View Post
can i get some input from you folks about how you would like me to handle the issue with the clock issues in manila2?

should it be re-routed to g-alarm? windows default clock app? nothing? should i leave it the way it is?

...lemme know
Leave it as is. It works fine once you select your city and change the time. No need for an extra program on the device imho.
__________________

MobileSpeedtest.com (yes, that's my site)
Reply With Quote
This post has been thanked 1 times.
  #1555 (permalink)  
Old 04-17-2009, 08:50 AM
KrazyKevin76's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
Location: Liberty, TX (Houston)
 
Join Date: Apr 2009
Posts: 256
Reputation: 155
KrazyKevin76 is keeping up the good workKrazyKevin76 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to KrazyKevin76
Re: JUICY 6 - Build 090406H (21042) [UC] *RHODIUM MANILA*

Haven't tried the weather fix yet, but thanks very much. I did try the usb-pc settings and that didn't work. Something else that I've found this morning is that my alarm doesn't work. First time to use it since I installed Juicy. The icon displays on the notification bar, but no sound. I did verify that the sound does work on the phone, just not for the alarm. Now I did install galarm and I remember it asking me to fix the windows issue. I told it yes, fix it. So I don't know if that did something. But, I uninstalled galarm just to see if it would fix it and it didn't. Thanks for the help so far.
Reply With Quote
  #1556 (permalink)  
Old 04-17-2009, 09:01 AM
lnchbx13's Avatar
Almost a VIP
Offline
Pocket PC: ME - EVO, WIFE - EVO
Carrier: Sprint
Location: Houston, TX
 
Join Date: Mar 2008
Posts: 769
Reputation: 690
lnchbx13 knows their stufflnchbx13 knows their stufflnchbx13 knows their stufflnchbx13 knows their stufflnchbx13 knows their stufflnchbx13 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: JUICY 6 - Build 090406H (21042) [UC] *RHODIUM MANILA*

whatever is easier for you...SPB MS3.0 FTW!!!
Reply With Quote
  #1557 (permalink)  
Old 04-17-2009, 10:17 AM
pdappcgeek's Avatar
Regular 'Geeker
Offline
Pocket PC: Epic 4G
Carrier: Sprint
 
Join Date: Aug 2007
Posts: 314
Reputation: 775
pdappcgeek knows their stuffpdappcgeek knows their stuffpdappcgeek knows their stuffpdappcgeek knows their stuffpdappcgeek knows their stuffpdappcgeek knows their stuffpdappcgeek knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: JUICY 6 - Build 090406H (21042) [UC] *RHODIUM MANILA*

Quote:
Originally Posted by SporkLover View Post
Maybe I am out of the loop.... I didnt notice any issues with the world clock..... should I be afraid now?
the issue occurs when you go into world clock (not the normal clock settings). When you go into the settings for world clock it's going to do one of two things:
1. change the current time on your phone by a hour
or
2. change all of your future appointment/event start & end times by a hour.

Here is the fix: http://forum.xda-developers.com/show...93531&page=252
Post 2515

There is another fix out there which is to install the app g alarm.
Reply With Quote
  #1558 (permalink)  
Old 04-17-2009, 10:46 AM
jerrygon's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Sprint
Location: Miramar, FL
 
Join Date: Apr 2007
Posts: 231
Reputation: 110
jerrygon is keeping up the good workjerrygon is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: JUICY 6 - Build 090406H (21042) [UC] *RHODIUM MANILA*

Please go with G-alarm or even the windows standard clock. But please don't leave it alone....
Reply With Quote
  #1559 (permalink)  
Old 04-17-2009, 10:46 AM
kristopher135@yahoo. om's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
 
Join Date: Nov 2007
Posts: 88
Reputation: 55
kristopher135@yahoo. om is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: JUICY 6 - Build 090406H (21042) [UC] *RHODIUM MANILA*

is there anyone having problems sending picture mail to other phones? i installed the arcsoft sprint mms but it won't send any pictures
__________________
=======================================
Don't forget if anyone helps you, hit the thanks button
Reply With Quote
  #1560 (permalink)  
Old 04-17-2009, 11:26 AM
rudygetz's Avatar
N00b
Offline
Pocket PC: Touch Pro (for now...)
Carrier: El Sprinto
Location: at home
 
Join Date: Oct 2007
Posts: 25
Reputation: 0
rudygetz is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: JUICY 6 - Build 090406H (21042) [UC] *RHODIUM MANILA*

Just my .02 , the previous realease works better for me than this one. When I receive a text, I click the screen to reply and it reinstalls TouchFLO, I've reloaded this Rom a number of times and it keeps giving me problems so I went back the previous release. The previous release works flawless.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 02:17 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com