| 2 Jan 2025 |
countoren | * what will be the actual differences | 20:40:37 |
countoren | * what will be the actual differences? | 20:40:47 |
Atemu | I think we're squarely in the "hacking stuff" field rather than anything close to "productise" or "officially" | 20:41:00 |
Atemu | I think they mean to build whatever software you want to run as a daemon against the AOSP sources such that it's like the other daemons in Android | 20:41:56 |
Atemu | When in Rome, do as the Romans do | 20:42:05 |
oak 🏳️🌈♥️ | Build done inside the Android tree will use the same compilers and other same tooling that is used to build the rest of the system | 20:42:33 |
countoren | * what will be the actual differences? like any special restrictions ? | 20:42:36 |
countoren | there is one that i know of | 20:42:52 |
countoren | I had harder time to use logcat in the app | 20:43:21 |
countoren | ended up using spdlog instead | 20:43:32 |
countoren | * I had harder time to use logcat in the service | 20:43:57 |
countoren | if building from the tree you should be able using dynamic libs of the device without conflicts. but we are living in the nix world so we usually have nice set of options to replace android libs with. | 20:49:26 |
countoren | I guess it depends what you need to do. you might get to a "dead end" | 20:50:02 |
| 7 Jan 2025 |
| pentane ⭔ joined the room. | 10:49:24 |
| 9 Jan 2025 |
Atemu | oak: I just talked to Jonas and he said that it's likely okay for robotnix to use nix-community builders for CI but we'd need to see how it turns out in practice to know for sure | 13:09:52 |
Atemu | So if you want to go ahead with adding CI, please feel free :) | 13:10:07 |
oak 🏳️🌈♥️ | Need to check out what would be the CI tools they provide, like do they provide buildbot or what? | 22:03:44 |
oak 🏳️🌈♥️ | Answering my own question: https://nix-community.org/continuous-integration/ | 22:04:42 |
| 10 Jan 2025 |
Ilan Joselevich (Kranzes) | GHA is also provided I believe | 02:08:31 |
Atemu | Yes but we won't be able to build in those realistically | 02:35:56 |
oak 🏳️🌈♥️ | I'm also always a bit cautious about GHA and usually advise people not to use it, because it's seems so hard to make secure | 08:40:21 |
oak 🏳️🌈♥️ | * I'm also always a bit cautious about GHA and usually advise people not to use it, because it seems so hard to make secure | 08:40:34 |
| 11 Jan 2025 |
| oak 🏳️🌈♥️ changed their profile picture. | 16:45:34 |
| oak 🏳️🌈♥️ changed their profile picture. | 16:46:35 |
| pandapip1 joined the room. | 21:22:49 |
| 15 Jan 2025 |
| SomeoneSerge (back on matrix) changed their display name from SomeoneSerge (utc+3) to SomeoneSerge. | 18:59:25 |
| 16 Jan 2025 |
| j4m3s set their display name to j4m3s. | 10:27:50 |
| waltmck joined the room. | 13:16:15 |
waltmck | Hey, this is an awesome project and I'm looking at using it to work around some of the limitations of android. Has anyone had success generating an image that runs zerotier as root? I know this is possible to set up with magisk but I want to have to avoid setting it up again after each update | 13:45:30 |
Atemu | Generally, whatever you can bake into AOSP using the build process can be used in Robotnix too. | 17:25:36 |