1

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

Max Usanin
  • 2,479
  • 6
  • 40
  • 70

4 Answers4

1

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.

Piszu
  • 443
  • 1
  • 8
  • 24
0

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.

Christian S.
  • 321
  • 1
  • 4
0

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.

Konstantin Pribluda
  • 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
0

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?

John Jorsett
  • 276
  • 2
  • 8