View Single Post
Old 02-04-2020, 09:12 AM   #32
nhedgehog
Guru
nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.
 
Posts: 802
Karma: 628976
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
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.
nhedgehog is offline   Reply With Quote