**** BEGIN LOGGING AT Wed Nov 06 03:00:06 2019 Nov 06 03:29:57 @Fuseteam [Uh docs.halium.org i guess], Thanks Nov 06 05:58:41 I want to updat my phon os Nov 06 07:28:04 @Srinivasan Ramachandran [So what is halium? Can I Port it to a phone with just the bootloader available? …], Which device is it? Nov 06 07:44:10 @Srinivasan Ramachandran [So what is halium? Can I Port it to a phone with just the bootloader available? …], It depends. Sure, you can port it if your vendor/manufacturer gave away the kernel code. Nov 06 07:44:45 Most popular manufacturers do hand the kernel away, but private ones. Not so likely, I think. Nov 06 09:20:57 Solidified was added by: Solidified Nov 06 09:23:11 @Ben Anderson [I've followed the first steps, get source, build halium instructions in the docs …], Which OS are you planning to port? Or do you just want to help with the port in general? :) Nov 06 10:48:53 mado131 was added by: mado131 Nov 06 11:00:03 Hi can anyone build it to xaiomi redmi 5 (rosy) Nov 06 11:00:47 mado131: Yes we have Rosy working on LuneOS Nov 06 11:00:50 Using Halium Nov 06 11:02:10 @Herrie [mado131: Yes we have Rosy working on LuneOS], Where's download link Nov 06 11:02:37 @mado131: http://build.webos-ports.org/luneos-testing/images/rosy/ Nov 06 11:02:53 There are some issues with flashing (buggy tar in TWRP) which we're finding a workaround for now Nov 06 11:04:33 So flashing from TWRP is not really working in some cases as per https://github.com/webOS-ports/meta-webos-ports/issues/389 this should hopefully be addressed in the next image since a fix is now being tested locally: https://github.com/webOS-ports/meta-webos-ports/pull/402 Nov 06 11:05:42 @Herrie [So flashing from TWRP is not really working in some cases as per https://github. …], Oky thanks i will wait Nov 06 11:33:24 Mine is Asus Zenfone2 Z00A Nov 06 11:45:58 @Srinivasan Ramachandran [Mine is Asus Zenfone2 Z00A], Look on the GitHub if LineageOS has repositories for your kernel. Nov 06 11:46:27 I think you had to search for "device_kernel_• Nov 06 11:46:34 [Edit] I think you had to search for "device_kernel_" Nov 06 11:48:23 @rixchy [I think you had to search for "device_kernel_"], Manny thanks Richard. I will search the repo as a first step Nov 06 12:15:41 @Srinivasan Ramachandran [Manny thanks Richard. I will search the repo as a first step], Mhm. Nov 06 12:15:58 @Srinivasan Ramachandran [Manny thanks Richard. I will search the repo as a first step], [Edit] Mhm. Good luck! Nov 06 12:42:11 @rixchy [I think you had to search for "device_kernel_"], It is wrong … It is "android_kernel__" Nov 06 12:48:28 @Mattia990 [It is wrong … It is "android_kernel__"], I apologize for the mistake. Nov 06 14:04:13 (Voice, 0s) https://irc.ubports.com/5WstcRbJ.oga Nov 06 14:04:52 @M.Y [], oops? Nov 06 15:23:49 still got this error … subsys-pil-tz soc:qcom,kgsl-hyp: a530_zap: Invalid firmware metadata … any idea ? do i need wipe data partition ? Nov 06 15:30:42 Kurt680 was added by: Kurt680 Nov 06 15:36:47 Hi everyone, does anybody know if there's some porting for XIAOMI devices of Ubuntu Touch at the moment? Nov 06 15:40:11 cedric, vince Nov 06 15:41:50 Gemini Nov 06 15:57:37 pizzaduhg was added by: pizzaduhg Nov 06 17:35:55 ajithzres was added by: ajithzres Nov 06 21:07:13 Herrie https://github.com/enesutku07/android_build/tree/patch-2?files=1 Nov 06 21:07:22 Second patch Nov 06 21:41:37 axilet was added by: axilet Nov 06 22:33:12 snoerrdi710 was added by: snoerrdi710 Nov 06 23:40:38 hello. Does anyone know how to preload libraries in LD_PRELOAD? For example, old device tree for my phone exists without sources of some libs. The libs require two libraries to be preloaded. I have TARGET_LDPRELOAD += one.so:two.so in BoardConfig.mk. The problem is preloading doesn't work and I'm unable to use the phone without it. How to Nov 06 23:40:38 make it working? Nov 06 23:47:16 @axilet [hello. Does anyone know how to preload libraries in LD_PRELOAD? For example, old …], I'm missing some context, and I don't have much knowledge with preload stuff, but be aware that you can use `patchelf --add-needed one.so` Nov 06 23:47:45 @axilet [hello. Does anyone know how to preload libraries in LD_PRELOAD? For example, old …], [Edit] I'm missing some context, and I don't have much knowledge with preload stuff, but be aware that you can use `patchelf --add-needed one.so` instead Nov 06 23:48:56 @phhusson [I'm missing some context, and I don't have much knowledge with preload stuff, bu …], it's a liitle bit problematic because I have more than 10 libraries that require one.so. Is it the only solution? Nov 06 23:49:31 test_egl … library "libgui.so" wasn't loaded and RTLD_NOLOAD prevented it … cannot locate symbol "__xlog_buf_printf" referenced by "/android/system/lib/libdpframework.so"... … Aborted Nov 06 23:51:28 @axilet [it's a liitle bit problematic because I have more than 10 libraries that require …], well, IMO it's more maintainable on the long-run than preloads Nov 06 23:52:13 @phhusson [well, IMO it's more maintainable on the long-run than preloads], Okey, thank you for that solution. Looks like it really a more practical way in my situation. Didn't know about that Nov 06 23:52:28 @phhusson [well, IMO it's more maintainable on the long-run than preloads], [Edit] Okay, thank you for that solution. Looks like it really a more practical way in my situation. Didn't know about that Nov 06 23:52:42 @phhusson [well, IMO it's more maintainable on the long-run than preloads], [Edit] Okay, thank you for that solution. Looks like it's really a more practical way in my situation. Didn't know about that Nov 06 23:53:03 well, it's a solution that I personnaly prefer, but I know most people in the community use ld_preload, there might be a reason i'm missing Nov 06 23:53:11 Also didn't know that you can be in this chat:) **** ENDING LOGGING AT Thu Nov 07 02:59:57 2019