robotnix icon indicating copy to clipboard operation
robotnix copied to clipboard

Build Android (AOSP) using Nix

Results 73 robotnix issues
Sort by recently updated
recently updated
newest added

With the most recent µG update, I got struck by this bug again but it has happened a lot in the past. The `/system/data/appcache` becomes stale which causes µG to...

We obviously build the image with Nix and all but, after that, we "only" have a regular Android image. Wouldn't it be cool if we could install the Nix package...

... since the folder may already exist, and in that case it seems that `mkdir -p` won't edit the permissions. (I can provide the updated docs, but I want to...

https://github.com/danielfullmer/robotnix/issues/122

Fixes https://github.com/danielfullmer/robotnix/issues/80 properly. Depends on systemd 247 in NixOS 21.05.

Hi, I was telling samueldr about how I am looking forward to being able to boot Glodroid and mobile-nixos on my Pinephone. They pointed me towards this project. I'm not...

enhancement

Requiring multiple hours of building is a major inconvenience for potential users. At the very least, publishing `img` files would allow someone to quickly test whether `robotnix` built images will...

enhancement

Currently, we replicate the upstream `gn` args in native Nix (modifying arguments as required) for bromite and vanadium. This is error-prone because it requires that we manually check what args...

enhancement

Look into whether we can add an option to use ungoogled-chromium alongside chromium/bromite/vanadium for browser/webview. In addition to https://github.com/Eloston/ungoogled-chromium, see also: https://github.com/ungoogled-software/ungoogled-chromium-android

enhancement

Things we would like to have working/tested before we can change the default `androidVersion`. - [x] Generic device support (https://github.com/danielfullmer/robotnix/pull/127) - [x] Pixel vendor code (https://github.com/danielfullmer/robotnix/pull/128) - [x] Vanilla flavor...