View Single Post
Old 05-21-2016, 06:20 AM   #18
encol
Evangelist
encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.
 
Posts: 416
Karma: 765432
Join Date: Apr 2016
Location: Italy
Device: Kindle PW3 5.8.5.0.1
Ok i made this script
It will hide all the books with the "h_" prefix in their name.

It is still not perfect, but for me now is enough

Installation:

Code:
mntroot rw
mv /usr/bin/logThis.sh /usr/bin/logThis.bak
extract the archive, copy the script in /usr/bin/ for example by scp, then:

Code:
chmod 755 /usr/bin/logThis.sh
mntroot ro
Usage:

for hiding, in the search bar type:
Code:
;log h passw
for showing, in the search bar type:
Code:
;log s passw
Password for now are stored in the script, change them as you like.
In the next version i'll use encrypted password stored somewhere

log is created in documents folder (HideBooks.log)
PS: thanks to knc1 for his support
Attached Files
File Type: zip logThis.zip (704 Bytes, 254 views)

Last edited by encol; 05-21-2016 at 10:31 AM.
encol is offline   Reply With Quote