I'm attempting to get adb working over tcp so I don't need usb. adb connect over tcp works however when I disconnect the micro usb from host PC (running Windows), I cannot connect to the AM335 EVM
Here is the configuration
AM335 EVM running Android4.x
Host: Win XP
Using micro-USB the following cmds used to configure adb on target
setprop service.adb.tcp.port 5555
stop adbd
start adbd
On Win host
adb connect 192.168.0.101
Any solution?