**** BEGIN LOGGING AT Mon Jan 29 03:00:02 2018 **** BEGIN LOGGING AT Mon Jan 29 03:04:38 2018 Jan 29 12:22:51 hi. which aosp branch is recommended to build hallium Jan 29 12:22:56 ? Jan 29 12:26:52 you need LineageOS 14.1 device tree Jan 29 12:27:11 (or port Halium changes onto AOSP tree of your choice, but that's another story) Jan 29 12:34:03 @NotKit do you know if AOSP device trees work with LineageOS? Jan 29 12:34:41 likely it will need adjustments and depends on device Jan 29 12:34:52 Liineage 14.1 does not exist for xperia XZ, oreo only. So i decided to build on aosp. But i dont know which branch of aosp should i use for halium. or it does not matter? Jan 29 12:34:57 for example, MTK requires tons of hacks and patches to build Lineage Jan 29 12:35:39 its xperia XZ. (Snapdragon 820) Jan 29 12:35:42 @gouster4, 7.0 in that case Jan 29 12:36:25 i will use then latest 7.1.2. Jan 29 14:00:08 Fwd from SALPHA8506: root@localhost:~# EGL_PLATFORM=hwcomposer test_hwcomposer … "/system/lib/libhardware.so" is 32-bit instead of 64-bit … Segmentation fault … root@localhost:~# Jan 29 14:00:34 are you trying to use 64-bit rootfs and libhybris? Jan 29 14:01:15 yeah Jan 29 14:01:29 what rootfs is it? Jan 29 14:01:53 https://github.com/libhybris/libhybris/blob/master/hybris/hardware/hardware.c#L25 - remove "/system/lib" part from there and rebuild libhybris Jan 29 14:01:59 Fwd from JBBgameich: https://github.com/debian-pm-tools/rootfs-builder/releases/tag/20180121 … arm64 rootfs is at least built. I have no Idea if it works though Jan 29 14:02:46 @NotKit, Oh, that's my task then, right? Jan 29 14:03:26 I was saying that to @SALPHA8506, but seems like :) Jan 29 14:03:44 I'm not sure why the path is hardcoded in libhybris Jan 29 14:13:34 btw @NotKit: Do you know if I should remove this: https://github.com/debian-pm/libhybris-packaging/blob/master/debian/rules#L59 Jan 29 14:13:48 (ubuntu-linker-overrides) Jan 29 14:14:13 yes, it has been removed from libhybris Jan 29 14:14:19 ok, thanks Jan 29 14:36:31 I have a stupid question, what is libhybris Jan 29 14:36:46 voodo library to use Android drivers Jan 29 14:37:04 Ah.. Thanks Jan 29 14:37:20 It's one essential part of Halium Jan 29 14:41:24 yeah, without it you basically are stuck with the device support of something like postmarketos Jan 29 14:42:32 there is libhybris branch of postmarketos Jan 29 14:42:56 there is? im glad they saw reason :) Jan 29 14:43:53 but they've done a lot of effort on mainlining Jan 29 14:54:24 @Walid, device/.../.../rootdir/root/init.qcom.sh ??? Jan 29 14:59:29 Want to build halium with phablet Jan 29 15:01:53 @maharudra108, What's phablet? Jan 29 15:02:58 @NSA_AMERICA, A phone with tablet measures Jan 29 15:03:33 @NSA_AMERICA, U referenced me for halium Jan 29 15:03:42 Ubuntu phablet Jan 29 15:03:52 @tipode_incognito, 😂 Jan 29 15:04:16 @maharudra108, Phablet is the default username on Ubuntu rootfs Jan 29 15:04:21 @tipode_incognito, 😂😂 Jan 29 15:24:25 @Mattia990, In initiative.qcom.rc, add service to exexute .sh file Jan 29 15:28:24 @Walid, I haven't understand... I have to put echo sta ... In .sh or .rc ? Jan 29 15:35:48 are there any special apparmor patches required in order for halium-rootfs to work? There is a unit apparmor and it fails, also the journald-audit.socket moans that: "ConditionSecurity=audit failed" Jan 29 15:37:15 Ok, i resolved /firmware error... Thanks all! Jan 29 15:51:42 How can i resize rootfs.img partition? I haven't got space... Jan 29 15:52:54 @Mattia990, edit script Jan 29 15:53:19 @theimpulson, which? Jan 29 15:53:29 Halium script Jan 29 15:53:46 @theimpulson, I use JBB script Jan 29 15:54:02 @Mattia990, @JBBgameich Jan 29 15:55:27 No ok, i use e2fsck - f rootfs.img and resize2fs rootfs.img 3G Jan 29 16:03:20 Does halium ever write to the system.img? I don't quite get why the halium-install script makes a new image with mounting stuff and make_ext4 while the replace-android-image script simply does a resize2fs Jan 29 16:03:44 simg2img and resize2fs is enough Jan 29 16:04:14 I'm using it in my version of the script and it seems to work fine without make_ext4 Jan 29 16:04:28 I had todo from forever to port halium-install to that style butu never did Jan 29 16:04:31 :P Jan 29 16:05:59 sudo/root access is also no longer needed that way Jan 29 16:06:22 sudo access is needed for adb IIRc Jan 29 16:06:36 works perfrectly without here Jan 29 16:07:32 @bshah, I'm also using adb without sudo, it seems to work perfectly fine Jan 29 16:10:18 https://github.com/Halium/halium-scripts/pull/8 Jan 29 16:10:19 :-) Jan 29 16:12:28 the reason it works completely fine for you is because you have udev rules setup properly Jan 29 16:12:32 lot of people don't Jan 29 16:16:26 Can't halium be made on recovery flashable zip instead of system.img Jan 29 16:23:12 @maharudra108, It can be, Jan 29 16:23:27 How Jan 29 16:23:42 Tell me I'm going to compile now Jan 29 16:24:58 @maharudra108, I said, it can be ,,it has not been implemented yet, just compile and flash through the jbb's script Jan 29 16:25:36 @NSA_AMERICA, Jbbs script? Where i find this Jan 29 16:26:11 First complete your testing .. then you can think about making a zip... And before that eliminate all the compilation errors Jan 29 16:26:23 @maharudra108, https://github.com/JBBgameich/halium-install Jan 29 16:26:52 @maharudra108, That's need later... First compile... It is for flashing the rootfs.. Jan 29 16:27:08 Okay Jan 29 16:27:36 I have seen stl on other devices what is it? Jan 29 16:28:26 @maharudra108, Stl? Jan 29 16:29:32 Stlport Jan 29 16:29:38 What is it? Jan 29 16:30:08 Mine configuration is same as bq_krillin Jan 29 16:32:08 Was it in the dependency? Jan 29 16:35:24 rsyslogd is occupying 200% of cpu and in /var/log/syslog there is a looping dmesg and it occupies all space left in rootfs.img Jan 29 16:36:38 @NSA_AMERICA, Yup Jan 29 16:40:01 @maharudra108, Then it is needed... I have no idea what it will do, but it is needed Jan 29 16:42:02 Okay Jan 29 19:09:31 @Mattia990, how? Jan 29 19:53:59 zoomer296 was added by: zoomer296 Jan 29 20:13:55 @dohniks, By rebuilding system.img and using replace-image script Jan 29 20:14:14 @Mattia990, And adding /firmware in fstab Jan 29 20:17:26 Ok. How did you find out which partition? Jan 29 20:47:18 @dohniks, In another fstab Jan 29 22:38:10 I'm stuck at the beginning porting where the guide asks me to modify "halium/devices/manifests/[manufacturer]_[device].xml". … That path doesn't exist in my Halium build directory. **** ENDING LOGGING AT Tue Jan 30 03:00:01 2018