Backup using TWRP, then execute the following on the Android device using the terminal spawned from TWRP. Ensure that the external SD card has more than sufficient space.
tar -cvpzf /external_sd/backup.tar.gz /data/media/0Install new firmware or restore your backup, then install TWRP, reboot to TWRP and then execute the following on the Android device using the terminal spawned from TWRPneed to:cd /tar -xvpzf /external_sd/backup.tar.gz --numeric-ownerthe cd / is necessary. Otherwise, the files get restored to unintended directories!
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.