Kindle Notes
Last update: 2025 / 03 / 29
A couple of notes on Kindle Jailbreaking that have served me well.
Links of Interest:
- The Kindle Modding Wiki
- Very Generous Update Files for Kindles
- Marek's Hard Float Hacking
- Mobileread's Kindle Firmware version history (somewhat abandoned)
- My Continued Kindle Firmware History
Disabling Data-Logging on your Kindle
Kindle and Amazon like to harvest your data, if you would like to reduce it to a minimum, make sure to enable the default privacy options on your Kindle, then install BinaryRenamer.
Use it at your own risk!
Disabling Minerva (Another Data Logger Service)
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 is still working on 5.16.8.
USBNetwork SSH Tutorial
This tutorial works best with NiLuJe's USBNetwork Hack for soft float firmware (equal or lower than 5.16.2.1.1).
- Install usbnet bin through mrpackages
- Connect your kindle through USB
- Create an empty "authorized_keys" file at "usbnet/etc/" (if you're using Marek's usbnetlite, it should be in usbnet/etc/dropbear)
- Run Putty and generate a new ssh-rsa key
- Copy the public key and type it into the authorized_keys file like this: ssh-rsa "yourkeyhere"
- Close down Putty and disconnect your Kindle
- Type ;711 on the search bar and write the IP address
- Go to KUAL > USBNetwork and click on "Allow SSH over WiFi" then "Toggle USBNetwork"
- Go to your SFTP program, type the Kindle's IP address, set the port to "22" and username as "root". Leave password in blank because you will load up the private key file generated earlier as your Authentication log in.
- Try to log in.
- Pray This Will Be Your First Attempt.
- Enjoy.
USBNetworklite SSH Tutorial
If you're using Marek's USBNetworklite Hack. The installation process is mostly the same, but the authentication key file location must be at "usbnet/etc/dropbear".
You can connect through SSH without authentication keys as the root password for is just "kindle". You can modify this password at "usbnet-lite/etc/"
Calibre Series Metadata Plugboard
You can organize series in your Kindle with a metadata plugboard. The series name metadata will be written into the file name field when transferring and the Kindle will logically organize them by name
To set up a metadata plugboard, go into Calibre > Preferences > Metadata plugboards > Add new plugboard: "Any format" and "Any device" (you can change both of these options to your liking) > Set Destination field to "title" > Copy the source template shown below.
{series}{series_index:0>2s| #| - }{title}
Kindle Screen Resolution Sizes
taken from the Kindle Modding Discord Channel
A list of the screen size resolutions for each Kindle in case you need them for screensavers or hacking purposes.
- Kindle Scribe – 1860×2480 (3:4)
- Kindle Colorsoft Signature Edition – 1264×1680 (≈3:4)
- Kindle Paperwhite 6 Signature Edition – 1264×1680 (≈3:4)
- Kindle Paperwhite 6 – 1264×1680 (≈3:4)
- Kindle Oasis 3 – 1264×1680 (≈3:4)
- Kindle Oasis 2 – 1264×1680 (≈3:4)
- Kindle Paperwhite 5 Signature Edition – 1236×1648 (≈3:4)
- Kindle Paperwhite 5 – 1236×1648 (≈3:4)
- Kindle 2024 – 1072×1448 (≈3:4)
- Kindle 11 – 1072×1448 (≈3:4)
- Kindle Paperwhite 4 – 1072×1448 (≈3:4)
- Kindle Oasis (1st gen) – 1072×1448 (≈3:4)
- Kindle Paperwhite 3 – 1072×1448 (≈3:4)
- Kindle Voyage – 1072×1448 (≈3:4)
- Kindle DX – 824×1200 (≈5:7.3, closest standard ~4:5.8)
- Kindle Paperwhite 2 – 758×1024 (≈3:4)
- Kindle Paperwhite (1st gen) – 758×1024 (≈3:4)
- Kindle 10 – 600×800 (3:4)
- Kindle 8 – 600×800 (3:4)
- Kindle 7 – 600×800 (3:4)
- Kindle 5 – 600×800 (3:4)
- Kindle Touch – 600×800 (3:4)
- Kindle 4 – 600×800 (3:4)
- Kindle Keyboard – 600×800 (3:4)
- Kindle 2 – 600×800 (3:4)
- Kindle 1 – 600×800 (3:4)
Other Notes:
;dm - Dump messages to /documents
;411 - server information
;711 - wifi information
- Renable/Restore OTA Updates on BinaryRenamer/renametobin before reseting the Kindle to factory settings.
- Be wary of either leaving SSH enabled or disabled on your Kindle before doing any dangerous activities.
- In some firwmare versions, you won't be able to highlight text across pages on sideloaded AZW3 books.
- (
mntroot
rw andmntroot ro
makes the changes to the filesystem possible). - Winterbreak is the latest Jailbreak available for Kindle, reportedly only working until 5.17.x.
- You can downgrade the Kindle Paperwhite 4 from its final release (5.17.0.3) to its factory firmware version (5.10.0.2).
- Be wary of signed out devices listed on market sales, you might get a blacklisted Kindle that is impossible to jailbreak.
- Buy an e-reader device that is not a Kindle.