I created a virtual device with platform 2.3 (api level 9), and I just launched it and tried to fix the GPS location via telnet, as shown below:
telnet localhost 5554
geo fix 41.41 174.64
The emulator returns an “OK” message as the output of my command, and I'm just trying to see if the Google Maps / Latitude application can see these coordinates as my location, but when I download them, they will just restart the emulator (in fact, the OS doesn’t returns, I need to close the emulator and start it again).
Am I doing something wrong or is there an error in the emulator?
source
share