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 04-18-2025, 02:11 AM   #1291
toadclones
Junior Member
toadclones began at the beginning.
 
Posts: 7
Karma: 42
Join Date: Dec 2023
Device: Kindle(11th gen)
I managed to build a python3.11 for hard floating point devices. (firmware > 5.16.2.1.1) This works on my Kindle 11th gen with 5.17.1

I basically took crazyelectron's dockerfile and added preinstalled packages and cross compiles when necessary(numpy). Most packages you would use are installed except pillow(for image manipulation). FBInk bindings are installed.

I included the code used, etc. It's pretty messy. Enjoy.

A list of packages installed
  • requests
  • bs4
  • httpie
  • requests_oauthlib
  • betamax
  • html5lib
  • pyjwt
  • Wand
  • PySocks
  • asn1crypto
  • SLPP
  • cffi
  • FBInk bindings
Attached Files
File Type: zip python3.11-khf.zip (19.89 MB, 46 views)
toadclones is offline   Reply With Quote
Old 04-18-2025, 03:30 AM   #1292
jeliozver
Junior Member
jeliozver began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jan 2023
Device: KT2, PW5
Thanks it worked for me on same Kindle and firmware version.
jeliozver is offline   Reply With Quote
Old 04-18-2025, 07:04 AM   #1293
shamanNS
Wizard
shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.
 
Posts: 1,115
Karma: 12345678
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5, Kobo Libra 2, Kindle PW1
@NiLuJe Looks like the "developer.keystore" used by KUAL expired yesterday ( April 17th). So Kindles now don't want to open KUAL
shamanNS is offline   Reply With Quote
Old 04-18-2025, 02:45 PM   #1294
toadclones
Junior Member
toadclones began at the beginning.
 
Posts: 7
Karma: 42
Join Date: Dec 2023
Device: Kindle(11th gen)
Quote:
Originally Posted by toadclones View Post
I managed to build a python3.11 for hard floating point devices. (firmware > 5.16.2.1.1) This works on my Kindle 11th gen with 5.17.1

I basically took crazyelectron's dockerfile and added preinstalled packages and cross compiles when necessary(numpy). Most packages you would use are installed except pillow(for image manipulation). FBInk bindings are installed.

I included the code used, etc. It's pretty messy. Enjoy.

A list of packages installed
  • requests
  • bs4
  • httpie
  • requests_oauthlib
  • betamax
  • html5lib
  • pyjwt
  • Wand
  • PySocks
  • asn1crypto
  • SLPP
  • cffi
  • FBInk bindings
Updated with PIL(image library for python, no idea if anyone actually uses it)
Attached Files
File Type: zip python3.11-khf.zip (21.42 MB, 59 views)
toadclones is offline   Reply With Quote
Old 04-18-2025, 10:57 PM   #1295
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,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
Quote:
Originally Posted by shamanNS View Post
@NiLuJe Looks like the "developer.keystore" used by KUAL expired yesterday ( April 17th). So Kindles now don't want to open KUAL
Rebuilt both KUAL builds in the first post against an updated keystore (available here).

(It lives in /var/local/java/keystore/developer.keystore)

Had to get creative, so, hopefully this doesn't break on old devices.

----

Here's a completely untested DevCerts build that *should* update your on-device keystore (and *only* that)...
Attached Files
File Type: zip DevCerts-20250419-KeyStore.zip (102.8 KB, 3679 views)

