Nate Robbins
Nate Robbins
Same problem after 1 password attempt, testing Instagram.
Ok I've set that in BoardConfig.mk, will report back what happens, and then go and set it in device.mk, and see what happens. Thanks. EDIT: Same error with that in...
@jamuir Yep, I think that fixed it as it's gotten further along in the build than it did before.
Awaiting the SDK release as soon as it comes :)
Wow you wrote all this and no response. I def agree with a lot of the ideas here tho
> If there's ever be a support for FX family we probably need a ['big rewrite'](https://www.youtube.com/watch?v=xCGu5Z_vaps)(refactor) of the main cpp class, should not be too much work. As long as...
It's also necessary to change line 44 of RRTileService.tk from ```if (rateStatus == "2")``` to ```if (rateStatus == "0")``` to properly detect forced 90hz instead of auto 90hz when showing...
> I've fixed this now, but it's best to use the web-* tags. I don't promise that anything on main will build. Oh, ok :) > I found https://github.com/rust-windowing/winit/issues/1760 mentioning...
[Feature request] Create Nix packages for the packages required to run the Cuttlefish virtual device
The `launch_cvd` output has changed (AOSP main of a few months back), now failing at a different location because it can't talk to the Cuttlefish client as it's not installed....
I copied out the Nix-provided Android SDK from the Nix Store to my home directory, and after making it writable, selecting it in Android Studio resulted in a new screen...