1

I need to remote android phone via noVNC, so I looked for some way to do it.

First, I find the androidvncserver in Google Code Archive which is the vnc server in android OS.

enter image description here

Fig. 1 It has a problem(only position independent executables (pie) are supported) .


I try the method1 to solve this problem.

Method1: Running a native library on Android L. error: only position independent executables (PIE) are supported

enter image description here

Fig. 2 It seems successful.


Then I try to via noVNC to remote my android phone, but now it has a big problem to remote my phone.

I don't know which step happened problem.

enter image description here

Fig. 3 noVNC

enter image description here

Fig. 4 Now androidvncserver has "Bus error"

enter image description here

Fig. 5 The final noVNC print Screen


I also try the Droidvncserver, and it failed, too.

  • The Android VNC server app [droidVNC-NG](https://github.com/bk138/droidVNC-NG) reached version 1.0.0 in early 2021 and we are now looking for contributors to further improve the code and add features. It is using LibVNCServer internally, which also supports Websockets. Enabling WebSockets should be easy. – bk138 Jan 10 '21 at 08:56

1 Answers1

0

You can use a vnc server like alpha-vnc. It works on most devices and dosen't even require root.

Dyonisos
  • 3,541
  • 2
  • 22
  • 25