Hacker News
Rust (and Slint) on a Jailbroken Kindle
sandreas
|next
[-]
Currently I'm evaluating Battery Pal[2], because the TP4057 Module was not stable enough to power USB-C to 3.5mm Adapters reliably. So far it seems to work as expected.
FlyingSnake
|next
|previous
[-]
I wrote about my experience in cross compiling zig on an old kindle some time ago.
ilvez
|next
|previous
[-]
_hzw
|next
|previous
[-]
It's just running `cargo build --release --target armv7-unknown-linux-musleabihf` with a .cargo/config.toml:
``` [target.armv7-unknown-linux-musleabihf] linker = "rust-lld" rustflags = ["-C", "link-self-contained=yes"]. ```
the downside is I can't use any c-deps. :)
hardwaresofton
|next
|previous
[-]
Have opted for other devices like the xteink (or a boox in the future) due to what seemed like a relatively small ecosystem around “aftermarket” kindle modifications.
The kindle would be a great option if it could be reliably jailbroken and loaded with custom software
akazantsev
|root
|parent
|next
[-]
I use the "renameotabin" extension and enable Wi-Fi from time to time to load books from FTP via Koreader. It has been 3 years since I jailbroke it, and there have been no resets for me.
See https://kindlemodding.org/jailbreaking/post-jailbreak/disabl...
wilted-iris
|root
|parent
|next
|previous
[-]
epicide
|root
|parent
|next
[-]
It's largely the exact device that I want my book reader to be:
* Small and lightweight
* Nice epaper screen
* No need for an internet connection whatsoever
* Natively understands EPUB
* Just reads books -- no ads, no markets, no apps, no upsell
The built-in Kobo firmware isn't great. IIRC Rakuten/Walmart hoover up and sell your reading habits, etc. Hence one reason why I don't connect mine to the internet (running Plato probably fixes this, but restarting the device doesn't immediately go into Plato). The device is also weirdly sluggish with the default Kobo software, and much faster in Plato.
hardwaresofton
|root
|parent
|next
|previous
[-]
Upon further inspection there is also the Pine Note!
https://news.ycombinator.com/item?id=46283016
https://pine64.org/devices/pinenote/
It’s quite pricey but certainly more straightforward in its offering.
Kobo is the cheaper and has a color option and is likely slightly less hackable.
[EDIT] Ah, I think this is what I found:
https://github.com/Quill-OS/quill
Kobo’s switch to secure boot made things harder for Quill which seemed to be the only custom OS.
dv_dt
|root
|parent
|previous
[-]
Open source software, open (to the owners) with default configs, open ecosystems, repairability, hackability, open hardware are all factors I look for across multiple devices now. routers & wifi, readers, phones, headphones, laptops, keyboards, etc..
They don't always have to hit every element - but the more they cover, the more likely I am to track and purchase them when the time comes.
a10c
|root
|parent
|next
|previous
[-]
source: https://kindlemodding.org/jailbreaking/post-jailbreak/disabl...
pidgeon_lover
|root
|parent
|next
|previous
[-]
DoctorOW
|next
|previous
[-]
voidUpdate
|next
|previous
[-]
Cider9986
|root
|parent
[-]
Here is the list detailing exactly the software versions supported and device support. This website will have everything you need.
(https://kindlemodding.org/kindle-models.html)
There is also the discord which is very popular.
KolmogorovComp
|next
|previous
[-]
airstrike
|root
|parent
|next
[-]
I'm partial to iced, which to me is the best GUI library in Rust by far. The Discord is super active if you have questions.
pjmlp
|root
|parent
|next
|previous
[-]
airstrike
|root
|parent
[-]
pjmlp
|root
|parent
[-]
airstrike
|root
|parent
[-]
Who's supposed to be selling GUIs here?
Your comment goes against several HN guidelines. As the 15th highest karma on this site, I'm sure you could do better.
pjmlp
|root
|parent
|previous
[-]
What I see there is a crypto fund that most likely cares about how iced fits into their own use cases first.
I seldom read those, by the way.