You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the following commands in windows:
emulator -avd myAvd
adb push fastdroid-vnc /data/
adb shell chmod 755 /data/fastdroid-vnc
adb shell /data/fastdroid-vnc
i got
--------------------------------------------------------------------
Found input device /dev/input/event0 by keyword qwerty
Found input device /dev/input/event0 by keyword qwerty
Initializing framebuffer device /dev/graphics/fb0...
xres=480, yres=800, xresv=480, yresv=1600, xoffs=0, yoffs=0, bpp=16
Initializing keyboard device /dev/input/event0 ...
Initializing touch device /dev/input/event0 ...
Initializing Framebuffer VNC server:
width: 480
height: 800
bpp: 16
port: 5901
Initializing server...
12/02/2014 09:53:34 Listening for VNC connections on TCP port 5901
WARNING: generic atexit() called from legacy shared library
-------------------------------------------------------------------
Next i run
telnet localhost 5554
redir add tcp:5900:5901 --> and got ERROR :
redir add tcp:5900:5901KO: can't setup redirection, port probably used by
another program on host
I was not able to find/release who hold the port , any help will be appreciate
thanks
Original issue reported on code.google.com by doriwald...@gmail.com on 12 Feb 2014 at 10:07
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
doriwald...@gmail.com
on 12 Feb 2014 at 10:07The text was updated successfully, but these errors were encountered: