Trying to configure ADB so that I can debug it via wifi, I have checked on Google but not getting proper resolution.
Tell me what to enter in port address, device ip.
Moreover setprop service.adb.tcp.port command is running when i give space between set and prop, bit confuse...
Seeking for help
I got the following article, and wanted help in the same context.
disconnect device from usb then tell it to listen on 4455 adb tcpip 4455 restarting in TCP mode port: 4455
connect to the device using a specified ip:port. my device is using wifi adb connect 192.168.1.103:4455 connected to 192.168.1.103:4455
now do normal adb commands over tcp adb shell
when your done, you can put it back in USB mode adb usb restarting in USB mode Help me