View Single Post
Old 02-18-2020, 09:30 PM   #527
fezzzza
Junior Member
fezzzza began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Nov 2019
Location: London, UK
Device: KT, K3W
Quote:
Originally Posted by tmp_user View Post
Amazing stuff. I love those kindle jailbreak thingyis, anyway.

If i connect with my vnc server it only repaints the kindle display at the top bar and not really frequently.
Does someone have the solution?
For the KT(4Gen) and above, here's a quick solution to implement the fix to the display refresh issue:

Adapting the KUAL extension, ie, once you have installed it, create or edit these files in your extensions/vncviewer directory:

launchVNC.sh:
Code:
/mnt/us/extensions/vncviewer/refresh.sh &
/mnt/us/kindlevncviewer/kvncviewer.sh HOST:PORT
(Dont forget to substitute HOST:PORT)

refresh.sh:
Code:
while :; do eips ''; usleep 90000; done;
menu.json - replace the main line
Code:
{"name": "VNC Connection", "priority": 1, "action": "/mnt/us/extensions/vncviewer/launchVNC.sh"}
Then just use the button in KUAL to launch your session
fezzzza is offline   Reply With Quote