Romain Vimont

Results 2060 comments of Romain Vimont

@solnyshok Yes, I thought there was already a feature request for that, but I didn't find it. Could you create one please?

> display in the projector window using USB Sorry, I don't understand. Could you elaborate?

It's very difficult to get a precise, accurate and meaningful value. First, the clock difference between the device and the computer must be estimated (with some NTP-like protocol), this might...

What command do you execute? > It works for 1.24. This is the new behavior when I tried 2.0. You must add `audio=false` for 2.0.

There is a new `send_codec_meta` in 2.0. So also pass `send_codec_meta=false` if you don't use the more general option `raw_video_stream=true`: https://github.com/Genymobile/scrcpy/blob/cb20bcb16f4ca191e237c8744a7c2e6d29701d60/server/src/main/java/com/genymobile/scrcpy/Server.java#L321-L328

The protocol is documented here: https://github.com/Genymobile/scrcpy/blob/master/doc/develop.md#protocol

Thank you for your report. Unfortunately, AOSP sources for this version are not available yet. So it seems that there are two issues: > invoke method java.lang.NoSuchMethodException: android.content.IClipboard$Stub$Proxy.addPrimaryClipChangedListener[interface android.content.IOnPrimaryClipChangedListener, class...

> ```diff > diff --git a/server/src/main/java/com/genymobile/scrcpy/FakeContext.java b/server/src/main/java/com/genymobile/scrcpy/FakeContext.java > index 844d6bd8..d611c642 100644 > --- a/server/src/main/java/com/genymobile/scrcpy/FakeContext.java > +++ b/server/src/main/java/com/genymobile/scrcpy/FakeContext.java > @@ -31,6 +31,10 @@ public final class FakeContext extends ContextWrapper { >...

> However, I'm surprised, because the error message suggests that the context is null, not that the `getDeviceId()` method is not found :confused: Oh, probably because the default implementation delegates...

Please test/review branch [`android14`](https://github.com/Genymobile/scrcpy/commits/android14), and confirm that it fixes both audio and clipboard errors.