Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1107405
  • 博文数量: 276
  • 博客积分: 8317
  • 博客等级: 少将
  • 技术积分: 2329
  • 用 户 组: 普通用户
  • 注册时间: 2006-09-12 08:17
个人简介

http://ads.buzzcity.net/adpage.php?partnerid=40096

文章分类

全部博文(276)

文章存档

2013年(1)

2012年(38)

2011年(102)

2010年(85)

2009年(45)

2008年(5)

分类: 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

阅读(1206) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~