|  07-26-2016, 11:40 AM | #691 | 
| Junior Member  Posts: 8 Karma: 10 Join Date: Jul 2016 Device: Kindle Paperwhite 3 | 
			
			Say I were to get another PW3, I should be fine with one of these 'update_PW3_5.7.4_initial.bin' right? Don't want to end up with another Kindle Paperweight™ :') | 
|   |   | 
|  07-26-2016, 11:46 AM | #692 | 
| Carpe diem, c'est la vie.            Posts: 6,433 Karma: 10773670 Join Date: Nov 2011 Location: Multiverse 6627A Device: K1 to PW3 | 
			
			Another? The first one is not a paperweight. People in this thread have discussed how they debricked theirs (also caused in relatively rare cases by PW3 5.6.1.1 firmware).
		 | 
|   |   | 
|  07-26-2016, 11:53 AM | #693 | |
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | Quote: 
 Not unless you where inventing your own version of the instructions more than you have admitted. IF You did not have an ad supported (Special Offers) Kindle ; IF You followed the directions about clearing any and all passcode entries ; Then during the boot-up (with USB cable connected) it will present the USB storage for a few seconds. Push the file: DO_FACTORY_RESTORE (all caps, no contents, no extension) to the highest level of USB storage. safely remove (or eject), disconnect cable, re-boot the Kindle, start over at step #0 and follow the directions this time. If you can not or will not, then its a "You bricked it, you fix it" situation. otherwise - read the threads about de-bricking (and/or jailbreaking) over the serial port. Last edited by knc1; 07-26-2016 at 11:59 AM. | |
|   |   | 
|  07-26-2016, 12:32 PM | #694 | |
| Junior Member  Posts: 8 Karma: 10 Join Date: Jul 2016 Device: Kindle Paperwhite 3 | Quote: 
 After step 4 in the first post, using the 5.6.1.1 firmware, it got stuck updating and then the error code 2 showed up. After I pushed the file DO_FACTORY_RESTORE to the Kindle next to /documents, it rebooted and got to a page where it asked to set my language (at this point, the left and bottom edges of the screen were frozen and only the right upper part was moving). Then it restarted and got back to the error code 2 page (still with the frozen left and bottom edge). I've tried rebooting it to no avail. It also no longer shows me the USB storage when I connect it to the computer. I see in this thread that some had success with the DO_FACTORY_RESTORE but a few others didn't. I wasn't trying to imply that the Kindle was a bad product or the instructions here were no good. I realize that I'm only in this situation because I didn't read the top of the pastebin and it's entirely my fault that my Kindle is bricked. Just making a pun that might not have gone over too well. If so, I'm sorry! Yes, I'm currently taking a look over at the jailbreak-over-serial-port thread. Thanks for all the help!   Last edited by helpomg; 07-26-2016 at 12:37 PM. | |
|   |   | 
|  07-26-2016, 12:34 PM | #695 | |
| Junior Member  Posts: 8 Karma: 10 Join Date: Jul 2016 Device: Kindle Paperwhite 3 | Quote: 
 I've tried the DO_FACTORY_RESTORE method but it's still not working. It also no longer shows me the USB storage when I connect it to the computer. I'm looking at the jailbreak-over-serial-port thread now. Thanks for all the help!   Last edited by helpomg; 07-26-2016 at 12:43 PM. | |
|   |   | 
|  07-26-2016, 12:37 PM | #696 | |
| Just a Yellow Smiley.            Posts: 19,161 Karma: 83862859 Join Date: Jul 2015 Location: Texas Device: K4, K5,  fire, kobo, galaxy | Quote: 
 It might work. Use a wall charger not a computer or power bank. | |
|   |   | 
|  07-26-2016, 12:43 PM | #697 | 
| Junior Member  Posts: 8 Karma: 10 Join Date: Jul 2016 Device: Kindle Paperwhite 3 | |
|   |   | 
|  07-26-2016, 12:51 PM | #698 | 
| Wizard            Posts: 3,068 Karma: 54671821 Join Date: Feb 2012 Location: New England Device: PW 1, 2, 3, Voyage, Oasis 2 & 3, Fires, Aura HD, iPad | |
|   |   | 
|  07-26-2016, 01:06 PM | #699 | 
| Enthusiast  Posts: 34 Karma: 10 Join Date: Mar 2016 Device: pw3 | 
			
			great work . great jailbreak . great effort . tnx a lot i really need this jaibreak . Koredaer is amazing especially its reflow capability | 
|   |   | 
|  07-26-2016, 01:25 PM | #700 | 
| 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 | 
			
			Once the counters are blown, you might have to resort to scripting pushing the FACTORY reset flag, the devices get stupidly shutdown by the upstart jobs really quick. I don't recall if anyone actually ever did this successfully on recent devices, but I seem to recall various successful experiments of the sort around the old data.tgz jailbreak on older devices (where pushing the rescue file had to be done programmatically). Last edited by NiLuJe; 07-26-2016 at 01:28 PM. | 
|   |   | 
|  07-26-2016, 01:55 PM | #701 | 
| Ex-Helpdesk Junkie            Posts: 19,421 Karma: 85400180 Join Date: Nov 2012 Location: The Beaten Path, USA, Roundworld, This Side of Infinity Device: Kindle Touch fw5.3.7 (Wifi only) | 
			
			Yes, there are recent instances of recovery with a rapidly-disappearing userstore. As a recap for all concerned, you can do it on linux by running the following in a terminal prompt: Code: mountpoint=/media
# Usually devices are mounted to /media but udisks2 is insane by default.
[[ -d "/run/media/$EUID/" ]] && mountpoint="/run/media/$EUID/"
# Why must Ubuntu patch the world???
[[ -d "/media/$EUID/" ]] && mountpoint="/media/$EUID/"
while true; do
    touch $mountpoint/Kindle/DO_FACTORY_RESTORE
doneSome similar process can probably be done in Windows' cmd.exe but I have no idea what the syntax might be. Also, Windows is annoying because mounting drives and getting access may or may not be delayed while it asks you stupid questions like "do you want to use your Kindle for ReadyBoost (whatever terribly unwise thing that may be  )". Last edited by eschwartz; 07-26-2016 at 04:26 PM. Reason: udisks2 is insane | 
|   |   | 
|  07-26-2016, 02:12 PM | #702 | 
| 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 | 
			
			@eschwartz: That implies automounting in /media/Kindle   . But yeah, some form of automounting, whatever the target directory, is *probably* helpful when doing these kind of things  . A (hopefully) bulletproof approach would be via udev rules, as I think was recently mentioned? | 
|   |   | 
|  07-26-2016, 02:37 PM | #703 | 
| Ex-Helpdesk Junkie            Posts: 19,421 Karma: 85400180 Join Date: Nov 2012 Location: The Beaten Path, USA, Roundworld, This Side of Infinity Device: Kindle Touch fw5.3.7 (Wifi only) | 
			
			Well, my Kindle recently took to claiming to be an internal device, so it doesn't get automounted and udisks2 wanted sudo to mount it!   (But calibre still mounts it for me, so I don't care anyway.) And despite the ridiculous move of media devices to weird obscure directories, I added the following udev rule: Code: [eschwartz@arch ~]$ cat /etc/udev/rules.d/99-udisks-fix-media.rules 
ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1"If not, well, I cannot make ALL the disclaimers, it would take too long.   Last edited by eschwartz; 07-26-2016 at 05:07 PM. | 
|   |   | 
|  07-26-2016, 03:54 PM | #704 | 
| 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 | 
			
			@eschwartz: Whaaaat, you don't like /run/media/$EUID/$FSLABEL as a mountpoint?   . | 
|   |   | 
|  07-26-2016, 04:15 PM | #705 | 
| Ex-Helpdesk Junkie            Posts: 19,421 Karma: 85400180 Join Date: Nov 2012 Location: The Beaten Path, USA, Roundworld, This Side of Infinity Device: Kindle Touch fw5.3.7 (Wifi only) | 
			
			One of the things I have always admired about Linux is the fact that filesystems have stable and predictable mountpoints. Shure 'nuff, they promptly did a Windows. Although it isn't like they haven't done other Windowses before... It's like the only thing that matters is the point-and-click file browser. Insanity. The rationale offered was the most hysterical part.  "Multiple USB devices mounted by different user accounts will *confuse* people. And /run is cleaned on reboot."  Or, "security".  x2 Also, I updated the above code to be fully idiocy-compliant. Last edited by eschwartz; 07-26-2016 at 04:27 PM. | 
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| USB OTG Mouse Support and page turn on PW3(possible KV/KOA) | lucida | Kindle Developer's Corner | 105 | 12-07-2024 02:18 PM | 
| PW3 PW3-4, PW3-32, fw-5.8.9.0.1 software jailbreak | knc1 | Kindle Developer's Corner | 203 | 01-27-2020 11:53 PM | 
| Will jailbreak survive a 5.9.2.0.1 update on KOA? | tigrisg | Kindle Developer's Corner | 1 | 12-19-2017 05:49 AM | 
| PW3 stuck in "code 2" after software jailbreak attempt from 5.8.10 | Varijus | Kindle Developer's Corner | 10 | 12-17-2017 03:08 AM |