Skip to content

KurohaneNioko/adb-py-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADB Python Client

 Use ADB to upload/download SMALL files to/from your Android Device without USB

Usage

python main.py
  1. PC and Android device must in the same LAN.

  2. Make sure you can use "adb connect " to connect to your device.

  Maybe you should open developer mode / root your device / install an ADB Apps (such as "WiFi ADB")

  1. Input in the left-top box and press "Connect"

  2. Instructions are in the picture below.

image

Attention

  1. Python package: adb_shell will open only 1 session for a device at a time and

  UPLOAD/DOWNLOAD CANNOT GOES ASYNCHRONOUSLY easily.

About

Android file transfer tool based on ADB and Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages