Read this over @ qusers.com.(
http://www.qusers.com/forum/viewtopic.php?t=8435) For using GPS with Google maps. Have already made the changes and can confirm that it works.
I just picked up this tip from TransFXB at the Google Groups forum for the Smartphone Edition of Google Maps.
(
http://groups.google.com/group/Googl...fb85981b53c044)
Using this information I've been able to get my Garmin 10x Bluetooth receiver to connect to SP Edition of Google Maps on my Q.
1.) Make sure the following registry key exists:
- "HKEY_LOCAL_MACHINE\System\CurrentControlSet\G PS Intermediate Driver\Drivers"
- If key not present, then create it.
2.) Create the following String value under the "Drivers" key:
CurrentDriver = "My GPS Driver"
3.) Make sure the following key exists:
- "HKEY_LOCAL_MACHINE\System\CurrentControlSet\G PS IntermediateDriver\Drivers\My GPS Driver"
- If key not present, then create it.
4.) Create the following String values under the "My GPS Driver" key:
InterfaceType = "COMM"
FriendlyName = "My GPS Driver"
CommPort = "COM1:"
(Note: This assumes your GPS is assigned to COM1:. If not, change the CommPort to the correct port number)