Following this guide: https://wiki.mobileread.com/wiki/Kindle4NTHacking#SSH.
Using Kindle 4.1 and macOS 10.14.
- Connect the Kindle. It should be recognized as a USB Mass Storage Device.
- Download the jailbreak archive
- Copy
data.tar.gz
,ENABLE_DIAGS
, anddiagnostic_logs
to the Kindle folder. - Restart the Kindle into Diagnostics Mode.
- Reboot the Kindle from the Diagnostics Mode. Reboot screen should show jailbroken screensaver.
- Download the USBNetwork archive needed to enable SSH over network access.
- Edit the
usbnet/etc/config
file if needed. I changed:K3_WIFI="true"
USE_OPENSSH="true"
- (Optional)
K3_WIFI_SSHD_ONLY="true"
(only after first time connecting via SSH and setting up auto-enabled USBNetwork)
- (Optional) rename
usbnet/DISABLED_auto
tousbnet/auto
to enable USBNetwork Utility start on device startup. - Enable the USBNetwork Utility from the Kindle (enable the keyboard if needed); type:
;debugOn
~usbNetwork
;debugOff
- Connect the Kindle again.
- Manually configure the device IPv4:
- IP Address: 192.168.15.201
- Subnet: 255.255.255.0
- Obtain the Kindle root user password:
- Enter the Kindle S/N into the Kindle Root Password Tool to get the root password for SSH access.
- SSH into the Kindle:
ssh [email protected]
and enter password from previous step
@estydesu How are you able to turn off airplane mode and not have the device update to 5.13.15? I made a mistake thinking that the hotfix in the main guide did this, and during testing of the USBnetwork binary had the device update to 5.13.5. :(