Hi, I would really appreciate if an experienced Android developer could provide their insights regarding the following.
I am testing requestLocationUpdates/onLocationChanged on emulator using Eclipse emulator control in Debug perspective. Everything works as expected when I test on emulator running AVD 2.1. (Both manual mode and GPX file works as expected) However when I run the same code on emulator running AVD 1.5, onLocationChanged is never called. onStatusChanged is called only once with TEMPORARILY_UNAVAILABLE only once. I found the following link regarding this. http://code.google.com/p/android/issues/detail?id=2545 However there are lot of conflicting comments in this thread. I would really appreciate if someone could clarify the following: 1.) Does the onLocationChanged bug exist only the Android 1.5 emulator or does it also reproduce on real devices running Android 1.5? 2.) How do you write code that needs periodic location updates that works on all Android versions including 1.5? Thanks, --MB. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

