mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-09-17 11:48:48 -07:00
No results
21
Home
siddx78-spec edited this page 2026-09-04 21:40:04 +05:30
Table of Contents
Welcome to the scrcpy wiki!
Translations
README
The [README] is available in the following languages: [README]: https://github.com/Genymobile/scrcpy/blob/master/README.md
- Deutsch (German,
de) - v1.22 - Indonesian (Indonesia,
id) - v1.16 - Italiano (Italiano,
it) - v1.23 - 日本語 (Japanese,
jp) - v1.19 - 한국어 (Korean,
ko) - v1.11 - Português Brasileiro (Brazilian Portuguese,
pt-BR) - v1.24 - Español (Spanish,
sp) - v1.21 - Turkish (Turkish,
tr) - v1.18 - 简体中文 (Simplified Chinese,
zh-CN) - v3.1 - 繁體中文 (Traditional Chinese,
zh-Hant) - v1.15
FAQ
The [FAQ] is available in the following languages:
- Italiano (Italiano,
it) - v1.19 - 한국어 (Korean,
ko) - v1.11 - 简体中文 (Simplified Chinese,
zh-CN) - v3.1 - Português Brasileiro (Brazilian Portuguese,
pt-BR) - v1.24
tips
- keep adding tips
- scrcpy command line flags are case sensitive !
- useful flags for beginners. ( the flags list is too long )
--max-fps=30 --no-audio --no-video --keep-active -S -w --start-app=com.android.vending -M -K --otg
lookup each in the docs. orscrcpy -h - using the scrcpy as a virtual display ( launch apps like they are native to windows/linux )
- first unlock your device ( this wont work if your phone is on lockscreen )
- runstart "" scrcpy --new-display --keep-active --flex-display --start-app=com.android.vending
- you can do--new-display=1024x768/160
- workaround for white blank screen : install the app https://play.google.com/store/apps/details?id=net.pnhdroid.appsearch&hl=en , and runadb shell am start -n net.pnhdroid.appsearch/.search.SearchActivity --display 1 - using scrcpy over wifi/hotspot ( very useful for android tv as well )
- activate adb over tcp/ip
$ adb tcpip 5555skip this for android 7/8 tvs (enabled by default).- get your ip address
$ adb shell ip route. example output: "blah blah blah ... src 10.144.13.148". unplug phone. ( hotspot users. on windows runipconfig. your phone ip is the default gateway ipv4. on linux itsifconifg) - connect adb wirelessly
$ adb connect <your_android_ip>:5555 - run
$ scrcpy - if you know your ip and adb over tcp/ip is active, run in one command:
$ scrcpy --tcpip=<your_android_ip>:5555
- you can run various apps on android tv , download the correct apk. use
adb --install -g c:\users\myewaste\downloads\anyapp.apk, and mouse click and keyboard works in it. install firefox on tv. run linux inside your tv. go crazy.
keyboard shortcuts
https://github.com/Genymobile/scrcpy/blob/master/doc/shortcuts.md