Open luochen601 opened 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.
@cyanogen Any update on the TigerVNC-based version? Really looking forward to this.
Me too! Any updates? at least release docs
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?