Hi, I'm trying (and failing) to debug an ADK based project. I can successfully start adb on port 5555 and connect to the device:
C:\android-sdk\platform-tools>adb tcpip 5555 restarting in TCP mode port: 5555 C:\android-sdk\platform-tools>adb connect 192.168.2.3:5555 connected to 192.168.2.3:5555 C:\android-sdk\platform-tools>adb devices List of devices attached 192.168.2.3:5555 device However, now the USB port on the android tablet appears non-functional (not to the PC running the debugger - but when plugged into the ADK device). With adb off or adb in USB mode the android tablet detects the ADK device. However, with adb in TCP IP mode the android tablet no longer detects the ADK device. Also, when I switch to TCPIP mode Windows pops up the "USB device not recognized". I'm running OS 3.2 on a Dell Streak 7 and for the ADK side I have both the Seeeduino ADK board and also an UNO+USB Host Shield v2. Help!? TIA. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

