Hi John, On the emulator you can add populate GPS coordinates by using the geo fix command from telnet session connected to emulator
Example: telnet localhost 5554 geo fix <longitude> <latitude> [altitude], where altitude is optional The GPS coordinates entered by geo fix command appear to be stored in /data/system/location/location.gps You can retrieve the the file via following command: adb pull /data/system/location/location.gps c:\location.gps Kure -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of John Cola Sent: Thursday, January 15, 2009 5:56 PM To: android-framework Subject: How to test GPS Hi all I am willing to test GPS on my device. However, in my first step of emulating the GPS behavior on my device, I encounter with the problem of "Could not open GPS configuration file /etc/gps.conf" Can anyone provide some information about it? BR John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
