scrcpy icon indicating copy to clipboard operation
scrcpy copied to clipboard

-m and -b are not compatible in android 12

Open dienff opened this issue 2 years ago • 1 comments

  • [ ] I have read the FAQ.
  • [ ] I have searched in existing issues.

Environment

  • OS: Windows
  • scrcpy version: 1.25
  • installation method: Windows release
  • device model:V50
  • Android version: 12

Describe the bug I usually use the cmd 'scrcpy -s 10.0.x.xxx -S -b 700K -m 800 -w --window-x 1 --window-y 30 --max-fps 7 -t --lock-video-orientation=1 --window-title 1' It is always activited under android 12. but when use 'scrcpy -s 10.0.3.141 -S -b 700K -m 800 -w --window-x 1 --window-y 30 --max-fps 7 -t --lock-video-orientation=1 --window-title 1' in android12, -m is working well. but -b 700K is now working. maybe the base option(8M) is working. what shoud I do?

dienff avatar Feb 06 '23 07:02 dienff

-m and -b are not compatible in android 12

That's not true, these options are independent of the Android version.

but -b 700K is now working. maybe the base option(8M) is working.

I don't understand. What is working, what is not working, and what's the observed problem? (error message?)

rom1v avatar Feb 06 '23 08:02 rom1v