Romain Vimont
Romain Vimont
Not sure what to do about this issue, there is nothing specific. It is known that the text injection is limited on Android when the text is not ASCII. Did...
Yes, but you might need an older version of adb: https://github.com/Genymobile/scrcpy/issues/4391
Weird. Try: > scrcpy -s 192.168.1.97:5668 --force-adb-forward
It looks there is a problem at the adb level (maybe the adb server in the device ROM).
> Caused by: java.lang.SecurityException: Injecting input events requires the caller (or the source of the instrumentation, if any) to have the INJECT_EVENTS permission. https://github.com/Genymobile/scrcpy#prerequisites
> I have already enabled all of this and still not working And rebooted your phone?
If you record it, and play it with some player (VLC), is it ok? ``` scrcpy --record=file.mp4 ```
> I tried `--list-encoders` and used other h264 encoders too, but it still does not start scrcpy. Does screenrecord work? ``` adb shell screenrecord /sdcard/file.mp4 adb pull /sdcard/file.mp4 ```
@viruspowaa `[server] WARN: Could not get initial audio timestamp` should be harmless, so I think this is not the cause of your device disconnection. Could you try with `scrcpy --no-audio`?