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

Connect devices set for debug over WiFi from within mode #668

Open
yilmazdurmaz opened this issue Aug 29, 2021 · 2 comments
Open

Connect devices set for debug over WiFi from within mode #668

yilmazdurmaz opened this issue Aug 29, 2021 · 2 comments

Comments

@yilmazdurmaz
Copy link

this is a feature request.

I try running new projects on my physical device and I use the wifi method of adb to get rid of cables.

In Android Studio, I use some plugin to do that. It saves a connection string to it and eases the pain of connecting.

I tried adb devices from a console, so adb itself does not scan network and expects manual connection command outside Android Studio to connect to these wifi enabled devices. Hence the android mode cant detect them neither.

Can you please add a way to connect to wifi debug enabled devices, and also store the connection, within the IDE?

@codeanticode
Copy link
Member

Thanks for the suggestion, sounds like a good idea! I don't have time to implement it right now, but will tag it as enhancement request. Maybe somebody can contribute a PR :-)

@codeanticode codeanticode changed the title add a way to connect devices set for debug over wifi from within IDE Connect devices set for debug over WiFi from within mode Apr 19, 2022
@ranaaditya
Copy link
Member

Thanks for the suggestion, sounds like a good idea! I don't have time to implement it right now, but will tag it as enhancement request. Maybe somebody can contribute a PR :-)

I think we can add adb wrappers specific to our project, this will help other developers to connect adb with processing.

One such an example is - to enable system level logging via adb.

Nice idea to have adb integrations in processing 💯

Thanks !

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

No branches or pull requests

3 participants