processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

Connect devices set for debug over WiFi from within mode

Open yilmazdurmaz opened this issue 4 years ago • 2 comments

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?

yilmazdurmaz avatar Aug 29 '21 21:08 yilmazdurmaz

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 avatar Mar 13 '22 14:03 codeanticode

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 :100:

Thanks !

ranaaditya avatar Sep 07 '23 09:09 ranaaditya