paoservis / osmtracker-android

Automatically exported from code.google.com/p/osmtracker-android
GNU General Public License v3.0
0 stars 0 forks source link

improve gps startup latency #150

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I came across this post [1],[2] of Reto Meier in which he describes the way to 
reduce startup latency for location-based apps.

I think every location based app should make use of his tweaks in the hope to 
reduce the time for the first 'gps-fix'.

Reto has the code in a Google Code project, see [3]

[1] http://android-developers.blogspot.com/2011/06/deep-dive-into-location.html
[2] 
http://blog.radioactiveyak.com/2011/06/deep-dive-into-location-part-2-being.html
[3] http://code.google.com/p/android-protips-location/

Original issue reported on code.google.com by sebastia...@gmail.com on 1 Aug 2011 at 1:45

GoogleCodeExporter commented 9 years ago
Yep I saw those pretty good articles.

This would certainly be an improvement (patches welcome !) however in the case 
of OSMTracker the use case is maybe a bit different, because accuracy matters.

The techniques described favour a quick fix over having an accurate one, which 
I'm not sure is suitable for OSMTracker.

Original comment by nicolas@guillaumin.me on 1 Aug 2011 at 8:28