Android Remote control
SCReen CoPY application provides display and control of Android devices connected on USB. It does not require any root access. It works on GNU/Linux, Windows and Mac OS.- github / HN
$ scrcpy --video-codec=h264 --max-size=1920 --max-fps=20 --no-audio --keyboard=uhid --stay-awake
Keyboard config: Paramètre/Fonctionnalité d’accessibilité/Clavier Physique
shortcuts: MOD=Alt
- Home: MOD + h
- Back: MOD + b
- Landscape/portrait: MOD + r
see also
Install
scrcpy --turn-screen-off --stay-awake
- AutoAdb - This command-line tool allows to execute a command whenever a new device is connected to adb.
autoadb scrcpy -s '{}' --turn-screen-off --stay-awake
see also
- scrcpy-opencv - a tool that streams your android screen to your computer, and allows you to send mouse or keyboard input back to the android device. This project modifies scrcpy to also send back automatically generated input by passing the frame on to the OpenCV computer vision library.
Written on March 11, 2018, Last update on August 1, 2024
android
kvm
remote
display
debug-android