Romain Vimont

Results 2011 comments of Romain Vimont

Since this issue, UHID mode has been implemented: https://github.com/Genymobile/scrcpy/blob/master/doc/keyboard.md#uhid And the feature to control the device without video playback has been added recently (on `dev` branch): https://github.com/Genymobile/scrcpy/pull/4868

Mouse is also implemented. https://github.com/Genymobile/scrcpy/blob/master/doc/mouse.md#uhid

> but I do not see it on screen On some devices, the cursor is not displayed on lock screen. Does it work on the home screen? (run `scrcpy -M`)

I think I have a similar case: https://stackoverflow.com/questions/46729488/how-to-compile-aidl-files-using-meson I need these source files: - `src/com/rom1v/example/Service.aidl` - `src/another/package/Other.aidl` to be compiled under: - `builddir/gen/com/rom1v/example/Service.java` - `builddir/gen/another/package/Other.java` From the java compiler point...

@12wk34 Sorry for the delay. Thank you for your work. :+1: > Could you add it to flathub.org cause they require the developer to do it. I am happy if...

https://android.googlesource.com/platform/system/core.git/+/refs/heads/master/adb/

> By the way, is there a plan to give scrcpy an icon? There is currently no plan to do that (no designer). And there is already an awesome [icon](https://github.com/Genymobile/scrcpy/blob/master/app/src/icon.xpm)...

> ERROR: Could not initialize parser Something is very wrong. https://github.com/Genymobile/scrcpy/blob/e99b896ae2b6a59d5f7f2b76a3dd9c29f4838013/app/src/stream.c#L217-L219 Does it work with a non-flatpak version?

The _scrcpy_ client necessarily connects to the device via `adb`. In particular, it executes the _scrcpy server_ via `adb shell` to get shell permissions (to capture the video without asking...