Hello All, I am having an issue when I stop and later restart zygote. I am booting Android in a beagleboard. I was wondering if someone could guide me here.
Below is the adb logcat details: D/AndroidRuntime( 5969): D/AndroidRuntime( 5969): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<< D/AndroidRuntime( 5969): CheckJNI is ON D/dalvikvm( 5969): creating instr width table E/dalvikvm( 5969): Can't open dex cache '/data/dalvik-cache/ system@[email protected]@classes.dex': No such file or directory I/dalvikvm( 5969): Unable to open or create cache for /system/ framework/core.jar (/data/dalvik-cache/ system@[email protected]@classes.dex) D/dalvikvm( 5969): Unable to process classpath element '/system/ framework/core.jar' E/dalvikvm( 5969): Can't open dex cache '/data/dalvik-cache/ system@[email protected]@classes.dex': No such file or directory I/dalvikvm( 5969): Unable to open or create cache for /system/ framework/bouncycastle.jar (/data/dalvik-cache/ system@[email protected]@classes.dex) D/dalvikvm( 5969): Unable to process classpath element '/system/ framework/bouncycastle.jar' E/dalvikvm( 5969): Can't open dex cache '/data/dalvik-cache/ system@[email protected]@classes.dex': No such file or directory I/dalvikvm( 5969): Unable to open or create cache for /system/ framework/ext.jar (/data/dalvik-cache/ system@[email protected]@classes.dex) D/dalvikvm( 5969): Unable to process classpath element '/system/ framework/ext.jar' E/dalvikvm( 5969): Can't open dex cache '/data/dalvik-cache/ system@[email protected]@classes.dex': No such file or directory I/dalvikvm( 5969): Unable to open or create cache for /system/ framework/framework.jar (/data/dalvik-cache/ system@[email protected]@classes.dex) D/dalvikvm( 5969): Unable to process classpath element '/system/ framework/framework.jar' E/dalvikvm( 5969): Can't open dex cache '/data/dalvik-cache/ system@[email protected]@classes.dex': No such file or directory I/dalvikvm( 5969): Unable to open or create cache for /system/ framework/android.policy.jar (/data/dalvik-cache/ system@[email protected]@classes.dex) D/dalvikvm( 5969): Unable to process classpath element '/system/ framework/android.policy.jar' E/dalvikvm( 5969): Can't open dex cache '/data/dalvik-cache/ system@[email protected]@classes.dex': No such file or directory I/dalvikvm( 5969): Unable to open or create cache for /system/ framework/services.jar (/data/dalvik-cache/ system@[email protected]@classes.dex) D/dalvikvm( 5969): Unable to process classpath element '/system/ framework/services.jar' E/dalvikvm( 5969): Can't open dex cache '/data/dalvik-cache/ system@[email protected]@classes.dex': No such file or directory I/dalvikvm( 5969): Unable to open or create cache for /system/ framework/core-junit.jar (/data/dalvik-cache/system@framework@core- [email protected]) D/dalvikvm( 5969): Unable to process classpath element '/system/ framework/core-junit.jar' E/dalvikvm( 5969): No valid entries found in bootclasspath '/system/ framework/core.jar:/system/framework/bouncycastle.jar:/system/ framework/ext.jar:/system/framework/framework.jar:/system/framework/ android.policy.jar:/system/framework/services.jar:/system/framework/ core-junit.jar' W/dalvikvm( 5969): JNI_CreateJavaVM failed E/AndroidRuntime( 5969): JNI_CreateJavaVM failed I/ServiceManager( 975): service 'media.audio_flinger' died I/ServiceManager( 975): service 'media.player' died I/ServiceManager( 975): service 'media.camera' died I/ServiceManager( 975): service 'media.audio_policy' died Thank You, Neelima -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
