Wednesday, 2022-09-28

T42<AntonlX> Yes, it worked on miatoll. (re @SailfishFreenodeIRCBridgeBot: <piggz_>Does anyone ...)08:44
T42<AntonlX> https://github.com/AntonIXO/droid-configs-miatoll/commit/bea114156c8510157868e074f902dc5c95e0e64308:45
T42<AntonlX> I still have strange error while I trying to connect with telnet.08:46
T42<AntonlX> I have always refusing status when connecting.08:46
T42<AntonlX> CONFIG_AUTOFS4_FS and RNDIS configs set.08:46
T42<AntonlX> Where could there be a snag?08:48
T42<Verevka86> it used to work for me without it, now it doesn't work (re @AntonlX: https://github.com/A...)09:02
T42<AntonlX> Take your own codec2.vendor.base.policy from out dir. (re @Verevka86: it used to work for ...)09:13
budrzHi, I'm trying to adapt Sailfish OS for Google Pixel 3a XL and I'm stuck in section 5.4 of the HADK porting guide:18:36
budrzThe error I'm getting is: error: device/google/bonito/parts/Android.bp:7:1: "GoogleParts" depends on undef ined module "org.lineageos.settings.resources"18:36
budrzI did: repo init -u https://github.com/mer-hybris/android.git -b hybris-18.118:38
budrzin my local manifest, I used: <project path="device/google/bonito"  name="LineageOS/android_device_google_bonito" revision="lineage-18.1" />18:40
budrz<project path="kernel/google/bonito"  name="LineageOS/android_kernel_google_msm-4.9" revision="lineage-18.1" />18:40
budrzfor the device and kernel paths18:41
budrzNot sure what module its talking about or even how to fix it as there doesn't seem to be a lot of info about it online18:43
malbudrz: did you apply patches?18:50
malas mentioned in https://github.com/mer-hybris/hadk-faq#hybris-17-118:51
budrzmal: no I did not18:51
budrzI'll take a look18:52
budrzmal: should I follow the same or similar steps for hybris-17.1 if I am using hybris-18.1?19:03
malyes19:10
budrzI'm still getting the same error19:17
budrzI did: cd $ANDROID_ROOT/external19:18
budrzgit clone --recurse-submodules https://github.com/mer-hybris/libhybris.git19:18
budrzcd $ANDROID_ROOT19:19
budrzhybris-patches/apply-patches.sh --mb apply-patches.sh19:19
T42<elros34> clean out/ now19:20
malthe error could also be because of some dependency, try uncommenting <project path="packages/resources/devicesettings" name="LineageOS/android_packages_resources_devicesettings" /> from manifest snippets or add it to local manifest and then repo sync packages/resources/devicesettings19:22
malthat provides the missing module19:22
budrzT42: I ran "make clean" and even tried deleting out/ but the error was still there19:23
budrzmal: I will try that19:23
T42<elros34> you probably need to remove it from device repo19:29
budrzT42: what do you mean by that? what do I remove?19:31
T42<elros34> I guess GoogleParts from Product packages otherwise whole commit: https://github.com/LineageOS/android_device_google_bonito/commit/43d2916eadd08e340557257c1716bedd50c5e9d919:33
budrzT42: just so I understand you correctly, you mean I should remove parts/ from device/google/bonito/ directory?19:40
budrzjust making sure I won't break anything19:41
T42<elros34> no. If linked commit adds https://github.com/LineageOS/android_device_google_bonito/blob/43d2916eadd08e340557257c1716bedd50c5e9d9/device-lineage.mk#L87 then remove it19:41
budrzok19:42
T42<elros34> only if that will not help then also remove that directory (or just revert commit)19:43
budrzT42: I got passed that error but now I got a new one: FAILED: ninja: 'out/target/product/bonito/kernel', needed by 'out/target/product /bonito/boot.img', missing and no known rule to make it19:52
T42<elros34> did you have kernel sources in correct path?19:59
budrzmal: I tried your suggestion and I've added it to my local manifest but I'm getting duplicate error path device/google/bonito in manifest.xml but I see no such path in the file it's referring to. remove .repo and try init and sync again?20:02
budrzT42: my kernel path is kernel/google/bonito20:03
T42<elros34> check whether this is correct path20:04
budrzhow do I do that?20:05
T42<elros34> look at url or in lineage.dependencies file in device20:06
T42<elros34> repo20:07
budrzah I see. looking in lineage.dependencies the target path is kernel/google/msm-4.920:09
budrzbut my path is kernel/google/bonito20:10
budrzchange it?20:10
budrzI see. nevermind, I think I need to change my local manifest and start over20:23
budrzI'll get back when it finishes20:29
budrzthanks everyone for your help so far. I hope the problem resolves20:30

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!