Hello everybody, I have a stupid problem with the Android emulator: I am not able to send a GPS location to the emulator and all apps always report that they cannot determine my location.
My virtual device has GPS support (hw.gps=yes), "allow mock locations" in the settings is enabled. I have tried two things: 1) telnet into the virtual device and issue a "geo fix <x> <y>" 2) use ddms to send a gps location No result. "Googling" suggests that I should see a message about the location update in the ddms-log / logcat. But I don't :-( Also, there used to be a problem with non-English locales. I have already set the "java_debug" environment variable to "- Duser.language=en" as suggested in this http://code.google.com/p/android/issues/detail?id=915 issue. My current device's target version is Android 2.2, all SDK software is the latest I could find yesterday (Dalvik Debug Monitor Revision 10, AVD Manager Revision 10). I'd appreciate any help, I don't know what else to look for! Finch -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en