Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msfjarvis/adbear
CLI to automatically pair and join Android devices via ADB
https://github.com/msfjarvis/adbear
adb android hacktoberfest
Last synced: about 1 month ago
JSON representation
CLI to automatically pair and join Android devices via ADB
- Host: GitHub
- URL: https://github.com/msfjarvis/adbear
- Owner: msfjarvis
- License: apache-2.0
- Created: 2024-09-22T21:14:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T14:01:34.000Z (about 1 month ago)
- Last Synced: 2024-12-09T15:18:47.817Z (about 1 month ago)
- Topics: adb, android, hacktoberfest
- Language: Rust
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# adbear
This is an attempt to alleviate a personal pain point of mine where I have to keep re-pairing my devices and the usual dance of obtaining pairing codes and typing in multiple ADB commands was growing quite wearisome.
It is inspired by the [ADB-QR](https://github.com/aakash-pamnani/ADB-QR) VSCode extension and has also been a reference implementation alongside the official [ADB Wifi](https://cs.android.com/android/platform/superproject/main/+/main:packages/modules/adb/docs/dev/adb_wifi.md) architecture docs.## Status
As of now the CLI works _most_ of the time but deals with any unexpected situations rather poorly. Some logging infrastructure also needs to be built up to ease debugging as well as do a better job of reporting things to users.
## Licensing
Dual licensed under Apache 2.0 or MIT at your option.