**** BEGIN LOGGING AT Wed Mar 07 03:00:01 2018 Mar 07 04:41:58 I er... broke manifest :O Mar 07 04:47:36 so libcore sync failure in backlog is now fixed.. Mar 07 08:23:24 @bshah, Thx :D Mar 07 08:33:35 @vanyasem hwcomposer work on Halium Oneplus 3? Mar 07 08:33:54 @ErnyTech, ask @sk8higher Mar 07 08:37:09 these commits seem mandatory to make everything work properly https://github.com/delaya73/proprietary_vendor_oneplus/commits/cm-14.1 Mar 07 08:43:33 Fuseteam was added by: Fuseteam Mar 07 10:22:55 @bshah, sync is fixed … but a checkout to 51ae3260373087f80cba0c1714fd587e1f84e7ff in framework/native is still needed :/ Mar 07 10:23:40 are you sure? Mar 07 10:24:47 @vince1171: what is error you're getting? Mar 07 10:25:57 still the SHARED_LIBRARIES stuff … I'll see for fixing this tonight … and I'll re-download the tree to be sure ^^ Mar 07 10:26:17 but which SHARED_LIBRARIEs, is important Mar 07 10:26:19 :) Mar 07 10:30:27 https://paste.ubuntu.com/p/Dj8VR2wfXy/ Mar 07 10:31:09 hm Mar 07 10:31:18 do clean repo sync please Mar 07 10:31:34 and if that doesn't work tell me what commit is your build/ directory Mar 07 10:31:57 here is the command I run … source build/envsetup.sh && breakfast oneplus2 && mka clean && mka systemimage Mar 07 10:32:09 so already clean Mar 07 10:32:26 oh... … clean repo sync OK Mar 07 10:33:21 need 4 hours here at the University … so I'll do it at home this evening Mar 07 10:49:47 @ErnyTech, we haven't tested yet Mar 07 10:50:28 @sk8higher, have you seen the repo I sent? Mar 07 10:53:08 @ErnyTech, no, i will check Mar 07 10:53:36 but everything worked Mar 07 10:59:11 @sk8higher, Those commit had been applied by the sailfishos dev to make it work properly hwcomposer on 32-bit based rootfs Mar 07 10:59:28 @sk8higher, [Edit] Those commit had been applied by the sailfishos dev to make it work properly hwcomposer on armhf 32-bit based rootfs Mar 07 10:59:30 @ErnyTech, libcompact patch is there Mar 07 10:59:32 I patched it Mar 07 10:59:41 these commits make no sense to me Mar 07 11:00:51 @vanyasem, Where? Mar 07 11:01:00 in the kernel Mar 07 11:01:14 https://github.com/Halium/android_kernel_oneplus_msm8996/pull/1 Mar 07 12:21:44 @vanyasem, Uhm this patch seems better Mar 07 14:29:14 maxwellblu was added by: maxwellblu Mar 07 14:30:18 Is there a Halium port for HTC M8? Mar 07 14:30:54 maxwellblu: Seems not, only HTC PME as per https://github.com/Halium/halium-devices/tree/halium-7.1/manifests Mar 07 14:33:16 maxwellblu: What's the codename? There seems to be at least 4 or 5 One M8 variants... Mar 07 14:33:22 VeryOriginalUsername was added by: VeryOriginalUsername Mar 07 14:35:54 I think it's just m8 Mar 07 14:36:54 Because on Lineage OS it just said m8 Mar 07 14:40:02 maxwellblu: There's nothing yet, but you're free to start a port :) Mar 07 14:40:18 Since there's good LineageOS 14.1 support it shouldn't be rocket science to get it to build at least Mar 07 14:40:25 To get it working is another story :P Mar 07 15:00:37 Okay Mar 07 15:22:08 I only have an unofficial lineageos repo to choose from and I got it to build, so I can only imagine how easy a well supported device would be Mar 07 15:24:35 Tygerpro: Getting the Halium bits to build on a Qualcomm devices is fairly easy tbh Mar 07 15:24:47 Getting things to work is another thing Mar 07 15:56:07 Grrr :S Mar 07 15:58:38 brr Mar 07 16:01:29 Wrong channel LOL Mar 07 16:43:41 @maxwellblu, I was working on one, I'm at a point where I've built halium boot, its not crashing, but I can't ssh in. Mar 07 16:46:53 @rockybulwinkle, Telnet :P Mar 07 16:48:37 RS232 😂 Mar 07 17:10:42 @rockybulwinkle, Telnet 192.168.2.15 iirc, might have to setup your IP first Mar 07 17:11:40 @rockybulwinkle, if you can't reach by ssh, at least you should access via telnet to halium-boot's busybox through en0xxx port (usb) Mar 07 17:12:21 The dmesg will show the device name Mar 07 18:05:05 It is not presenting a USB Ethernet interface Mar 07 18:05:18 Hi, I made a routine inspection of FP2 dmesg, and found suspicious wlan outputs... https://pastebin.com/UjLCa7KX => anyone knows how to pacify the wlan scan stuff? Mar 07 18:05:44 The problem goes back further than that though, it doesn't seem to be using the args I pass to it. I asked for help about it the other day Mar 07 18:06:52 Which means SELinux and audit are enabled Mar 07 18:08:47 I have the cmdline extend option set, the cmdline set to "selinux=0 audit=0" and I use fastboot to boot and set selinux and audit there as well. Yet /proc/last_kmsg those options don't show up in the kernel command line. I don't know what I'm doing wrong. Mar 07 18:10:41 For cmdline, @Flohack can help you I think, he have dealt with device where bootloader overrides the cmdline Mar 07 18:11:49 @rockybulwinkle, 2 possible problems: cmdline length is limited by kernel setup and the second one is, bootloader is appending a sh1tload of parameters. Can we see your cmdline after boot? Mar 07 18:12:25 Yeah, I'll forward my kernel config too from earlier Mar 07 18:12:52 Fwd from rockybulwinkle: kernel config: https://gist.github.com/rockybulwinkle/4384cddbcc2156d465d4782438cf8046 … dmesg: … https://gist.github.com/rockybulwinkle/1d5743cfcc4daac18318b70c8d460721 Mar 07 18:12:52 Fwd from rockybulwinkle: this is my fastboot command: https://gist.github.com/rockybulwinkle/6e8524c38ade3bd7fc6a617a479cdea1 Mar 07 18:13:11 @UniversalSuperBox where is my writeup about fixing this? It was in the old Wiki... hmm let me see. Mar 07 18:14:28 Ah here I found it: https://github.com/ubports/wiki.ubports.com/blob/master/When%20the%20Bootloader%20Decides%20to%20Override%20your%20Command%20Line.md Mar 07 18:14:49 @rockybulwinkle, fastboot cmdline never worked for me Mar 07 18:15:52 yes please apply my patch to your kernel Mar 07 18:16:08 that will shift your extended cmdline from the config after the bootloader supplied one Mar 07 18:16:16 also add console=tty0 or smth like this Mar 07 18:16:34 #define COMMAND_LINE_SIZE 2048 might be too big, try 1024 first Mar 07 18:16:38 OK. I think I might have to increase command line length too since I didn't see my args at all Mar 07 18:17:11 yes thats true, but thats also a bad sign :) Mar 07 18:17:17 Thanks. I'm at work right now, but I'll be home to try it in 6 or 7 hours Mar 07 18:17:22 plz try to boot without -c on fastboot Mar 07 18:17:24 I'll let you know how that goes Mar 07 18:17:47 basically that might make things more complicted. Try to get everything into CMDLINE variable Mar 07 18:17:51 Ok do this Mar 07 20:37:51 Fwd from ankaos: Fetching projects: 20% (43/215) fatal: Couldn't find remote ref refs/heads/halium-7.1 … Fetching projects: 93% (200/215) fatal: Couldn't find remote ref refs/heads/halium-7.1 … @archi_dagac Mar 07 20:38:04 We have this problem :( Mar 07 20:38:19 How can we solve it? Mar 07 21:14:48 @bshah, ok I find my problem —' … I use the mariogrip/remove-selinux branch for android_build … this branch didn't got the commit "Add libnativehelper and libcore" … *faceplam I'm an idiot 😆 Mar 07 21:52:09 any suggestion regarding the `/media/HALIUM/halium/out/target/product/tenshi/obj/SHARED_LIBRARIES/libaudiopolicymanager_intermediates/export_includes` issue while compiling `mka systemimage` Mar 07 22:42:24 ReversedPosix was added by: ReversedPosix Mar 08 00:45:09 @Flohack, I didn't have the file you described for the COMMAND_LINE_SIZE. For me it's defined in arch/arm/include/asm/setup.h. It was already set to 1024 so I tried 2048, but now the frame size is too big. I guess I'll try 1536? Mar 08 00:54:50 it still isn't taking my kernel args... I don't think it's an issue of the command line overflowing. The cmdline that the kernel prints at boot is 942 characters. I still don't see my args there... Mar 08 00:59:30 I'm gonna try setting cmdline_force. Mar 08 01:08:29 I'm doing that and throwing out my 'out' dir... Mar 08 01:14:54 hey, it's bootlooping! progress! Mar 08 01:17:40 ...but the args still isn't what I passed! what is going on here... **** ENDING LOGGING AT Thu Mar 08 03:00:02 2018