I'm writing a program that uses a LocationListener to listen for
location updates.
I'm playing a GPX file that I recorded, which contains a route. I know
for sure that this file is correct.
My program seems to only receive 1 location update, and then nothing.
I have both minimum time and distance set to 0.
I thought it may be a bug in my own program, so I decided to test the
same GPX file with google maps. In google maps, I don't see 'my
location'  moving. However, when I switch to the home screen and back,
my location is updated.
It seems that the last known location is fetched correctly, but
realtime updates are not coming through.

Is this a known problem?

I'm working on a Windows Vista 32 bit system with Android SDK 1.5 r3
My number format settings are set to English. (I know this is required
to send mock locations from DDMS).


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to