Try to build CM 10 for Allwinner A13 - Android Q&A, Help & Troubleshooting
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 ?
Related
[SOLVED] Need help! phone dont start !
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
[Q] Help with logcat. One V port
Me and two other devs are working on porting the One V to the hTC Incredible, which has proven to be a lot more difficult than anticipated. We are still in the beginning stages of trying to get it to boot. If anyone can deduce the problems associated with my logcat then that would be great. Primarily, I don't know how to solve the issue with "Zygote." Also, if you could post a possible fix for these issues then that would be amazing! Code: E/Zygote ( 370): Error preloading com.android.internal.policy.impl.PhoneFallbackEventHandler. E/Zygote ( 370): java.lang.ExceptionInInitializerError E/Zygote ( 370): at java.lang.Class.classForName(Native Method) E/Zygote ( 370): at java.lang.Class.forName(Class.java:217) E/Zygote ( 370): at java.lang.Class.forName(Class.java:172) E/Zygote ( 370): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285) E/Zygote ( 370): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232) E/Zygote ( 370): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520) E/Zygote ( 370): at dalvik.system.NativeStart.main(Native Method) E/Zygote ( 370): Caused by: java.lang.NoClassDefFoundError: com.htc.profileflag.ProfileConfig E/Zygote ( 370): at com.android.internal.policy.impl.PhoneFallbackEventHandler.<clinit>(PhoneFallbackEventHandler.java:50) E/Zygote ( 370): ... 7 more D/AndroidRuntime( 370): Shutting down VM W/dalvikvm( 370): threadid=1: thread exiting with uncaught exception (group=0x40a6c228) I/ServiceManager( 84): service 'media.audio_flinger' died I/ServiceManager( 84): service 'media.player' died I/ServiceManager( 84): service 'media.camera' died I/ServiceManager( 84): service 'media.audio_policy' died The full logcat is attached as a .zip file since the original .txt exceeds the size limit. Any help is appreciated
bump?
libmedia_jni.so errors
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?
[Q] Logcat help
D/dalvikvm( 1863): Trying to load lib libjavacore.so 0x0 D/dalvikvm( 1863): Added shared lib libjavacore.so 0x0 D/dalvikvm( 1863): Trying to load lib libnativehelper.so 0x0 D/dalvikvm( 1863): Added shared lib libnativehelper.so 0x0 W/dalvikvm( 1863): Unable to register: not native: Landroid/os/SystemClock;.setCurrentTimeMillisJ)Z E/JNIHelp ( 1863): RegisterNatives failed for 'android/os/SystemClock', aborting F/libc ( 1863): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 1863 (zygote)
CM7.2 and Viber Problem
Viber doesn't work in my ROM, but in other works, and I don't know why. The logcat show it I/ActivityManager( 1332): Start proc com.viber.voip for restart com.viber.voip: pid=11625 uid=10004 gids={3003, 1015, 3002, 3001, 1007, 1006} I/ActivityThread(11625): Pub com.viber.provider.vibercontacts: com.viber.voip.contacts.ViberContactsProvider I/ActivityThread(11625): Pub com.viber.provider.vibermessages: com.viber.voip.messages.ViberMessagesProvider D/dalvikvm(11625): GC_CONCURRENT freed 134K, 47% free 3020K/5639K, external 0K/0K, paused 7ms+8ms D/Logger (11625): creating log dir /mnt/sdcard/viber/.logs/trace/ D/Logger (11625): Console_4 deleted=false D/Logger (11625): Console_3 renamedTo=false Console_4 D/Logger (11625): Console_2 renamedTo=false Console_3 D/Logger (11625): Console_1 renamedTo=false Console_2 D/Logger (11625): Console renamedTo=false Console_1 D/dalvikvm(11625): GC_EXTERNAL_ALLOC freed 62K, 46% free 3071K/5639K, external 0K/0K, paused 89ms E/GTalkService( 1782): asyncFetch: no username D/C2DMRegistrar( 1782): [C2DMRegistrar.506] AuthTokenCallback: account missing W/dalvikvm(11625): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/viber/voip/sound/SoundFactory; W/dalvikvm(11625): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Lcom/viber/jni/PhoneControllerHelper; D/AndroidRuntime(11625): Shutting down VM W/dalvikvm(11625): threadid=1: thread exiting with uncaught exception (group=0x40018608) D/dalvikvm(11625): GC_CONCURRENT freed 306K, 47% free 3240K/6023K, external 9K/521K, paused 8ms+11ms E/AndroidRuntime(11625): FATAL EXCEPTION: main E/AndroidRuntime(11625): java.lang.ExceptionInInitializerError E/AndroidRuntime(11625): at com.viber.service.VoipConnectorService$VoipServiceImpl.init(VoipConnectorService.java:497) E/AndroidRuntime(11625): at com.viber.service.VoipConnectorService$VoipServiceImpl.access$11(VoipConnectorService.java:492) E/AndroidRuntime(11625): at com.viber.service.VoipConnectorService$4.onAppReady(VoipConnectorService.java:168) E/AndroidRuntime(11625): at com.viber.voip.ViberApplication.getViberApp(ViberApplication.java:720) E/AndroidRuntime(11625): at com.viber.service.VoipConnectorService.onCreate(VoipConnectorService.java:160) E/AndroidRuntime(11625): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2066) E/AndroidRuntime(11625): at android.app.ActivityThread.access$2500(ActivityThread.java:123) E/AndroidRuntime(11625): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:993) E/AndroidRuntime(11625): at android.os.Handler.dispatchMessage(Handler.java:99) E/AndroidRuntime(11625): at android.os.Looper.loop(Looper.java:130) E/AndroidRuntime(11625): at android.app.ActivityThread.main(ActivityThread.java:3835) E/AndroidRuntime(11625): at java.lang.reflect.Method.invokeNative(Native Method) E/AndroidRuntime(11625): at java.lang.reflect.Method.invoke(Method.java:507) E/AndroidRuntime(11625): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864) E/AndroidRuntime(11625): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622) E/AndroidRuntime(11625): at dalvik.system.NativeStart.main(Native Method) E/AndroidRuntime(11625): Caused by: java.lang.ExceptionInInitializerError E/AndroidRuntime(11625): at com.viber.jni.PhoneControllerHelper.<clinit>(PhoneControllerHelper.java:31) E/AndroidRuntime(11625): ... 16 more E/AndroidRuntime(11625): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load VoipEngineNative: findLibrary returned null E/AndroidRuntime(11625): at java.lang.Runtime.loadLibrary(Runtime.java:429) E/AndroidRuntime(11625): at java.lang.System.loadLibrary(System.java:554) E/AndroidRuntime(11625): at com.viber.voip.sound.SoundFactory.<clinit>(SoundFactory.java:54) E/AndroidRuntime(11625): ... 17 more W/ActivityManager( 1332): Process com.viber.voip has crashed too many times: killing! I/Process (11625): Sending signal. PID: 11625 SIG: 9 I/ActivityManager( 1332): Process com.viber.voip (pid 11625) has died. Click to expand... Click to collapse Anyone know how to fix it?
Someone?