lilvy / droidVNC-NG

VNC server app for Android that does not require root privileges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an Android VNC server using contemporary Android 5+ APIs. It therefore does not require root access. In reverence to the venerable droid-VNC-server is is called droidVNC-NG.

Features

  • Network export of device frame buffer.
  • Injection of remote pointer events.
  • Handling of special keys to trigger 'Recent Apps' overview, Home button and Back button.
  • Android permission handling.
  • Screen rotation handling.
  • File transfer via the local network, assuming TightVNC viewer for Windows version 1.3.x is used.
  • Password protection for secure-in-terms-of-VNC connection.
  • Ability to specify the port used.
  • Start of background service on device boot.

Notes

Since Android 10, the permission to access the screen contents has to be given on each start and is not saved.

About

VNC server app for Android that does not require root privileges.

License:GNU General Public License v2.0


Languages

Language:Java 81.0%Language:C 16.6%Language:CMake 2.4%