Cool, used it (only step1 version 6) in Touch HD FW5.20.1527 to export secure partition:
/mnt/secure/su /bin/tar cf - /mnt/secure/* | gzip -c - > /mnt/ext1/secure.tar.gz
Working flawlessly on my device.
Edit:
And if the Coolreader startup script ist adapted to run Coolreader as root, we get access to all the nice and bought dictionaries back, which are normally only accessible by the pocketbook reader.
in:
/ext1/system/bin/cr3-pb.app
replace:
$WORK_DIR/system/share/cr3/bin/cr3-pb.app "$1" > $WORK_DIR/system/cr3-pb.normal.log 2>
with
/mnt/secure/su $WORK_DIR/system/share/cr3/bin/cr3-pb.app "$1" > $WORK_DIR/system/cr3-pb.normal.log 2>
Last edited by nhedgehog; 02-04-2020 at 10:43 AM.
|