We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have found a way to bypass that first computer connection
adb pair IP:PORT
adb kill-server
adb connect
IP Address & Port
adb devices
device
adb shell
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
Wireless debugging connected
The text was updated successfully, but these errors were encountered:
@rendiix Hope this helps anyone that doesnt have a computer available
Sorry, something went wrong.
Would you mind clarifying which actions are performed on the device to be connected to and which are performed on the device making the connection?
No branches or pull requests
I have found a way to bypass that first computer connection
adb pair IP:PORT
and enter the pairing codeadb kill-server
(this will take a couple seconds as it first tries to connect to the paired device)adb connect
and use the IP & Port from theIP Address & Port
fieldadb devices
to check its connected. It should saydevice
next to the IP & Port of the deviceadb shell
to enter the shell or use any other ADB commandI 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
The text was updated successfully, but these errors were encountered: