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
Continued discussion of undocumented Delphi 8 Property Access Specifiers, and other ways of adding and removing delegates / events handlers, including clearing the list of all the delegates / event handlers.
This article discusses the new Delphi 8 property access specifiers.
A method pointer is now the same as a global procedure, ie, procedure of object = procedure.