Hi, We are trying to port JB on panda board and blocked in android file system bring up.. We are getting the following error and main cause of the error is /data doesn't have the permission to create the directory /data/dalvik-cache. I have changed the permission on init.rc but it doesn't work ..Please suggest some solution hints for this problem
D/AndroidRuntime( 1122): D/AndroidRuntime( 1122): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<< D/AndroidRuntime( 1122): CheckJNI is ON E/dalvikvm( 1122): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory I/dalvikvm( 1122): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/system@[email protected]@classes.dex) D/dalvikvm( 1122): Unable to process classpath element '/system/framework/core.jar' E/dalvikvm( 1122): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory I/dalvikvm( 1122): Unable to open or create cache for /system/framework/core-junit.jar (/data/dalvik-cache/system@[email protected]@classes.dex) D/dalvikvm( 1122): Unable to process classpath element '/system/framework/core-junit.jar' E/dalvikvm( 1122): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory I/dalvikvm( 1122): Unable to open or create cache for /system/framework/bouncycastle.jar (/data/dalvik-cache/system@[email protected]@classes.dex) D/dalvikvm( 1122): Unable to process classpath element '/system/framework/bouncycastle.jar' E/dalvikvm( 1122): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory I/dalvikvm( 1122): Unable to open or create cache for /system/framework/ext.jar (/data/dalvik-cache/system@[email protected]@classes.dex) D/dalvikvm( 1122): Unable to process classpath element '/system/framework/ext.jar' E/dalvikvm( 1122): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory I/dalvikvm( 1122): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/system@[email protected]@classes.dex) D/dalvikvm( 1122): Unable to process classpath element '/system/framework/framework.jar' E/dalvikvm( 1122): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory I/dalvikvm( 1122): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/system@[email protected]@classes.dex) D/dalvikvm( 1122): Unable to process classpath element '/system/framework/android.policy.jar' E/dalvikvm( 1122): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory I/dalvikvm( 1122): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/system@[email protected]@classes.dex) D/dalvikvm( 1122): Unable to process classpath element '/system/framework/services.jar' E/dalvikvm( 1122): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory I/dalvikvm( 1122): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/system@[email protected]@classes.dex) D/dalvikvm( 1122): Unable to process classpath element '/system/framework/apache-xml.jar' E/dalvikvm( 1122): 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/framewor' E/dalvikvm( 1122): VM aborting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
