Skip to content

moeshin/air-adb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

air-adb

You can use this script to set up adb network debugging on the phone with the terminal application and root.

Terminal application recommend Termux

How to use?

If you are working on an SD card:

Install

wget -O air-adb https://raw.githubusercontent.com/moeshin/air-adb/master/air-adb

Run

sh air-adb

Else we can:

Install

wget -O air-adb https://raw.githubusercontent.com/moeshin/air-adb/master/air-adb && chmod +x air-adb

Run

./air-adb

Usage

./air-adb -?|-h|--help		Get help
./air-adb [port]			Start adb over networ, default by 5555
./air-adb stop				Stop adb over network
./air-adb status 			Get Status

About

Script for setting up ADB network debugging

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages