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
Learn why the map is cool in Go!
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.
Learn the command line used to compile System.pas in Delphi
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio