![]() |
#1 |
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Nov 2010
Device: Desire
|
Re: 5.12.2 jailbreak steps done - downgrade now?
Hi,
I've read through the various posts and done the following (mainly https://www.mobileread.com/forums/sh...d.php?t=267541) with some minor modifications. I've detailed what I've done in case it helps someone else.
Q1. Context: I wish to use the KT2 with WiFi on as I want to use Python to display images being pushed from a webserver (I already have python and usbnetwork installed). My question is that since I am on 5.12.2 is the KUAL helper and partial download folder enough to stop updates or should I downgrade the firmware? Q2. If so, I've been through the factory downgrade instructions but this isn't clear I think. I've downloaded "update_KT2_5.6.0_initial.bin" and from what I understand I should run this as 'update you kindle device'. Q3. Also, before I write it, does anyone have a Python script that pulls images from a webserver? I've found that pjimenezmateo has an interesting github project here "https://github.com/pjimenezmateo/kindle-wallpaper/" that does something similar. Thanks. Edit: Wow. First post since I joined in 2010... Last edited by letshin; 12-10-2020 at 05:04 AM. |
![]() |
![]() |
![]() |
#2 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,064
Karma: 144284144
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
You should upgrade the firmware.
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Nov 2010
Device: Desire
|
Everything I've read seems to suggest downgrading to avoid the frequent potentially forced updates to the firmware. Can you help me understand why you are suggesting upgrading instead?
|
![]() |
![]() |
![]() |
#4 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,064
Karma: 144284144
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
I see no reason to downgrade. It just gets you old code that may have problems that have been fixed in the new code. In fact 5.13.4 has just been released. https://www.mobileread.com/forums/sh...d.php?t=335509 Last edited by JSWolf; 12-10-2020 at 08:44 AM. |
|
![]() |
![]() |
![]() |
#5 | |
The Grand Mouse 高貴的老鼠
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 73,620
Karma: 315126578
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Oasis
|
Quote:
I suspect that someone having fun with tweaking what the Kindle can do will be less concerned than most users with latest bug fixes, and more concerned about the possibility of being locked out of their hardware by a firmware update that invalidates the jailbreak. Perhaps you should consider your audience before you reply? |
|
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,064
Karma: 144284144
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
I do tweak but when new firmware is released, I wait for the what needs to be made compatible and once done, I tweak again.
|
![]() |
![]() |
![]() |
#7 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
A1. I don't *quite* recall the cut-off point, but either 5.10.x or 5.11.x *should* be okay as far as the "OTA Block" KUAL button goes.... But....
A2. The issue is that you're not going to be able to downgrade to the factory image, because you're already running something > 5.6.0, and I don't think there's an exception for the KT2 on that front. (Someone will chime in if there is, and/or check the wiki). Which means you'd have to do it by hand, over serial, in diags. I think there's a fairly recent success story about that somewhere around here, though. A2b: Which means the path of least resistance, since you've already cleared the hurdle of JB via serial, would simply be to stay on your current FW version, and just mangle the OTA process to prevent updates. There are a few "recent" threads about the various ways you can achieve that (mainly by mangling the various ota binaries/scripts/upstart jobs one way or another). |
![]() |
![]() |
![]() |
#8 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
A3. One of the many various weather station thingy might be doing it one way or another, but most were probably written before I started bundling requests in the Python packages, so, eh, it might not be pretty
![]() So, provided you have basic Python knowledge, requests + fbink ought to do it. (Depending on your use-case, the usual hurdle is SVG. Although, on Kindle, there's the remnant of a GTK stack, so I think at least one of those managed to bring in a librsvg binary without too much trouble. Otherwise, as long as there are no text paths, nanosvg and some code might do the trick). Last edited by NiLuJe; 12-10-2020 at 09:35 AM. |
![]() |
![]() |
![]() |
#9 |
hopeless n00b
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
|
|
![]() |
![]() |
![]() |
#10 | ||
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,737
Karma: 103020299
Join Date: Apr 2011
Device: pb360
|
Quote:
Quote:
|
||
![]() |
![]() |
![]() |
#11 |
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Nov 2010
Device: Desire
|
Thanks everyone for chiming in.
@NiLuJe A2b: Cool, I think I've found what you are talking about (https://www.mobileread.com/forums/sh...d.php?t=327879). I'll try this out. A3. New-ish to Python (more at script kiddie level right now) but I have some experience coding so I'll manage. Sorry, this is going to be a bit of a stupid follow up question. For the Python script, would I call it through SSH (for terminal access), having uploaded the script to root? Automation I suppose I could do either with a timer within the Python script or with Cron? Requests and FBink are the network and display libraries respectively - so helpfiles will tell me all I need to know to interface with these. Asking to determine current best practices for Kindle hacking. Last edited by letshin; 12-11-2020 at 01:26 PM. |
![]() |
![]() |
![]() |
#12 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
A2b: that's one of these yeah (possibly the earliest, if memory serves).
A3: Not necessarily in the rootfs (especially since it's ro by default, and wiped by updates), but that's a fairly minor detail. Depending on how you handle power management (i.e., if it's to be plugged in, you can forget about every low-level potential mishaps and just keep it running), a crontab will only work as long as the device is not alseep. Otherwise, you enter the fun realm of rtc wake alarms. |
![]() |
![]() |
![]() |
#13 |
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Nov 2010
Device: Desire
|
Thanks, I'll have a look and play around with these as a Christmas project. Season's greetings to all!
|
![]() |
![]() |
![]() |
Tags |
5.12.2, downgrade, jailbreak |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to write a jailbreak (Process, Quick Start, First Steps, etc)? | pavel-s | Kindle Developer's Corner | 24 | 02-12-2020 02:55 AM |
PW3 KINDLE PW3 5.8.11 Jailbreak/Downgrade | gakiluvela | Kindle Developer's Corner | 82 | 01-24-2019 02:42 PM |
Is it possible to downgrade and jailbreak KPW3 5.97 ? | ekinrot | Kindle Developer's Corner | 2 | 09-21-2018 11:51 AM |
Downgrade PW2 from 5.4.5.1 to whatever for jailbreak | HLFH | Amazon Kindle | 16 | 11-25-2014 10:40 AM |
Kindle Touch v5.1.2 -- Jailbreak steps please | passerby314 | Kindle Developer's Corner | 5 | 01-10-2013 02:44 PM |