Skip to content

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

@yilmazdurmaz

Description

@yilmazdurmaz

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?

Activity

codeanticode

codeanticode commented on Mar 13, 2022

@codeanticode
Contributor

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

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[/+] on Apr 19, 2022
ranaaditya

ranaaditya commented on Sep 7, 2023

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @codeanticode@yilmazdurmaz@ranaaditya

        Issue actions

          Connect devices set for debug over WiFi from within mode · Issue #668 · processing/processing-android