--
You received this message because you are subscribed to the Google Groups "Seattle Android User Group" group.
To post to this group, send email to seattle...@googlegroups.com.
To unsubscribe from this group, send email to seattle-andro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/seattle-android?hl=en.
On the phone, I have “Use wireless networks” disabled in the settings. I had thought that this would ignore any cell tower locations. Also, in the code here is how I am requesting the GPS service
private void registerInitialListeners() {
getLocationManager().requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, meters, this);
}
From: mi...@mckoss.com
[mailto:mi...@mckoss.com] On Behalf Of Mike Koss
Sent: Wednesday, November 25, 2009 9:04 AM
To: seattle...@googlegroups.com
Subject: Re: [Seattle Android] getting incorrect GPS points
Have you tried receiving GPS status messages to distinguish between "synthetic" GPS (derived from cell tower location and skyhook location estimates)?