adb shell [COMMANDS ......]
Run remote shell command (interactive shell if no command given)
Arguments
Name | Description |
---|---|
COMMANDS ... |
Options
Name | Description |
---|---|
-e | Choose escape character, or `none` default '~' |
-n | Don't read from stdin |
-T | Disable pty allocation |
-t | Allocate a pty if on a tty |
-tt | -tt: force pty allocation |
-x | Disable remote exit codes and stdout/stderr separation |