From dc1f53f8dd61950fd4e565029223b47b2ecd0bc3 Mon Sep 17 00:00:00 2001 From: Reinhart Previano K Date: Wed, 28 Oct 2020 21:19:43 +0700 Subject: [PATCH] scrcpy: add --serial example (#4877) --- pages/common/scrcpy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/scrcpy.md b/pages/common/scrcpy.md index 9d3cb18e7a..b39a963b03 100644 --- a/pages/common/scrcpy.md +++ b/pages/common/scrcpy.md @@ -7,6 +7,10 @@ `scrcpy` +- Display a mirror of a specific device based on its ID or IP address (find it under the `adb devices` command): + +`scrcpy --serial {{0123456789abcdef|192.168.0.1:5555}}` + - Start display in fullscreen mode: `scrcpy --fullscreen`