**** BEGIN LOGGING AT Sun Mar 24 02:59:57 2019 Mar 24 06:24:13 @nanu_c https://github.com/Halium/hybris-boot/blob/master/init-script Mar 24 08:16:58 * RiderExMachina[m sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/ZFyWIgbyFXIjSuRCQIVnBJNT > Mar 24 09:55:00 srmane4444 was added by: srmane4444 Mar 24 10:10:21 Hi all. Independently ported a device tree for whyred on version 7.1 from other device. It's here: https://github.com/alx-ndr/halium_device_xiaomi_whyred It is still unfinished, my main achievements are still stored locally. Reached the build systemimage. And caught such an error, could not find a solution in google, as well as i Mar 24 10:10:21 n this group … https://paste.ubuntu.com/p/9wBsx2Ptyc/ Mar 24 10:36:18 vjspranav was added by: vjspranav Mar 24 11:07:25 @srmane4444, I deleted all the parts that stopped building the system image. For the beginning remove `/home/user/sources/halium/out/target/product/whyred/obj_arm/SHARED_LIBRARIES/libOmxCore_intermediates/import_includes` Mar 24 11:09:59 @nanu_c, There is no such directory obj_arm Mar 24 11:11:21 search for the folder `/libOmxCore_intermediates` Mar 24 11:11:58 the out dir is created while builduing and everything is copied from all the other folders Mar 24 11:18:43 but actually I don't know why obj_arm is created. In my folder it's only obj Mar 24 11:22:27 @nanu_c, I have arch cpu arm64 Mar 24 11:33:18 @nanu_c, I searched locate for an existing dir, it also searches outside of dir, which I switched to using cd. However, these commands did not find anything: … locate libOmxCore_intermediates … locate libOmxCore Mar 24 11:49:45 which kernel are youusing? Mar 24 11:50:58 @nanu_c, https://github.com/MiCode/Xiaomi_Kernel_OpenSource/tree/whyred-n-oss Mar 24 11:55:53 and your vendor? Mar 24 11:56:33 @nanu_c, https://github.com/alx-ndr/proprietary_whyred Mar 24 12:24:49 is alx-ndr your github account? Mar 24 12:26:12 actually I don't know, i am not an expert but I think your sources ar not working well together Mar 24 12:29:11 @nanu_c, Yes Mar 24 12:34:10 maybe you can install andoid 7.1 in the phone and flash twrp recovery to it. Use `extract-files.sh` from your devicetree to extract the vendor blobs. Mar 24 12:34:38 [Edit] maybe you can install andoid 7.1 in the phone and flash twrp recovery to it. Boot twrp and use `extract-files.sh` from your devicetree to extract the vendor blobs. Mar 24 12:35:14 That get's you all the files from `proprietary-files.txt` in place Mar 24 12:38:09 @nanu_c, I remembered that I copied the proprietary-files.txt file and took shashankm28 from the already unsupported lineage tree, and also inserted the contents of proprietary-files-qc.txt into this file ... Mar 24 12:39:31 Did I do wrong? Mar 24 12:41:39 @nanu_c, It would be nice to bring these experts here. Mar 24 13:19:36 I just created an empty directory to get past those errors, I believe the proprietary-files.txt has them as well Mar 24 13:25:08 is libgpustats.so present in vendor? Mar 24 13:25:26 that's proprietary library and your device tree is pulling it in Mar 24 13:27:38 @NotKit, Not present, I added it to proprietary/vendor/lib64 Mar 24 13:28:59 you also need to add it to vendor makefile Mar 24 13:34:44 @NotKit, Added there … vendor / xiaomi / whyred / proprietary / vendor / lib64 / libgpustats.so: system / vendor / lib64 / libgpustats.so \ error persists Mar 24 13:35:16 There are no spaces between letters Mar 24 13:36:07 ... to whyred-vendor.mk Mar 24 13:38:25 I think I need to add 2 propretary-files.txt files to the second qc at the end, without merging them Mar 24 13:39:30 https://github.com/TheMuppets/proprietary_vendor_xiaomi/blob/lineage-15.1/whyred/Android.mk Mar 24 13:39:45 check the shared library entry for libgpustats here Mar 24 14:27:46 guys is this normal??? Mar 24 14:27:52 i don't think it is Mar 24 14:27:55 ```cp: error writing '.halium-install-rootfs.rpo0H/usr/bin/qemu-arm-static': No space left on device``` Mar 24 14:28:13 while flashing system img Mar 24 14:29:21 Obvious question, do you have enough space Mar 24 14:29:39 in which partition?? Mar 24 14:29:42 system right Mar 24 14:29:45 On the pc Mar 24 14:29:47 [Edit] system right?? Mar 24 14:29:57 153G Mar 24 14:29:59 [Edit] 153G free Mar 24 14:30:14 In the directory you're running the script from? Mar 24 14:30:39 yes, Mar 24 14:44:32 @NotKit, Fixed. Now generally why libqdutils.so pulls, this is an open source library. Mar 24 14:44:44 ninja: error: 'vendor/xiaomi/whyred/proprietary/vendor/lib/libqdutils.so', needed by '/home/user/sources/halium/out/target/product/whyred/system/vendor/lib/libqdutils.so', missing and no known rule to make it Mar 24 15:11:45 @vjspranav, When does this error occur? Mar 24 15:12:10 @Tygerpro, got past it Mar 24 15:12:15 Ok Mar 24 15:12:34 i need help with something distro specific Mar 24 15:12:44 passwd: password updated successfully … /bin/bash: dpkg-reconfigure: command not found Mar 24 15:12:54 on arch Mar 24 15:29:42 @srmane4444, It was decided to delete the line in whyred-vendor.mk. It was hard, as a result I got a mess from the files. Mar 24 15:30:03 *It was solved Mar 24 15:52:47 @vjspranav, I don't use arch, perhaps @vanyasem could be of better help as I know he has used arch in the past Mar 24 15:54:57 @Tygerpro, ohk Mar 24 15:55:53 I use Ubuntu 18.04 for development on my device, but a preliminary educated guess is your missing a package Mar 24 15:56:14 @Tygerpro, debconf is the packages tht has dpkg-reconfigure Mar 24 15:56:35 i tried installing the packages tht had a hint of debconf on them Mar 24 16:13:40 clear Mar 24 17:42:05 Is any Linux 4.x device ported? Mar 24 17:47:57 @K31j0, DOnt think so... Mar 24 17:47:58 Xperia x Mar 24 17:48:28 I probably need to get something newer, all my devices are dying lol Mar 24 17:59:38 @K31j0, Xperia X runs Kernel 4.4, though still has issues with audio and the camera, so I don't consider it daily-driver quality yet. Mar 24 17:59:51 @K31j0, [Edit] Xperia X (suzu) runs Kernel 4.4, though still has issues with audio and the camera, so I don't consider it daily-driver quality yet. Mar 24 18:01:47 Is it easier to get 4.x up? I probably need a new phone since mine's modem acts weird Mar 24 18:12:13 Depends on the manufacturer but generally speaking it's hard to do major upgrades due to special, non-mainline drivers Mar 24 18:15:14 I'm prepared for that, updates always suck **** ENDING LOGGING AT Mon Mar 25 03:00:06 2019