https://bugzilla.novell.com/show_bug.cgi?id=638764
https://bugzilla.novell.com/show_bug.cgi?id=638764#c1 --- Comment #1 from Jonathan Pobst <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
