[android-developers] Re: GPS Location returns zero speed always

2012-04-26 Thread David Ross
My problems is not with failure or inaccurate readings, it has to do with why the GPS provider does not provide speed and bearing values when it returns a new Location. I have done a simple test and reduced the minimum time between location updates from 1 minutes to 10s and then I consistently get

[android-developers] Re: GPS Location returns zero speed always

2012-04-26 Thread lbendlin
https://www.google.com/search?q=google+nexus+s+gps+issues > > -- 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-de

[android-developers] Re: GPS Location returns zero speed always

2012-04-26 Thread lbendlin
https://www.google.com/search?q=google+nexus+s+gps+issues&sourceid=ie7&rls=com.microsoft:en-us:IE-Address&ie=&oe = > > -- 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

Re: [android-developers] Re: GPS Location

2011-10-24 Thread hk what
what is your app? On 10/22/11, John Coryat wrote: > GPS doesn't require an internet connection but it does require receiving a > very weak signal from a number of GPS satellites. That usually means a view > of the sky. > > -John Coryat > > -- > You received this message because you are subscribed

[android-developers] Re: GPS Location

2011-10-23 Thread Ali Chousein
One little addition from my side. Internet connection is not needed for getting your location from the GPS receiver. However, most of the times (depending on what you do with the location information of course) you'll need Internet connection to map the location to an address. For inverse geocoding

Re: [android-developers] Re: GPS Location

2011-10-23 Thread Jonas Petersson
On 2011-10-23 07:53, John Coryat wrote: GPS doesn't require an internet connection but it does require receiving a very weak signal from a number of GPS satellites. That usually means a view of the sky. Although I agree that it doesn't REQUIRE an internet connection, I must say that all my pho

[android-developers] Re: GPS Location

2011-10-22 Thread John Coryat
GPS doesn't require an internet connection but it does require receiving a very weak signal from a number of GPS satellites. That usually means a view of the sky. -John Coryat -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th