Skip to content

[Feature Request] ADB over Wi-Fi tile #59

Description

@mbc07

Although Android 11 has this feature natively, all previous versions rely on running adb tcpip <port number> from a PC or running the commands described below directly from the phone through a terminal with root privileges (e.g. Termux). I previously had a separate app that did just that from a QS Tile but it's gone from the Play Store and nowhere to be found, so it would be nice if Tiles could add a quick setting toggle to automatize the enabling/disabling of ADB over Wi-Fi...

Enable ADB over Wi-Fi:

setprop service.adb.tcp.port 5555
stop adbd
start adbd

Disable ADB over Wi-Fi:

setprop service.adb.tcp.port -1
stop adbd
start adbd

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions