Robotnix | 242 Members | |
| Build Android (AOSP) using Nix | https://github.com/danielfullmer/robotnix | 75 Servers |
| Sender | Message | Time |
|---|---|---|
| 20 Dec 2024 | ||
| * | 23:05:52 | |
| I know that was a thing on my cheeseburger where you had to flash modem firmware but no such thing with the fairphone | 23:06:18 | |
| I'd assumed it's all contained in the system partition | 23:06:36 | |
| it really depends, and no, nowadays it's kinda expected to be within the many vendor packages | 23:07:07 | |
| The newer the phone, the more there are smaller individual firmware binaries that need to be put into right places | 23:08:46 | |
| 21 Dec 2024 | ||
| For some reason my Backup doesn't work for launcher3 with Android 14 anymore and I have no idea why | 07:59:43 | |
I can delete its data/ files just fine and that causes it to reset but if I restore my backup's data/, it doesn't restore my home screen | 08:00:25 | |
| Where else could it be hiding state? | 08:11:37 | |
Okay so if I rename the files in /data/data/com.android.launcher3, start, open the launcher, stop and then move the files back, that does restore the state | 17:48:39 | |
| 22 Dec 2024 | ||
| Hi All, I am trying to build an image for one plus 8 pro in any flavor, any expression or link could help | 16:07:59 | |
| First add your device to the supported devices and then run the device dir updater | 16:12:25 | |
| Then just build with the appropriate version, device and flavour selection | 16:13:01 | |
| You also need to disable the webviev, haven't gotten around to that yet | 16:13:21 | |
| trying to build a vanilla on the latest commit getting issue when it is trying to patch aapt2 > searching for dependencies of /nix/store/0gyvs0njhf433bbi0c5wgf6627c8c3xz-aapt2/bin/aapt2 > libgcc_s.so.1 -> not found! wonder if someone has a quick fix | 19:41:58 | |
| * trying to build a vanilla on the latest commit getting issue when it is trying to patch aapt2
wonder if someone has a quick fix | 19:42:15 | |
| I don't know whether anyone has built vanilla in years | 22:02:36 | |
| It's not going to work for your OP8P anyhow; only lineageos supports it | 22:03:05 | |
| im running :
getting issue patching added instantnoddlep to the supported devices:
where is the device dir updater is? | 23:10:54 | |
| * im running :
getting issue patching added instantnoddlep to the supported devices:
where can i find the device dir updater is? | 23:11:32 | |
| * im running :
getting issue patching added instantnoddlep to the supported devices:
where can i find the device dir updater is? | 23:11:58 | |
| * im running :
getting issue patching added instantnoddlep to the supported devices:
where can i find the device dir updater is? | 23:12:19 | |
| * im running :
getting issue patching added instantnoddlep to the supported devices:
where can i find the device dir updater? | 23:15:03 | |
| found it. in the lingeaos folder running it, getting everything is up to date:
running the build command again still result with patching issues specifically over the readonly patch | 23:58:03 | |
| 23 Dec 2024 | ||
| countoren: You're in luck actually because oak has the same phone. It's already supported: https://github.com/nix-community/robotnix/pull/258 | 08:49:50 | |
| You should be able to just build it | 08:50:08 | |
Your flavour is wrong though; it's just the flavour. Version is specified using androidVersion. | 08:50:26 | |
| About the aapt2 issue, I've seen that | 13:32:38 | |
| I think I was able to work around that by not building the Chromium Webview from the source | 13:34:40 | |
| It is possible to fix that specific issue but then there are other issues with the Chromium Webview builder later in the process as well | 13:35:30 | |
| Mainly I found out last time I was looking at it, that during past few years the build process of Chromium has changed so that it required their own distribution of Python to be able to fetch all the source code, and the "flattening" of the tree has been broken | 13:41:20 | |