!UUYziobKGGxpovWyAN:nixos.org

Robotnix

265 Members
Build Android (AOSP) using Nix | https://github.com/danielfullmer/robotnix85 Servers

Load older messages


SenderMessageTime
3 May 2023
@gooberpatrol66:matrix.orggooberpatrol66
In reply to @therivercass:matrix.org
the directory needs to be listable (g+x) and the directory + files need a chgrp -R nixbld
that didn't work. i got it to build by chowning the keys to nixbld1:nixbld, so it will break if nix chooses a different nixbld* user
01:11:13
@therivercass:matrix.orgsilent_water
In reply to @gooberpatrol66:matrix.org
that didn't work. i got it to build by chowning the keys to nixbld1:nixbld, so it will break if nix chooses a different nixbld* user
can you send me the output of ls -l on the directory?
12:20:46
@therivercass:matrix.orgsilent_water
In reply to @gooberpatrol66:matrix.org
that didn't work. i got it to build by chowning the keys to nixbld1:nixbld, so it will break if nix chooses a different nixbld* user
* can you send me the output of ls -la on the directory?
12:20:56
@gooberpatrol66:matrix.orggooberpatrol66
In reply to @therivercass:matrix.org
can you send me the output of ls -la on the directory?
ls -la /home/nathan/guix-configs/robotnix/keys.bak
total 48
drwxr-xr-x 1 nixbld1 nixbld 638 Apr 6 17:25 .
drwxr-xr-x 1 nathan nathan 78 Apr 29 17:24 ..
-rw------- 1 nixbld1 nixbld 1216 Apr 6 17:24 chromium.pk8
-rw------- 1 nixbld1 nixbld 1218 Apr 6 17:24 chromiumwebview.pk8
-rw-r--r-- 1 nixbld1 nixbld 1155 Apr 6 17:24 chromiumwebview.x509.pem
-rw-r--r-- 1 nixbld1 nixbld 1139 Apr 6 17:24 chromium.x509.pem
-rw------- 1 nixbld1 nixbld 1218 Apr 6 17:24 com.android.connectivity.resources.pk8
-rw-r--r-- 1 nixbld1 nixbld 1208 Apr 6 17:24 com.android.connectivity.resources.x509.pem
-rw------- 1 nixbld1 nixbld 1216 Apr 6 17:24 com.android.hotspot2.osulogin.pk8
-rw-r--r-- 1 nixbld1 nixbld 1196 Apr 6 17:24 com.android.hotspot2.osulogin.x509.pem
-rw------- 1 nixbld1 nixbld 1219 Apr 6 17:24 com.android.wifi.resources.pk8
-rw-r--r-- 1 nixbld1 nixbld 1188 Apr 6 17:24 com.android.wifi.resources.x509.pem
drwxr-xr-x 1 nixbld1 nixbld 386 May 1 15:51 dre
-rw------- 1 nixbld1 nixbld 1220 Apr 6 17:24 f-droid.pk8
-rw-r--r-- 1 nixbld1 nixbld 1135 Apr 6 17:24 f-droid.x509.pem
21:15:26
@gooberpatrol66:matrix.orggooberpatrol66wait, wrong directory21:46:01
@gooberpatrol66:matrix.orggooberpatrol66ls -la /home/nathan/guix-configs/robotnix/keys total 48 drwxr-xr-x 1 nixbld1 nixbld 658 Apr 29 17:29 . drwxr-xr-x 1 nathan nathan 78 Apr 29 17:24 .. -rw------- 1 nixbld1 nixbld 1217 Apr 13 17:28 chromium.pk8 -rw------- 1 nixbld1 nixbld 1218 Apr 13 17:28 chromiumwebview.pk8 -rw-r--r-- 1 nixbld1 nixbld 1155 Apr 13 17:28 chromiumwebview.x509.pem -rw-r--r-- 1 nixbld1 nixbld 1139 Apr 13 17:28 chromium.x509.pem -rw------- 1 nixbld1 nixbld 1216 Apr 13 17:28 com.android.connectivity.resources.pk8 -rw-r--r-- 1 nixbld1 nixbld 1208 Apr 13 17:28 com.android.connectivity.resources.x509.pem -rw------- 1 nixbld1 nixbld 1216 Apr 13 17:27 com.android.hotspot2.osulogin.pk8 -rw-r--r-- 1 nixbld1 nixbld 1196 Apr 13 17:27 com.android.hotspot2.osulogin.x509.pem -rw------- 1 nixbld1 nixbld 1217 Apr 13 17:28 com.android.wifi.resources.pk8 -rw-r--r-- 1 nixbld1 nixbld 1188 Apr 13 17:28 com.android.wifi.resources.x509.pem drwxr-xr-x 1 nixbld1 nixbld 332 Apr 29 17:30 crosshatch drwxr-xr-x 1 nixbld1 nixbld 332 Apr 13 17:28 dre -rw------- 1 nixbld1 nixbld 1217 Apr 13 17:28 f-droid.pk8 -rw-r--r-- 1 nixbld1 nixbld 1135 Apr 13 17:28 f-droid.x509.pem 21:46:03
@therivercass:matrix.orgsilent_waterseveral of the keys aren't readable by the group. do chmod g+rw -R dirname22:41:53
4 May 2023
@gooberpatrol66:matrix.orggooberpatrol66
In reply to @therivercass:matrix.org
several of the keys aren't readable by the group. do chmod g+rw -R dirname
Ok that worked, thank you.
21:36:00
5 May 2023
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneIs it possible to flash gapps as part of the robotnix build process?14:52:56
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneJust wondering if anyone has an example of that?14:53:02
@atemu12:matrix.orgatemu12Robotnix does nothing special w.r.t. the build process here; it's just the regular AOSP build process15:09:07
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneI know nothing about that, I use Robotnix because I don't want to know anything about it.15:09:32
@atemu12:matrix.orgatemu12So the answer you're looking for is whether you can integrate Gapps into the AOSP build process15:09:31
@atemu12:matrix.orgatemu12We use such integrations for µG already example15:09:52
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneI only now have a use case (for my local makerspace) where they need some banking app, and so I'm looking into how to do this as part of the build process15:10:13
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneSo now, I'm going to have to learn about it 😢15:10:20
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zone
In reply to @atemu12:matrix.org
We use such integrations for µG already example
ah okay, so if I read the implementation for how microg is added as a system app, I should be able to figure it out?
15:10:52
@atemu12:matrix.orgatemu12 matthewcroughan - nix.how: https://stackoverflow.com/questions/71001696/how-to-include-opengapps-in-aosp-12-build 15:11:06
@atemu12:matrix.orgatemu12Seems straight forward enough15:11:13
@kranzes:matrix.orgkranzes https://opengapps.org/15:11:15
@kranzes:matrix.orgkranzesThey might have docs here15:11:18
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zone
In reply to @kranzes:matrix.org
https://opengapps.org/
That would be an imperative way, to download their zip and install it in TWRP for example
15:11:29
@kranzes:matrix.orgkranzesThey maybe have docs for embedding inside a buidl15:11:42
@kranzes:matrix.orgkranzes * They maybe have docs for embedding inside a build15:11:44
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneThat's what Atemu's stackoverflow shows 15:11:52
@atemu12:matrix.orgatemu12As mentioned https://stackoverflow.com/questions/71001696/how-to-include-opengapps-in-aosp-12-build15:11:50
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zonegoing to try it 15:11:53
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zone

If you have an error with ELF files, add this line to your boardconfig.mk:

15:12:10
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneAs usual, magic runes :D 15:12:15
@matthewcroughan:defenestrate.itmatthewcroughan - nix.zoneWhat is a "Broken Elf"15:12:22

Show newer messages


Back to Room ListRoom Version: 6