Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Request: offer stand-alone app to launch #45

Open
AndroidDeveloperLB opened this issue Nov 17, 2021 · 2 comments
Open
Labels
feature feature request

Comments

@AndroidDeveloperLB
Copy link

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.

@AndroidDeveloperLB AndroidDeveloperLB added the feature feature request label Nov 17, 2021
@dengzii
Copy link
Owner

dengzii commented Nov 18, 2021

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

@AndroidDeveloperLB
Copy link
Author

AndroidDeveloperLB commented Nov 18, 2021

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature request
Projects
None yet
Development

No branches or pull requests

2 participants