[Mono-bugs] [Bug 638764] Error deploying application over TCP/IP from Visual Studio

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 23 17:01:18 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=638764

https://bugzilla.novell.com/show_bug.cgi?id=638764#c1


--- Comment #1 from Jonathan Pobst <jpobst at novell.com> 2010-09-23 21:01:17 UTC ---
Looks like this requires a rooted phone to do adb over TCP/IP.

What we do is get the device ID via "adb devices":

List of devices attached
HT064P801130    device

Then we pass that device ID for all other commands:

adb -s HT064P801130 wait-for-device

Obviously some piece of this fails for TCP/IP adb.  Maybe you can try these
commands and see what it should be?

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list