I am trying to connect to my tablet (Samsung Galaxy Tab P3100) through network.
> adb connect 10.0.0.2
unable to connect to 10.0.0.2:5555
> adb connect 10.0.0.2:5555
unable to connect to 10.0.0.2:5555:5555
> adb connect 10.0.0.2:5038
unable to connect to 10.0.0.2:5038:5038
Ping works successfully. I also checked "USB debugging" option in "Developers options" on tablet.
Connection throught USB ("adb usb") works fine.
Is there any suggestions?