Skip to content

[Feature request] Re-allow other ADB commands to be used #356

@NoNameWasDefined

Description

@NoNameWasDefined

Is your feature request related to a problem? Please describe.

When Wireless Debugging was added, we could use adb shell <command> to run a command in ABD context, it wasn't appreciated. But adb have other subcommands like forward or tcpip (yes I use it when I will be disconnected from my Wi-Fi network) that cannot be used inside adb shell.

Describe the solution you'd like

Allowing other ADB commands to be used while having a way to automatically prefix with adb or adb shell with a toggle.

Describe alternatives you've considered

Since shell is the only subcommand to have "infinite" possibilities, instead implement a menu to manage these subcommans interactively instead.
Examples:

  • forward and reverse would be a sub menu with two field (host and remote) and a toggle (choose between forward and reverse)
  • tcpip a simple number input field limited to allowed port range

Additional context

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions