The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
26 views

need an idea for message showing

can anybody suggest me what should i implement, to show a wait message untill LocationListener.onLocationChanged get called ? I tried using a dialog without title, but the problem is- 1. If i make it ...
0
votes
2answers
24 views

android location listener two functions Google Maps

I am working on an app that runs a service that has a location listener, and needs to do things in the background. I am currently integrating Google Maps in my app, do I need to create a different ...
1
vote
2answers
35 views

Android LocationListener reports speeds of up to 10-15 m/s when not moving, near window indoors

I am trying to create a program that will detect when the device is moving inside a motorvehicle. For this I register a LocationListener and use hasSpeed and getSpeed on the returned location. ...
0
votes
0answers
35 views

GPS and Network location providers register motion sensor on Samsung Note 2

I am using LocationManager and LocationListener to get updates regarding user's location. The current implemention works fine on several devices both old and new (Nexus 4, Thunderbolt, HTC One, ...
0
votes
1answer
35 views

When requestLocationUpdates call?

I am trying to call requestLocationUpdates using above: locationUpdateRequester.requestLocationUpdates(900000, 75, criteria, locationListenerPendingIntent); When it call requestLocationUpdates ...
1
vote
0answers
40 views

Sending current location to server with locationlistener

I have a service within an android app which implements locationListener to keep track of users changing location. Every time the location is changed, I want to send it to the server. So, in the ...
0
votes
1answer
27 views

Stop Android Location Service if Location Doesn't Change After a Time

I am trying to code a service that repeatedly checks user location, but shuts off if certain things don't occur within about 3 minutes. I put the shut-the-service-off-logic in onLocationChanged. I ...
0
votes
0answers
22 views

How to wait till GPS fixing

Now... We have a code: mContext = getApplicationContext(); try { LocMan = (LocationManager) mContext.getSystemService(LOCATION_SERVICE); isGPSEnabled = ...
0
votes
1answer
34 views

do following task after onLocationChanged is called()

I have a class implementing the LocationListener public class GetLocation implements LocationListener { @Override public void onLocationChanged(Location location) { Log.i("GetLocation", ...
0
votes
0answers
121 views

Android: No location updates from NETWORK_PROVIDER on ICS

There are similar posts on this issue. It seems to be related to some devices running ICS and above that after a while (device entering "sleep mode"-if there is one?) there are no location updates ...
1
vote
2answers
132 views

Not getting Lat and Long through either GPS or Network

I am trying to get location using GPS provider or Network provider but i didn't get location from either GPS or Network. Here is my code which was working fine some days ago but now it's not working. ...
0
votes
1answer
78 views

Do onLocationChange get called by itself

I have one simple question. As Android Developer Documentation states: You can control the frequency at which your listener receives updates with the second and third parameter—the second ...
1
vote
1answer
53 views

Misconception regarding onLocationChange

Let me give you a brief background. I need to check the users location either after some time or after some distance. So I am using LocationListner class to track the location. To test it on ...
1
vote
2answers
67 views

Stop button isn't stopping my location service

I am trying to write a service which runs with an interval. And each time it runs, it should retrieve the current location of the mobile phone. And as far as it looks my interval is running properly. ...
4
votes
2answers
504 views

LocationListener of NETWORK_PROVIDER is enabled but , onLocationChanged is never called

I am developing an application that gets position of the cell phone all day long in 6 and 6 minutes in a service, it works fine but sometimes the method OnLocationChanged of the Network provider ...
1
vote
0answers
70 views

How to use Intents to pass data from Activity to BroadcastReceiver

I have just started my first main project - a simple anti-theft application, that when my the phone is been text-ed, if it contains a certain string, it will send a sms back to the originating ...
1
vote
0answers
42 views

Android Inner Class (LocationListener) Never Fires

I am using this code to get the GPS coordinates of the Android device. The LocationListener never fires, and I am not sure why. Any suggestions would be appreciated. public class MyClass extends ...
0
votes
1answer
48 views

Unable to stop LocationListener service

In a Splash Activity's onResume(), I start the service this way AlarmManager am = (AlarmManager) getSystemService(ALARM_SERVICE); Intent i = new Intent(this, LocationService.class); PendingIntent pi ...
1
vote
3answers
60 views

Why is my location constantly changing, is my code incorrect?

I am working toward building a distance traveled part of my application but I am having issues with my location. In the location listener I am outputting the Lat and Long coordinates in a toast and I ...
1
vote
2answers
106 views

Android service locationlistener not activated

I've implemented an android service that start on boot : MyService.java package com.example.testservicelogging; import com.example.testservicelogging.MyBroadcastReceiver; import ...
0
votes
1answer
85 views

Android bindService returns false when trying to connect to 2 services

I know there have been others that have asked similar questions, but I haven't been able to get an answer on how to get past a false when calling bindService. Basically I've written an app which is ...
1
vote
2answers
241 views

Android: Waiting for a GPS fix before recording location

I am having trouble finding an approach to wait for a GPS fix in my android application. I am running a service to record user location and want to wait for a GPS fix before I do so. Can anyone ...
1
vote
3answers
154 views

requestLocationUpdate takes too long

I have only one device (HTC HD Deside) for testing my apps and when I want to get GPS data with locationManager.requestLocationUpdate(criteria,0,0,this); //critera = "gps" My GPS icon appears in ...
1
vote
1answer
85 views

How can I link the number of satellites retrieved from GpsStatus to a specific fix recorded by LocationListener?

I have been reading through the past questions on GpsStatus and I am confused by one issue: When I retrieve the the number of satellites used in the last fix from a GpsStatus object updated by my ...
1
vote
0answers
53 views

How to choose between GPS and Network provide Android

I am working on an application with uses users current location.and i want to use GPS location if GPS is available else NETWORK provider application. The problem i am facing is when my application is ...
0
votes
1answer
167 views

Using LocationListener within a fragment

Can I get a users location by using LocationListener and LocationManager from within a fragment? Or do I need to use the LocationListener from within the underlying activity and use an interface (or ...
0
votes
1answer
140 views

onLocationChanged Causes Crash, Black Screen

I have added a loader since my list class requires location to be updated. However, upon setting the location in DDMS, the processes start closing, until the list of processes is blank, and the ...
1
vote
0answers
127 views

Force close when test my gps location getting and calculate total distance I travelled in android

Recently I am learning about using gps and marker to pinpoint my current location. And now I try to modify so that the code will be able to keep track my current location and calculate my total ...
0
votes
1answer
86 views

how to pass a variable from onlocationchanged to another method in the same class - android

I'm sort of a beginner here. I created a class which implements locationlistener and also have one extra method which i want the variable within the onlocationchanged that is a member variable, to be ...
0
votes
3answers
111 views

update current location on mapview but locatinListenor is in service

i have mapActivity where i register my MapView widget and i m running service that checks location data in background. i m starting my service in mapactivity through BroadcastReceiver like this ...
0
votes
0answers
21 views

LocationListener going off too frequently

in the onCreate event for my Service I setup locationlistener... locMgr = (LocationManager)getSystemService(Context.LOCATION_SERVICE); locLstnr = new MyLocationListener(); ...
0
votes
0answers
40 views

on startservice how can i get my SharedPreferences data

when i startservice() i m getting these errors. i don't know why but without using startService() i don't get error every thing runs fine Error log 01-19 05:46:49.629: E/AndroidRuntime(900): ...
0
votes
1answer
40 views

Locationlistener mystery

I have a service (which extends Service). In the onCreate event I do the following... locMgr = (LocationManager)getSystemService(Context.LOCATION_SERVICE); locLstnr = new ...
1
vote
1answer
222 views

Insert location coordinates into database after every 1 minute for that device

I am working on the application in which I need to store the location in the database after every 1 minute for that particular device/user. Suppose if user is moving while the application is open ...
0
votes
1answer
366 views

Using OnStatusChanged to switch to NETWORK_PROVIDER from GPS_PROVIDER?

I'm working on an app that requires an accurate GPS fix. In the event that GPS_PROVIDER is enabled, but unavailable (like when you're in a tunnel), I want my app to switch to NETWORK_PROVIDER. Can I ...
1
vote
3answers
935 views

Androids onStatusChanged not working

I'm trying to get notifications if the status of GPS_PROVIDER changes. I found the following code here (http://hejp.co.uk/android/android-gps-example/), but I'm not getting notifications. Right now ...
0
votes
2answers
114 views

LocationManager doesn't update a location

There is the following code for getting current location: final LocationManager manager=(LocationManager)getSystemService(Context.LOCATION_SERVICE); LocationListener listener=new LocationListener() { ...
0
votes
3answers
225 views

If Location Manager cannot fetch location with GPS_Provider, switch to NETWORK_Provider

I would like to use GPS_Provider to be my primary method for fetching a Users current location, however, in some cases GPS will not work. If my app can't grab the Users location with GPS, I would like ...
0
votes
2answers
217 views

Android - Trouble in getting location coordinates by only using GPS provider

I am new to android. So please apologize if my question is simple and help me. I am developing an android app in which I try to get users location only using GPS service (As I am developing an app ...
0
votes
1answer
154 views

How to implement android documentation code for comparing multiple location results?

I am developing a location aware app and when I request for location updates, I occasionally get a very old location (as if it doesn't update), or I get multiple location notifications. I started ...
-2
votes
2answers
197 views

How to get location in Android within a service

I want to start a service which will run in the background, and will show latitude and longitude every 30 to 45 seconds. Below is my code which I'm using: public class LocalService extends Service ...
0
votes
1answer
2k views

Android Google Maps Api V2, GPS locationlistener and geocode

NOTE: this question has nothing to do with MapView, MapViewActivity or GeoPoints, that api has been deprecated Hello, I'm having trouble with the android google maps api v2. Specifically I want make ...
2
votes
0answers
101 views

Android LocationListener: is removeUpdates necessary?

When developing a location-aware Android application using a LocationListener, is it obligatory to call LocationManager.removeUpdates() before the application finishes? Or more generally, is it ...
1
vote
0answers
26 views

getBearing not working Using KML to drive DDMS

I've been successfully using a KML file and DDMS to drive my app testing that uses LocationListener. So far I've just been using latitude and longitude which works well. But now I'm trying to use ...
1
vote
0answers
133 views

Android - removeUpdates for location in BroadcastReciever not working?

I am developing one sample application using location listener. I have 2 java files one is broadcast receiver and one is activity. My broadcast receiver itself is a location listener. In my broadcast ...
2
votes
2answers
257 views

How to remove the location updates in service class in android?

I have a location listener class and a service class. In my location listener class I am starting GPS and I am keep getting the location every 10 seconds. My requirement is to stop the GPS location ...
0
votes
2answers
902 views

how to get latitude & longitude from google location services in android

I've successfully implemented LocationListener and could get geo coordinates from GPS. Now I am looking to implement the same and get latitude, longitude from Google location services. is this ...
0
votes
3answers
97 views

Android GPS is returning outdated info

In my current application, the location data that is returned is outdated. I use a method that gets updates based on min time/distance between updates. However, lets say i turn my phone off, drive ...
0
votes
0answers
62 views

Using an external gps reciever to get location updates with a locationlistener

I just got an external gps receiver to get more accurate updates to my android project and was wondering if anyone has already accomplished requesting the location updates from the external receiver ...
0
votes
2answers
169 views

android LocationListener not stopping GPS use

In my service, in some scenarios I can't stop the GPS from searching and draining the device battery. LocationListenerAgent.java @Override public void onCreate() { thisContext = this; // ...

1 2 3 4