WiFiADB
WiFiADB copied to clipboard
[Feature request] Request: offer stand-alone app to launch
Is your feature request related to a problem? Please describe. Allow us to open it outside of Android Studio.
Describe the solution you'd like I want to avoid the need to use Android Studio for this. In addition, we could have parameters to send when launching. An example is to auto-switch to adb-over-wifi : For each device that's connected via USB, become connected via Wifi.
Describe alternatives you've considered Perhaps it's possible via some special command line scripts. Not sure.
Additional context You can avoid having a UI for this if you wish.
Hello,
Actually, this plugin is implement under command line tools Android Debug Bridge, all the feature of the plugin you can find in it.
So if you don't want the UI, the ADB is for you: Android Debug Bridge
@dengzii As I wrote, I don't think there is a single command to do what I requested (switch to Wi-fi). I want a way to have a shortcut on my desktop, that when I open it while the device is connected via USB, it will connect the PC to the device via WIFI (adb). This reduces the need for me to enable it via the quick-settings (or adb), check the current IP and connect to it on the PC (via adb command) . And if there are more devices connected, even cooler.