ktm adb status
Check each Android phone's agent, ADB bridge status, and current connection holder using the ktm adb status command.
Show phones, their agent's ADB bridge state, and who is connected
Usage
ktm adb status [flags]
Examples
ktm adb status
ktm adb status --all
ktm adb status --output json
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--all | boolean | Include phones that are unconfigured or not attached to an agent |
Details
One row per Android phone: the agent hosting it, whether that agent's ADB bridge is on, and — when someone is connected through 'ktm adb connect' — who holds the phone and since when.
BRIDGE column values: on, off (enable with 'ktm adb enable'), offline (agent unreachable), unknown (the agent does not expose remote configuration).
BRIDGE and IN USE BY describe adb sessions, which is a different question from the platform availability shown by 'ktm resources list': a phone can be Available there while someone holds it here.
Phones that are not configured or not attached to an agent are left out, since nothing can be connected to them; --all lists them too.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on