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
?
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. Butadbhave other subcommands likeforwardortcpip(yes I use it when I will be disconnected from my Wi-Fi network) that cannot be used insideadb shell.Describe the solution you'd like
Allowing other ADB commands to be used while having a way to automatically prefix with
adboradb shellwith a toggle.Describe alternatives you've considered
Since
shellis 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 rangeAdditional context
?