Skip to content

downace/adb-helper-cli

Repository files navigation

ADB Helper (CLI)

CLI tool to aid with Android Wireless debugging (searching, pairing and connecting devices) without Android Studio.

Also check out my desktop app with similar features: https://github.com/downace/adb-helper-desktop

Installation

Download binary for your platform from Releases page, or use go install github.com/downace/adb-helper-cli

Usage

Search devices and connect interactively:

adb-helper connect
Demo

Connect demo GIF

Search devices and connect to the first found device:

adb-helper --use-first

Pair to device using QR-code:

adb-helper pair --qr
Demo

Connect demo GIF

Pair to device using pairing code:

adb-helper pair --code
Demo

Connect demo GIF

If ADB executable is not in your system Path, you can specify it using --adb:

adb-helper --adb "C:\Android\platform-tools\adb.exe" connect

Download ADB executable:

adb-helper download

Roadmap

  • Simplify interface. Less interactivity, more arguments
  • Add option to download ADB executable
  • Controllable output (--quiet and --verbose flags), logging

About

CLI tool to simplify some ADB operations

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project