thanhlamcltv91 / android-vnc-viewer

Automatically exported from code.google.com/p/android-vnc-viewer
0 stars 0 forks source link

VNC connection failed! using repeater #206

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
To example...
I have a two computers.
Repeater PC 192.168.0.10
Server PC   192.168.0.11
Smart Phone.

1. Repeater PC running with port 5901, 5500....
2. Connect Server PC ... IP:192.168.0.10   ID code = ID:1234
3. Smart PHONE Connecting... is failed!...
   Smart Phone Settings.....
   Nickname : 1234
   Password : 
   Address  : ID:1234
   Port     : 5900
   ...
   Repeater : 192.168.0.10:5901

What version of android-vnc-viewer are you using?
androidVNC 0.4.7

how can i do?

Original issue reported on code.google.com by khae...@gmail.com on 23 Dec 2010 at 12:00

GoogleCodeExporter commented 8 years ago
So I figured out what was going on here...

Unlike the actual VNC viewer, the input on the Android app is BACKWARDS...

The repeater address actually going in the individual Address and port fields.

The "ID:####" goes in the Repeater field.

So, using the example above:
Nickname : My Repeater
Password :
Address  : 192.168.0.10
Port     : 5901
...
Repeater : ID:1234

Original comment by john.hos...@gmail.com on 3 Dec 2011 at 5:09

GoogleCodeExporter commented 8 years ago
I'm running androidVNC 0.5.0

Original comment by john.hos...@gmail.com on 3 Dec 2011 at 5:12