| 29 Oct 2023 |
| SomeoneSerge (matrix works sometimes) changed their display name from SomeoneSerge (UTC+1) to SomeoneSerge (UTC+2). | 22:42:24 |
| 30 Oct 2023 |
Xe (xe/they) | is bluejay (pixel 6a) still not supported for grapheneos? | 02:14:25 |
atemu12 | Xe Iaso: No, it's probably too new to have happened before maintenance of GOS and other Vanilla flavours stopped | 08:42:16 |
atemu12 | LOS should support it though | 08:42:23 |
atemu12 | If you want, you can try to add support though | 08:42:37 |
atemu12 | No idea how hard it'd be to add it to the current devices but it shouldn't be witchcraft. You will be stuck with a very old version though. | 08:43:12 |
atemu12 | Ah, wait. Forgot about this: https://github.com/nix-community/robotnix/pull/203 | 08:43:40 |
| 6 Nov 2023 |
| Marius changed their profile picture. | 19:16:25 |
| 8 Nov 2023 |
atemu12 | So I just found out my LineageOS repo mirror was using some rather old manifest because it tracked the master branch rather than main of the mirror repo | 17:16:07 |
atemu12 | And that was causing a kernel repo to be missing in my mirror | 17:17:24 |
| 9 Nov 2023 |
atemu12 | If anyone has attempted to update robotnix' nixpkgs and/or remove python2 before, please contribute any WIP patches you might have had. | 08:35:38 |
atemu12 | https://github.com/nix-community/robotnix/issues/218 | 08:35:40 |
atemu12 | https://github.com/nix-community/robotnix/issues/219 | 08:35:45 |
| 10 Nov 2023 |
| eyJhb joined the room. | 12:06:28 |
eyJhb | I'm reading this https://github.com/nix-community/robotnix/blob/master/docs/src/development.md#emulator , which states that one can run
$ nix-build ./default.nix --arg configuration '{device="x86_64"; flavor="vanilla";}' -A emulator
$ ./result
To run a emulator. However, I am getting
eyjhb@jhbws01 ~/s/robotnix (master)> ./result
INFO | Android emulator version 31.1.4.0 (build_id 7920983) (CL:N/A)
ERROR | This AVD's configuration is missing a kernel file! Please ensure the file "kernel-ranchu" is in the same location as your system image.
ERROR | ANDROID_SDK_ROOT is defined (/nix/store/k8kadzfbjw93zcg1hyq6ib29kv9rzcif-fake-sdk) but cannot find kernel file in /nix/store/k8kadzfbjw93zcg1hyq6ib29kv9rzcif-fake-sdk/system-images/ sub directories
| 12:07:27 |
eyJhb | Am I missing something? | 12:07:35 |
atemu12 | This used to work with LineageOS ~3 years ago for me IIRC | 12:32:29 |
atemu12 | Perhaps try that | 12:32:38 |