|  10-04-2012, 10:33 PM | #1 | 
| Carpe diem, c'est la vie.            Posts: 6,433 Karma: 10773670 Join Date: Nov 2011 Location: Multiverse 6627A Device: K1 to PW3 | 
				
				My Paperwhite is Jailbroken!
			 
			
			The Jailbreak for 5.1.2 firmware works with the Paperwhite 5.2.0 firmware. I may have the ONLY jailbroken Paperwhite in existence! But not for long, I suspect...  You can download the Jailbreak here: https://www.mobileread.com/forums/sho....php?p=2169819 EDIT: I submitted this post to Hackaday. We may get some new members! Enjoy!  EDIT2: Let's be sure to thank NiLuJe for providing the jailbreak and simple USBnet packages that I installed here. Thanks NiLuJe!  I just happened to get my new Kindle first, so I am getting most of the public attention.   Last edited by geekmaster; 10-05-2012 at 09:59 AM. | 
|   |   | 
|  10-04-2012, 11:21 PM | #2 | 
| Carpe diem, c'est la vie.            Posts: 6,433 Karma: 10773670 Join Date: Nov 2011 Location: Multiverse 6627A Device: K1 to PW3 | 
			
			Be careful what hacks you install on a jailbroken Paperwhite. Debricking still requires using the serial port, until we discover how to get it into USB Downloader mode. The compatible K5 (touch) hacks need to be repackaged for the Paperwhite, because of its different serial number prefix. I have yifanlu's "simple usbNet" hack installed (repackaged for the Paperwhite by NiLuJe). After searching for ";un" to toggle usbNet, I can ssh into my Paperwhite. Now I need to go lookup my root password: http://members.ping.de/~sven/kindle.html It works! I have a root shell on my Paperwhite: Code: Warning: Permanently added '192.168.15.244' (RSA) to the list of known hosts.
