Skip to content

Rann-Studio/ADB-WiFi-Pairing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages