I have a GPS app that gets the GPS fixes and prints it in the ADB
logs. The app was working fine with 1.1 SDK. WIth 1.5 SDK emulator I
see that the app does not  receive any location updates after
receiveing the 1st location. I have LocationListener as well as
GPSStatusListener aded to my code and none of the listeners gets
called. SO my app kind of waits forever for the next location or an
error.

05-21 23:27:35.554: ERROR/fta_gps(740): gpsTest.java:
438:onGpsStatusChanged, event 3
05-21 23:27:36.564: INFO/fta_gps(740): gpsTest.java:
294:onLocationChanged
05-21 23:27:36.583: INFO/fta_gps(740): gpsTest.java:581:TimeStamp is:
Dec 31, Wed
05-21 23:27:36.593: INFO/fta_gps(740): gpsTest.java:551:DateStamp is:
11:59:59pm 1969
05-21 23:27:36.724: INFO/fta_gps(740): gpsTest.java:359:Location
changed : Latitude: 38.99941 Longitude: -77.08595 Altitude: 0.0 Speed:
0.0

And then no more message related to the GPS.

Thanks,
-Anshul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to