Timofei Pushkin

Results 14 comments of Timofei Pushkin

Thanks for the report! I can't reproduce the error on the devices available to me, so it would be of great help if you could share the logs of the...

Could you please also provide the debug information about your device from Preferences - About?

Thanks, this information is enough for now, I'll look into it. The problem seems to be in the interaction with the camera: according to the logs, settings application itself looks...

The synchronization status on a device displays the status of the device itself, so any phone can be synchronized or not independently from the others. Does the phone having problems...

Currently each device synchronizes itself to a preconfigured phase, so, yes, devices are truly synchronized when each of them succeeded. We didn't test our work on Huawei and Honor, but...

Hmm, no, this is some strange behavior. The settings that are synchronized among leader and clients (exposure is always one of them, for instance) should be fixed after settings synchronization....

Thanks for the feedback. This happens when the app cannot start a video recorder, which can happen for various reasons. We can investigate the issue if you share the logs...

Would be great to have this feature, as I encountered problems with accessing Java classes defined in the same `.java` file from other classes in the same package (getting `unresolved...

I think, I figured this out. CI uses clang `11.0.0` (currently the default for `ubuntu-latest`), but if I set it to use clang `14.0.0` (currently the default for `ubuntu-22.04`), on...

For me building OpenJDK (I used `jdk-20+36`) as @oraluben described in his second solution worked just fine. Build OpenJDK, set `JAVA_HOME` to `/build//images/graal-builder-jdk`, and build GraalVM.