03-17-2024, 08:28 PM | #1 |
Junior Member
Posts: 2
Karma: 10
Join Date: Dec 2022
Location: Ukraine
Device: KV, KOA2
|
Managing KOReader via SSH
Hi all. My Kindle Voyage's touch screen has stopped working. But the display is in perfect condition, not broken or scratched. I would not like to throw it away and sometimes continue to use it.
KOReader and USB Network hack are already installed on my device. I thought I could open books via SSH on my Android phone and use the device without any problems (page turning with buttons, backlight adjusted by light sensor, night mode already on as scheduled) I can easily run KOReader by passing it the book as a parameter. Code:
./mnt/us/koreader/koreader.sh "/mnt/us/books/path to book" |
03-18-2024, 01:09 AM | #2 |
Wizard
Posts: 1,084
Karma: 3581333
Join Date: Sep 2014
Location: Ukraine
Device: Kindle PW2, PW3, PW4, Voyage
|
|
Advert | |
|
03-20-2024, 08:27 PM | #3 |
Junior Member
Posts: 2
Karma: 10
Join Date: Dec 2022
Location: Ukraine
Device: KV, KOA2
|
hius07, thank you very much. This is exactly what is needed.
I will also answer my first message, maybe it will be useful to someone. First, enable the HTTP inspector in the settings or if your touchscreen does not work like mine, then set it to autorun in the config (mnt/us/koreader/settings.reader.lua) Code:
["httpinspector_autostart"] = true, ["httpinspector_port"] = 8080, Change the book through the SSH Code:
curl "localhost:8080/koreader/ui/switchDocument?/'path to book'" > /dev/null 2>&1 Code:
curl localhost:8080/koreader/event/Exit > /dev/null 2>&1 Code:
http://kindle_local_ip:8080/koreader/event/ |
Tags |
koreader, remote control, ssh |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Invoking KOReader's Dropbear SSH server from NickelMenu | elinkser | Kobo Developer's Corner | 8 | 05-09-2023 07:36 PM |
K5 Unable to get ssh-keys working for ssh login without entering password | Immortalis | Kindle Developer's Corner | 3 | 07-16-2022 06:54 PM |
Kindle PW3 5.9.6.1 ssh broken pipe leaves broken ssh | xception | Kindle Developer's Corner | 8 | 01-27-2019 11:23 AM |
Got JB Voyage? User required for quick SSH test of KOReader | TheNeedforRead | Kindle Developer's Corner | 0 | 05-30-2016 11:18 AM |
M92: password and users (eg. ssh/ssh-server) | lepau | Onyx Boox | 1 | 11-15-2013 12:46 PM |