| 22 Apr 2023 |
samueldr | there were issues IIRC with Android lower than 10, but I'm not 100% sure | 19:14:57 |
samueldr | it might have been lower than 9 | 19:15:06 |
Jan Tojnar | I guess we will see. I was hoping for minimal intervention for start and then diving deeper when I have more time. | 19:15:59 |
Jan Tojnar | if it fails, I will probably just use the ROM from XDA and try to make robotnix over summer | 19:16:40 |
Jan Tojnar | anyway, thanks for the links, I will bookmark them | 19:18:53 |
atemu12 | Jan Tojnar: Check the XDA ROM's sources, perhaps you can simply use the device dir in regular LOS | 19:55:47 |
samueldr | the XDA thread didn't link to it, but I did the usual: go to the kernel source link, and look in the user's repo | 20:36:46 |
samueldr | that's the last link I sent | 20:36:49 |
samueldr | in my experience for outside repos you'll likely need
| 20:38:05 |
samueldr | and still in my experience, you'll find those in repos from the same owner/org | 20:38:26 |
samueldr | here:
- https://github.com/kamikaonashi/android_device_xiaomi_mido
- https://github.com/kamikaonashi/android_kernel_xiaomi_mido
- https://github.com/kamikaonashi/proprietary_vendor_xiaomi
| 20:39:05 |
samueldr | sometimes they'll have a lineage.dependencies or some other form of "manifest" available to guess at the repos needed, but many ROM developers don't | 20:39:45 |
| 23 Apr 2023 |
silent_water | In reply to @therivercass:matrix.org does anyone have thoughts on how to update the auditor app to the current release? gradle2nix hasn't been maintained in years and seems completely broken. auditor requires gradle 7.6 but that's much newer than the last supported update to gradle2nix. I checked with the GrapheneOS development team and they'll accept a patch to make the attestation server url and avb fingerprint settable via resource configuration at build time. that should allow us to skip building the auditor app and just download the apk. sending them a PR this week. | 01:31:44 |
silent_water | PR here https://github.com/GrapheneOS/Auditor/pull/234 | 13:54:34 |
| 25 Apr 2023 |
| @stas:mainframe.lv joined the room. | 19:59:22 |
| 27 Apr 2023 |
ryantrinkle | is there a working recent-ish grapheneos build? | 18:17:20 |
atemu12 | ryantrinkle: Haven't checked it out but https://github.com/danielfullmer/robotnix/pull/203 is a thing | 18:18:53 |
ryantrinkle | Yeah, i tried that, but it didn't work immediately due to something with sops | 18:21:00 |
ryantrinkle | i just added a comment there | 18:22:31 |
| 28 Apr 2023 |
silent_water | hmm with the sops options disabled? | 11:48:51 |
silent_water | ok I'll take a look this morning before work | 11:49:00 |
silent_water | I might have missed a guard somewhere | 11:49:07 |
silent_water | @ryantrinkle are you using the flake to build or are you using the release script? | 11:51:27 |
silent_water | * ryantrinkle: are you using the flake to build or are you using the release script? | 11:51:40 |
silent_water | can you also share your config and a log of the error you're seeing? | 11:58:01 |
silent_water | found the issue. I had it reading sopsDecrypt.keyType without a guard to make sure sops decryption was actually enabled | 12:25:09 |
silent_water | try the fix I just pushed and let me know if you have issues | 12:26:26 |
| 30 Apr 2023 |
gooberpatrol66 | I get this error when building ota image | 18:23:40 |
gooberpatrol66 | building '/nix/store/vd325v1dk21w4v53kkvlai88ag7s7rk9-crosshatch-signed_target_files-2022041111.zip.drv'...
Missing KEYSDIR directory, did you use "--option extra-sandbox-paths /keys=..." ?
error: builder for '/nix/store/vd325v1dk21w4v53kkvlai88ag7s7rk9-crosshatch-signed_target_files-2022041111.zip.drv' failed with exit code 1;
| 18:23:49 |
gooberpatrol66 | Here is the config | 18:24:29 |