Overview
What is ADB Friend?
ADB Friend is a command-line interface (CLI) tool designed to manage Android devices via ADB (Android Debug Bridge). It is primarily aimed at developers but can be useful for anyone needing to interact with their Android device.
How to use ADB Friend?
To use ADB Friend, install it via Homebrew or download prebuilt binaries. Once installed, you can access its features through the terminal by using commands like adbfriend --help to see available options.
Key features of ADB Friend?
- Sync files from your computer to your phone, skipping existing files.
- Configure device settings for testing, such as disabling animations.
- Uninstall apps by pattern matching.
- Apply immersive flags to packages and manage app data.
- Integrated Model Context Protocol (MCP) Server for AI tool integration.
Use cases of ADB Friend?
- Syncing test data to Android devices.
- Configuring devices for automated testing.
- Managing app installations and data for development purposes.
- Debugging and optimizing ADB connections.
FAQ from ADB Friend?
- Can ADB Friend be used on any Android device?
Yes, as long as ADB is supported on the device.
- Is ADB Friend free to use?
Yes, ADB Friend is open-source and free to use.
- What programming language is ADB Friend written in?
ADB Friend is written in Kotlin.