From 9db56125341baf58871e2cbaf98a4f4b387f36ef Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Wed, 25 May 2022 13:18:42 -0600 Subject: [PATCH] scrcpy screencap --- README.md | 9 +++++++++ scripts/pysalx-scrcpy | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100755 scripts/pysalx-scrcpy diff --git a/README.md b/README.md index 1e9491f..0ecd400 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,15 @@ debian@workstation:~$ adb shell tail -f /storage/sdcard0/ngl.log See more notes in the `doc/` directory. +# Other Useful Apps +To view the screen of the device remotely via USB, install +`scrcpy`. + +``` +sudo apt update +sudo apt install scrcpy +``` + # SciAps Analyzers In sum, they are Android-derived 64-bit ARM systems. So they interact with standard free software Android diff --git a/scripts/pysalx-scrcpy b/scripts/pysalx-scrcpy new file mode 100755 index 0000000..89f01a7 --- /dev/null +++ b/scripts/pysalx-scrcpy @@ -0,0 +1,9 @@ +#!/bin/bash +# Connect & run scrcpy + +echo "Be the root" +adb root + +echo "run scrcpy" +scrcpy +