android-vnc-server
android-vnc-server copied to clipboard
android-vnc-server for kitkat
android-vnc-server
android-vnc-server for kitkat This is a vnc server which pushes framebuffer of mobile device to vnc clients. This server accepts mouse drag as touch events and key inputs.
Build
- download
libvncserverandlibjpeg-turbofrom web, and put them to aosp source code tree - copy the related Android.mk to the related dir
- run
cd libvncserver; ./autogen.sh && ./configure --without-crypto - run
cd libjpeg-turbo; ./configure - build the system image
Usage
- run
./android-vnc-serveron mobile device - connect mobile device to pc through adb
- run
adb forward tcp:5901 tcp:5901on pc - run vnc client(e.g. remmina, gvncviewer, novnc ...) to connect to 127.0.0.1:5901
- bang.... a mirror of your mobile device, touch with your mouse
Note
You may need to debug it yourself. I've tested with an aosp rom, works fine. But didn't work with cyanogenmod of HTC ONE S.