saucelabs/droid-VNC-server

Name: droid-VNC-server

Owner: Sauce Labs

Description: VNC viewer for Android devices using openstf/minicap for screen capture.

Forked from: cfal/droid-VNC-viewer

Created: 2016-10-25 18:19:23.0

Updated: 2018-03-04 14:20:11.0

Pushed: 2016-10-25 21:46:35.0

Homepage:

Size: 35729

Language: C

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Fork of droid-VNC-server that uses openstf's minicap shared library for screen capture, with some additional features. WIP - Currently only works as a VNC viewer

Build

Modify jni/Application.mk for the architecture you want. See the minicap docs for reference.

Actually build it:

 install android-ndk
submodule update --init
build  # takes a while...
push rotate.apk /data/local/tmp
push libs/<architecture> /data/local/tmp/vnc
shell "LD_LIBRARY_PATH=/data/local/tmp /data/local/tmp/vnc/androidvncserver"

Tah dah!

rotate.apk

You can build this yourself from https://github.com/openstf/RotationWatcher.apk

Original docs

See OLD-README.md


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.