A couple of notes on Kindle Jailbreaking that have served me well.
You can too disable "minerva" manually through SSH like this:
mntroot rw
ln -s -b /dev/null /usr/bin/minerva_service
ln -s -b /dev/null /usr/bin/minervad
mntroot ro
Apparently, this stops whatever is happening at /var/local/log/minerva/ with the “entryDs_file_X” files which are supposedly logging files.
How to revert changes:
mntroot rw
mv /usr/bin/minerva_service~ /usr/bin/minerva_service
mv /usr/bin/minervad~ /usr/bin/minervad
mntroot ro
PS. I can confirm BinaryRenamer (a plugin that disables Updates and data logging) is still working on 5.16.8 (using Marek's hard float hotfix) and I would recommend it over renametobin.
You can use the aforementioned plugin to mark books as Documents (PDOC) instead of Books (EBOK), so they don't get deleted by Amazon.
1. Unzip Qualitycheck plugin and modify the following lines within "check_fix.py":
mu.update(asin, b'EBOK')
to...
mu.update(asin, b'PDOC')
Save changes, select all the files inside the folder and zip them back.
In calibre, convert a book to AZW3 > Open the QualityCheck plugin > Fix > Fix ASIN for Kindle Fire.
For KFX books, you can tell Calibre to always tag converted books as PDOC. (Preferences > Output Options > KFX Output > "Create personal document").
This tutorial works best with NiLuJe's USBNetwork Hack.
;dm - Dump messages to /documents
;411 - server information
;711 - wifi information
- Renable OTA Updates on BinaryRenamer before reseting the Kindle to factory settings.
- In some firwmare versions, you won't be able to highlight text across pages if you sideload books as AZW3.
- Be wary of either leaving SSH enabled or disabled on your Kindle before doing any dangerous activities.
- (`mntroot` rw and `mntroot ro` makes the changes to the filesystem possible).
- There are no hotfixes for jailbreaking on 5.17.1 as of 2024 december.
- Buy an e-reader device that is not a Kindle.