Skip to content

Instantly share code, notes, and snippets.

@Rashed97
Created January 10, 2015 22:34
Show Gist options
  • Select an option

  • Save Rashed97/8fcd9859ea2056476b3a to your computer and use it in GitHub Desktop.

Select an option

Save Rashed97/8fcd9859ea2056476b3a to your computer and use it in GitHub Desktop.
GPS failure
E/art ( 573): dlopen("/vendor/lib/liblocationservice.so", RTLD_LAZY) failed: dlopen failed: could not load library "libgeofence.so" needed by "liblocationservice.so"; caused by could not load library "libizat_core.so" needed by "libgeofence.so"; caused by could not load library "libloc_api_v02.so" needed by "libizat_core.so"; caused by could not load library "libqmi_cci.so" needed by "libloc_api_v02.so"; caused by could not load library "libqmi_client_qmux.so" needed by "libqmi_cci.so"; caused by cannot locate symbol "ds_get_target" referenced by "libqmi_client_qmux.so"...
D/AndroidRuntime( 573): Shutting down VM
E/AndroidRuntime( 573): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 573): java.lang.UnsatisfiedLinkError: dlopen failed: could not load library "libgeofence.so" needed by "liblocationservice.so"; caused by could not load library "libizat_core.so" needed by "libgeofence.so"; caused by could not load library "libloc_api_v02.so" needed by "libizat_core.so"; caused by could not load library "libqmi_cci.so" needed by "libloc_api_v02.so"; caused by could not load library "libqmi_client_qmux.so" needed by "libqmi_cci.so"; caused by cannot locate symbol "ds_get_target" referenced by "libqmi_client_qmux.so"...
E/AndroidRuntime( 573): at java.lang.Runtime.loadLibrary(Runtime.java:371)
E/AndroidRuntime( 573): at java.lang.System.loadLibrary(System.java:989)
E/AndroidRuntime( 573): at com.qualcomm.location.GeoFenceKeeper.<clinit>(GeoFenceKeeper.java:337)
E/AndroidRuntime( 573): at com.qualcomm.location.GeoFenceService.onCreate(GeoFenceService.java:86)
E/AndroidRuntime( 573): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2731)
E/AndroidRuntime( 573): at android.app.ActivityThread.access$1800(ActivityThread.java:144)
E/AndroidRuntime( 573): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1361)
E/AndroidRuntime( 573): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 573): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 573): at com.android.server.SystemServer.run(SystemServer.java:294)
E/AndroidRuntime( 573): at com.android.server.SystemServer.main(SystemServer.java:182)
E/AndroidRuntime( 573): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 573): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 573): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
E/AndroidRuntime( 573): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
@INTKILOW
Copy link
Copy Markdown

Have you solved the problem? dlopen for libgeofence.so failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment