|
|
#16 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: May 2022
Device: Paperwhite 5
|
I just downgraded the PW5-8GB from 5.16.2.1 to 5.14.2.
After LanguageBreak, I installed KUAL and then the downgrader extension. After running the downgrader and rebooting, I copied the 5.14.2 firmware to the device and then did the Upgrade from the menu. To get rid of the Register message, I had to run restore factory settings after the upgrade. |
|
|
|
|
|
#17 | |
|
Member
![]() Posts: 23
Karma: 10
Join Date: Oct 2023
Device: kindle pw 5 16gb
|
Quote:
|
|
|
|
|
|
|
#18 | |
|
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22
Karma: 1000
Join Date: Jan 2024
Device: Paperwhite 4, Paperwhite 5 SE
|
Quote:
I'm researching how possible it is to downgrade a PW5 from 5.16.x to 5.14.2. The firmware page seems to indicate that the PW5 does have a 5.14.2 firmware update available: https://wiki.mobileread.com/wiki/Kindle_Firmware |
|
|
|
|
|
|
#19 |
|
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22
Karma: 1000
Join Date: Jan 2024
Device: Paperwhite 4, Paperwhite 5 SE
|
Sorry to double post!
Adding an update here, I was able to successfully downgrade my PW5 from 5.16.2.1.1 to 5.14.2! I had to do this over SSH via USB, as the KUAL Downgrade didn't work for me on 5.16.x. I've learned a lot has been broken in 5.16.x, which was the primary reason I wanted to downgrade in the first place. Huzzah! |
|
|
|
|
|
#20 | |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Feb 2024
Device: PW5
|
Quote:
When I downgraded to 5.14.3.0.1 I was able to factory reset and run the hotfix to re-gain root and can still SSH over USB. So when you say you downagraded over SSH, what command did you run? Thanks! |
|
|
|
|
|
|
#21 |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,772
Karma: 150249619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
In order to downgrade Kindle firmware, your Kindle has to be jailbroken.
|
|
|
|
|
|
#22 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Feb 2024
Device: PW5
|
Yeah, pretty much everyone in this thread is talking about jailbroken kindles.
Last edited by ryanwaldroop; 02-14-2024 at 10:19 AM. Reason: Too mean. Sorry. |
|
|
|
|
|
#23 |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,772
Karma: 150249619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Never buy a Kindle expecting to jailbreak it. You may have to use it as is.
|
|
|
|
|
|
#24 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Feb 2024
Device: PW5
|
OK, I wrote this and deleted it earlier, but I can't help it now. I may have just joined this forum, but I've been visiting since I got my first kindle in 2008. You have over 73,000 posts and I've seen you around a lot. And you have yet to say anything helpful or constructive. Read the thread. Everyone is talking about kindles that have already been jailbroken. My kindle is jailbroken. I want to downgrade the software. I don't want your opinions about using Amazon's software as is. If it works for you, great. If you don't have any advice on downgrading a PW5, just say so. Or better yet, keep it to yourself.
|
|
|
|
|
|
#25 | |
|
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22
Karma: 1000
Join Date: Jan 2024
Device: Paperwhite 4, Paperwhite 5 SE
|
Quote:
I have not been active in the forums in quite a while.If memory serves me right, I used the following downgrader: https://www.mobileread.com/forums/sh...d.php?t=347165 I used the shell script within the zip file on that page. I had to execute it via SSH on my jailbroken PW5, because KUAL add-ons were not working properly on that version before I downgraded. Downgrade shell script code (in case you’d prefer to just run these commands individually or avoid SCP file transfer): Code:
#!/bin/sh
VER=$1
cp /etc/version.txt version.txt.backup
mntroot rw
sed -i -E "1 s/(-)([0-9]+)$/\1${VER}/g" "/etc/version.txt"
mntroot ro
reboot
Once I was SSH'd in to the PW5, I located the folder of the extracted downgrader zip, and checked the code in menu.json to find how the menu selection command executed this for the PW5: Code:
bin/downgrade.sh 376678 You can see the options for other devices like the excerpt below from the menu.json file, for reference if anyone is seeing this and needs it for other devices: Code:
...
"name": "Downgrader",
"priority": 0,
"items": [
{
"name": "Kindle Paperwhite (11th Generation)/PW5",
"priority": -1,
"action": "bin/downgrade.sh 376678",
"exitmenu": false,
"checked": true,
"status": false,
"internal": "status OK,rebooting"
},
{
"name": "Kindle Oasis (10th Generation)/KOA3",
"priority": 2,
"action": "bin/downgrade.sh 355615",
"exitmenu": false,
"checked": true,
"status": false,
"internal": "status OK,rebooting"
},
{
"name": "Kindle (10th Generation)/KT4",
"priority": 3,
"action": "bin/downgrade.sh 352856",
"exitmenu": false,
"checked": true,
"status": false,
"internal": "status OK,rebooting"
},
{
"name": "Kindle Paperwhite (10th Generation)/PW4",
"priority": 4,
"action": "bin/downgrade.sh 336034",
"exitmenu": false,
"checked": true,
"status": false,
"internal": "status OK,rebooting"
},
{
"name": "Kindle Oasis (9th Generation)/KOA2",
"priority": 5,
"action": "bin/downgrade.sh 325069",
"exitmenu": false,
"checked": true,
"status": false,
"internal": "status OK,rebooting"
},
{
"name": "Kindle (8th Generation)/KT3",
"priority": 6,
"action": "bin/downgrade.sh 298743",
"exitmenu": false,
"checked": true,
"status": false,
"internal": "status OK,rebooting"
},
{
"name": "Kindle Oasis (8th Generation)/KOA",
"priority": 7,
"action": "bin/downgrade.sh 288285",
"exitmenu": false,
"checked": true,
"status": false,
"internal": "status OK,rebooting"
},
{
"name": "Kindle Paperwhite (7th Generation)/PW3",
"priority": 8,
"action": "bin/downgrade.sh 263413",
"exitmenu": false,
"checked": true,
"status": false,
"internal": "status OK,rebooting"
},
{
"name": "Kindle Voyage (7th Generation)/KOV",
"priority": 9,
"action": "bin/downgrade.sh 244367",
"exitmenu": false,
"checked": true,
"status": false,
"internal": "status OK,rebooting"
},
{
"name": "Kindle (7th Generation)/KT3",
"priority": 10,
"action": "bin/downgrade.sh 244369",
"exitmenu": false,
"checked": true,
"status": false,
"internal": "status OK,rebooting"
},
{
"name": "Kindle Paperwhite (6th Generation)/PW2",
"priority": 11,
"action": "bin/downgrade.sh 206145",
"exitmenu": false,
"checked": true,
"status": false,
"internal": "status OK,rebooting"
},
{
"name": "Author",
"priority": 1000,
"exitmenu": false,
"checked": true,
"status": false,
"refresh": false,
"action": "xxxx",
"internal": "status opossun from 4pda.to"
}
]
}
...
Sorry I couldn't provide more details, and my deep apologies for missing this for so long too! Hopefully this helps someone. Last edited by KetchupCider; 12-03-2024 at 09:18 PM. Reason: Revise "zip" to "extracted downgrader zip" for clarity; added source for version number |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Boox Air 2: anything REMOVED or DOWNGRADED? | LivresInOz | Onyx Boox | 5 | 11-07-2021 10:20 PM |
| Downgraded from 4.23 to 3.48-can't delete books | Ellie | Library Management | 21 | 10-07-2021 10:13 AM |
| PW3 Downgraded from 5.8.11 to 5.7.4 - YMMV and some questions | insaneshan3 | Kindle Developer's Corner | 1 | 10-01-2018 03:47 AM |
| Success! Downgraded firmware from 5.6.1.1 | madagascaradam | Kindle Developer's Corner | 26 | 02-23-2016 08:01 PM |
| my story has been frozen ever since i downgraded it | haianh0402 | iRiver Story | 11 | 08-09-2010 04:25 AM |