at the moment I receive GPS after 5 to 10 minutes Tell me please practices or ideas how I can receive GPS faster. Maybe i can combine GPS + Internet + WIFI
4 Answers
If you use GPS + A-GPS(mobile network) + WiFi its gonna be faster. What model of phone you use?
If you are in building GPS find position slower, than you are outside.

- 443
- 1
- 8
- 24
-
http://reviews.cnet.co.uk/mobile-apps/android-phone-gps-tips-50006273/ – Piszu Oct 01 '12 at 13:22
-
1Use This Code http://stackoverflow.com/questions/12446742/android-onlocationchanged-and-mainactivity-class/12446987#12446987 – Rishabh Agrawal Oct 01 '12 at 13:23
-
http://stackoverflow.com/a/3145655/1568164 – Max Usanin Oct 01 '12 at 13:36
You can tell the LocationManager to use your Network Provider to speed up GPS fix. Just make sure to request updates from LocationManager.NETWORK_PROVIDER when you set up your listener. And maybe this is too obviouse but: try it outside or at least directly behind a window, it won't work that good near your development computer somewhere in your room.

- 321
- 1
- 4
Rule of thumb is to use all available locationproviders and take best result (you already have link to reo meier blog). You shall provide user with best available location ( provided it meets requirements in precision and age ) while waiting for better fix from some of providers.

- 12,329
- 1
- 30
- 35
-
http://stackoverflow.com/questions/3145089/what-is-the-simplest-and-most-robust-way-to-get-the-users-current-location-in-a/3145655#3145655 – Max Usanin Oct 01 '12 at 14:23
Here's an article meant to be accessible to less-technical users, but containing some useful information and advice about improving a phone's GPS performance, including really drastic things like flashing a custom ROM or radio: How Can I Fix My Android’s Crappy GPS?

- 276
- 2
- 8