Last active
October 16, 2020 06:19
-
-
Save mamedshahmaliyev/4949a2d6838a6f9d7520f0f070cc5e54 to your computer and use it in GitHub Desktop.
android usb debug without cable over wireless
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb devices | |
adb -s 15a5e8fc(deviceId) tcpip 5555 | |
adb connect 192.168.0.100:5555 | |
adb devices | |
adb -s LGLS992a4b7c95d tcpip 5555 | |
adb connect 192.168.0.157:5555 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment