Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

"Incompatible location manager" message #83

Closed
pogovault opened this issue Jun 25, 2013 · 3 comments
Closed

"Incompatible location manager" message #83

pogovault opened this issue Jun 25, 2013 · 3 comments
Labels

Comments

@pogovault
Copy link

Getting "Incompatible location manager" message every time when start XPrivacy. Device is One S, The ROM is ViperOneS 2.2.0 | Sense 4.+ | 4.1.1 and xPrivacy ver. 0.34 (Pro).
Will PM you logcat.

@M66B
Copy link
Owner

M66B commented Jun 28, 2013

`android.location.LocationManager

public android.location.LocationManager(android.location.ILocationManager)

public void android.location.LocationManager.addCarGpsProvider(java.lang.String)
public boolean android.location.LocationManager.addGpsStatusListener(android.location.GpsStatus$Listener)
public native boolean android.location.LocationManager.addNmeaListener(android.location.GpsStatus$NmeaListener)
public native void android.location.LocationManager.addProximityAlert(double,double,float,long,android.app.PendingIntent)
public void android.location.LocationManager.addTestProvider(java.lang.String,boolean,boolean,boolean,boolean,boolean,boolean,boolean,int,int)
public void android.location.LocationManager.clearTestProviderEnabled(java.lang.String)
public void android.location.LocationManager.clearTestProviderLocation(java.lang.String)
public void android.location.LocationManager.clearTestProviderStatus(java.lang.String)
public java.util.List android.location.LocationManager.getAllProviders()
public java.lang.String android.location.LocationManager.getBestProvider(android.location.Criteria,boolean)
public android.location.GpsStatus android.location.LocationManager.getGpsStatus(android.location.GpsStatus)
public native android.location.Location android.location.LocationManager.getLastKnownLocation(java.lang.String)
public android.location.LocationProvider android.location.LocationManager.getProvider(java.lang.String)
public java.util.List android.location.LocationManager.getProviders(android.location.Criteria,boolean)
public java.util.List android.location.LocationManager.getProviders(boolean)
public boolean android.location.LocationManager.isProviderEnabled(java.lang.String)
public void android.location.LocationManager.notifyNema(long,java.lang.String)
public void android.location.LocationManager.removeCarGpsProvider(java.lang.String)
public void android.location.LocationManager.removeGpsStatusListener(android.location.GpsStatus$Listener)
public void android.location.LocationManager.removeNmeaListener(android.location.GpsStatus$NmeaListener)
public void android.location.LocationManager.removeProximityAlert(android.app.PendingIntent)
public void android.location.LocationManager.removeTestProvider(java.lang.String)
public native void android.location.LocationManager.removeUpdates(android.app.PendingIntent)
public native void android.location.LocationManager.removeUpdates(android.location.LocationListener)
public native void android.location.LocationManager.requestLocationUpdates(long,float,android.location.Criteria,android.app.PendingIntent)
public native void android.location.LocationManager.requestLocationUpdates(long,float,android.location.Criteria,android.location.LocationListener,android.os.Looper)
public native void android.location.LocationManager.requestLocationUpdates(java.lang.String,long,float,android.app.PendingIntent)
public native void android.location.LocationManager.requestLocationUpdates(java.lang.String,long,float,android.location.LocationListener)
public native void android.location.LocationManager.requestLocationUpdates(java.lang.String,long,float,android.location.LocationListener,android.os.Looper)
public native void android.location.LocationManager.requestSingleUpdate(android.location.Criteria,android.app.PendingIntent)
public native void android.location.LocationManager.requestSingleUpdate(android.location.Criteria,android.location.LocationListener,android.os.Looper)
public native void android.location.LocationManager.requestSingleUpdate(java.lang.String,android.app.PendingIntent)
public native void android.location.LocationManager.requestSingleUpdate(java.lang.String,android.location.LocationListener,android.os.Looper)
public boolean android.location.LocationManager.sendExtraCommand(java.lang.String,java.lang.String,android.os.Bundle)
public boolean android.location.LocationManager.sendNiResponse(int,int)
public void android.location.LocationManager.setTestProviderEnabled(java.lang.String,boolean)
public void android.location.LocationManager.setTestProviderLocation(java.lang.String,android.location.Location)
public void android.location.LocationManager.setTestProviderStatus(java.lang.String,int,android.os.Bundle,long)
private void android.location.LocationManager._requestLocationUpdates(java.lang.String,android.location.Criteria,long,float,boolean,android.app.PendingIntent)
private void android.location.LocationManager._requestLocationUpdates(java.lang.String,android.location.Criteria,long,float,boolean,android.location.LocationListener,android.os.Looper)
static android.location.ILocationManager android.location.LocationManager.access$100(android.location.LocationManager)
static android.location.GpsStatus android.location.LocationManager.access$200(android.location.LocationManager)
private android.location.LocationProvider android.location.LocationManager.createProvider(java.lang.String,android.os.Bundle)

public static final java.lang.String android.location.LocationManager.ENH_LOCATION_SERVICES_ENABLED
public static final java.lang.String android.location.LocationManager.EXTRA_GPS_ENABLED
public static final java.lang.String android.location.LocationManager.GPS_ENABLED_CHANGE_ACTION
public static final java.lang.String android.location.LocationManager.GPS_FIX_CHANGE_ACTION
public static final java.lang.String android.location.LocationManager.GPS_PROVIDER
public static final java.lang.String android.location.LocationManager.HYBRID_PROVIDER
public static final java.lang.String android.location.LocationManager.KEY_LOCATION_CHANGED
public static final java.lang.String android.location.LocationManager.KEY_PROVIDER_ENABLED
public static final java.lang.String android.location.LocationManager.KEY_PROXIMITY_ENTERING
public static final java.lang.String android.location.LocationManager.KEY_STATUS_CHANGED
public static final java.lang.String android.location.LocationManager.NETWORK_PROVIDER
public static final java.lang.String android.location.LocationManager.PASSIVE_PROVIDER
public static final java.lang.String android.location.LocationManager.PROVIDERS_CHANGED_ACTION
private static final java.lang.String android.location.LocationManager.TAG
private final android.location.GpsStatus android.location.LocationManager.mGpsStatus
private final java.util.HashMap android.location.LocationManager.mGpsStatusListeners
private java.util.HashMap android.location.LocationManager.mListeners
private final java.util.HashMap android.location.LocationManager.mNmeaListeners
private android.location.ILocationManager android.location.LocationManager.mService`

