Created
January 18, 2012 04:46
-
-
Save jab416171/1631027 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
E/keystore( 832): chdir: /data/misc/keystore: No such file or directory | |
E/installd( 831): Could not create directories; exiting. | |
D/AndroidRuntime( 830): | |
D/AndroidRuntime( 830): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<< | |
D/AndroidRuntime( 830): CheckJNI is OFF | |
E/dalvikvm( 830): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory | |
I/dalvikvm( 830): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/system@[email protected]@classes.dex) | |
D/dalvikvm( 830): Unable to process classpath element '/system/framework/core.jar' | |
E/dalvikvm( 830): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory | |
I/dalvikvm( 830): Unable to open or create cache for /system/framework/core-junit.jar (/data/dalvik-cache/system@[email protected]@classes.dex) | |
D/dalvikvm( 830): Unable to process classpath element '/system/framework/core-junit.jar' | |
E/dalvikvm( 830): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory | |
I/dalvikvm( 830): Unable to open or create cache for /system/framework/bouncycastle.jar (/data/dalvik-cache/system@[email protected]@classes.dex) | |
D/dalvikvm( 830): Unable to process classpath element '/system/framework/bouncycastle.jar' | |
E/dalvikvm( 830): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory | |
I/dalvikvm( 830): Unable to open or create cache for /system/framework/ext.jar (/data/dalvik-cache/system@[email protected]@classes.dex) | |
D/dalvikvm( 830): Unable to process classpath element '/system/framework/ext.jar' | |
E/dalvikvm( 830): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory | |
I/dalvikvm( 830): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/system@[email protected]@classes.dex) | |
D/dalvikvm( 830): Unable to process classpath element '/system/framework/framework.jar' | |
E/dalvikvm( 830): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory | |
I/dalvikvm( 830): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/system@[email protected]@classes.dex) | |
D/dalvikvm( 830): Unable to process classpath element '/system/framework/android.policy.jar' | |
E/dalvikvm( 830): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory | |
I/dalvikvm( 830): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/system@[email protected]@classes.dex) | |
D/dalvikvm( 830): Unable to process classpath element '/system/framework/services.jar' | |
E/dalvikvm( 830): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory | |
I/dalvikvm( 830): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/system@[email protected]@classes.dex) | |
D/dalvikvm( 830): Unable to process classpath element '/system/framework/apache-xml.jar' | |
E/dalvikvm( 830): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory | |
I/dalvikvm( 830): Unable to open or create cache for /system/framework/filterfw.jar (/data/dalvik-cache/system@[email protected]@classes.dex) | |
D/dalvikvm( 830): Unable to process classpath element '/system/framework/filterfw.jar' | |
E/dalvikvm( 830): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/filterfw.jar' | |
E/dalvikvm( 830): VM aborting | |
F/libc ( 830): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1) | |
I/ServiceManager( 103): service 'media.audio_flinger' died | |
I/ServiceManager( 103): service 'media.player' died | |
I/ServiceManager( 103): service 'media.camera' died | |
I/ServiceManager( 103): service 'media.audio_policy' died | |
I/Netd ( 835): Netd 1.0 starting | |
I/ ( 834): ServiceManager: 0x1417958 | |
I/AudioFlinger( 834): Loaded primary audio interface from Tuna audio HW HAL (audio) | |
I/AudioFlinger( 834): Using 'Tuna audio HW HAL' (audio.primary) as the primary audio interface | |
I/AudioFlinger( 834): Loaded a2dp audio interface from A2DP Audio HW HAL (audio) | |
I/CameraService( 834): CameraService started (pid=834) | |
I/AudioFlinger( 834): AudioFlinger's thread 0x141e480 ready to run | |
W/AudioFlinger( 834): Thread AudioOut_1 cannot connect to the power manager service | |
W/AudioFlinger( 834): Thread AudioOut_1 cannot connect to the power manager service | |
I/AudioPolicyService( 834): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy) |
This happens when the data partition didnt get flash properly.
Watch out for indications like: dd: writing to ‘/dev/mmcblk0’: No space left on device
or
[65561.466071] EXT4-fs (mmcblk0p4): bad geometry: block count 1653768 exceeds size of device (1639176 blocks) [65602.323558] EXT4-fs (mmcblk0p4): bad geometry: block count 1653768 exceeds size of device (1639176 blocks)
Getting a larger SDCard would be a better idea.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got the same question, how to process?