dxzdxz1
dxzdxz1
> Seems this is purposeful on Samsung's part... > > https://forum.developer.samsung.com/t/high-speed-video-recording-issue-on-samsung-s23-series/25983 > > https://eu.community.samsung.com/t5/galaxy-s22-series/petition-samsung-unblock-60fps-to-third-party-developers-can-we/td-p/5744386 Yes, it is exactly this. There's a list of allowed packages that can use full camera...
> > There's a list of allowed packages that can use full camera capabilities. I don't know the full list, but modders use com.samsung.android.scan3d and com.samsung.android.ruler as the package names...
> You don't need to install it, "just" rebuild scrcpy with that change and run it. > > https://github.com/Genymobile/scrcpy/blob/master/doc/build.md I did this, I got some warnings during the process (the...
> Maybe enabling Composited text can help, despite not having and OLED this improves text on translucent background. Thanks for trying to help me. Not sure what you mean by...
> Personally the only way i managed this was by modifying system's dlls. Im sure dev can implement this with code which i dont have any knowledge. Also not sure...
> In fact, since DwmExtendFrameIntoClientArea causes non-alpha rendered windows to display exceptions, we added composited buffer rendering text to each of the Explorer's windows that don't support alpha in order...
> Did you use the version of rclone that termux build or the one from rclone's downloads? If you haven't tried the termux one, then give that a go. I'm...
> patches [golang/go#61089](https://github.com/golang/go/pull/61089) > > you can patch go files in /data/data/com.termux/files/usr/lib/go > > I replaced "io/fs" with "internal/oserror" and fs.ErrPermission with oserror.ErrPermission for src/syscall/netlink_linux.go patches > It worked! Thanks...