nasi0 / droiddraw

Automatically exported from code.google.com/p/droiddraw
0 stars 0 forks source link

Project >>> Send GUI to Device = Connection refused: connect #243

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Device emulator from MonoDevelop
2. Access AnDroidDraw from apps and Accept connections box is checked
3. In DroidDraw program select Program >>> Send GUI to device

What is the expected output? What do you see instead?
The expected output should be success (as the device is running) but instead I 
get the message "Connection refused: connect".

What version of the product are you using? On what operating system?
droidraw-r1b21

Please provide any additional information below.

Original issue reported on code.google.com by Andrew.A...@intech.co.uk on 12 Mar 2012 at 3:07

GoogleCodeExporter commented 8 years ago
Did you run the adb networking setup step?  That's necessary for establishing 
the network connection.

Original comment by brendan....@gmail.com on 19 Mar 2012 at 4:01

GoogleCodeExporter commented 8 years ago
For clarity, the command is:

adb forward tcp:6100 tcp:7100

Original comment by brendan....@gmail.com on 21 Mar 2012 at 3:15