View Single Post
Old 12-13-2021, 04:47 AM   #8
lucas_nz
Junior Member
lucas_nz can teach chickens to fly.lucas_nz can teach chickens to fly.lucas_nz can teach chickens to fly.lucas_nz can teach chickens to fly.lucas_nz can teach chickens to fly.lucas_nz can teach chickens to fly.lucas_nz can teach chickens to fly.lucas_nz can teach chickens to fly.lucas_nz can teach chickens to fly.lucas_nz can teach chickens to fly.lucas_nz can teach chickens to fly.
 
Posts: 5
Karma: 3600
Join Date: Nov 2021
Device: none
Quote:
Originally Posted by MrTick View Post
  • First please ensure you have a proper connection between the Kindle and serial adapter - at first glance you seem to have some kind of short between Rx and Tx or some problem with the GND connection (please also unplug the USB when using serial just to prevent some strange problems).
  • Also check if your serial adapter runs in 3.3V (ideally 1.8V, but they are sometimes hard to get), as 5V might be too much for the UART circurity.
@MrTick, I think you were right, I probably had some short.

Quote:
Originally Posted by katadelos View Post
To disable demo mode::
  1. Attach to the serial port
  2. Press [Enter] at the prompt for recovery-util
  3. Export the FAT storage partition over USB
  4. Create an empty file at the top level of the device storage named DO_FACTORY_RESTORE
  5. Reboot the Kindle
Thanks everyone for the help. I finally got this going.

By way of update and expanding on the explanation from @katadelos for future readers, these are the steps I took:
  1. Connected to serial port as described here (I used putty): https://ebookrepairs.com/kindle-tips...t-to-a-kindle/
  2. Interrupted the boot up by mashing enter when the kindle was turned on.
  3. Enabled diagnostic mode with this command (this step may not be needed): bootm 0xE41000
  4. Kindle reboots - don't interrupt again at the start, but part way through the boot you do need to interrupt to get to diagnostic mode.
  5. Once in diag mode, select Export FAT and connect the USB cable. Now the kindle storage is available on the PC.
  6. On the PC, create an empty file called on DO_FACTORY_RESTORE in the root of the kindle storage
  7. Back in putty, select reboot.
  8. This put the kindle into an infinite reboot cycle. I could see looking at the output, that it looked like the file had triggered a factory reset. So, I interrupted the boot up, and went back into diag mode. Re-enabled Export FAT, deleted the DO_FACTORY_RESTORE file and noticed another suspicious folder ".demo". So, I renamed this to ".demo.old". Then rebooted again.

At this point the kindle loaded, and was on the language screen. I needed to reassemble to get the touch screen to work. But now the kindle is fully functional again.

I do wonder if all I needed to do was rename the .demo folder and reboot. But I can't be bothered testing that theory now.

Thanks again.

Luke
lucas_nz is offline   Reply With Quote