System
ADB Debugging
Package Manager
Logcat
Wireless
File Manager
ScreenShot
Network
logcat
This command is used to connect to the device using its ip address
adb connect ip_address_of_device:port
Connects to the specified device at the specified port number
adb connect 199.64.70.96:5555
adb connect ip_address_of_device
adb connect 199.64.70.96
Frequently Asked Questions
adb connect is an abd command to connect to a device using its IP address
Set a port number for listening to TCP/IP requests. The default port number is 5555. To set a port number, use the command adb tcpip 5555, where 5555 is the port number. You can alternatively define the port number as an optional parameter in the adb connect command. Finally, use adb connect comand followed by the IP Address of your device that you want to connect. For example: adb connect 199.64.70.96