vinn-chege / ADB-WiFi-Pairing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADB WiFi Pairing

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.

Requirements

Installation

  • 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.

Setup

  • Install the required Python packages using pip by running the following command in the terminal:
pip install -r requirements.txt

Usage

  • 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

About


Languages

Language:Python 100.0%