Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
105.26k stars 10.22k forks source link

HyperOS 1.0.1.0 mouse controls stopped working #4937

Open Koatohee opened 1 month ago

Koatohee commented 1 month ago

Environment

Describe the bug

Previously I've had MIUI installed on my phone, and navigating my phone with a mouse by launching scrcpy-noconsole.vbs worked like a charm, but after I updated to HyperOS 1.0.1.0 yesterday I can mirror my phone to my PC, but can't control it with a mouse anymore.

zyl-hub commented 1 month ago

I have the same issue, this is caused by the USB debugging (Security settings) in android 14, you can follow this link to fix it

https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#mouse-and-keyboard-do-not-work

Koatohee commented 1 month ago

I have the same issue, this is caused by the USB debugging (Security settings) in android 14, you can follow this link to fix it

https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#mouse-and-keyboard-do-not-work

that didnt help. that feature was enabled already and fixes nothing

zyl-hub commented 1 month ago

I have the same issue, this is caused by the USB debugging (Security settings) in android 14, you can follow this link to fix it https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#mouse-and-keyboard-do-not-work

that didnt help. that feature was enabled already and fixes nothing

you need to reboot your phone after you enabled this feature

Koatohee commented 1 month ago

I have the same issue, this is caused by the USB debugging (Security settings) in android 14, you can follow this link to fix it https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#mouse-and-keyboard-do-not-work

that didnt help. that feature was enabled already and fixes nothing

you need to reboot your phone after you enabled this feature

done that, doesnt work

testhowtest commented 1 month ago

Similar to #282, both issues describe the situation where mouse control suddenly stops working. However, they occur in different operating systems and software versions. They may be caused by different reasons and require debugging and fixing to resolve the problem of mouse control cessation.

testhowtest commented 1 month ago

I found that there seems to be some connection between this issue and another one (#282 ). both issues describe the situation where mouse control suddenly stops working. Is that right?