root@192.168.15.244's password: 
#################################################
#  N O T I C E  *  N O T I C E  *  N O T I C E  # 
#################################################
Rootfs is mounted read-only. Invoke mntroot rw to
switch back to a writable rootfs.
#################################################
[root@kindle root]# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (ro,noatime,nodiratime,data=writeback)
none on /proc type proc (rw,nosuid,nodev,noexec,relatime)
none on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev type tmpfs (rw,relatime,mode=755)
tmpfs on /dev/shm type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
tmpfs on /var type tmpfs (rw,relatime,size=32768k)
/dev/loop/2 on /lib/firmware/cyttsp type cramfs (ro,noatime,nodiratime)
/dev/loop/3 on /usr/share/X11/xkb type cramfs (ro,noatime,nodiratime)
/dev/loop/4 on /usr/java/lib/fonts type cramfs (ro,noatime,nodiratime)
/dev/loop/5 on /etc/kdb.src type cramfs (ro,noatime,nodiratime)
/dev/loop/6 on /usr/lib/locale type cramfs (ro,noatime,nodiratime)
/dev/loop/7 on /usr/share/keyboard type cramfs (ro,noatime,nodiratime)
/dev/mmcblk0p3 on /var/local type ext3 (rw,relatime,errors=continue,data=writeback)
fsp on /mnt/us type fuse.fsp (rw,nosuid,nodev,noatime,user_id=0,group_id=0)
/dev/loop/0 on /mnt/base-us type vfat (rw,noexec,noatime,nodiratime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
[root@kindle root]# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root               340.2M    229.4M     93.7M  71% /
tmpfs                   125.1M     60.0K    125.0M   0% /dev
tmpfs                   125.1M         0    125.1M   0% /dev/shm
tmpfs                    32.0M    428.0K     31.6M   1% /var
/dev/loop/2             216.0K    216.0K         0 100% /lib/firmware/cyttsp
/dev/loop/3               2.5M      2.5M         0 100% /usr/share/X11/xkb
/dev/loop/4              72.9M     72.9M         0 100% /usr/java/lib/fonts
/dev/loop/5               1.3M      1.3M         0 100% /etc/kdb.src
/dev/loop/6               7.9M      7.9M         0 100% /usr/lib/locale
/dev/loop/7               7.7M      7.7M         0 100% /usr/share/keyboard
/dev/mmcblk0p3           62.0M     17.7M     41.0M  30% /var/local
fsp                       1.4G     49.2M      1.3G   4% /mnt/us
/dev/loop/0               1.4G     49.2M      1.3G   4% /mnt/base-us
[root@kindle root]# But at least the persistent user store (/var/local) is now 62MB instead of 30MB, so having too many books will be much less likely to brick your kindle. That is a good thing.   Last edited by geekmaster; 10-05-2012 at 12:17 AM. | 
|   |   | 
|  10-05-2012, 01:48 AM | #3 | |
| Groupie            Posts: 164 Karma: 164969 Join Date: Dec 2011 Device: Palm IIIx, (iPhone|Kindle) Touch | Quote: 
 Can you already say how different the 5.2.0 firmware is compared to the 5.1.x? | |
|   |   | 
|  10-05-2012, 02:20 AM | #4 | |
| Carpe diem, c'est la vie.            Posts: 6,433 Karma: 10773670 Join Date: Nov 2011 Location: Multiverse 6627A Device: K1 to PW3 | Quote: 
 As you can see from the post above (if you are familiar with 5.1.x), it mounts a LOT more stuff (see all those loop mounts), and there is now twice as much space reserved for book indexes, so too many books will not brick your kindle like it did to many with the K4 and K5 were first introduced. And ENABLE_DIAGS does not work. And we do not know how to get into USB Downloader mode, so serial port debricking may be required for awhile. With these images, I am sure we will discover a lot more differences... | |
|   |   | 
|  10-05-2012, 03:54 AM | #5 | |
| Groupie            Posts: 164 Karma: 164969 Join Date: Dec 2011 Device: Palm IIIx, (iPhone|Kindle) Touch | Quote: 
 | |
|   |   | 
|  10-05-2012, 05:20 AM | #6 | 
| Connoisseur            Posts: 93 Karma: 498332 Join Date: Jun 2012 Device: 2 * K3 with 3G, Sony PRS-T1 |   
			
			I cannot understand anything when u hackers go ballistic. Be sure to do simple explanations, for the rest of us beginners as it is all very fascinating....such posts are real eye openers. | 
|   |   | 
|  10-05-2012, 08:41 AM | #7 | 
| Addict            Posts: 219 Karma: 1009108 Join Date: Dec 2008 Device: Gave up on PW. Using Kindle Keyboard. | |
|   |   | 
|  10-05-2012, 09:16 AM | #8 | 
| Sir Penguin of Edinburgh            Posts: 12,375 Karma: 23555235 Join Date: Apr 2007 Location: DC Metro area Device: Shake a stick plus 1 | 
			
			That did not work for me.
		 | 
|   |   | 
|  10-05-2012, 09:20 AM | #9 | 
| Carpe diem, c'est la vie.            Posts: 6,433 Karma: 10773670 Join Date: Nov 2011 Location: Multiverse 6627A Device: K1 to PW3 | |
|   |   | 
|  10-05-2012, 09:31 AM | #10 | 
| Junior Member            Posts: 5 Karma: 2546 Join Date: Sep 2012 Device: Kindle Paperwhite | 
			
			Sorry I'm kinda new here. Is there any special useful features for jailbreaking paperwhite?    | 
|   |   | 
|  10-05-2012, 10:09 AM | #11 | 
| Carpe diem, c'est la vie.            Posts: 6,433 Karma: 10773670 Join Date: Nov 2011 Location: Multiverse 6627A Device: K1 to PW3 | |
|   |   | 
|  10-05-2012, 10:13 AM | #12 | 
| Carpe diem, c'est la vie.            Posts: 6,433 Karma: 10773670 Join Date: Nov 2011 Location: Multiverse 6627A Device: K1 to PW3 | 
			
			Yes. Update packages for new (and old) hacks will be provided in the Kindle Developer's Corner forum. Custom fonts are a popular favorite, but there are many more, depending on your interests...
		 | 
|   |   | 
|  10-05-2012, 10:27 AM | #13 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			@Nate: Which part didn't work? What did you try? What happened? Which FW version is your PW running? @GM: I'll post the repacked usbnet later tonight, busy this evening  . I didn't send you anything jailbreak related, just some stuff repacked once you were jailbroken, so you must have used the latest released version  . Which I'll probably update with a properly sized splash screen, too. | 
|   |   | 
|  10-05-2012, 10:45 AM | #14 | 
| Groupie  Posts: 181 Karma: 66 Join Date: Sep 2006 Location: NJ Device: Kindle Papwerwhite | 
			
			Neat stuff!  It will be interesting to see what goodness comes from this.  I like digimuzik's idea for two finger gesture light control.  I also think it would be cool to be able  to remove the Personal banner from personal docs.   It does not look like android is running underneath (more linux focused) so I'm assuming android apps will not run. I enjoyed having dropbox on my Nook Touch for example. Anyway, congratulations! I'm going to try to resist the temptation to hack this time but I rarely seem to win that battle   | 
|   |   | 
|  10-05-2012, 11:34 AM | #15 | |
| Sir Penguin of Edinburgh            Posts: 12,375 Karma: 23555235 Join Date: Apr 2007 Location: DC Metro area Device: Shake a stick plus 1 | Quote: 
 No new ebook showed up so i assume it didn't work. | |
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| KT jailbroken on 5.1.0 using website method | gers1978 | Kindle Developer's Corner | 10 | 07-16-2012 03:34 PM | 
| My new Kindle Touch cannot get jailbroken! | boskyout | Kindle Developer's Corner | 11 | 12-31-2011 08:33 AM | 
| How can I check if a Kindle has been jailbroken? | Liet | Kindle Developer's Corner | 4 | 11-01-2010 11:11 AM | 
| iPhone OS 4.0 Beta JailBroken | Lotus Esprit | Apple Devices | 12 | 04-11-2010 11:41 PM |