| 26 Mar 2024 |
atemu12 | It's been a while since I touched that | 10:13:26 |
atemu12 | In reply to @eyjhb:eyjhb.dk
diff --git a/flavors/lineageos/lineage-20.0/device-dirs.json b/flavors/lineageos/lineage-20.0/device-dirs.json
index a42de6d..41dc77b 100644
--- a/flavors/lineageos/lineage-20.0/device-dirs.json
+++ b/flavors/lineageos/lineage-20.0/device-dirs.json
@@ -235,17 +235,15 @@
"url": "https://github.com/LineageOS/android_device_fairphone_FP3"
},
"device/fairphone/FP4": {
- "date": "2023-09-11T19:24:45+03:00",
+ "date": "2023-11-05T12:39:57+02:00",
"deepClone": false,
- "deps": [
- "kernel/fairphone/sm7225"
- ],
+ "deps": [],
"fetchLFS": false,
"fetchSubmodules": false,
"leaveDotGit": false,
- "path": "/nix/store/i22q596i7d1qhbayd2b9xvkvkk6n9w31-android_device_fairphone_FP4",
- "rev": "ddac87023d5744ae54a1b8477196ada5c6ba9399",
- "sha256": "1d4ifnd90c77dci7n3apv7px036f39syfy5l9xryxg8y07bp428a",
+ "path": "/nix/store/whm1grkk7aqhhrirxi4cm2a3mx4cp7zp-android_device_fairphone_FP4",
+ "rev": "f0c0027b1a43907684f33ceaf59e0bfcdba52f04",
+ "sha256": "1s431g27k0p6h5x52f524q8lmikbvdbpnc7hqr835zqknhp6b32b",
"url": "https://github.com/LineageOS/android_device_fairphone_FP4"
},
"device/fxtec/pro1": {
The updater done goof'd | 10:13:47 |
atemu12 | It's not the most robust | 10:14:01 |
atemu12 | And by that I mean it's not robust at all | 10:14:11 |
eyJhb | I'm trying master branch, without any PRs with the config I posted | 10:14:24 |
eyJhb | Well.. That was quick. | 10:14:38 |
eyJhb |
| 10:14:46 |
atemu12 | I haven't tested that PR yet, especially the Nixpkgs update is hairy | 10:14:53 |
eyJhb | * building '/nix/store/xsg8l18mxa01vhamq3mgpap6lyrd58ag-robotnix-etcfiles.drv'...
Generating snakeoil key for GsfProxy (will be replaced when signing target files)
** Note: You may use '--sec-param Medium' instead of '--bits 2048'
Generating a 2048 bit RSA private key...
Generating snakeoil key for GmsCore (will be replaced when signing target files)
** Note: You may use '--sec-param Medium' instead of '--bits 2048'
Generating a 2048 bit RSA private key...
Generating snakeoil key for FakeStore (will be replaced when signing target files)
** Note: You may use '--sec-param Medium' instead of '--bits 2048'
Generating a 2048 bit RSA private key...
Applying /nix/store/lbscckdn2qlkrqc5kz86xj9dvqr3myi7-microg-android12-permission.patch
patching file PermissionController/src/com/android/permissioncontroller/permission/utils/Utils.java
Hunk #2 succeeded at 342 with fuzz 2 (offset 60 lines).
com.android.vending-83700037.apk APK certificate digest matches 9bd06727e62796c0130eb6dab39b73157451582cbd138e86c468acc395d14165
trying https://f-droid.org/repo/org.fdroid.fdroid_1017050.apk
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
building '/nix/store/m6wbh2g0hb36d79ck2a1bhp7y6h48m0r-prebuilt_GsfProxy.drv'...
building '/nix/store/d5wqh3k62ac7ahz4rjfwjw7xb88qmd8c-prebuilt_FakeStore.drv'...
WARNING: APK was compiled against an older SDK API level (23) than used in OS (33)
WARNING: APK was compiled against an older SDK API level (29) than used in OS (33)
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
error: cannot download org.fdroid.fdroid_1017050.apk from any mirror
error: builder for '/nix/store/wamkrk8gg84j17rci4j0kv12kb82wkyb-org.fdroid.fdroid_1017050.apk.drv' failed with exit code 1;
last 7 log lines:
>
> trying https://f-droid.org/repo/org.fdroid.fdroid_1017050.apk
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
> curl: (22) The requested URL returned error: 404
> error: cannot download org.fdroid.fdroid_1017050.apk from any mirror
For full logs, run 'nix log /nix/store/wamkrk8gg84j17rci4j0kv12kb82wkyb-org.fdroid.fdroid_1017050.apk.drv'.
error: 1 dependencies of derivation '/nix/store/nc9m7ghrgdrwnnc2y83gw661hz321qfs-prebuilt_F-Droid.drv' failed to build
error: 1 dependencies of derivation '/nix/store/gnp5avfpbgyfl6jjkx4q271a3ggmj8nk-unpack.sh.drv' failed to build
error: 1 dependencies of derivation '/nix/store/vlq4yiz6vadj981ksy0cpfww57sjv6l0-robotnix-lineage_FP4-2023100409.drv' failed to build
error: 1 dependencies of derivation '/nix/store/fcc8d6zg9sx4ih5a5w2ccgdw434i1kcb-FP4-img-2023100409.zip.drv' failed to build
| 10:14:59 |
atemu12 | Yeah, that's a known issue | 10:15:14 |
eyJhb | Disabing fdroid and hoping for the best | 10:15:18 |
atemu12 | Change the URL to a mirror (and submit a PR please!) or download manually and add it to the store | 10:15:42 |
atemu12 | I haven't had time the past few weeks ;) | 10:15:59 |
eyJhb | In reply to @atemu12:matrix.org Change the URL to a mirror (and submit a PR please!) or download manually and add it to the store https://github.com/nix-community/robotnix/pull/227 | 10:21:12 |
eyJhb | Not sure what the best commit message should have been, but... I think this works :) | 10:21:28 |
atemu12 | No that's about what I would have put ;) | 10:21:51 |
eyJhb | I very much used this for inspiration | 10:22:08 |
eyJhb |  Download image.png | 10:22:09 |
eyJhb | :D | 10:22:11 |
eyJhb | Are you daily driving a FP4 Atemu ? | 10:22:30 |
atemu12 | Yup | 10:22:34 |
eyJhb | Well, that makes me want to use robotnix even more. It's always nice when a maintainer uses the same phone :p | 10:23:02 |
atemu12 | But a while back fingerprint stopped working and it was a huge hassle to wipe data and restore it from backup | 10:23:15 |
eyJhb | * I should note, it's compiling and it's happy right now | 10:23:23 |
atemu12 | So I kinda stopped doing anything the past 6 months because I was busy IRL | 10:23:28 |
atemu12 | Make sure you've allowed the ccache dir out of the sandbox; it really helps a ton | 10:23:53 |
eyJhb | Oh, hardware failure or something in LineageOS that broke it? | 10:23:54 |