Open GoogleCodeExporter opened 9 years ago
I checked into this problem a little bit more. At first I thought your code was
timing out when attempting to acquire GPS data. So, I removed your location
code and supplied my own code that wrote the longitude and latitude locations
to a text file. This proved to me that the issue is not a time out, the GPS of
my device worked perfectly and that there is a flaw in the code when trying to
acquire this data.
I tested this on a Galaxy S3 and S2. In your code, when tested, it turns the
GPS on, which you can plainly see in the notification area, but when
translating the data you are getting unknown location, when in actuality the
location data is present, just not being read correctly.
Original comment by brianrsm...@gmail.com
on 22 Jan 2013 at 2:35
Original issue reported on code.google.com by
brianrsm...@gmail.com
on 21 Jan 2013 at 1:47