I was using the adb wireless app on my older Droid X. It was working flawlessly for months, no problem at all. I didn't update anything, nothing has changed on anything. The computer wasn't restarted, nor was the phone. Now I can't connect. The following results:
adb connect 192.168.1.19:5555
unable to connect to 192.168.1.19:5555:5555
So I try:
adb kill-server
adb tcpip 5555
Which results in:
* daemon not running, starting it now on port 5307 *
* daemon started successfully *
error: device not found
Restart the computer, restart the phone, same results. Like I say, it happened out of nowhere. Nothing was updated, nothing was changed. Phone and computer were left on, came and tried to connect again after working on it yesterday and no luck. Phone is rooted, and again there were 0 problems prior to today. I can connect via usb using:
adb disconnect
adb usb
Then "/adb devices" shows my phone. But still can't connect via wireless.