diff --git a/pages/common/scrcpy.md b/pages/common/scrcpy.md new file mode 100644 index 0000000000..9d3cb18e7a --- /dev/null +++ b/pages/common/scrcpy.md @@ -0,0 +1,28 @@ +# scrcpy + +> Display and control your Android device on a desktop. +> More information: . + +- Display a mirror of a connected device: + +`scrcpy` + +- Start display in fullscreen mode: + +`scrcpy --fullscreen` + +- Rotate the display screen. Each incremental value adds a 90 degree counterclockwise rotation: + +`scrcpy --rotation {{0|1|2|3}}` + +- Show touches on physical device: + +`scrcpy --show-touches` + +- Record display screen: + +`scrcpy --record {{path/to/file.mp4}}` + +- Set target directory for pushing files to device by drag and drop (non-APK): + +`scrcpy --push-target {{path/to/directory}}`