Skip to content

Instantly share code, notes, and snippets.

@Rashed97
Created January 11, 2015 03:33
Show Gist options
  • Save Rashed97/a963c5fa770b32d096bb to your computer and use it in GitHub Desktop.
Save Rashed97/a963c5fa770b32d096bb to your computer and use it in GitHub Desktop.
GPS fail 2
W/ResourcesManager( 571): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
D/GeoFenceService( 571): onCreate
D/AndroidRuntime( 571): Shutting down VM
E/AndroidRuntime( 571): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 571): java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/com.android.location.provider.jar", zip file "/system/app/com.qualcomm.location/com.qualcomm.location.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "liblocationservice.so"
E/AndroidRuntime( 571): at java.lang.Runtime.loadLibrary(Runtime.java:366)
E/AndroidRuntime( 571): at java.lang.System.loadLibrary(System.java:989)
E/AndroidRuntime( 571): at com.qualcomm.location.GeoFenceKeeper.<clinit>(GeoFenceKeeper.java:337)
E/AndroidRuntime( 571): at com.qualcomm.location.GeoFenceService.onCreate(GeoFenceService.java:86)
E/AndroidRuntime( 571): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2731)
E/AndroidRuntime( 571): at android.app.ActivityThread.access$1800(ActivityThread.java:144)
E/AndroidRuntime( 571): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1361)
E/AndroidRuntime( 571): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 571): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 571): at com.android.server.SystemServer.run(SystemServer.java:294)
E/AndroidRuntime( 571): at com.android.server.SystemServer.main(SystemServer.java:182)
E/AndroidRuntime( 571): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 571): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 571): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
E/AndroidRuntime( 571): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment