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

I'm following the steps from the README. When I generate keys and do not encrypt them, the release script works fine. If I do encrypt them I end up with...

bug

Here's an interesting project aiming to use [flash.android.com ](https://flash.android.com/) with custom builds: https://github.com/AOSPAlliance/android-flash-tool

enhancement

microG is pretty cool, but some of us still require the google apps right now. Do you have any plans to add support for including google apps in rom builds...

enhancement

You need >20GiB of physical RAM for it to complete and even then it takes pretty long. The extreme memory usage should probably also be documented since the current readme...

enhancement

As of 2020-05-17, the target files for `crosshatch` and `marlin` with the `vanilla` flavor can be built bit-for-bit reproducibly. Additionally, the PR for LineageOS https://github.com/danielfullmer/robotnix/pull/9 also builds reproducible target files...

enhancement

Google has released the following a few months ago: https://android-developers.googleblog.com/2019/10/continuous-testing-with-new-android.html Here's the repo: https://github.com/google/android-emulator-container-scripts The most interesting part to me is their docker container which allows someone to test out...

enhancement

Hi, I have a device (potter) that sadly never made it into the official LineageOS device list, however there are actually a bunch of projects still supporting it and these...

documentation

Since the target files are bit-for-bit reproducible (at least for some devices/configurations) , we could have multiple independent builders each publishing their unsigned target files (but signed with their own...

enhancement

Create a module to allow a user-specified boot-animation. See: https://android.googlesource.com/platform/frameworks/base/+/master/cmds/bootanimation/FORMAT.md

enhancement
good first issue

I'm currently using a precompiled version of [MicroG](https://microg.org/). I couldn't get gradle2nix to work with the source .

enhancement