c8e4a65bd1
- Rotation now fully working (on demand with F4 key) - Speed improvements and bug fixes - Improved server state detection (using IPC) - changed to LibVNCServer from kanaka repository - New webserver vnc client (noVNC), uses javascript - Ability to make a reverse connection - Two new framebuffer access methods (gingerbread and adb) - New minimalistic interface |
||
---|---|---|
droidvncdaemon | ||
res | ||
src/org/onaips/vnc | ||
.classpath | ||
.directory | ||
.project | ||
AndroidManifest.xml | ||
build.xml | ||
CHANGELOG | ||
default.properties | ||
LICENSE | ||
LICENSE~ | ||
README | ||
README~ | ||
TODO |
NOTE: to compile the C daemon you must have a working AOSP source tree, and copy it to external folder. Do something like: $AOSP_SRC=/path/to/aosp $VNC_DAEMON=/path_to_vnc/droidvncdaemon cp -fr $VNC_DAEMON/droidvncdaemon $AOSP_SRC cd $AOSP_SRC . build/envsetup.sh # lunch mmm external/droidvncdaemon Thats it. You will have androidvncserver_froyo (for 2.2 down) and androidvncserver_ginger (for 2.3+) in $AOSP_SRC/out/target/product/generic/system/bin/ I think this process is quite difficult, anyone knows how to build external packages outside AOSP tree?