-
Notifications
You must be signed in to change notification settings - Fork 227
Getting started
Rudxain edited this page Jan 9, 2026
·
33 revisions
- ℹ️ Read the FAQ!
- 💾 Do a proper backup of your data! You can never be too careful!
-
Install ADB:
- 🐧 Linux: Install Android Platform Tools (either
android-toolsoradb) with your package-manager of choice - 🍎💻 MacOS
- Install Homebrew
- Open the terminal app then run this command:
brew install android-platform-tools
- 🪟 Windows
- Install WinGet (alternatively, you can use Scoop or Choco, but the cmd is different)
- Open a terminal (such as PowerShell) then run this command (copy-paste then press ENTER):
winget install --id Google.PlatformTools- Install USB drivers for your device. If there are no connection problems, then the driver is already installed.
- Manually. It'll never auto-update, and you won't get shell-completions. Steps:
- 🐧 Linux: Install Android Platform Tools (either
- Download UAD-ng here. See compatibility info here.
- For Linux & Mac, ensure the file has execution permission. You can do it via the OS GUI, or this command (assuming your shell is in the same folder as the file):
chmod +x uad-ng-*-
Allow USB debug.
UAD*already runsadb devices, so you can skip that. Alternatively, you can connect 🛜 wirelessly by running someadbcommands; click on the relevant Android version: - ℹ️ Read the usage manual