| 8 May 2025 |
atemu12 | You could flip that so that it's a whitelist for old branches | 12:38:14 |
atemu12 | Or remove it entirely because I don't think anyone cares for updating a branch that's old enough to have the combined vendor dir | 12:38:31 |
atemu12 | I have done some preparations for 22.2 using the old script but haven't gotten around to finishing it | 12:39:19 |
atemu12 | You should do 22.1 for now; that ought to work | 12:39:35 |
Manu [tennox] | I got so close, but build fails in the end:
https://github.com/nix-community/robotnix/issues/292 | 15:00:04 |
Manu [tennox] | * thanks 🙏
I got so close, but build fails in the end:
https://github.com/nix-community/robotnix/issues/292 | 15:00:24 |
atemu12 | Is that with your changes from above or with what I recommended you to do? | 15:14:07 |
atemu12 | btw. that's just the build of the build process, the actual build didn't even start yet ^^' | 15:14:22 |
atemu12 | The error sounds to me like it's missing some directory that should be there | 15:15:01 |
atemu12 | I don't recognise which one it is | 15:15:09 |
| 14 May 2025 |
| eldritchcookie joined the room. | 20:32:07 |
| 19 May 2025 |
| oak 🏳️🌈♥️ changed their display name from oak 🫱⭕🫲 to oak. | 10:59:12 |
| oak 🏳️🌈♥️ changed their display name from oak to oak 🏳️🌈♥️. | 11:00:58 |
| 21 May 2025 |
autra | Hi! I've built lineage os for my phone with robotnix, with microg enabled. However, the self-test reports that signature spoofing is not enabled. From microg documentation, it says that lineageos should be supported out-of-the-box. Any idea what could go wrong? | 08:46:52 |
atemu12 | LOS checks the signature and it must match upstream | 09:30:07 |
atemu12 | Otherwise you get no signature spoofing | 09:30:25 |
atemu12 | That's where I'd check first | 09:30:33 |
autra | Thanks! What signature are you mentioning? | 21:36:32 |
autra | another possibility, apparently on LOS the signature spoofing is active only for a few selected app, which might explain why the settings app doesn't see it... Although other applications also complains that I don't have google services... | 21:37:36 |
atemu12 | It's only active for com.google.gms whatever and it must match the upstream μG signature | 21:39:30 |
atemu12 | Other apps likely won't see it as GMS when signature spoofing isn't working | 21:40:07 |
atemu12 | I never ran into that error though, so I don't know how it looks like | 21:40:24 |
atemu12 | Enabling the μG option has always worked for me, so I don't know what you're doing wrong | 21:40:59 |
atemu12 | Make sure you're not doing anything funky besides enabling the option; no custom APKs, updates, Magisk modules or whatever | 21:42:21 |
| 22 May 2025 |
autra | well just app.fdroid.enable, and signing with local keys 🤷 | 07:20:55 |
autra | Atemu: you have the "signature spoofing" checked in your microg self-test? | 07:21:15 |
atemu12 | Well if you're signing your μG with your own key, it's not going to have the upstream signature | 08:03:26 |
atemu12 | That smells like your problem | 08:03:40 |
atemu12 | I did set μG to keep its signature but I don't know how signing stuff actually works in practice in robotnix | 08:04:23 |
atemu12 | Yes, and that's a hard requirement for μG to work | 08:23:37 |