just a quick question about Android 2.3. I\'ve been receiving reports from people using my app that it crashes on startup in Android 2.3. It works absolutely fine on the other SDK versions as far as
I am using android 2.0 emulator. logcat says: Could not open GPS configuration file /etc/gps.conf I checked everywhere, its not present.
protected void showCurrentLocation(){ Location lc = locationManager.getLastKnownLocation(LocationManager.GPS_PROVIDER);
Greetings, Does anyone know how I can get coarse GPS coordinates when I don\'t have a fix and get fine GPS coordinates when I have a fix?
I have an app which will start sending location data to a remote server, when I press a button. I am using LocationListener since I开发者_如何学C want to send the location points if a certain distance
Greetings, I am trying to implement a timer that sends GPS coordinates to my server every 10 seconds. Here is the code snippet from the Service I\'m implementing:
Is it possible to monitor 开发者_如何学Goor trace GPS device through a Google map? If it is possible, what are the ways to do it?
My app uses background location for GPS updates. I\'ve registered it for background location updates, and while it\'s running in background, it always crashes like this.
In my app, I have a service that gets the location of the device and passes this info through to a thread. I also need to pass a sharedpreferences value through to the thread. When I do this, the appl
I\'m new here and I don\'t know if I post on to the right forum. I\'d like to do an application. Application could capture a photo and GPS location and store everything together in database. I could