Last active
November 2, 2025 01:26
-
-
Save estysdesu/c90478aac75b732820be6720254aeda7 to your computer and use it in GitHub Desktop.
Revisions
-
estysdesu revised this gist
Aug 28, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Using Kindle 4.1 and macOS 10.14. 1. (Optional) `K3_WIFI_SSHD_ONLY="true"` (only after first time connecting via SSH and setting up auto-enabled USBNetwork) 1. (Optional) rename `usbnet/DISABLED_auto` to `usbnet/auto` to enable USBNetwork Utility start on device startup. 1. Enable the USBNetwork Utility from the Kindle (enable the keyboard if needed); type: 1. `;debugOn` 1. `~usbNetwork` 1. `;debugOff` 1. Connect the Kindle again. 1. Manually configure the device IPv4: * IP Address: 192.168.15.201 -
estysdesu revised this gist
Aug 27, 2019 . No changes.There are no files selected for viewing
-
estysdesu revised this gist
Aug 27, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ Following this guide: https://wiki.mobileread.com/wiki/Kindle4NTHacking#SSH. Using Kindle 4.1 and macOS 10.14. ## [Jailbreak](https://www.mobileread.com/forums/showthread.php?t=191158) 1. Connect the Kindle. It should be recognized as a USB Mass Storage Device. -
estysdesu revised this gist
Aug 27, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Following this guide: https://wiki.mobileread.com/wiki/Kindle4NTHacking#SSH Using Kindle 4.1 and macOS 10.14 ## [Jailbreak](https://www.mobileread.com/forums/showthread.php?t=191158) -
estysdesu created this gist
Aug 27, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ Following this guide: https://wiki.mobileread.com/wiki/Kindle4NTHacking#SSH Using Kindle 4.1 and macOS 10.14 ## [Jailbreak](https://www.mobileread.com/forums/showthread.php?t=191158) 1. Connect the Kindle. It should be recognized as a USB Mass Storage Device. 1. Download the [jailbreak archive](https://www.mobileread.com/forums/attachment.php?attachmentid=141180&d=1439936080) 1. Copy `data.tar.gz`, `ENABLE_DIAGS`, and `diagnostic_logs` to the Kindle folder. 1. Restart the Kindle into Diagnostics Mode. 1. Reboot the Kindle from the Diagnostics Mode. Reboot screen should show jailbroken screensaver. ## [SSH](https://www.mobileread.com/forums/showthread.php?p=1487252#post1487252) 1. [Download the USBNetwork archive](https://www.mobileread.com/forums/attachment.php?attachmentid=141341&d=1440341478) needed to enable SSH over network access. 1. Edit the `usbnet/etc/config` file if needed. I changed: 1. `K3_WIFI="true"` 1. `USE_OPENSSH="true"` 1. (Optional) `K3_WIFI_SSHD_ONLY="true"` (only after first time connecting via SSH and setting up auto-enabled USBNetwork) 1. (Optional) rename `usbnet/DISABLED_auto` to `usbnet/auto` to enable USBNetwork Utility start on device startup. 1. Enable the USBNetwork Utility from the Kindle (enable the keyboard if needed); type: 1. `;debugon` 1. `~usbNetwork` 1. `;debugoff` 1. Connect the Kindle again. 1. Manually configure the device IPv4: * IP Address: 192.168.15.201 * Subnet: 255.255.255.0 1. Obtain the Kindle root user password: * Enter the Kindle S/N into the [Kindle Root Password Tool](https://www.sven.de/kindle/) to get the root password for SSH access. 1. SSH into the Kindle: `ssh [email protected]` and enter password from previous step