scrcpy screencap

main
Jeff Moe 2022-05-25 13:18:42 -06:00
parent be8d4d76b7
commit 9db5612534
2 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,9 @@
#!/bin/bash
# Connect & run scrcpy
echo "Be the root"
adb root
echo "run scrcpy"
scrcpy