View Single Post
Old 05-26-2023, 06:10 AM   #5
HackerDude
Kindle Bricker
HackerDude ought to be getting tired of karma fortunes by now.HackerDude ought to be getting tired of karma fortunes by now.HackerDude ought to be getting tired of karma fortunes by now.HackerDude ought to be getting tired of karma fortunes by now.HackerDude ought to be getting tired of karma fortunes by now.HackerDude ought to be getting tired of karma fortunes by now.HackerDude ought to be getting tired of karma fortunes by now.HackerDude ought to be getting tired of karma fortunes by now.HackerDude ought to be getting tired of karma fortunes by now.HackerDude ought to be getting tired of karma fortunes by now.HackerDude ought to be getting tired of karma fortunes by now.
 
HackerDude's Avatar
 
Posts: 120
Karma: 862608
Join Date: Sep 2022
Location: Why do you want to know?
Device: PW6, PW6(dead), PW5 (brick), PW5 (brick), PW4 (brick)
Post

Quote:
Originally Posted by BionicGecko View Post
Thanks Jon, Amazon indeed does.

I guess I was more looking for a technical reason, seeing that we both have a working jailbreak and the source code. I’m not a very skilled developer myself so clearly I’m missing something

Is it perhaps that the available open source code only cover part of the kindle OS, so a fully functional .bin image cannot be built from it? Or is it just that no one has had the inclination to pursue this?
The parts of the Kindle that handle gestures like that are not global, so the way it works is there are seperate "apps" of sorts for each state

There's a "home screen app", a "reader app" and even a "notebook app" (for the scribe, but that one is pretty integrated into the home screen one)
Whilst it could be theoretically possible to modify, say, the home screen code, unfortunately, since it now uses WASM it is extremely difficult to reverse engineer.

Basically, we don't have the source code for what we need to modify, and decompiling it does not give you the original source code, but rather, a highly obfuscated low-level language, which whilst easier, is still extremely difficult to understand
HackerDude is offline   Reply With Quote