Quote:
Originally Posted by RockSta®
Can someone help me out.....I cant seem to get a GPS lock on my location, GP
|
Your problem might be that QuickGPS is not set to download updates automatically.
Import the following provisioning XML file in order to turn on Quick GPS.
You can also launch the application and download an update manually.
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Software\HTC\QuickGPS">
<parm name="actSync" datatype="integer" value="1" />
<parm name="auto" datatype="integer" value="1" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Good luck!