scrcpy
scrcpy copied to clipboard
Scrcpy doesnt start
Environment
- OS: Windows 10
- scrcpy version: 2.0
- installation method: Windows release
- device model: moto g6 (ali)
- Android version: 12.1 (Lineage 19.1)
Describe the bug Hey guys!
I used to get my screen on my PC before, but i moved from android 10 to 12, updating to Lineage 19.1.
Now, when i try to start scrcpy, nothing occurs. I can acess shell trough adb as well, with no luck.
Every command that i put on bat file, ends like this:
D:\Arquivos Notebook\arquivos backup\scrpy\v2>scrcpy.exe -b 6m -m 960
scrcpy 2.0 <https://github.com/Genymobile/scrcpy>
* daemon not running; starting now at tcp:5037
* daemon started successfully
D:\Arquivos Notebook\arquivos backup\scrpy\v2\scrcpy-server: 1 file pushed, 0 skipped. 37.4 MB/s (52867 bytes in 0.001s)
ERROR: Server connection failed
How can i get this working? Thanks for help!
What is the result of:
adb devices
scrcpy -Vdebug
Also check logcat:
adb logcat -c # clear
scrcpy
adb logcat -d > logcat.txt
(and post logcat.txt)