![]() |
#1 | ||||||||||||||||
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10
Karma: 224934
Join Date: Feb 2014
Device: Kindle KV
|
Kindle Voyage 5.6.2.1 Serial Jailbreak Step-by-Step
Things you will need for a successful jailbreak:
I’ll assume that you will use the TTL-232RG-VREG1V8-WE and Ubuntu 14.04
I hope this step by step guide was useful, let me know if you see any mistakes! I have successfully installed the LibrarianSync to synchronize my collections between calibre and kindle, if there is interest I can make a guide for that to ![]() Some images & text were copied from the following threads, thank you for your hard work ![]() Last edited by noismaster; 07-31-2015 at 10:57 AM. |
||||||||||||||||
![]() |
![]() |
![]() |
#2 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 47
Karma: 28546
Join Date: Oct 2011
Device: KOA
|
And that's how you write a step by step... Bravo.
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Step 26 - That only tests if the MKK installation step of the consolidated Jail Break package was installed.
To test the jail break, you have to attempt to install one of our update_*.bin packages (I.E: One of the signed packages). 26.1 Install MrPI (a KUAL menu extension for installing packages). Note: Package installation on firmware 5.6.x series **must** use the Mobileread Package Installer. 26.2 Pick a package to be installed, USBnetworking is a good choice, then you can put away your serial cable (and use ssh / telnet / sftp). 26.3 Follow the MrPI directions to put the selected package in the special MrPI directory. 26.4 In the KUAL menu, start MrPI. 26.5 Did it work? It will if the "jail break" (our package signature certificate) was installed. 26.6 If it did not work, first check the common errors (wrong version - these are "model locked", too old a version - always check NiLuJe's snapshot thread for most recent, etc). 26.7 Still not working, post here - something isn't correct. (Because if MKK was installed (a KUAL requirement), the certificate was almost certainly installed also.) - - - - - Other #26 nit-picking, a very nice job. |
![]() |
![]() |
![]() |
#4 |
Ex-Helpdesk Junkie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
Nice job! Karma coming your way...
|
![]() |
![]() |
![]() |
#5 |
Member
![]() Posts: 15
Karma: 10
Join Date: Apr 2015
Location: karaj
Device: paperwhite 2
|
can we use this tutorial for paperwhites and kindle touchs??
|
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Ex-Helpdesk Junkie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
Yes, the general idea is the same for the PW1/2 and KT2, specific values might vary.
e.g. location of the serial ports. |
![]() |
![]() |
![]() |
#7 |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
For any Kindle from K4 to present.
They all use the same serial port connector pad pin-out, it just varies in its location on the mother board. Note: Some K4's had the connector mounted on the board, some did not, just had the bare pads (like all other model since). The one thing that **might** be different is the memory address to use in the 'bootm 0x<something hex>' command. This is specially true of the K4 - it was a little bit different than the devices running 5.x series firmware (all since the K5). That memory address is where the kernel with the recovery initramfs is stored, which is the one this step-by-step uses. I.E: Your running in RAM here, when you mount and modify the password file of the 'main' system (the 'diag' system is never used in this example). Note: Some of the 'HowTo' write-ups here **do** use the 'diag' system. So stick with one, single post/thread, or you may get a mixed up set of directions that will not help you very much. **Usually** that bootm address will be reported by u-boot message during the process of a normal boot. So just enable 'capture to a file' on your terminal emulator, so you get a complete set of messages to look through. **Otherwise** that bootm address will be used in one of more of the u-boot scripts (u-boot is scripted) - those are store in its environment and can be displayed with u-boot (probable the full (bist) build of u-boot). - - - - - Dangerous brain-fart: The Kindles have 8,192 bytes of flash that is "never" used in any of the models or firmwares **AND** it is always at a easy to find address **AND** it can be reached over USB in 'storage mode'. It would be possible (except for lack of time) to write a 'recovery mode shim' to store in that space, then the user would just have to 'bootm 0x<wherever the shim is>' for any Kindle. A project for some ARM Assembly Language Guru to write for us. Last edited by knc1; 07-22-2015 at 07:46 PM. |
![]() |
![]() |
![]() |
#8 |
Member
![]() Posts: 17
Karma: 10
Join Date: Dec 2010
Device: kindle 3
|
@noismaster
Really good step by step, Made JB my new PW3 possible with little knowledge of Linux. Thanks. |
![]() |
![]() |
![]() |
#9 | |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
Ah... That step 15 "bootm 0xE41000" address (Linux starts execution at the first instruction in the file, in the format used in Kindles). |
|
![]() |
![]() |
![]() |
#10 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,475
Karma: 55213677
Join Date: Jan 2007
Location: Peru
Device: Kindle: Oasis 3, Voyage WiFi; Kobo: Libra 2, Aura One
|
Moderator Notice
Noismaster Please take a few moments to read our Posting Guidelines, in particular the part about the maximum image size allowed (600x600 pixels). Images that violate those guidelines will be deleted. It is every member's responsibility to read our Posting Guidelines and follow them. Thanks. |
![]() |
![]() |
![]() |
#11 |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
That notice and the guidelines refer to **in-line** images.
You can attach a larger image to a post if it must be larger. |
![]() |
![]() |
![]() |
#12 |
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10
Karma: 224934
Join Date: Feb 2014
Device: Kindle KV
|
Fixed oversized images
|
![]() |
![]() |
![]() |
#13 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,475
Karma: 55213677
Join Date: Jan 2007
Location: Peru
Device: Kindle: Oasis 3, Voyage WiFi; Kobo: Libra 2, Aura One
|
|
![]() |
![]() |
![]() |
#14 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 47
Karma: 28546
Join Date: Oct 2011
Device: KOA
|
Question on reassembly of the voyage case. Does the plastic part at the top of the back simply stick back on or is there reapplication of glue/adhesive necessary?
That's really the only thing preventing me hacking the kindle at this point. |
![]() |
![]() |
![]() |
#15 |
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10
Karma: 224934
Join Date: Feb 2014
Device: Kindle KV
|
It sticks right back, no glue necessary.
You need to be careful when closing. Don't press the top down, but slide it in at an slight angle (so it doesn't stick) and then press the bottom side in. Else you will deform the little latches and the cover won't close properly. Took me 3 tries to close it because I put the bottom side in first and then pressed on top to close and deformed the little latches (needed to bend them back for the case to close) |
![]() |
![]() |
![]() |
Tags |
serial jailbreak |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to jailbreak 5.6.1.0.2 (serial port) step by step | rrrvxi | Kindle Developer's Corner | 120 | 09-22-2015 07:34 AM |
Kindle Voyage Serial Jailbreak - Where are the instructions?! | 8ooty8ump | Kindle Developer's Corner | 10 | 05-03-2015 12:02 PM |
Mac OSX: Idiot-Proof Font Scaling Fix [Step-by-step] | Jelbee | Kobo Reader | 2 | 06-14-2010 01:16 PM |