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
In 2017, with the release of Delphi 10.2 Tokyo, Embarcadero introduced a specialized implementation of the Observer pattern into the System.Classes unit. While it has been in the wild for 9 years, it remains a "hidden" architecture for many, primarily because it serves as the invisible engine behind LiveBindings. Other than live bindings, you can also use the Observer pattern as a way to update component settings to the Windows registry, an .ini file, or persist it elsewhere.
System.Classes