Skip to content

Instantly share code, notes, and snippets.

@vamjakuldip
Created October 8, 2020 03:31
Show Gist options
  • Save vamjakuldip/a1f1b29014a0a62ab5211d3d2017359b to your computer and use it in GitHub Desktop.
Save vamjakuldip/a1f1b29014a0a62ab5211d3d2017359b to your computer and use it in GitHub Desktop.
Follow below commant to connect your device over wifi.
1) Write the below command to restart adb in tcpip mode:
$ adb tcpip 5555
2) Find out the IP address of the Android device:
Go to phone Settings -> About phone/tablet -> Status -> IP address
3) Step 5 Connect device to Computer:
if your device Ip is 192.168.0.102 then follow below command.
$ adb connect 192.168.0.102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment