View Single Post
Old 02-14-2025, 05:53 AM   #3
rand_kindle_user
Junior Member
rand_kindle_user can extract oil from cheeserand_kindle_user can extract oil from cheeserand_kindle_user can extract oil from cheeserand_kindle_user can extract oil from cheeserand_kindle_user can extract oil from cheeserand_kindle_user can extract oil from cheeserand_kindle_user can extract oil from cheeserand_kindle_user can extract oil from cheese
 
rand_kindle_user's Avatar
 
Posts: 5
Karma: 1000
Join Date: Feb 2025
Device: Kindle paperwhite 3
Thank you @BionicGecko

The tool in your link is just an bash script that queries an SQLite database in /var/local, so after a bit of tinkering I have adapted it to my use case of changing other covers and hiding some items.

I have currently hidden the "Kindle Feedback" booklet with
sqlite3 cc.db "UPDATE Entries SET p_isVisibleInHome = 0 WHERE p_titles_0_nominal = 'Feedback Kindle'"
Do you reckon this might create any issue?

Last edited by rand_kindle_user; 02-14-2025 at 05:54 AM. Reason: Typo
rand_kindle_user is offline   Reply With Quote