Daniel Fullmer

Results 52 comments of Daniel Fullmer

Initial support for this was added in 0e5898be781496978ffb3f077ab9445a5fc74310. For the time being, I intend to manually push all kernel and browser build products on each future release tag, but in...

Just curious, how are you updating microg? I haven't encountered this issue.

@zhaofengli is right. Every time I push a new build to my local device that isn't a tagged release I set `buildDateTime`. https://docs.robotnix.org/modules/ota.html mentions setting `buildDateTime`, but we should make...

> It'd be nice if there was a build ID that was used to determine whether caches need to be cleared because we could just plug the drv hash into...

I've just tried this out and I've got it working on `marlin` (Pixel 1 XL) with the following configuration: ```nix { pkgs, ... }: { flavor = "twrp"; device =...

Just checking: does webview work for you? I tried this with an updated chromium webview and it doesn't appear to be working--"Browser" crashes. Unsure if it's my updated chromium or...

Hmm, interesting. It's still broken for me on sunfish, both before and after upgrading chromium. Both times I flashed a fresh image via `fastboot update -w`: ``` 05-29 15:00:59.320 937...

Follow up: I went back and tested whether webview was even working on the lineaegeos flavor before this PR, just in case this isn't a regression but something I just...

The new "Cuttlefish" virtual android device might be related: https://source.android.com/setup/create/cuttlefish See also this nice set of instructions: https://nathanchance.dev/posts/building-using-cuttlefish/ This could also make automated testing with CTS much easier: https://source.android.com/setup/create/cuttlefish-cts

There's also this, https://github.com/kdrag0n/fastboot.js , which is currently being used experimentally in GrapheneOS