- /sdcard 上の実行ファイルが動きません。
 - noexec 付きでmountされてるからです。
# umount /sdcard
# mount -t vfat /dev/block/mmcblk0p1 /sdcard - /systemに書けません。
 - ro でmountされてるからです。
# mount -o rw,remount /dev/block/mtdblock3 /system
 - 出荷状態に戻したい。
 - たぶん http://www.gotontheinter.net/content/android-dev-phone-1-software-image のイメージとhttp://www.gotontheinter.net/content/nandroid-v20-full-nand-backup-and-restore-tool のnandroidで戻せるはず。おそらく。