https://github.com/sryze/wirebug
Toggle Wi-Fi debugging on Android without a USB cable (needs root)
https://github.com/sryze/wirebug
adb android debugging wifi
Last synced: about 1 year ago
JSON representation
Toggle Wi-Fi debugging on Android without a USB cable (needs root)
- Host: GitHub
- URL: https://github.com/sryze/wirebug
- Owner: sryze
- License: gpl-3.0
- Created: 2016-02-06T12:51:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T20:54:51.000Z (over 4 years ago)
- Last Synced: 2024-03-20T15:58:15.472Z (over 2 years ago)
- Topics: adb, android, debugging, wifi
- Language: Java
- Homepage: https://f-droid.org/en/packages/com.github.sryze.wirebug/
- Size: 510 KB
- Stars: 45
- Watchers: 4
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Wirebug
=======
Allows you to enable or disable debugging over Wi-Fi from within the device,
without a USB cable. This can come in handy if your USB cable broke or you
lost/forgot it somewhere.
**Note:** Requires root permissions.

Why does it need root?
----------------------
Wirebug needs root permissions to write to the `system.adb.tcp.port`
property and to restart the ADB daemon.
If the `su` command is not available it will only be able to reflect
the current debugging status in the notification area but not change
it (may be still be useful in case you use `adb tcpip`).