This is a Python script to facilitate the pairing of Android devices with ADB over WiFi using QR code. It generates a random WiFi configuration, displays it as a QR code, and waits for the device to be paired through the QR code. Once paired, it connects the device over WiFi.
- Python 3: Download Python
- ADB (Android Debug Bridge): Download ADB
- Download and install Python 3 from the provided link.
- Download ADB from the provided link and add to your system's PATH.
- Clone or download this repository.
- Install the required Python packages using pip by running the following command in the terminal:
pip install -r requirements.txt
- Make sure your Android device is connected to the same network as your computer.
- Enable Developer options and Wireless debugging on your Android device.
- Run the ADBWiFiPairing.py script:
python ADBWiFiPairing.py