-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
forwardandreversewould be a sub menu with two field (host and remote) and a toggle (choose between forward and reverse)tcpipa simple number input field limited to allowed port range
Additional context
?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request