hi people ! I need your help !
I am accidentally deleted /system/framework/framework-res.apk
and now, the phone start, boot to the boot screen "Sony Erricson" - thats all.
I can connect to him with adb shell, but i can install framework-res.apk or use "su"
mode.
$ mount -o remount,rw /dev/block/mtdblock0 /system
mount -o remount,rw /dev/block/mtdblock0 /system
mount: Operation not permitted
$ su
su
[1] + Stopped (signal) su
$ su
su
[2] + Stopped (signal) su
[1] Segmentation fault su
some of logg
Code:
D/dalvikvm( 2051): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2051): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2051): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2051): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2051): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2051): GC freed 3790 objects / 196984 bytes in 16ms
D/dalvikvm( 2051): GC freed 463 objects / 26360 bytes in 15ms
D/dalvikvm( 2051): GC freed 294 objects / 17048 bytes in 16ms
D/dalvikvm( 2051): GC freed 204 objects / 11480 bytes in 17ms
D/dalvikvm( 2051): GC freed 172 objects / 9256 bytes in 18ms
D/dalvikvm( 2051): Trying to load lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2051): Added shared lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2051): Trying to load lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2051): Shared lib '/system/lib/libsrec_jni.so' already loaded in same CL 0x0
W/asset ( 2051): Asset path /system/framework/framework-res.apk is neither a directory nor file (type=1).
W/asset ( 2051): Unable to find resources file resources.arsc
W/dalvikvm( 2051): Exception Landroid/content/res/Resources$NotFoundException; thrown during Landroid/text/AutoText;.<clinit>
E/Zygote ( 2051): Error preloading android.text.AutoText.
E/Zygote ( 2051): java.lang.ExceptionInInitializerError
E/Zygote ( 2051): at java.lang.Class.classForName(Native Method)
E/Zygote ( 2051): at java.lang.Class.forName(Class.java:237)
E/Zygote ( 2051): at java.lang.Class.forName(Class.java:183)
E/Zygote ( 2051): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:295)
E/Zygote ( 2051): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:590)
E/Zygote ( 2051): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 2051): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x10b0001
E/Zygote ( 2051): at android.content.res.Resources.getValue(Resources.java:891)
E/Zygote ( 2051): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1865)
E/Zygote ( 2051): at android.content.res.Resources.getXml(Resources.java:779)
E/Zygote ( 2051): at android.text.AutoText.init(AutoText.java:160)
E/Zygote ( 2051): at android.text.AutoText.<init>(AutoText.java:76)
E/Zygote ( 2051): at android.text.AutoText.<clinit>(AutoText.java:56)
E/Zygote ( 2051): ... 6 more
D/AndroidRuntime( 2051): Shutting down VM
W/dalvikvm( 2051): threadid=3: thread exiting with uncaught exception (group=0x40026160)
D/dalvikvm( 2051): DestroyJavaVM waiting for non-daemon threads to exit
D/dalvikvm( 2051): DestroyJavaVM shutting VM down
D/dalvikvm( 2051): VM cleaning up
D/dalvikvm( 2051): LinearAlloc 0x0 used 1416396 of 5242880 (27%)
D/skia ( 2051): purging 6K from font cache [1 entries]
I/ServiceManager( 1092): service 'media.audio_flinger' died
I/ServiceManager( 1092): service 'media.player' died
I/ServiceManager( 1092): service 'media.camera' died
I/ServiceManager( 1092): service 'media.audio_policy' died
D/AudioHardwareInterface( 2052): setMode(NORMAL)
I/CameraService( 2052): CameraService started: pid=2052
I/AudioFlinger( 2052): AudioFlinger's thread 0xbec0 ready to run
D/AudioHardwareMSM72XX( 2052): setVoiceVolume(1.000000)
I am fixed my trouble !
I connect my phone with USB, then start SuperOneClick, push ShellRoot - get rooted shel in my session.Next i remount my system folder "mount -o remount,rw /dev/block/mtdblock0 /system" and put the file
adb push framework-res.apk /system/framework/framework-res.apk
Now all works good !
Thank you kobzarcheg
You saved me a lot of agony.
you wellcome
Can someone help me fix this:
--------- beginning of /dev/log/main
I//system/xbin/busybox( 1180): run-parts: /system/etc/pre-init.d: No such file or directory
I/logwrapper( 1180): /system/xbin/busybox terminated by exit(0)
I/rmt_storage( 1212): rmt_storage user app start
I/rmt_storage( 1212): rmt_storage open success
I/rmt_storage( 1212): rmt_storage shared memory ioctl success
I/rmt_storage( 1212): rmt_storage mmap addr = 40011000
--------- beginning of /dev/log/system
I/Vold ( 1183): Vold 2.1 (the revenge) firing up
E/Vold ( 1183): Set handling read only 0
D/Vold ( 1183): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
I/Netd ( 1184): Netd 1.0 starting
W/VoldDirectVolume( 1183): device name = mmcblk1
D/Vold ( 1183): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/Vold ( 1183): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
I/DEBUG ( 1185): debuggerd: Jan 20 2012 21:44:10
E/DxDrmNexPlayerIntegrator( 1199): ** Discretix Server loaded config file - result=0 **
W/Vold ( 1183): Ignoring unknown switch 'msm72k_udc'
W/Vold ( 1183): Ignoring unknown switch 'usb_connected'
W/Vold ( 1183): Cannot open CDROM ISO file
W/Vold ( 1183): USB disconnected
W/Vold ( 1183): Share method ums now unavailable
W/Vold ( 1183): Ignoring unknown switch 'usb_configuration'
W/Vold ( 1183): Ignoring unknown switch 'usb_connected'
W/Vold ( 1183): Cannot open CDROM ISO file
W/Vold ( 1183): USB connected
W/Vold ( 1183): Share method ums now available
E/DxDrmNexPlayerIntegrator( 1199): ** Discretix SignalsListener Thread is starting **
E/DxSecureClock( 1199): ** Discretix Clock Monitor is starting **
W/Vold ( 1183): Ignoring unknown switch 'msm72k_udc'
W/Vold ( 1183): Ignoring unknown switch 'usb_configuration'
D/AndroidRuntime( 1208):
D/AndroidRuntime( 1208): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1208): CheckJNI is OFF
I/htcfs-main( 1191): main()
I/htcfs-main( 1191): ############# HTC FS - START ##################
I/dalvikvm( 1208): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1208): mlock(1185062912, 3369360), fd=8
I/rmt_storage( 1212): rmt_storage open event
I/rmt_storage( 1212): rmt_storage client thread started
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): rmt_storage register cb event
I/rmt_storage( 1212): rmt_storage status id = 2
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): rmt_storage open event
I/rmt_storage( 1212): rmt_storage client thread started
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): rmt_storage register cb event
I/rmt_storage( 1212): rmt_storage status id = 2
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): rmt_storage write event
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): rmt_storage lseek...
I/rmt_storage( 1212): rmt_storage lseek ret = 0
I/rmt_storage( 1212): rmt_storage write buf = 0x40011000, num_sector = 6143
I/rmt_storage( 1212): rmt_storage write: bytes written = 512
I/rmt_storage( 1212): rmt_storage status handle = 2
I/rmt_storage( 1212): rmt_storage write: bytes written = 3145216
I/rmt_storage( 1212): rmt_storage lseek...
I/rmt_storage( 1212): rmt_storage lseek ret = 6143
I/rmt_storage( 1212): rmt_storage write buf = 0x40310e00, num_sector = 1
D/dalvikvm( 1208): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1208): Unable to stat classpath element '/system/framework/usbnet.jar'
I/SamplingProfilerIntegration( 1208): Profiling disabled.
I/Zygote ( 1208): Preloading classes...
D/dalvikvm( 1208): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 0ms+0ms
D/dalvikvm( 1208): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1208): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+1ms
D/dalvikvm( 1208): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1208): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 0ms+1ms
D/dalvikvm( 1208): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+0ms
D/CursorWindowStats( 1208): Get CursorWindow size from framework resource:2097152
D/dalvikvm( 1208): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 1ms+1ms
W/Zygote ( 1208): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1208): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 1ms+0ms
D/TextLayoutCache( 1208): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1208): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1208): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1208): Error preloading android.media.CameraProfile.
E/Zygote ( 1208): java.lang.ExceptionInInitializerError
E/Zygote ( 1208): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1208): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1208): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1208): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1208): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1208): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1208): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1208): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1208 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1208 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1208): )
E/Zygote ( 1208): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1208): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1208): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1208): ... 7 more
D/AndroidRuntime( 1208): Shutting down VM
W/dalvikvm( 1208): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
I/Netd ( 1299): Netd 1.0 starting
D/AndroidRuntime( 1318):
D/AndroidRuntime( 1318): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1318): CheckJNI is OFF
D/AndroidRuntime( 1323):
D/AndroidRuntime( 1323): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
I/dalvikvm( 1318): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1318): mlock(1185062912, 3369360), fd=8
D/AndroidRuntime( 1323): CheckJNI is OFF
D/dalvikvm( 1323): DexOpt: sleeping on flock(/data/dalvik-cache/[email protected]@[email protected])
I/dalvikvm( 1323): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1323): mlock(1185062912, 3369360), fd=8
D/dalvikvm( 1318): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1323): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1318): Unable to stat classpath element '/system/framework/usbnet.jar'
D/dalvikvm( 1323): Unable to stat classpath element '/system/framework/usbnet.jar'
I/SamplingProfilerIntegration( 1318): Profiling disabled.
I/SamplingProfilerIntegration( 1323): Profiling disabled.
I/Zygote ( 1318): Preloading classes...
I/Zygote ( 1323): Preloading classes...
D/dalvikvm( 1318): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 0ms+1ms
D/dalvikvm( 1323): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 1ms+1ms
D/dalvikvm( 1318): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1323): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1323): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+0ms
D/dalvikvm( 1318): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 1ms+1ms
D/dalvikvm( 1318): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1318): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 0ms+0ms
D/dalvikvm( 1323): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1323): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 0ms+1ms
D/dalvikvm( 1318): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 1ms+1ms
D/dalvikvm( 1323): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+1ms
D/CursorWindowStats( 1318): Get CursorWindow size from framework resource:2097152
D/CursorWindowStats( 1323): Get CursorWindow size from framework resource:2097152
D/dalvikvm( 1318): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 1ms+0ms
D/dalvikvm( 1323): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 0ms+0ms
W/Zygote ( 1318): Class not found for preloading: android.graphics.Bitmap$2
W/Zygote ( 1323): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1318): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 1ms+1ms
D/dalvikvm( 1323): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 1ms+1ms
D/TextLayoutCache( 1318): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1318): Class not found for preloading: android.media.AudioManager$2
D/TextLayoutCache( 1323): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1323): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1318): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1318): Error preloading android.media.CameraProfile.
E/Zygote ( 1318): java.lang.ExceptionInInitializerError
E/Zygote ( 1318): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1318): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1318): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1318): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1318): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1318): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1318): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1318): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1318 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1318 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1318): )
E/Zygote ( 1318): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1318): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1318): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1318): ... 7 more
D/AndroidRuntime( 1318): Shutting down VM
W/dalvikvm( 1318): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
W/dalvikvm( 1323): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1323): Error preloading android.media.CameraProfile.
E/Zygote ( 1323): java.lang.ExceptionInInitializerError
E/Zygote ( 1323): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1323): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1323): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1323): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1323): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1323): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1323): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1323): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1323 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1323 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1323): )
E/Zygote ( 1323): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1323): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1323): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1323): ... 7 more
D/AndroidRuntime( 1323): Shutting down VM
W/dalvikvm( 1323): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
I/Netd ( 1331): Netd 1.0 starting
D/AndroidRuntime( 1350):
D/AndroidRuntime( 1350): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1355):
D/AndroidRuntime( 1355): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1350): CheckJNI is OFF
I/dalvikvm( 1350): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
D/AndroidRuntime( 1355): CheckJNI is OFF
D/dalvikvm( 1355): DexOpt: sleeping on flock(/data/dalvik-cache/[email protected]@[email protected])
I/dalvikvm( 1350): mlock(1185062912, 3369360), fd=8
I/dalvikvm( 1355): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1355): mlock(1185062912, 3369360), fd=8
D/dalvikvm( 1350): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1355): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1355): DexOpt: sleeping on flock(/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1350): Unable to stat classpath element '/system/framework/usbnet.jar'
D/dalvikvm( 1355): Unable to stat classpath element '/system/framework/usbnet.jar'
I/SamplingProfilerIntegration( 1350): Profiling disabled.
I/SamplingProfilerIntegration( 1355): Profiling disabled.
I/Zygote ( 1355): Preloading classes...
I/Zygote ( 1350): Preloading classes...
D/dalvikvm( 1355): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 2ms+1ms
D/dalvikvm( 1350): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 1ms+1ms
D/dalvikvm( 1355): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 1ms+1ms
D/dalvikvm( 1350): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 1ms+0ms
D/dalvikvm( 1350): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+1ms
D/dalvikvm( 1355): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+0ms
D/dalvikvm( 1350): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1355): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1350): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 1ms+0ms
D/dalvikvm( 1355): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 1ms+1ms
D/dalvikvm( 1350): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+0ms
D/dalvikvm( 1355): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 1ms+5ms
D/CursorWindowStats( 1355): Get CursorWindow size from framework resource:2097152
D/CursorWindowStats( 1350): Get CursorWindow size from framework resource:2097152
D/dalvikvm( 1355): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 6ms+0ms
D/dalvikvm( 1350): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 0ms+1ms
W/Zygote ( 1355): Class not found for preloading: android.graphics.Bitmap$2
W/Zygote ( 1350): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1350): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 0ms+1ms
D/dalvikvm( 1355): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 0ms+1ms
D/TextLayoutCache( 1355): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1355): Class not found for preloading: android.media.AudioManager$2
D/TextLayoutCache( 1350): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1350): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1355): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
W/dalvikvm( 1350): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1355): Error preloading android.media.CameraProfile.
E/Zygote ( 1355): java.lang.ExceptionInInitializerError
E/Zygote ( 1355): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1355): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1355): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1355): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1355): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1355): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1355): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1355): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1355 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1355 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1355): )
E/Zygote ( 1355): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1355): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1355): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1355): ... 7 more
E/Zygote ( 1350): Error preloading android.media.CameraProfile.
E/Zygote ( 1350): java.lang.ExceptionInInitializerError
E/Zygote ( 1350): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1350): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1350): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1350): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1350): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1350): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1350): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1350): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1350 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1350 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1350): )
E/Zygote ( 1350): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1350): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1350): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1350): ... 7 more
D/AndroidRuntime( 1355): Shutting down VM
W/dalvikvm( 1355): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
D/AndroidRuntime( 1350): Shutting down VM
W/dalvikvm( 1350): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
I/Netd ( 1363): Netd 1.0 starting
D/AndroidRuntime( 1382):
D/AndroidRuntime( 1382): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1387):
D/AndroidRuntime( 1387): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1387): CheckJNI is OFF
I/dalvikvm( 1387): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
D/AndroidRuntime( 1382): CheckJNI is OFF
D/dalvikvm( 1382): DexOpt: sleeping on flock(/data/dalvik-cache/[email protected]@[email protected])
I/dalvikvm( 1387): mlock(1185062912, 3369360), fd=8
I/dalvikvm( 1382): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1382): mlock(1185062912, 3369360), fd=8
D/dalvikvm( 1387): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1382): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1387): Unable to stat classpath element '/system/framework/usbnet.jar'
D/dalvikvm( 1382): Unable to stat classpath element '/system/framework/usbnet.jar'
I/SamplingProfilerIntegration( 1382): Profiling disabled.
I/SamplingProfilerIntegration( 1387): Profiling disabled.
I/Zygote ( 1387): Preloading classes...
I/Zygote ( 1382): Preloading classes...
D/dalvikvm( 1387): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 0ms+1ms
D/dalvikvm( 1382): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 0ms+0ms
D/dalvikvm( 1387): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1382): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1387): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+0ms
D/dalvikvm( 1382): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+1ms
D/dalvikvm( 1387): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1382): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1382): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 1ms+0ms
D/dalvikvm( 1387): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 0ms+1ms
D/dalvikvm( 1387): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+0ms
D/dalvikvm( 1382): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+1ms
D/CursorWindowStats( 1387): Get CursorWindow size from framework resource:2097152
D/CursorWindowStats( 1382): Get CursorWindow size from framework resource:2097152
D/dalvikvm( 1387): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 1ms+1ms
W/Zygote ( 1387): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1382): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 3ms+10ms
W/Zygote ( 1382): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1387): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 0ms+0ms
D/dalvikvm( 1382): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 0ms+1ms
D/TextLayoutCache( 1387): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1387): Class not found for preloading: android.media.AudioManager$2
D/TextLayoutCache( 1382): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1382): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1387): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1387): Error preloading android.media.CameraProfile.
E/Zygote ( 1387): java.lang.ExceptionInInitializerError
E/Zygote ( 1387): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1387): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1387): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1387): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1387): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1387): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1387): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1387): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1387 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1387 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1387): )
E/Zygote ( 1387): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1387): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1387): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1387): ... 7 more
D/AndroidRuntime( 1387): Shutting down VM
W/dalvikvm( 1387): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
W/dalvikvm( 1382): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1382): Error preloading android.media.CameraProfile.
E/Zygote ( 1382): java.lang.ExceptionInInitializerError
E/Zygote ( 1382): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1382): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1382): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1382): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1382): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1382): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1382): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1382): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1382 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1382 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1382): )
E/Zygote ( 1382): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1382): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1382): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1382): ... 7 more
D/AndroidRuntime( 1382): Shutting down VM
W/dalvikvm( 1382): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
I/Netd ( 1395): Netd 1.0 starting
D/AndroidRuntime( 1414):
D/AndroidRuntime( 1414): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1414): CheckJNI is OFF
I/dalvikvm( 1414): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1414): mlock(1185062912, 3369360), fd=8
D/dalvikvm( 1414): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1414): Unable to stat classpath element '/system/framework/usbnet.jar'
I/SamplingProfilerIntegration( 1414): Profiling disabled.
I/Zygote ( 1414): Preloading classes...
D/dalvikvm( 1414): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 0ms+1ms
D/dalvikvm( 1414): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1414): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 1ms+0ms
D/dalvikvm( 1414): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1414): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 1ms+1ms
D/dalvikvm( 1414): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+1ms
D/CursorWindowStats( 1414): Get CursorWindow size from framework resource:2097152
D/dalvikvm( 1414): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 0ms+0ms
W/Zygote ( 1414): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1414): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 1ms+0ms
D/TextLayoutCache( 1414): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1414): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1414): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1414): Error preloading android.media.CameraProfile.
E/Zygote ( 1414): java.lang.ExceptionInInitializerError
E/Zygote ( 1414): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1414): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1414): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1414): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1414): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1414): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1414): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1414): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1414 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1414 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1414): )
E/Zygote ( 1414): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1414): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1414): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1414): ... 7 more
D/AndroidRuntime( 1414): Shutting down VM
W/dalvikvm( 1414): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
I/rmt_storage( 1212): rmt_storage write event
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): unblock rmt_storage client thread
I/rmt_storage( 1212): rmt_storage lseek...
I/rmt_storage( 1212): rmt_storage lseek ret = 0
I/rmt_storage( 1212): rmt_storage write buf = 0x40011000, num_sector = 6143
I/rmt_storage( 1212): rmt_storage write: bytes written = 3145216
I/rmt_storage( 1212): rmt_storage lseek...
I/rmt_storage( 1212): rmt_storage lseek ret = 6143
I/rmt_storage( 1212): rmt_storage write buf = 0x40310e00, num_sector = 1
I/rmt_storage( 1212): rmt_storage write: bytes written = 512
I/rmt_storage( 1212): rmt_storage status handle = 1
I don't know what's causing libmedia_jni.so to not load stagefright
Thanks
I'm porting Sense 4 from the Nexus S to the Desire HD btw
It already tells you why,
Code:
E/Zygote ( 1382): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1382 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1382 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRN S_18MediaScannerClientEb'...
Now, why can't it find it? No idea is this a port or source? If its a port. I can't really help.
lithid-cm said:
It already tells you why,
Code:
E/Zygote ( 1382): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1382 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1382 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRN S_18MediaScannerClientEb'...
Now, why can't it find it? No idea is this a port or source? If its a port. I can't really help.
Click to expand...
Click to collapse
But what does that mean? And it's a port
Quinny899 said:
But what does that mean? And it's a port
Click to expand...
Click to collapse
Its looking for a call in stagefreight that isn't present.
I'll restore the original stagefright, see if that helps
EDIT: Yep, that solved it, just need to carry on lib replacing now. Thanks for your help
New one now:
E/Zygote ( 1411): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1286]: 1411 cannot locate '_ZN7android12MediaScanner21setMediaFileExtensionEPKc'...
Anyone?
Sent from my ARCHOS 80G9 using XDA Premium HD app
I found the lib for that earlier one, but now I have a new one. Anyone know which lib contains _ZN7android14SurfaceTexture14updateTexImageEbb?
Nope?
Hi all,
I want to build my own cyanogenmod port for my device (tablet). It's an Allwinner 13 tablet (inet 86vz)
I started following Doc:_porting_intro on cyanogenmod wiki (cannot post url) and everything seems good and now the step for testing recovery image is a problem.
I successfully build the recovery.img. I installed it on my device and reboot it in recovery mode. I can see the beautiful hat ! But nands partitions have not been found and cache partition had not been mounted. I watch /tmp/recovery.log and it's confirm that.
I'm not sure it is the fix, but inserting (with insmod) the nand.ko module solve the problem. My question : how can I automate that ? In which file ?
I didn't find another similary device.
Thanks in advance for any help.
I continue my story. I successfully build recovery image and build cm10.2 for my device but it does not work: I've got a bootloop.
Between loop I can access (for a very short time) my device with adb.
I've got logcat for it.
Code:
--------- beginning of /dev/log/main
I/e2fsck ( 65): e2fsck 1.41.14 (22-Dec-2010)
I/e2fsck ( 65): /system/bin/e2fsck: Device or resource busy while trying to open /dev/block/nande
I/e2fsck ( 65): Filesystem mounted or opened exclusively by another program?
I/e2fsck ( 65): e2fsck terminated by exit(8)
I/e2fsck ( 70): e2fsck 1.41.14 (22-Dec-2010)
I/e2fsck ( 70): /system/bin/e2fsck: Device or resource busy while trying to open /dev/block/nandh
I/e2fsck ( 70): Filesystem mounted or opened exclusively by another program?
I/e2fsck ( 70): e2fsck terminated by exit(8)
I/installd( 84): installd firing up
I/DEBUG ( 78): debuggerd: Jan 27 2014 06:50:33
--------- beginning of /dev/log/system
I/Vold ( 76): Vold 2.1 (the revenge) firing up
E/Vold ( 76): failed to open /fstab.sun5i
E/Vold ( 76): Error reading configuration (No such file or directory)... continuing anyways
I/Netd ( 77): Netd 1.0 starting
W/InterfaceController( 77): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
D/AndroidRuntime( 91):
D/AndroidRuntime( 91): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 91): CheckJNI is ON
D/dalvikvm( 91): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 91): Added shared lib libjavacore.so 0x0
D/dalvikvm( 91): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 91): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 91): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 91): Profiling disabled.
I/Zygote ( 91): Preloading classes...
E/cutils-trace( 91): Error opening trace file: No such file or directory (2)
D/dalvikvm( 91): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/TextLayoutCache( 91): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 91): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 91): register_android_mtp_MtpDevice
I/dalvikvm( 91): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 91): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 91): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MDnsDS ( 77): MDnsSdListener::Hander starting up
D/MDnsDS ( 77): MDnsSdListener starting to monitor
D/MDnsDS ( 77): Going to poll with pollCount 1
I/dalvikvm( 91): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 91): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/AndroidRuntime( 315):
D/AndroidRuntime( 315): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 315): CheckJNI is ON
D/dalvikvm( 315): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 315): Added shared lib libjavacore.so 0x0
D/dalvikvm( 315): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 315): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 315): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 315): Profiling disabled.
I/Zygote ( 315): Preloading classes...
E/cutils-trace( 315): Error opening trace file: No such file or directory (2)
D/dalvikvm( 315): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/TextLayoutCache( 315): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 315): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 315): register_android_mtp_MtpDevice
I/dalvikvm( 315): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 315): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 315): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 315): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 315): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/AndroidRuntime( 323):
D/AndroidRuntime( 323): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 323): CheckJNI is ON
D/dalvikvm( 323): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 323): Added shared lib libjavacore.so 0x0
D/dalvikvm( 323): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 323): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 323): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 323): Profiling disabled.
I/Zygote ( 323): Preloading classes...
E/cutils-trace( 323): Error opening trace file: No such file or directory (2)
D/dalvikvm( 323): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/TextLayoutCache( 323): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 323): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 323): register_android_mtp_MtpDevice
I/dalvikvm( 323): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 323): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 323): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 323): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 323): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
W/dalvikvm( 323): Exception Ljava/lang/RuntimeException; thrown while initializing Lorg/apache/harmony/security/provider/crypto/RandomBitsSupplier;
W/dalvikvm( 323): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Lorg/apache/harmony/security/fortress/Services;
W/dalvikvm( 323): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Ljava/security/KeyPairGenerator;
E/Zygote ( 323): Error preloading java.security.KeyPairGenerator.
E/Zygote ( 323): java.lang.ExceptionInInitializerError
E/Zygote ( 323): at org.apache.harmony.security.provider.crypto.CryptoProvider.<init>(CryptoProvider.java:58)
E/Zygote ( 323): at java.lang.Class.newInstanceImpl(Native Method)
E/Zygote ( 323): at java.lang.Class.newInstance(Class.java:1130)
E/Zygote ( 323): at org.apache.harmony.security.fortress.Services.<clinit>(Services.java:79)
E/Zygote ( 323): at java.security.SecureRandom.<init>(SecureRandom.java:89)
E/Zygote ( 323): at java.security.KeyPairGenerator.<clinit>(KeyPairGenerator.java:40)
E/Zygote ( 323): at java.lang.Class.classForName(Native Method)
E/Zygote ( 323): at java.lang.Class.forName(Class.java:204)
E/Zygote ( 323): at java.lang.Class.forName(Class.java:169)
E/Zygote ( 323): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:280)
E/Zygote ( 323): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:227)
E/Zygote ( 323): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:524)
E/Zygote ( 323): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 323): Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 323): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:36)
E/Zygote ( 323): ... 13 more
E/Zygote ( 323): Caused by: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 323): at libcore.io.IoBridge.open(IoBridge.java:409)
E/Zygote ( 323): at java.io.FileInputStream.<init>(FileInputStream.java:78)
E/Zygote ( 323): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:34)
E/Zygote ( 323): ... 13 more
E/Zygote ( 323): Caused by: libcore.io.ErrnoException: open failed: EACCES (Permission denied)
E/Zygote ( 323): at libcore.io.Posix.open(Native Method)
E/Zygote ( 323): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/Zygote ( 323): at libcore.io.IoBridge.open(IoBridge.java:393)
E/Zygote ( 323): ... 15 more
D/AndroidRuntime( 323): Shutting down VM
W/dalvikvm( 323): threadid=1: thread exiting with uncaught exception (group=0x41b887c0)
I/Netd ( 333): Netd 1.0 starting
W/InterfaceController( 333): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
D/AndroidRuntime( 338):
D/AndroidRuntime( 338): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 338): CheckJNI is ON
D/dalvikvm( 338): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 338): Added shared lib libjavacore.so 0x0
D/dalvikvm( 338): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 338): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 338): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 338): Profiling disabled.
I/Zygote ( 338): Preloading classes...
E/cutils-trace( 338): Error opening trace file: No such file or directory (2)
D/dalvikvm( 338): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/TextLayoutCache( 338): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 338): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 338): register_android_mtp_MtpDevice
I/dalvikvm( 338): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 338): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 338): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 338): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 338): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
W/dalvikvm( 338): Exception Ljava/lang/RuntimeException; thrown while initializing Lorg/apache/harmony/security/provider/crypto/RandomBitsSupplier;
W/dalvikvm( 338): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Lorg/apache/harmony/security/fortress/Services;
W/dalvikvm( 338): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Ljava/security/KeyPairGenerator;
E/Zygote ( 338): Error preloading java.security.KeyPairGenerator.
E/Zygote ( 338): java.lang.ExceptionInInitializerError
E/Zygote ( 338): at org.apache.harmony.security.provider.crypto.CryptoProvider.<init>(CryptoProvider.java:58)
E/Zygote ( 338): at java.lang.Class.newInstanceImpl(Native Method)
E/Zygote ( 338): at java.lang.Class.newInstance(Class.java:1130)
E/Zygote ( 338): at org.apache.harmony.security.fortress.Services.<clinit>(Services.java:79)
E/Zygote ( 338): at java.security.SecureRandom.<init>(SecureRandom.java:89)
E/Zygote ( 338): at java.security.KeyPairGenerator.<clinit>(KeyPairGenerator.java:40)
E/Zygote ( 338): at java.lang.Class.classForName(Native Method)
E/Zygote ( 338): at java.lang.Class.forName(Class.java:204)
E/Zygote ( 338): at java.lang.Class.forName(Class.java:169)
E/Zygote ( 338): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:280)
E/Zygote ( 338): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:227)
E/Zygote ( 338): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:524)
E/Zygote ( 338): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 338): Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 338): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:36)
E/Zygote ( 338): ... 13 more
E/Zygote ( 338): Caused by: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 338): at libcore.io.IoBridge.open(IoBridge.java:409)
E/Zygote ( 338): at java.io.FileInputStream.<init>(FileInputStream.java:78)
E/Zygote ( 338): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:34)
E/Zygote ( 338): ... 13 more
E/Zygote ( 338): Caused by: libcore.io.ErrnoException: open failed: EACCES (Permission denied)
E/Zygote ( 338): at libcore.io.Posix.open(Native Method)
E/Zygote ( 338): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/Zygote ( 338): at libcore.io.IoBridge.open(IoBridge.java:393)
E/Zygote ( 338): ... 15 more
D/AndroidRuntime( 338): Shutting down VM
W/dalvikvm( 338): threadid=1: thread exiting with uncaught exception (group=0x40dc27c0)
I/Netd ( 544): Netd 1.0 starting
W/InterfaceController( 544): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
D/AndroidRuntime( 546):
D/AndroidRuntime( 546): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 546): CheckJNI is ON
D/AndroidRuntime( 551):
D/AndroidRuntime( 551): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 551): CheckJNI is ON
D/dalvikvm( 551): DexOpt: sleeping on flock(/cache/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 546): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 546): Added shared lib libjavacore.so 0x0
D/dalvikvm( 551): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 551): Added shared lib libjavacore.so 0x0
D/dalvikvm( 546): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 546): Added shared lib libnativehelper.so 0x0
D/dalvikvm( 551): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 551): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 546): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
W/dalvikvm( 551): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 546): Profiling disabled.
I/SamplingProfilerIntegration( 551): Profiling disabled.
I/Zygote ( 546): Preloading classes...
E/cutils-trace( 546): Error opening trace file: No such file or directory (2)
I/Zygote ( 551): Preloading classes...
E/cutils-trace( 551): Error opening trace file: No such file or directory (2)
D/dalvikvm( 546): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/dalvikvm( 551): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/TextLayoutCache( 546): Using debug level = 0 - Debug Enabled = 0
D/TextLayoutCache( 551): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 546): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 551): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 546): register_android_mtp_MtpDevice
I/dalvikvm( 546): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 546): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 551): register_android_mtp_MtpDevice
I/dalvikvm( 551): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 546): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 551): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 551): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 546): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
I/dalvikvm( 551): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 551): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 546): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
W/dalvikvm( 546): Exception Ljava/lang/RuntimeException; thrown while initializing Lorg/apache/harmony/security/provider/crypto/RandomBitsSupplier;
W/dalvikvm( 546): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Lorg/apache/harmony/security/fortress/Services;
W/dalvikvm( 546): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Ljava/security/KeyPairGenerator;
D/AndroidRuntime( 700):
D/AndroidRuntime( 700): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 700): CheckJNI is ON
E/Zygote ( 546): Error preloading java.security.KeyPairGenerator.
E/Zygote ( 546): java.lang.ExceptionInInitializerError
E/Zygote ( 546): at org.apache.harmony.security.provider.crypto.CryptoProvider.<init>(CryptoProvider.java:58)
E/Zygote ( 546): at java.lang.Class.newInstanceImpl(Native Method)
E/Zygote ( 546): at java.lang.Class.newInstance(Class.java:1130)
E/Zygote ( 546): at org.apache.harmony.security.fortress.Services.<clinit>(Services.java:79)
E/Zygote ( 546): at java.security.SecureRandom.<init>(SecureRandom.java:89)
E/Zygote ( 546): at java.security.KeyPairGenerator.<clinit>(KeyPairGenerator.java:40)
E/Zygote ( 546): at java.lang.Class.classForName(Native Method)
E/Zygote ( 546): at java.lang.Class.forName(Class.java:204)
E/Zygote ( 546): at java.lang.Class.forName(Class.java:169)
E/Zygote ( 546): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:280)
E/Zygote ( 546): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:227)
E/Zygote ( 546): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:524)
E/Zygote ( 546): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 546): Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 546): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:36)
E/Zygote ( 546): ... 13 more
E/Zygote ( 546): Caused by: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 546): at libcore.io.IoBridge.open(IoBridge.java:409)
E/Zygote ( 546): at java.io.FileInputStream.<init>(FileInputStream.java:78)
E/Zygote ( 546): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:34)
E/Zygote ( 546): ... 13 more
E/Zygote ( 546): Caused by: libcore.io.ErrnoException: open failed: EACCES (Permission denied)
E/Zygote ( 546): at libcore.io.Posix.open(Native Method)
E/Zygote ( 546): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/Zygote ( 546): at libcore.io.IoBridge.open(IoBridge.java:393)
E/Zygote ( 546): ... 15 more
D/AndroidRuntime( 546): Shutting down VM
W/dalvikvm( 546): threadid=1: thread exiting with uncaught exception (group=0x40f1e7c0)
D/dalvikvm( 700): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 700): Added shared lib libjavacore.so 0x0
D/dalvikvm( 700): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 700): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 700): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 700): Profiling disabled.
D/MDnsDS ( 544): MDnsSdListener::Hander starting up
D/MDnsDS ( 544): MDnsSdListener starting to monitor
D/MDnsDS ( 544): Going to poll with pollCount 1
I/Zygote ( 700): Preloading classes...
E/cutils-trace( 700): Error opening trace file: No such file or directory (2)
D/dalvikvm( 700): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
Any idea to help me ? Thanks in advance.
If you want more information just tell me.
My device continue to go in bootloop. Don't know what to do or what information can be useful to find a solution.
Is there another way to try to port cyanogenmod to my device by small patch beginning with my stock rom ?
So with kitkat is this damn feature when you're booted up to allow USB Debugging for logcat and such. There is s popup window on the device that says Allow USB Debugging? and it provides the computer's RSA key fingerprint.
I am trying to get a logcat at boot for a ROM I ported and I cant because of the ROM does not fully boot.
Does anyone know a way to force logcat at boot? I "think" that I have tried all of the tricks in the book without success:
1. added logcat service to startup in init.rc
2. added the following to build.prop
persist.service.adb.enable=1
persist.service.debuggable=1
persist.sys.usb.config=mtp,adb
Please help.
FYI, I am porting Miui v6 (yes KK 4.4 w/ new tablet interface from Nexus 7 2013) to the Nexus 7 2012. ROM is built, will not boot and I am not able to get a logcat.
I am looking for all the help that I can get. Once the kk MiCode is released to the patchrom repository this port should be a breeze but until then I am using drag and drop.
@timmytim I had this problem. Try booting into recovery whilst plugged in and running "adb devices" if it's connected then, and if so, start running your logcat and reboot. If this still doesn't work then do the same but this time run your logcat like this:
Code:
adb -d logcat > logcat.txt
Then reboot; the -d means it's waiting for the device.
HTCDreamOn said:
@timmytim I had this problem. Try booting into recovery whilst plugged in and running "adb devices" if it's connected then, and if so, start running your logcat and reboot. If this still doesn't work then do the same but this time run your logcat like this:
Code:
adb -d logcat > logcat.txt
Then reboot; the -d means it's waiting for the device.
Click to expand...
Click to collapse
Thanks for the reply. Didn't work.
I let the non-booting tablet sit on the Miui splash screen for some time in an attempt to collect some tombstone logs. Sometimes they are helpful.
I rebooted into recovery and was able to ADB Pull the tombstone logs. Here is what I received:
First error:
Code:
03-23 02:48:55.660 13666 13666 D AndroidRuntime:
>>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
03-23 02:48:55.660 13666 13666 D AndroidRuntime: CheckJNI is OFF
03-23 02:48:55.680 13666 13666 D dalvikvm: Trying to load lib libjavacore.so 0x0
03-23 02:48:55.680 13666 13666 D dalvikvm: Added shared lib libjavacore.so 0x0
03-23 02:48:55.690 13666 13666 D dalvikvm: Trying to load lib libnativehelper.so 0x0
03-23 02:48:55.690 13666 13666 D dalvikvm: Added shared lib libnativehelper.so 0x0
03-23 02:48:55.690 13666 13666 D dalvikvm: No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
03-23 02:48:55.710 13666 13666 E dalvikvm: ERROR: couldn't find native method
03-23 02:48:55.710 13666 13666 E dalvikvm: Requested: Landroid/content/res/AssetManager;.splitThemePackage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)I
03-23 02:48:55.710 13666 13666 E dalvikvm: JNI posting fatal error: RegisterNatives failed for 'android/content/res/AssetManager'; aborting...
03-23 02:48:55.710 13666 13666 I dalvikvm: "main" prio=5 tid=1 NATIVE
03-23 02:48:55.710 13666 13666 I dalvikvm: | group="main" sCount=0 dsCount=0 obj=0x418d3d68 self=0x4002b480
03-23 02:48:55.710 13666 13666 I dalvikvm: | sysTid=13666 nice=0 sched=0/0 cgrp=default handle=1075016020
03-23 02:48:55.710 13666 13666 I dalvikvm: | state=R schedstat=( 356766000 3540000 39 ) utm=25 stm=10 core=1
03-23 02:48:55.720 13666 13666 I dalvikvm: #00 pc 0000132e /system/lib/libcorkscrew.so (unwind_backtrace_thread+29)
03-23 02:48:55.720 13666 13666 I dalvikvm: #01 pc 00061bb2 /system/lib/libdvm.so (dvmDumpNativeStack(DebugOutputTarget const*, int)+33)
03-23 02:48:55.720 13666 13666 I dalvikvm: #02 pc 00055ba8 /system/lib/libdvm.so (dvmDumpThreadEx(DebugOutputTarget const*, Thread*, bool)+395)
03-23 02:48:55.720 13666 13666 I dalvikvm: #03 pc 00055c16 /system/lib/libdvm.so (dvmDumpThread(Thread*, bool)+25)
03-23 02:48:55.720 13666 13666 I dalvikvm: #04 pc 0004a5fc /system/lib/libdvm.so
03-23 02:48:55.720 13666 13666 I dalvikvm: #05 pc 00001fd2 /system/lib/libnativehelper.so (jniRegisterNativeMethods+81)
03-23 02:48:55.720 13666 13666 I dalvikvm: #06 pc 000518ca /system/lib/libandroid_runtime.so
03-23 02:48:55.720 13666 13666 I dalvikvm: #07 pc 00051bb8 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+23)
03-23 02:48:55.720 13666 13666 I dalvikvm: #08 pc 00052608 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+183)
03-23 02:48:55.720 13666 13666 I dalvikvm: #09 pc 0000105a /system/bin/app_process
03-23 02:48:55.720 13666 13666 I dalvikvm: #10 pc 0000e418 /system/lib/libc.so (__libc_init+47)
03-23 02:48:55.720 13666 13666 I dalvikvm: at dalvik.system.NativeStart.main(Native Method)
03-23 02:48:55.720 13666 13666 I dalvikvm: at dalvik.system.NativeStart.main(Native Method)
03-23 02:48:55.720 13666 13666 I dalvikvm:
03-23 02:48:55.720 13666 13666 E dalvikvm: VM aborting
03-23 02:48:55.720 13666 13666 F libc : Fatal signal 6 (SIGABRT) at 0x00003562 (code=-6), thread 13666 (zygote)
I then replaced the AssetManager.smali from the base ROM to the Mikui ROM and that rror went away. I was able to pull the next Tombstones logs after a re-flash of the ROM and now I am seeing this and cannot get past it:
Code:
03-23 03:18:00.240 6704 6704 D dalvikvm: Added shared lib libjavacore.so 0x0
03-23 03:18:00.250 6704 6704 D dalvikvm: Trying to load lib libnativehelper.so 0x0
03-23 03:18:00.250 6704 6704 D dalvikvm: Added shared lib libnativehelper.so 0x0
03-23 03:18:00.250 6704 6704 D dalvikvm: No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
03-23 03:18:00.260 6704 6704 F libc : Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 6704 (zygote)
--------- log /dev/log/main
03-23 03:18:00.220 6704 6704 D AndroidRuntime:
>>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
03-23 03:18:00.220 6704 6704 D AndroidRuntime: CheckJNI is OFF
03-23 03:18:00.240 6704 6704 D dalvikvm: Trying to load lib libjavacore.so 0x0
03-23 03:18:00.240 6704 6704 D dalvikvm: Added shared lib libjavacore.so 0x0
03-23 03:18:00.250 6704 6704 D dalvikvm: Trying to load lib libnativehelper.so 0x0
03-23 03:18:00.250 6704 6704 D dalvikvm: Added shared lib libnativehelper.so 0x0
03-23 03:18:00.250 6704 6704 D dalvikvm: No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
03-23 03:18:00.260 6704 6704 F libc : Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 6704 (zygote)
I am still not able to get a logcat at boot. Is there something that I can do to get a logcat at boot on Kitkat?
I was FINALLY able to get a logcat at boot, WOOT!
If you have some time, please take a look and see if you can help me decipher it.
Thanks in advance!
timmytim said:
I was FINALLY able to get a logcat at boot, WOOT!
If you have some time, please take a look and see if you can help me decipher it.
Thanks in advance!
Click to expand...
Click to collapse
E/dalvikvm( 808): JNI posting fatal error: RegisterNatives failed for 'libcore/icu/ICU'; aborting...
Then this is FATAL
F/libc ( 128): Fatal signal 6 (SIGABRT) at 0x00000080 (code=-6), thread 128 (zygote)
Libc.so?
Not sure man..
I'm trying to follow these threads to learn more about logs..
Sent from my SCH-I605 using xda app-developers app
Update: I was finally able to get a logcat at boot. Now just trying to work out my bugs. Thanks to all those that replied, i really appreciate the help :good:
timmytim said:
Update: I was finally able to get a logcat at boot. Now just trying to work out my bugs. Thanks to all those that replied, i really appreciate the help :good:
Click to expand...
Click to collapse
How did you manage to get a logcat at boot? I am currently in the same situation you are in, except with CM11S. If you could explain the process you used to enable usb debugging and allow logcat on first boot of a KitKat Rom, that would be great.
TekGadgt said:
How did you manage to get a logcat at boot? I am currently in the same situation you are in, except with CM11S. If you could explain the process you used to enable usb debugging and allow logcat on first boot of a KitKat Rom, that would be great.
Click to expand...
Click to collapse
https://forum.xda-developers.com/android/help/solved-adb-unauthorized-rsa-prompt-t3693961