From 111145d1420540d4f4ab7f94e85e64fdfcfe13fe Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:08:08 +0200 Subject: [PATCH] adb: add device specifying command (#15249) --- pages/common/adb.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/adb.md b/pages/common/adb.md index 069a745219..bb9f3b9ebd 100644 --- a/pages/common/adb.md +++ b/pages/common/adb.md @@ -31,3 +31,7 @@ - List all connected devices: `adb devices` + +- Specify which device to send commands to if there are multiple devices: + +`adb -s {{device_ID}} {{shell}}`