these are the contents of the knvcviwer.sh file:
#!/bin/sh
cd $(dirname "$0")
LD_LIBRARY_PATH=.
export LD_LIBRARY_PATH
lipc-set-prop com.lab126.powerd preventScreenSaver 1
./kindlevncviewer -config config.lua "$@"
lipc-set-prop com.lab126.powerd preventScreenSaver 0
# send menu key twice to refresh display
echo "send 139" > /proc/keypad
echo "send 139" > /proc/keypad
That means that the line that you have written twobob is already there...!
A question about installing vncviewer in the Kindle. I unzip the file and I get one folder named kindlevncviewer and inside it are two folders, one of which is named kindlevncviewer, another one named launchpad and some files. Should I copy the first (big) folder kindlevncviewer in Kindle or open it and copy its contents separately?
I also edited another file called kindlevncviewer.ini to match the IP settings I have for my Kindle. These are the lines that I changed:
[Actions]
;; start kindlevncviewer, connect to 192.168.42.1:1
V U = !/mnt/us/kindlevncviewer/kvncviewer.sh 192.168.42.1:1 &
Now what guys?
|