TITLE: KindleVNCviewer
UPSTREAM SOURCE: http://github.com/hwhw/kindlevncviewer
SUPPORTS:
- DX Yes ( All Revisions )
- K3 Yes ( All Revisions )
- K4 Yes ( All Revisions )
- Touch Yes (WITH A HACK SEE NOTES) ( All Revisions )
- PW Yes (WITH A HACK SEE NOTES) ( All Revisions )
REQUIRES: KindleVNCViewer
https://www.mobileread.com/forums/sho...d.php?t=150434
LINK: https://www.mobileread.com/forums/sho...&postcount=318 KUAL Extension add-on by Ollonk
AUTHOR: Hawhill
NOTES:
Spoiler:
to get this to show output on the non-frambuffer Touch and Paperwhite you will need to
update the framebuffer manually with a loop
watch for what is a double: ' and what is a single: "
FROM PC:
Code:
ssh root@<kindleIP> "while :; do eips ''; usleep 90000; done;"
That's not the only way though:
ALTERNATELY ON KINDLE:
wrap the same above code in a named shell script on the kindle and call/kill that to get updates.
There are many more notes about using this application
on it's thread and littered about.
Also on the later devices the output colour will likely be inverted in colour. I have no fix for this
yet.