| 8 Jul 2023 |
Shane on Conduit.rs ⚡️ | these? | 02:54:39 |
atemu12 | That's the option to add the source dirs, yeah | 03:18:45 |
Shane on Conduit.rs ⚡️ | In reply to @atemu12:matrix.org That's the option to add the source dirs, yeah ehh how?
Referencing https://forum.xda-developers.com/t/rom-t-lineageos-20-0-for-oneplus-2-android-13-beta-unofficial-signature-spoofing.4535927/
Device/Kernel Source(s): https://github.com/mukul2259/experimental_device_oneplus_oneplus2
ROM: https://github.com/LineageOS-OP2/
| 04:01:15 |
Shane on Conduit.rs ⚡️ |
Setting source.dirs using a repo JSON file produced by mk_repo_file.py.
| 04:13:02 |
Shane on Conduit.rs ⚡️ | 🤔 | 04:13:03 |
Shane on Conduit.rs ⚡️ | kernel.src = fetch git of this https://github.com/mukul2259/experimental_device_oneplus_oneplus2 ?
and like anything else? | 04:21:00 |
| * Shane on Conduit.rs ⚡️ confused | 04:21:02 |
atemu12 | Shane on Conduit.rs ⚡️: If you've never done this without Robotnix before, figuring out how to do it in Robotnix is going to be an uphill battle | 04:35:37 |
Shane on Conduit.rs ⚡️ | i did, but trying to figure out how robotnix works | 04:36:15 |
atemu12 | You need to understand how these directories work, figure out which ones your device needs and then put them in the right places | 04:36:13 |
Shane on Conduit.rs ⚡️ | i see | 04:36:38 |
atemu12 | The device dir is the starting point | 04:37:45 |
atemu12 | It references the others | 04:37:49 |
atemu12 | The build system will complain about the missing makefiles | 04:38:10 |
Shane on Conduit.rs ⚡️ | i see 🤔 | 04:41:13 |
Shane on Conduit.rs ⚡️ | In reply to @atemu12:matrix.org The device dir is the starting point ok so i found this https://github.com/LineageOS-OP2/android which is the android repository that source.dirs expect right? | 07:20:23 |
Shane on Conduit.rs ⚡️ | git revision is e4f4132ed6926d07d1945495deb732a79950c50a
path is /nix/store/qgzv83gh80nz82y6iifx09abzmhqfc11-android_system_libhidl-e4f4132
git human-readable version is -- none --
Commit date is 2023-03-14 02:59:52 +0200
hash is 166q45fbv1aakvnxcbw44d0sf43qqq63s85bbx1maqwhrpnr7bw9
| 08:39:59 |
Shane on Conduit.rs ⚡️ | ehh O.o | 08:40:00 |
Shane on Conduit.rs ⚡️ | How can i get device-dirs.json and vendor-dirs.json? | 12:19:55 |
| * Shane on Conduit.rs ⚡️ is making lineage-20.0 compatibility patch | 12:20:52 |
atemu12 | Shane on Conduit.rs ⚡️: That's just the gitRepo metadata repo | 13:04:07 |
atemu12 | Not sure why they have their own manifest | 13:04:14 |
atemu12 | But no device-specific directories? | 13:04:21 |
Shane on Conduit.rs ⚡️ | elaborate? i am failing to acquire it | 13:04:38 |
atemu12 | You need something like https://github.com/LineageOS/android_device_oneplus_oneplus2/ | 13:06:43 |
atemu12 | (And its dependencies) | 13:06:43 |
atemu12 | Or you could run the updater script against their manifest I guess but it's probably broken | 13:06:44 |
atemu12 | In reply to * @mwkbarnjbblghgo4gudng:karp.lol is making lineage-20.0 compatibility patch I've got compat working here: https://github.com/atemu/robotnix/tree/los-20 | 13:06:45 |
atemu12 | Haven't updated since April though | 13:06:46 |
atemu12 | It's currently running on my FP4 | 13:06:50 |