Skip to content

Use ADB completely untethered *GUIDE* #12

Open
@RealCalumPlays

Description

@RealCalumPlays

I have found a way to bypass that first computer connection

  1. Enable wireless debugging on your device.
  2. Pair adb using adb pair IP:PORT and enter the pairing code
  3. Run adb kill-server (this will take a couple seconds as it first tries to connect to the paired device)
  4. Now run adb connect and use the IP & Port from the IP Address & Port field
  5. Run adb devices to check its connected. It should say device next to the IP & Port of the device
  6. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions