Romain Vimont

Results 2055 comments of Romain Vimont

OK, could you please open a separate issue for serials containing a space please? I'll fix it before the next release.

Can you click everywhere using `adb shell input tap ` (where `` and `` represent the position)?

From the scrcpy directory, click on `open_a_terminal_here.bat`, this opens a terminal. Execute `adb shell …` from there. Note that this is independent of scrcpy.

If you want to know the coordinates easily, run `scrcpy -Vdebug` (when you click, it will print the coordinates in the console).

Oh, sorry: `scrcpy -Vverbose`

> so the clicks are registed fine .. but nothing happens when I click on the cogwheel. Even with `adb shell input tap `? So the clicks are sent to...

``` adb shell input tap 1764 581 ``` (my fault, I forgot `input` in my last comment)

OK, it's a problem/bug in your device ROM.

I don't know. But you reproduce the problem without scrcpy (with just `adb shell input tap`), so it could not be a bug in scrcpy :)

@yangfl This might impact Debian packaging: with this PR, the APK is signed. I updated `build_without_gradle.sh` do perform these tasks manually (without gradle). Please let me know if it's ok...