Advertisement
ItachiSan

Error booting AOSP GB for Galaxy Gio

Sep 6th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. W/dalvikvm( 399): ERROR: Unable to find decl for native Landroid/webkit/BrowserFrame;.nativeGetEmbeddedHostNames:(I)Ljava/util/HashMap;
  2. E/JNIHelp ( 399): RegisterNatives failed for 'android/webkit/BrowserFrame'
  3. E/webcoreglue( 399): WebFrame registration failed!
  4. W/dalvikvm( 399): JNI_OnLoad returned bad version (-1) in /system/lib/libwebcore.so 0x0
  5. W/dalvikvm( 399): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/webkit/WebViewCore;
  6. E/Zygote ( 399): Error preloading android.webkit.WebViewCore.
  7. E/Zygote ( 399): java.lang.ExceptionInInitializerError
  8. E/Zygote ( 399): at java.lang.Class.classForName(Native Method)
  9. E/Zygote ( 399): at java.lang.Class.forName(Class.java:234)
  10. E/Zygote ( 399): at java.lang.Class.forName(Class.java:181)
  11. E/Zygote ( 399): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:297)
  12. E/Zygote ( 399): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:564)
  13. E/Zygote ( 399): at dalvik.system.NativeStart.main(Native Method)
  14. E/Zygote ( 399): Caused by: java.lang.UnsatisfiedLinkError: unknown failure
  15. E/Zygote ( 399): at java.lang.Runtime.loadLibrary(Runtime.java:455)
  16. E/Zygote ( 399): at java.lang.System.loadLibrary(System.java:554)
  17. E/Zygote ( 399): at android.webkit.WebViewCore.<clinit>(WebViewCore.java:61)
  18. E/Zygote ( 399): ... 6 more
  19. E/Zygote ( 399): setreuid() failed. errno: 17
  20. D/AndroidRuntime( 399): Shutting down VM
  21. W/dalvikvm( 399): threadid=1: thread exiting with uncaught exception (group=0x40018560)
  22. I/ServiceManager( 126): service 'media.audio_flinger' died
  23. I/ServiceManager( 126): service 'media.player' died
  24. I/ServiceManager( 126): service 'media.camera' died
  25. I/ServiceManager( 126): service 'media.audio_policy' died
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement