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 09-26-2025, 01:53 PM   #16
arnel
Junior Member
arnel began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2025
Device: kindle 11th gen
Will this work on 5.18.5.01 ?

edit: never mind. my kindle is ads free

Last edited by arnel; 09-26-2025 at 01:57 PM.
arnel is offline   Reply With Quote
Old 09-26-2025, 02:04 PM   #17
hhhhhhhhh
Junior Member
hhhhhhhhh doesn't litterhhhhhhhhh doesn't litter
 
Posts: 8
Karma: 196
Join Date: Sep 2025
Device: Kindle
Quote:
Originally Posted by arnel View Post
Will this work on 5.18.5.01 ?
I don't believe 5.18.5.0.1 patches this, since it was out before AdBreak was even released. However, this version has only been released through OTA updates so my automated firmware downloader script can't collect the required offsets.

Marek has a script for getting the OTA update URLs, assuming you're able to collect the Amazon token from /var/local/token/

So far I've only been able to collect for my own device.
Quote:
'455679': { memcpy_got: 0xbe4ac, xml_got: 0xbebd8, memcpy_offset: 0x94c00, system_offset: 0x42938 }, // kindle_basic_2024_5.18.5.0.1
TLDR: Currently no but probably possible, avoid updating.
hhhhhhhhh is offline   Reply With Quote
Advert
Old 09-26-2025, 02:53 PM   #18
hhhhhhhhh
Junior Member
hhhhhhhhh doesn't litterhhhhhhhhh doesn't litter
 
Posts: 8
Karma: 196
Join Date: Sep 2025
Device: Kindle
Quote:
Originally Posted by hhhhhhhhh View Post
So far I've only been able to collect for my own device.
Actually reading Marek's script, it may be possible to get the OTA firmware for other devices with just my own token. Thought they restricted it for some reason. Already asked Marek and I'll look into it.
hhhhhhhhh is offline   Reply With Quote
Old 09-26-2025, 03:35 PM   #19
hhhhhhhhh
Junior Member
hhhhhhhhh doesn't litterhhhhhhhhh doesn't litter
 
Posts: 8
Karma: 196
Join Date: Sep 2025
Device: Kindle
Quote:
Originally Posted by hhhhhhhhh View Post
Actually reading Marek's script, it may be possible to get the OTA firmware for other devices with just my own token. Thought they restricted it for some reason. Already asked Marek and I'll look into it.
Nevermind, apparently the OTA downloads are restricted Exploit either needs improving to not rely on an offset table or multiple people would need to collect OTA download URLs for 5.18.5.0.1.
hhhhhhhhh is offline   Reply With Quote
Old 09-26-2025, 11:38 PM   #20
gt346
Junior Member
gt346 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2025
Device: Kindle
Quote:
Originally Posted by hhhhhhhhh View Post
I don't believe 5.18.5.0.1 patches this, since it was out before AdBreak was even released. However, this version has only been released through OTA updates so my automated firmware downloader script can't collect the required offsets.
I just updated to 5.18.5.0.1 and can confirm that the jailbreak does not work on this version.

As I posted earlier in the thread, I was having trouble getting it to work on 5.18.5 and realized it might be because Amazon was trying force an OTA update. My drive was already filled with only 20MB free, and yet it would still download a 300MB update file to the root directory somehow. I kept deleting it with Airplane mode turned on before trying the jailbreak, but couldn't get the hotfix to run after the jailbreak.

So I figured "Why not let it OTA update and see what happens?" Bad news is it won't jailbreak now. But it wouldn't let me run the hotfix before the OTA update, so it's just a different kind of broken.

Could the jailbreak be made to work if 15.8.5.0.1 were available for download from Amazon?
gt346 is offline   Reply With Quote
Advert
Old 09-27-2025, 01:14 AM   #21
gt346
Junior Member
gt346 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2025
Device: Kindle
Nevermind, I got the jailbreak working on my PW6 running 15.8.5.0.1.

