I am using android on ubuntu 13.04 and once when my usb cable was broken I searched SO for connecting android device over wifi and found this link helpful
It worked like charm but after few days when i was working again on android I tried connecting device through
adb connect 192.168.1.10
But got the error
Device not found
So I got new cable and tried through usb but that also didnt work
I tried
adb kill-server
adb forward tcp:5555 tcp:7600
adb tcpip 7600
adb usb
But all end in same error
Device not found
Please help me in resolving this