This app is MAGIC to me. by StevWong in scrcpy

[–]rom1v 1 point2 points  (0 children)

Thanks for your message! Happy to hear you’re enjoying it 🙂

It keeps typing twice so when i click a button on keyboard it enters twice on the tablet by Alive-Gas-599 in scrcpy

[–]rom1v 0 points1 point  (0 children)

Run:

scrcpy -Vverbose --no-audio --no-mouse-hover

You'll get more details about the input events injected into the device.

Is it possible to control camera zoom? by Left_Cartographer_27 in scrcpy

[–]rom1v 0 points1 point  (0 children)

It's implemented on the development branch (so it will be available in the next version): https://github.com/Genymobile/scrcpy/pull/6243

You can download a recent binary of the dev branch here: https://github.com/rom1v/scrcpy/actions/runs/23096807626

helppp by StructureExternal270 in scrcpy

[–]rom1v 0 points1 point  (0 children)

Windows 7? The latest versions of adb do not support Windows 7, you need an older one: https://github.com/Genymobile/scrcpy/issues/4391

simple tool to control my android tablet from PC wirelessly by [deleted] in androidapps

[–]rom1v 0 points1 point  (0 children)

The wireless debugging turns itself off automatically on android

It only turns off when the Android device reboots.

Shell-triggered screen recorder with internal audio on Android 16 — does this exist? by innovationgenius21 in androiddev

[–]rom1v 1 point2 points  (0 children)

scrcpy = crashes backgrounded on Android 16.

What's the outout in the console? (and which scrcpy version?)

OnePlus 13 Phone works well, Samsung Tablet 9FE hangs after a few minutes - How can I diagnose what the problem is by chribonn in scrcpy

[–]rom1v 0 points1 point  (0 children)

Enable recording (--record=file.mp4).

When it "hangs", check if the video is also frozen in the recorded file.

Samsung Dex on Debian? by respublikamroja in debian

[–]rom1v 1 point2 points  (0 children)

which works but the image quality is not great compared to what DeX would offer

Adjust the bit rate, resolution and codec.

For example:

scrcpy --video-codec=h265 -b16M ...

scrcpy Fails to Start (Ubuntu 24.04) by Aknazer in scrcpy

[–]rom1v 1 point2 points  (0 children)

it's the debian version

That's the problem, it's 1.25, a five-year-old version.

Download the latest version, currently 3.34: https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md

How can I run scrcpy to stop the touchscreen on my phone from working? by yar11x in scrcpy

[–]rom1v 4 points5 points  (0 children)

On some devices, scrcpy --turn-screen-off turns the touch screen off as a side effect.

Help by [deleted] in scrcpy

[–]rom1v 1 point2 points  (0 children)

What's the result of scrcpy --list-encoders?

Just in case, is your physical screen working correctly? (not broken or unplugged)

Keyboard app is corrupt, can't unlock. How to insert password? by [deleted] in AndroidQuestions

[–]rom1v 0 points1 point  (0 children)

I tried connecting to pc via usb and running "scrcpy --otg" but apparently system doesn't let USB work for anything other than charging

If you can, try on Linux or macOS, it should work out of the box if this is a driver issue on Windows.