Open
Description
I have found a way to bypass that first computer connection
- Enable wireless debugging on your device.
- Pair adb using
adb pair IP:PORT
and enter the pairing code - Run
adb kill-server
(this will take a couple seconds as it first tries to connect to the paired device) - Now run
adb connect
and use the IP & Port from theIP Address & Port
field - Run
adb devices
to check its connected. It should saydevice
next to the IP & Port of the device - Use
adb shell
to enter the shell or use any other ADB command
I hope this helps anyone that needs to use ADB quickly without a computer.
EDIT: If the connection is successful you should get a notification saying Wireless debugging connected
Metadata
Metadata
Assignees
Labels
No labels