Romain Vimont

Results 1981 comments of Romain Vimont

Hi, Thank you for your work. I'm in holidays so I cannot check now. But IIRC this branch used a native library as dependency, and we wanted to avoid that....

#5270 released in scrcpy 2.7 :rocket:

https://github.com/Genymobile/scrcpy#prerequisites

What exact command did you execute?

Audio may not be captured/forwarded if you pass `--no-audio`, that's not possible. 🤔 What is the full output in the console when you execute `scrcpy --no-audio`?

> scrcpy seem to ignore them. How do you provide the parameters? Please post a screenshot of your terminal.

> I had created a bash script that executes the scrcpy with given parameters. Please post that exact bash script then, and the exact output you get.

> ``` > cmd=$(scrcpy --no-audio --no-audio-playback --no-playback) > ``` Firstly, `--no-playback` here implies `--no-audio` and `--no-video`, so your intent is to only get control? But the most important issue here...

> Besides of that, in Linux you can assign a command (with switches) to a variable if you need to use it multiple times to don't need to repeatly write...

> Given calling package android does not match caller's uid 2000 By any chance, is your device rooted? If so, try to run as non-root (run `adb unroot`). If not,...