View Single Post
Old 04-23-2022, 08:14 AM   #451
shamanNS
Wizard
shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.
 
Posts: 1,125
Karma: 12345678
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5, Kobo Libra 2, Kindle PW1
Question Hiding Kindle Feedback book

Since I've finally decided yesterday to update my PW3's firmware from 5.9.7 to 5.13.6 (I'm planning to sell it after I jailbreak my new PW5 , pending the release of new jailbreak method ) I've realized that I've totally forgotten about this annoying "Kindle Feedback" book thing that exists on newer firmwares.

Anyways, managed to figure out how it can be hidden temporarily / until next reboot so I've then created a KUAL extension to run that code:


Code:
cd /var/local 
sqlite3 cc.db 'update Entries set p_isVisibleInHome=0 where p_cdeType = "Entry:Item:Feedback"'
Since that is the only entry in cc.db database with p_cdeType of "Entry:Item:Feedback" and we don't have to depend on UUID it should be universal for all users so I was wandering if one could add that line of code to some existing script that runs on each OS (re)boot to automate the hiding of Kindle Feedback book? (if toggling back to visible doesn't happen at a later time in boot and UI start process )

Maybe @NiLuJe would perhaps consider adding that line of code into something like "bridge.sh" of whichever script runs at each boot?
Or if not does he or anyone else have a suggestion for a candidate script to test that idea?

Last edited by shamanNS; 04-23-2022 at 08:19 AM.
shamanNS is offline   Reply With Quote