hyperb1iss / vncflinger

A fast system-level VNC server for Android
Other
55 stars 12 forks source link

How to run? #1

Open luochen601 opened 7 years ago

luochen601 commented 7 years ago

I had built this project on Android N source code and pushed vncflinger to /system/bin If I start vncflinger without any parameter, the client could not connect to this server When I start with device's ip address like vncflinger -4 , then client could connect to this server, but display black.

Is there something wrong with my test and how to resolve this issue?

hyperb1iss commented 7 years ago

I'll have docs up next week when the TigerVNC-based version is done.

The current version listens on port 5901 and localhost by default. You can do "adb forward tcp:5901 tcp:5901" and connect your client to localhost:5901. If performance is important, hold off for the new version.

varunchitre15 commented 7 years ago

@cyanogen Any update on the TigerVNC-based version? Really looking forward to this.

Sparkenstein commented 7 years ago

Me too! Any updates? at least release docs