Awesome
ADB-WiFi
App to enable ADB (Android Debugging Bridge) over wifi.
This app works on ROOTED devices only.
Features
- Quickly enable/disable ADB connection over WiFi TCP/IP.
- Quick setting tile for quick enabling.
- Dark mode.
Screenshots
<center> <figure> <img src="graphics/cropped quick setting tile.png" width="500" /> <figcaption>Quick Setting Tile.</figcaption> </figure> <p> <kbd> <img src="graphics/Screenshot_20190327-121630_ADB_WIFI.png" width="300" /> </kbd> <kbd> <img src="graphics/Screenshot_20190327-121658_ADB_WIFI.png" width="300" /> </kbd> </p> </center>Contributing
- Fork it (https://github.com/psuzn/ADB-WiFi)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request