Last edited by NiLuJe; 04-19-2025 at 05:35 PM. Reason: Unbreak the K5 packages -_-"
NiLuJe is offline   Reply With Quote
Old 04-19-2025, 01:43 AM   #1296
asdfwyxz
Junior Member
asdfwyxz began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2025
Device: Kindle PW2
Quote:
Originally Posted by NiLuJe View Post
Rebuilt both KUAL builds in the first post against an updated keystore (available here, since I can't rebuild the things that actually install the keystore right now ;p).

(It lives in /var/local/java/keystore/developer.keystore)

Had to get creative, so, hopefully this doesn't break on old devices.
Thanks for the response. Could you say what exactly we need to update for this to work? I've downloaded your build and replaced the old one with it on Kindle PW2 running 5.4.3.2, but this time trying to run KUAL results in the message "This item is not signed by an authorized developer." Should I have also placed the new developer.keystore file somewhere?
asdfwyxz is offline   Reply With Quote
Old 04-19-2025, 02:12 AM   #1297
asdfwyxz
Junior Member
asdfwyxz began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2025
Device: Kindle PW2
To make sure that the new keystore is installed, I redid the jailbreak following the thread here: https://www.mobileread.com/forums/sh...d.php?t=186645

In the step where we extract the contents of kindle-5.4-jailbreak.zip to the root directory of the Kindle, I replaced the extracted keystore with the updated one that you linked to above. I'm still getting the message "This item is not signed by an authorized developer."
asdfwyxz is offline   Reply With Quote
Old 04-19-2025, 03:55 AM   #1298
hellmon1012
Junior Member
hellmon1012 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Apr 2025
Device: Kindle PaperWhite 4 (10th generation)
Red face Python & ScreenSavers Hack on PW4 fw 5.16.21

Hi, I jailbroken my PW4, installed KUAL, MRPI, KOreader, KUAL+, Helper+ done. When i trying to install Python and ScreenSavers Hack, i recieved the message: Running install.sh... Package script failed (1), moving on... Failed to remount rootfs RO, waiting... And finally, it's shown Done, restaring UI .... I used 2 file Update_python_0.15.N_install_pw2_and_up.bin; Update_python3_0.15.N_install_pw2_and_up.bin (i tried 1 of 2 and 2 of 2 in /mrpackage). I received text file in /documents: KPPMainAppV2_9112_037-juno_16021_moonshine_rex-428973_crash_Apr_19_14.50.27_2025.txt.
Please help me! Thanks a lot.
hellmon1012 is offline   Reply With Quote
Old 04-19-2025, 05:25 AM   #1299
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 405
Karma: 2330752
Join Date: May 2012
Device: kt
Quote:
Originally Posted by NiLuJe View Post
Had to get creative, so, hopefully this doesn't break on old devices.
@NiLuJe
It's already been 15 years???

Confirm new keystore and kual work on my old K5 touch.
Thanks!
baf is offline   Reply With Quote
Old 04-19-2025, 06:33 AM   #1300
Teraflops
Junior Member
Teraflops began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2025
Device: Kindle 4
How might I install the new keystore for the kindle 4 jailbreak?
Teraflops is offline   Reply With Quote
Old 04-19-2025, 06:53 AM   #1301
pirnie
Junior Member
pirnie began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2025
Device: Kindle 4
Quote:
Originally Posted by asdfwyxz View Post
Thanks for the response. Could you say what exactly we need to update for this to work? I've downloaded your build and replaced the old one with it on Kindle PW2 running 5.4.3.2, but this time trying to run KUAL results in the message "This item is not signed by an authorized developer." Should I have also placed the new developer.keystore file somewhere?
Same issue here on a Kindle 4
pirnie is offline   Reply With Quote
Old 04-19-2025, 06:57 AM   #1302
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,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
I've added an untested package to https://www.mobileread.com/forums/sh...postcount=1295 to update the keystore.
NiLuJe is offline   Reply With Quote
Old 04-19-2025, 07:02 AM   #1303
Teraflops
Junior Member
Teraflops began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2025
Device: Kindle 4
Quote:
Originally Posted by Teraflops View Post
How might I install the new keystore for the kindle 4 jailbreak?
So I figured out what I had to do and downloaded the updated KUAL version with the new keystores. However, when I try to run KUAL I am now getting the error: "This item is not signed by an authorised developer."
Teraflops is offline   Reply With Quote
Old 04-19-2025, 07:14 AM   #1304
pirnie
Junior Member
pirnie began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2025
Device: Kindle 4
Quote:
Originally Posted by NiLuJe View Post
I've added an untested package to https://www.mobileread.com/forums/sh...postcount=1295 to update the keystore.
Just tried this and it has worked for me! Dropped the K4 file into the root directory and then updated the kindle through the settings menu and I'm back into KUAL and KoReader. Thanks!!
pirnie is offline   Reply With Quote
Old 04-19-2025, 07:19 AM   #1305
Teraflops
Junior Member
Teraflops began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2025
Device: Kindle 4
Quote:
Originally Posted by NiLuJe View Post
I've added an untested package to https://www.mobileread.com/forums/sh...postcount=1295 to update the keystore.
Should have read this, this has fixed it. Thank you!!
Teraflops is offline   Reply With Quote
Reply

Tags
hacks, kindle, niluje


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I removed the hacks, installed 3.1, then new hacks, and now Kindle is dead cloudyvisions Amazon Kindle 55 11-29-2023 07:27 PM
Tools Snapshots of Coplate's packages coplate Kindle Developer's Corner 104 10-23-2022 11:41 PM
NiLuJe offline? picree Kindle Developer's Corner 1 09-28-2016 10:29 PM
Snapshots test in Live version Michele Clinco OpenInkpot 7 09-08-2009 02:42 PM


All times are GMT -4. The time now is 05:39 PM.


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