User:Kim/Prototyping 2nd year/e-reader-server: Difference between revisions
| Line 7: | Line 7: | ||
* e-reader in the xml: [https://en.wikipedia.org/wiki/Kobo_Glo Kobo glo hd] (working?) | * e-reader in the xml: [https://en.wikipedia.org/wiki/Kobo_Glo Kobo glo hd] (working?) | ||
* [https://linuxvox.com/blog/ereader-linux/ ereader linux] | * [https://linuxvox.com/blog/ereader-linux/ ereader linux] | ||
* [https://chuck.is/termux/ Termux] on e-reader | * [https://chuck.is/termux/ Termux] on e-reader | ||
<blockquote>Lately I've been using termux with my e-reader, turning it into a makeshift "writingdeck". In fact, this entire post was written in vim via Termux on my e-reader with a bluetooth keyboard</blockquote> >> can I also use the [https://wiki.termux.com/wiki/Termux:API Termux API] then? | |||
* '''[https://wiki.mobileread.com/wiki/Main_Page mobile read wiki]''' | * '''[https://wiki.mobileread.com/wiki/Main_Page mobile read wiki]''' | ||
** [https://wiki.mobileread.com/wiki/Kobo_WiFi_Hacking Kobo wifi hacking] | ** [https://wiki.mobileread.com/wiki/Kobo_WiFi_Hacking Kobo wifi hacking] | ||
Revision as of 15:45, 9 October 2025
pmomm: #4. e-reader-server
resources
e-readers
- https://varia.zone/en/free-your-ereader.html (maybe ask those people)
- connect to your e-reader via ssh using koreader software
- e-reader in the xml: Kobo glo hd (working?)
- ereader linux
- Termux on e-reader
Lately I've been using termux with my e-reader, turning it into a makeshift "writingdeck". In fact, this entire post was written in vim via Termux on my e-reader with a bluetooth keyboard
>> can I also use the Termux API then?
- mobile read wiki
- Kobo wifi hacking
- Kobo touch hacking
- e-reader matrix with device specs
servers
misc
some things that michael shared: opds feed (on koreader software), bootleg library uses calibre, kobo reader (koreader os) has a .txt editor that can generate a qr code to share the text >> so cool!
steps
1. Do e-readers support host mode?
[1] confirmed here that some e-readers either have USB Host capabitlities or work with OTG and can therefore act as a host
| Model | Year | reference | link / price range |
|---|---|---|---|
| Kobo Clara | 2018 | this and this thread, | from 80€ (marktplaats) |
| Tolino Shine 3 | 2018 | postmarket os wiki | starting from 60€ |
| Tolino Shine 2HD | 2015 | postmarket os wiki | from 25€ (ebay kleinanzeigen) |
| Hanvon
WISEreader E920, Wisereader color |
MobileRead WIki
(Large eReader MAtrix) |
||
| JetBook Color | MobileRead WIki
(Large eReader MAtrix) |
||
| Onyx
Boox 60 Bebook Neo |
2010 | MobileRead Wiki(E-book Reader Matrix) | expensive ~ 100 - 300€ |
| Pocketbook 302 | 2010 | MobileRead Forumand on this Matrix |
2. jailbreaking / installing software
Tolino Shine 2HD Mobile Read Wiki page Postmarket OS wiki page
- As of Postmarket OS wiki, Postmarket OS can run on Tolino Shine 2HD.
- Default OS is Android 2.3 (have to "root" device to get access to most functions)
- has two USB drives:
- one is linked to internal flash (named "Mein Tolino")
- second drive appears if sd is inserted as unnamed device, placing named files on this drive you can access them via the browser typing file://sdcard/
How to get root access?
- this blog article by hecke explores a lot of technical details >> finally aims for turning the Tolino Shine into a Pirate Box >> and this is the solution follow up
- Using Android Debug Bridge (adb), a command-line tool that lets you communicate with a device
- German instructions to get root access up to firmware 1.7.2 [2] or newer, incl google play [3]