android-scripts/wireless-adb-helper-tool/readme.md

10 lines
281 B
Markdown
Raw Normal View History

2022-04-16 10:53:36 -04:00
# Wireless ADB Helper Tool
Allows you to quickly connect your device via adb wireless.
This will start an adb server, figure out the device's IP and then connect to it.
Optionally a port can be provided to the script via the `-p` option.
## Example Usage
```
waht.clj -p 4242
```