views:

46

answers:

1

Hi, I'm trying to send geo fixes to the Android Emulator in Eclipse. It has been working on some occations but now it never works. I've tried targeting different platforms, setting the time zone in the correct emulator, changing the locale to English (US), wiping the user data in the emulator, used both telnet geo fix command and the DDMS. Any hints greatly appricated!

+1  A: 

Make sure your emulator's name is selected under Devices in DDMS. And also occasionally ADB fails so the commands don't get sent to the emulator so you have to restart the dev environmeneclipse and adb.

Vuk
Already tried this but without success, thanks anyway!
Christian