@M66B
Copy link
Owner

M66B commented Jun 28, 2013

`android.location.LocationManager

public android.location.LocationManager(android.location.ILocationManager)

public void android.location.LocationManager.addCarGpsProvider(java.lang.String)
public boolean android.location.LocationManager.addGpsStatusListener(android.location.GpsStatus$Listener)
public native boolean android.location.LocationManager.addNmeaListener(android.location.GpsStatus$NmeaListener)
public native void android.location.LocationManager.addProximityAlert(double,double,float,long,android.app.PendingIntent)
public void android.location.LocationManager.addTestProvider(java.lang.String,boolean,boolean,boolean,boolean,boolean,boolean,boolean,int,int)
public void android.location.LocationManager.clearTestProviderEnabled(java.lang.String)
public void android.location.LocationManager.clearTestProviderLocation(java.lang.String)
public void android.location.LocationManager.clearTestProviderStatus(java.lang.String)
public java.util.List android.location.LocationManager.getAllProviders()
public java.lang.String android.location.LocationManager.getBestProvider(android.location.Criteria,boolean)
public int android.location.LocationManager.getGpsState()
public android.location.GpsStatus android.location.LocationManager.getGpsStatus(android.location.GpsStatus)
public native android.location.Location android.location.LocationManager.getLastKnownLocation(java.lang.String)
public android.location.LocationProvider android.location.LocationManager.getProvider(java.lang.String)
public java.util.List android.location.LocationManager.getProviders(android.location.Criteria,boolean)
public java.util.List android.location.LocationManager.getProviders(boolean)
public boolean android.location.LocationManager.isProviderEnabled(java.lang.String)
public void android.location.LocationManager.notifyNema(long,java.lang.String)
public void android.location.LocationManager.removeCarGpsProvider(java.lang.String)
public void android.location.LocationManager.removeGpsStatusListener(android.location.GpsStatus$Listener)
public void android.location.LocationManager.removeNmeaListener(android.location.GpsStatus$NmeaListener)
public void android.location.LocationManager.removeProximityAlert(android.app.PendingIntent)
public void android.location.LocationManager.removeTestProvider(java.lang.String)
public native void android.location.LocationManager.removeUpdates(android.app.PendingIntent)
public native void android.location.LocationManager.removeUpdates(android.location.LocationListener)
public native void android.location.LocationManager.requestLocationUpdates(long,float,android.location.Criteria,android.app.PendingIntent)
public native void android.location.LocationManager.requestLocationUpdates(long,float,android.location.Criteria,android.location.LocationListener,android.os.Looper)
public native void android.location.LocationManager.requestLocationUpdates(java.lang.String,long,float,android.app.PendingIntent)
public native void android.location.LocationManager.requestLocationUpdates(java.lang.String,long,float,android.location.LocationListener)
public native void android.location.LocationManager.requestLocationUpdates(java.lang.String,long,float,android.location.LocationListener,android.os.Looper)
public native void android.location.LocationManager.requestSingleUpdate(android.location.Criteria,android.app.PendingIntent)
public native void android.location.LocationManager.requestSingleUpdate(android.location.Criteria,android.location.LocationListener,android.os.Looper)
public native void android.location.LocationManager.requestSingleUpdate(java.lang.String,android.app.PendingIntent)
public native void android.location.LocationManager.requestSingleUpdate(java.lang.String,android.location.LocationListener,android.os.Looper)
public boolean android.location.LocationManager.sendExtraCommand(java.lang.String,java.lang.String,android.os.Bundle)
public boolean android.location.LocationManager.sendNiResponse(int,int)
public void android.location.LocationManager.setTestProviderEnabled(java.lang.String,boolean)
public void android.location.LocationManager.setTestProviderLocation(java.lang.String,android.location.Location)
public void android.location.LocationManager.setTestProviderStatus(java.lang.String,int,android.os.Bundle,long)
private void android.location.LocationManager._requestLocationUpdates(java.lang.String,android.location.Criteria,long,float,boolean,android.app.PendingIntent)
private void android.location.LocationManager._requestLocationUpdates(java.lang.String,android.location.Criteria,long,float,boolean,android.location.LocationListener,android.os.Looper)
static android.location.ILocationManager android.location.LocationManager.access$100(android.location.LocationManager)
static android.location.GpsStatus android.location.LocationManager.access$200(android.location.LocationManager)
private android.location.LocationProvider android.location.LocationManager.createProvider(java.lang.String,android.os.Bundle)

public static final java.lang.String android.location.LocationManager.ENH_LOCATION_SERVICES_ENABLED
public static final java.lang.String android.location.LocationManager.EXTRA_GPS_ENABLED
public static final java.lang.String android.location.LocationManager.GPS_ENABLED_CHANGE_ACTION
public static final java.lang.String android.location.LocationManager.GPS_FIX_CHANGE_ACTION
public static final java.lang.String android.location.LocationManager.GPS_PROVIDER
public static final java.lang.String android.location.LocationManager.HYBRID_PROVIDER
public static final java.lang.String android.location.LocationManager.KEY_LOCATION_CHANGED
public static final java.lang.String android.location.LocationManager.KEY_PROVIDER_ENABLED
public static final java.lang.String android.location.LocationManager.KEY_PROXIMITY_ENTERING
public static final java.lang.String android.location.LocationManager.KEY_STATUS_CHANGED
public static final java.lang.String android.location.LocationManager.NETWORK_PROVIDER
public static final java.lang.String android.location.LocationManager.PASSIVE_PROVIDER
public static final java.lang.String android.location.LocationManager.PROVIDERS_CHANGED_ACTION
private static final java.lang.String android.location.LocationManager.TAG
private final android.location.GpsStatus android.location.LocationManager.mGpsStatus
private final java.util.HashMap android.location.LocationManager.mGpsStatusListeners
private java.util.HashMap android.location.LocationManager.mListeners
private final java.util.HashMap android.location.LocationManager.mNmeaListeners
private android.location.ILocationManager android.location.LocationManager.mService`

@M66B
Copy link
Owner

M66B commented Jun 28, 2013

This will be fixed in the next release.

@M66B M66B closed this as completed Jun 28, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants