Forrest logo
back to context overview

scrcpy

List of commands for scrcpy:

  • scrcpy:ai:219bc how do i connect to scrcpy wirelessly
    $ scrcpy -s ${DEVICE_SERIAL_NUMBER} --always-on-top --window-borderless --forward-all-clicks --no-display --turn-screen-off
    try on your machine
    explain this command
  • scrcpy:tldr:02922 scrcpy: Show touches on physical device.
    $ scrcpy --show-touches
    try on your machine
    explain this command
  • scrcpy:tldr:07b86 scrcpy: Rotate the display screen. Each incremental value adds a 90 degree counterclockwise rotation.
    $ scrcpy --rotation ${select}
    try on your machine
    explain this command
  • scrcpy:tldr:21002 scrcpy: Display a mirror of a connected device.
    $ scrcpy
    try on your machine
    explain this command
  • scrcpy:tldr:25723 scrcpy: Display a mirror of a specific device based on its ID or IP address (find it under the `adb devices` command).
    $ scrcpy --serial ${select}
    try on your machine
    explain this command
  • scrcpy:tldr:389e5 scrcpy: Record display screen.
    $ scrcpy --record ${filename-mp4}
    try on your machine
    explain this command
  • scrcpy:tldr:79c0e scrcpy: Set target directory for pushing files to device by drag and drop (non-APK).
    $ scrcpy --push-target ${path-to-directory}
    try on your machine
    explain this command
  • scrcpy:tldr:f320f scrcpy: Start display in fullscreen mode.
    $ scrcpy --fullscreen
    try on your machine
    explain this command
back to context overview