Quote:
Originally Posted by tmp_user
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