View Single Post
Old 03-09-2013, 06:35 AM   #22
greektardis
Member
greektardis has much to be proud ofgreektardis has much to be proud ofgreektardis has much to be proud ofgreektardis has much to be proud ofgreektardis has much to be proud ofgreektardis has much to be proud ofgreektardis has much to be proud ofgreektardis has much to be proud ofgreektardis has much to be proud ofgreektardis has much to be proud ofgreektardis has much to be proud of
 
Posts: 13
Karma: 27490
Join Date: Mar 2013
Location: Greece
Device: Kindle Dxi 2.5.8
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?
greektardis is offline   Reply With Quote