About the author
Making the rootfs and /system writeable
mount -o rw,remount -t rootfs rootfs /mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
Making the rootfs and /system readonly
mount -o ro,remount -t rootfs rootfs / mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system
Fix for Android 2.3.3 Blank Screen issue as documented here - Issue 15135 : 2.3.3: Blank screen when
Thas just what I was looking for. Thanks. By the way where can I fully understand what those lines mean/do?
Chay, you can check out here:
linux.die.net/.../mount
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio