http://ads.buzzcity.net/adpage.php?partnerid=40096
分类: LINUX
2010-04-17 17:44:56
1. Original vnc project
This one could not be used on G1, because it need build a special keyboard driver into kernel
2. Forked vnc server
Forked from android-vnc project on google code.
The original android-vnc need build a special keyboard driver into kernel. It's not necessary. Also the touch event support is added in this version.
First download and install the binary
If you have adb on server:
#adb push androidvncserver/data
#adb /data/androidvncserver
Or you can just copy the downloaded file androidvncserver to the /sdcard,
Then umount the sdcard and launch the terminal from your G1, then type
# su <- I have root access, I'm not sure whether the following steps work without root access.
# cp /sdcard/androidvncserver /data/
# chmod a+x /data/androidvncserver
# /data/androidvncserver &
And finally:
Run vnc viewer from hose PC.
3. android vnc viewer
download from