logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ADB Connect - Connect to Android Devices | Online Free DevTools by Hexmos

Connect to Android devices wirelessly with ADB Connect. Easily pair and manage device connections via the command line. Free online tool, no registration required.

adb-connect

Connect to an Android device wirelessly. More information: https://developer.android.com/tools/adb.

  • Pair with an Android device (address and pairing code can be found in developer options):

adb pair {{ip_address}}:{{port}}

  • Connect to an Android device (port will be different from pairing):

adb connect {{ip_address}}:{{port}}

  • Disconnect a device:

adb disconnect {{ip_address}}:{{port}}

See Also