adb-wifi-py
is a tool for pairing Android 11 and newer devices for wireless debugging directly through a terminal using QR code.
It leverages the python-zeroconf
library for multicast DNS service discovery and the qrcode
library for QR code generation.
To install adb-wifi-py
from PyPI, run the following command:
pip install adb-wifi-py
pipx install adb-wifi-py
rye tools install adb-wifi-py
uv tool install adb-wifi-py
To use adb-wifi-py
, run the following command:
adb-wifi
Follow the on-screen instructions to pair your device.
This project is licensed under the GPL-3.0 License.
Contributions are welcome! Please open an issue or submit a pull request.
- chanzmao for the idea and original code.
- python-zeroconf for multicast DNS service discovery.
- qrcode for QR code generation.