Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 12-03-2019, 09:53 AM   #1
aholmes5
Member
aholmes5 has a complete set of Star Wars action figures.aholmes5 has a complete set of Star Wars action figures.aholmes5 has a complete set of Star Wars action figures.aholmes5 has a complete set of Star Wars action figures.aholmes5 has a complete set of Star Wars action figures.
 
Posts: 22
Karma: 498
Join Date: Nov 2013
Device: PW2, PW3, PW4, PW5
Manual firmware downgrade from shell

For kindles that can't be downgraded via a Factory image, would the following commands work or would this destroy the kindle? This is what I did to restore an PW2 to 5.4.0.

1) Extract the older firmware image with KindleTool to /mnt/us.
2) Boot to rescue partition using rescue pack or serial port and exit to command prompt.
3) Run: zcat /mnt/us/mmcblk0p1.bin.gz| dd of=/dev/mmcblk0p1 bs=4096
4) Run: dd if=/mnt/us/main_kernel.img of=/dev/mmcblk0 bs=4096 seek=65
5) Might need an "echo 0 > /var/local/upstart/lab126_gui.restarts
6) Reboot: idme -d --bootmode main && reboot
7) Hopefully reboots into older firmware then do a reset device from main menu.
8) Rejailbreak with factory JB or serial.
aholmes5 is offline   Reply With Quote
Old 12-03-2019, 12:33 PM   #2
Junket
Nil adsuetudine maius
Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.
 
Junket's Avatar
 
Posts: 278
Karma: 500000
Join Date: Nov 2019
Location: US
Device: PW4
Kudos on restoring your PW2.

I have no experience with PW2. The approach looks good, but whether this would work in whole or part on another Kindle model is depends on many variables. For instance the PW4 file system is androidized and isn't a dual boot system where you could use rescue this way, file signatures are enforced more rigorously, et cetera.

But you might take that as a challenge rather than an obstacle.
Junket is offline   Reply With Quote
Old 12-04-2019, 03:46 AM   #3
MrTick
Enhtusiast
MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.
 
MrTick's Avatar
 
Posts: 51
Karma: 2332557
Join Date: Dec 2018
Device: K3 DxG PW1 KV PW4
Quote:
Originally Posted by aholmes5 View Post
(...)
2) Boot to rescue partition using rescue pack or serial port and exit to command prompt.
(...)
This step is currently impossible (at least for PW4) since 5.10.3.
Serial terminal is locked and offers very few commands.
MrTick is offline   Reply With Quote
Old 12-04-2019, 08:26 AM   #4
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Steps 3, 4 and 5 are wrong and none of the rest are needed.
And yes, if you do any of 3, 4, or 5 the Kindle will be "destroyed".

Just follow our published directions on using the serial port, don't try to make them up as you go along.
knc1 is offline   Reply With Quote
Old 12-04-2019, 10:46 AM   #5
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
FWIW: I seem to recall a bunch of scripts by @geekmaster and @knc1 to pinpoint the kernel offsets automagically, because these might be a moving target, so using fixed offsets might be A Terrible Idea .

(That's basically just another vote for: think before you blindly type commands you found on the 'net as #).
NiLuJe is offline   Reply With Quote
Old 12-04-2019, 10:54 AM   #6
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by NiLuJe View Post
FWIW: I seem to recall a bunch of scripts by @geekmaster and @knc1 to pinpoint the kernel offsets automagically, because these might be a moving target, so using fixed offsets might be A Terrible Idea .

(That's basically just another vote for: think before you blindly type commands you found on the 'net as #).
Geekmaster created basic backups using a fixed location.
knc1 extended those scripts into a system backup add-on for KUAL.
That backup thing is a rather simple script, just read it for details.
(advanced search, my nic' as author, "backup" in the title)


BIG NOTE: I never updated those backup scripts for the "Androidized" Kindle firmwares.


Of Lesser note:
My text entry thingy claims "Androidized" is not a word.
We have used it often enough now to have it included as part of current English.
knc1 is offline   Reply With Quote
Old 12-04-2019, 11:07 AM   #7
hius07
Wizard
hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.hius07 ought to be getting tired of karma fortunes by now.
 
Posts: 1,058
Karma: 3581267
Join Date: Sep 2014
Location: Ukraine
Device: Kindle PW2, PW3, PW4, Voyage
Here it is, Kindle backup
https://www.mobileread.com/forums/sh...d.php?t=289690
hius07 is offline   Reply With Quote
Reply

Tags
firmware, pw2


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
kindle 5.10.3 firmware downgrade possible? sovre Kindle Developer's Corner 2 07-19-2019 12:12 AM
KT2 Firmware downgrade over serial. peter.falken Kindle Developer's Corner 1 06-07-2019 06:50 PM
new help to downgrade Aura HD firmware AbPho Kobo Reader 19 09-08-2014 03:35 PM
prs t1 firmware downgrade tony disk Sony Reader 0 07-30-2014 06:09 PM
downgrade firmware? 71117c PocketBook 6 03-23-2010 07:38 PM


All times are GMT -4. The time now is 10:47 PM.


MobileRead.com is a privately owned, operated and funded community.