Sender | Message | Time |
---|---|---|
21 Dec 2024 | ||
Atemu | 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 | ||
countoren | 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 |
Atemu | First add your device to the supported devices and then run the device dir updater | 16:12:25 |
Atemu | Then just build with the appropriate version, device and flavour selection | 16:13:01 |
Atemu | You also need to disable the webviev, haven't gotten around to that yet | 16:13:21 |
countoren | 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 |
countoren | * 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 |
Atemu | I don't know whether anyone has built vanilla in years | 22:02:36 |
Atemu | It's not going to work for your OP8P anyhow; only lineageos supports it | 22:03:05 |
countoren | im running :
getting issue patching added instantnoddlep to the supported devices:
where is the device dir updater is? | 23:10:54 |
countoren | * im running :
getting issue patching added instantnoddlep to the supported devices:
where can i find the device dir updater is? | 23:11:32 |
countoren | * im running :
getting issue patching added instantnoddlep to the supported devices:
where can i find the device dir updater is? | 23:11:58 |
countoren | * im running :
getting issue patching added instantnoddlep to the supported devices:
where can i find the device dir updater is? | 23:12:19 |
countoren | * im running :
getting issue patching added instantnoddlep to the supported devices:
where can i find the device dir updater? | 23:15:03 |
countoren | 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 | ||
Atemu | 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 |
Atemu | You should be able to just build it | 08:50:08 |
Atemu | Your flavour is wrong though; it's just the flavour. Version is specified using androidVersion . | 08:50:26 |
oak | About the aapt2 issue, I've seen that | 13:32:38 |
oak | I think I was able to work around that by not building the Chromium Webview from the source | 13:34:40 |
oak | 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 |
oak | 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 |
oak | Then I had this idea of leveraging the stuff that already exists for building Chromium for NixOS in nixpkgs but hadn't had enough time to look on that, by default it only builds few different variants for Linux | 13:42:01 |
Atemu | Honestly getting a working prebuilt webview such as mulch is much higher priority | 14:09:32 |
Atemu | Ideally it'd be the mulch overlay so that it's use upgradable at runtime | 14:10:11 |
erahhal set a profile picture. | 18:32:01 | |
oak | Yeah, I think we could have both, IIRC there's already a mechanism which you can optionally use to select one of the webviews. I don't think adding prebuilt webview should anyway be that big task | 18:54:08 |
Atemu | Yup, just needs to be done | 18:54:50 |
oak | Maybe I could also have a look on adding that, but I don't have my second test phone with me now during christmast time | 18:54:53 |
Atemu | We should really get the emulator to work again too | 18:55:18 |