I appended the following line to the offsets definitions in adbreak.html:

Code:
'455680': { memcpy_got: 0xbe4ac, xml_got: 0xbebd8, memcpy_offset: 0x94c00, system_offset: 0x42938 }, // fs_update_kindle_all_new_paperwhite_12th_5.18.5.0.1
I got the '455680' from the popup when I ran the original jailbreak on 15.8.5.0.1, and copied everything else from the 15.8.5 firmware. Those addresses didn't change between 15.8.4 and 15.8.4.0.1, so I figured maybe they didn't change for 15.8.5.0.1 either.

It worked for me, but DYODD and all that.
gt346 is offline   Reply With Quote
Old 09-27-2025, 09:05 AM   #22
arnel
Junior Member
arnel began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2025
Device: kindle 11th gen
Quote:
Originally Posted by gt346 View Post
Nevermind, I got the jailbreak working on my PW6 running 15.8.5.0.1.

I appended the following line to the offsets definitions in adbreak.html:

Code:
'455680': { memcpy_got: 0xbe4ac, xml_got: 0xbebd8, memcpy_offset: 0x94c00, system_offset: 0x42938 }, // fs_update_kindle_all_new_paperwhite_12th_5.18.5.0.1
I got the '455680' from the popup when I ran the original jailbreak on 15.8.5.0.1, and copied everything else from the 15.8.5 firmware. Those addresses didn't change between 15.8.4 and 15.8.4.0.1, so I figured maybe they didn't change for 15.8.5.0.1 either.

It worked for me, but DYODD and all that.
Never jailbroken mine before. Is there another way to get it?
arnel is offline   Reply With Quote
Old 09-28-2025, 03:55 AM   #23
mlyxshi
Junior Member
mlyxshi began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Sep 2025
Device: Kindle
Quote:
Originally Posted by gt346 View Post
Nevermind, I got the jailbreak working on my PW6 running 15.8.5.0.1.

I appended the following line to the offsets definitions in adbreak.html:

Code:
'455680': { memcpy_got: 0xbe4ac, xml_got: 0xbebd8, memcpy_offset: 0x94c00, system_offset: 0x42938 }, // fs_update_kindle_all_new_paperwhite_12th_5.18.5.0.1
I got the '455680' from the popup when I ran the original jailbreak on 15.8.5.0.1, and copied everything else from the 15.8.5 firmware. Those addresses didn't change between 15.8.4 and 15.8.4.0.1, so I figured maybe they didn't change for 15.8.5.0.1 either.

It worked for me, but DYODD and all that.
This also works on 5.18.5.0.1 for paperwhite 11th.

Code:
  '455681': { memcpy_got: 0xac740, xml_got: 0xace88, memcpy_offset: 0x7e0c0, system_offset: 0x39b48 }, // fs_update_kindle_all_new_paperwhite_11th_5.18.5.0.1
mlyxshi is offline   Reply With Quote
Old 09-28-2025, 10:04 AM   #24
gt346
Junior Member
gt346 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2025
Device: Kindle
Quote:
Originally Posted by mlyxshi View Post
This also works on 5.18.5.0.1 for paperwhite 11th.

Code:
  '455681': { memcpy_got: 0xac740, xml_got: 0xace88, memcpy_offset: 0x7e0c0, system_offset: 0x39b48 }, // fs_update_kindle_all_new_paperwhite_11th_5.18.5.0.1
Awesome, thanks for sharing!
gt346 is offline   Reply With Quote
Old 09-28-2025, 12:58 PM   #25
lp1900
Junior Member
lp1900 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2013
Device: KPW12, KV, Kobo
dude, you're the real mvp!
lp1900 is offline   Reply With Quote
Old 09-28-2025, 04:47 PM   #26
neusph
Junior Member
neusph began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2025
Device: Kindle Paperwhite 12th PW6
I was able to activate the jailbreak (JB), however, I'm facing some issues proceeding with the next installations. I have a Paperwhite 12th gen (PW6) with firmware 5.18.5.0.1.

I've read that newer models only appear as MTP devices instead of UMS when plugged in via USB.

Therefore, when following the instructions for re-enabling the Store (https://kindlemodding.org/jailbreaki...ling-the-store) and installing KOReader (https://kindlemodding.org/jailbreaki...lling-koreader), I'm unable to proceed.

Does anyone know what I can do to solve this?
neusph is offline   Reply With Quote
Old 09-28-2025, 05:19 PM   #27
Frogm4n
Evangelist
Frogm4n ought to be getting tired of karma fortunes by now.Frogm4n ought to be getting tired of karma fortunes by now.Frogm4n ought to be getting tired of karma fortunes by now.Frogm4n ought to be getting tired of karma fortunes by now.Frogm4n ought to be getting tired of karma fortunes by now.Frogm4n ought to be getting tired of karma fortunes by now.Frogm4n ought to be getting tired of karma fortunes by now.Frogm4n ought to be getting tired of karma fortunes by now.Frogm4n ought to be getting tired of karma fortunes by now.Frogm4n ought to be getting tired of karma fortunes by now.Frogm4n ought to be getting tired of karma fortunes by now.
 
Posts: 489
Karma: 3579113
Join Date: Jul 2023
Device: Scribe 2022, OA2, PRS-350
You had to already be able to copy files off and on to even do the jailbreak. Just do what you already did.
Frogm4n is offline   Reply With Quote
Old 09-28-2025, 05:19 PM   #28
neusph
Junior Member
neusph began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2025
Device: Kindle Paperwhite 12th PW6
Quote:
Originally Posted by neusph View Post
installing KOReader (https://kindlemodding.org/jailbreaki...lling-koreader), I'm unable to proceed.

Does anyone know what I can do to solve this?
I did the 'Alternative Download Method' and worked. Only the store isn't working now.
neusph is offline   Reply With Quote
Old 09-28-2025, 05:43 PM   #29
neusph
Junior Member
neusph began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2025
Device: Kindle Paperwhite 12th PW6
Quote:
Originally Posted by Frogm4n View Post
You had to already be able to copy files off and on to even do the jailbreak. Just do what you already did.
Oh yes, but my issue is that the folder .active_content_sandbox doesn't appears to me, so I tought that should be something related to this MTP/UMS connection.
neusph is offline   Reply With Quote
Old 09-28-2025, 06:41 PM   #30
Tomineba
Junior Member
Tomineba began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Sep 2025
Device: Kinde 10th
Hi, I can't jailbreak my Kindle 10th. It's on version 5.18.1, and when I installed AdBreak and clicked "Special Offers," instead of showing "Bang!" it showed my version number (336034). After clicking "Ok," nothing else showed up. It's probably because my version number isn't in adbreak.html, but when I looked at the file, it showed my model "fs_update_kindle_10th_5.18.1" but had a different number, for some reason "441759". So I went to https://www.amazon.com/gp/help/custo...deId=200203720 and found that this version number is only in the "Kindle Paperwhite (10th Generation)" section and the "Kindle_src_5.10.1.2_3360340004.tar.gz" version, and I don't have that version, let alone the Paperwhite model.
Can anyone help me?

https://imgur.com/a/rLOjUmV
https://imgur.com/a/M8C3ywJ


Tomineba is offline   Reply With Quote
Reply

Tags
jailbreak


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Overdrive supported on older devices (sort of) bgalbrecht Kobo Reader 20 10-08-2018 10:34 AM
ASCIImath supported devices qsipl Workshop 2 04-12-2014 01:07 AM
epub video file supported android devices qsipl Workshop 0 04-03-2014 03:12 AM
Sony PRS-505 not on the list of supported devices in Calibre? impayler Calibre 4 12-08-2009 12:00 PM
Adobe Digital Editions: Supported eBook devices keng2000 News 5 08-14-2009 02:57 AM


All times are GMT -4. The time now is 07:54 AM.


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