ianka / android-vnc

Automatically exported from code.google.com/p/android-vnc
GNU General Public License v2.0
0 stars 0 forks source link

Setup sequence #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Not sure

What version of the product are you using? On what operating system?
SDK 1.0 release with WinXP Prof. SP2

Please provide any additional information below.

I have some questions with regards to these steps, please help

Then redirect the port so the local machine can access the server:

telnet localhost 5554
redir add tcp:5900:5901

And finally:

xvncviewer -noauto localhost

I am running WinXP with sdk-r1 emulator running.
So I gone through all the previous steps, and I opened another cmd shell
window, which I then type in "telnet localhost 5554", and now I am inside
of android emulator I assume....  

Android Console: type 'help' for a list of commands
OK
help
Android console command help:

    help|h|?         print a list of commands
    event            simulate hardware events
    geo              Geo-location commands
    gsm              GSM related commands
    kill             kill the emulator instance
    network          manage network settings
    power            power related commands
    quit|exit        quit control session
    redir            manage port redirections
    sms              SMS related commands
    vm               manager virtual machine state
    window           manage emulator window

try 'help <command>' for command-specific help
OK
redir add tcp:5900:5901OK

now, where do I input the command xvncviewer -noauto localhost?

Thanks a lot!

Original issue reported on code.google.com by oscarko on 28 Oct 2008 at 7:00

GoogleCodeExporter commented 8 years ago
nvm, figured it out......

I used vncviewer.exe, and put in "localhost" for server, and it popped out :)

Original comment by oscarko on 28 Oct 2008 at 7:18