Marcus Stong wrote:
Is it possible to fix the "sd card has been removed" error on Panicking's new cupcake snapshots? I'm curious if eliminating this problem fixes other associated problems? Another thing I'm wondering about is wifi using freerunner-cupcake-snapshot-v12.jffs2 <http://panicking.kicks-ass.org/download/freerunner-cupcake-snapshot-v12.jffs2> - I can't get into the wifi settings because process.com.andoird.settings crashes. Anyone succesfully connected to wifi in any of the cupcake snapshots?

Thanks,
Marcus
------------------------------------------------------------------------

_______________________________________________
android-freerunner mailing list
[email protected]
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

This got it working for me working for anyone else?

I think we found the problem in the /init.rc file this row is missing:
mount rootfs rootfs / rw remount

Before this row:
# Backward compatibility

In the beginning of the file.

Use adb to pull, edit and push the file.

adb pull <remote> <local>

Before pushing the edited file system need to be rw by this:

adb shell mount -o remount,rw /dev/root /

adb push <local> <remote>

Then restart the openmoko.

Best regards
larlin

_______________________________________________
android-freerunner mailing list
[email protected]
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to