Created
April 14, 2020 17:18
-
-
Save isair/8cbc3e912ed73ae1764a06409e64cf66 to your computer and use it in GitHub Desktop.
Script to mirror and control your Android phone from your desktop (requires scrcpy)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
#killall usbaudio | |
killall scrcpy | |
#usbaudio & | |
scrcpy -m 1515 --max-fps 30 -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Press
Ctrl + f
to toggle fullscreen.Ctrl + o
to turn off the screen of your phone (does not effect mirroring).