**** BEGIN LOGGING AT Mon Apr 12 02:59:56 2021 Apr 12 04:56:15 @HyperN00B ["porting" fastboot package's flash_all.bat to flash_all.sh is very f*cking borin …], But it's included in the fastboot rom file already Apr 12 08:12:04 Artur (NetuserPRO) was added by: Artur (NetuserPRO) Apr 12 12:27:43 Zack83r was added by: Zack83r Apr 12 13:08:37 hello, someone can help me to build halium for redmi 7a? one person make it but he don't want share the trees and i wanna know if someone can help me, thanks Apr 12 13:10:08 do you have kernel source? Apr 12 13:11:02 if you know that it's working you can try build it via gitlab-ci Apr 12 13:12:25 @just_carlod [do you have kernel source?], i don't have that kernel source Apr 12 13:13:24 Do you know why this guy didn't want to share source code? Apr 12 13:24:12 @just_carlod [Do you know why this guy didn't want to share source code?], yes, i know Apr 12 13:24:27 he don't want share because he want money Apr 12 13:24:58 that's illegal I guess Apr 12 13:25:13 https://github.com/MiCode/Xiaomi_Kernel_OpenSource/tree/pine-p-oss I found this but it's two years old Apr 12 13:25:46 [Edit] https://github.com/MiCode/Xiaomi_Kernel_OpenSource/tree/pine-p-oss I found this but last commit is two years old Apr 12 13:26:09 @just_carlod [https://github.com/MiCode/Xiaomi_Kernel_OpenSource/tree/pine-p-oss I found this …], ok i try Apr 12 13:26:22 but there's a custom kernel for pine Apr 12 13:26:25 and it's 64bit Apr 12 13:26:44 https://github.com/SimplyJoel/kernel_xiaomi_sdm439 Apr 12 13:26:49 this is from my friend joel Apr 12 13:26:55 it's a good kernel Apr 12 13:27:20 does it work with Android 9? Apr 12 13:27:25 @NotKit [does it work with Android 9?], yes Apr 12 13:27:41 @hassanh92 [But it's included in the fastboot rom file already], Yeah. But Windows didn't recgonize my phone in fastboot and Linux don't understand batch. Apr 12 13:27:54 i know Ubuntu Touch required pie base so we have already, we need only an updated kernel Apr 12 13:28:01 see https://gitlab.com/ubports/community-ports/android9/xiaomi-redmi-7 for reference Apr 12 13:28:48 ok Apr 12 13:30:24 basically you need to compile kernel with any method that works for you, then download halium-boot ramdisk and combine them into boot.img Apr 12 13:31:16 (or you can probably just fork Redmi 7 GitLab CI repo and adapt it for your device) Apr 12 13:31:29 @NotKit [(or you can probably just fork Redmi 7 GitLab CI repo and adapt it for your devi …], ok Apr 12 13:32:19 but what? there's two projects Apr 12 13:32:56 one contains build configuration, scripts and root filesystem overlay Apr 12 13:33:01 another is just kernel source code Apr 12 13:33:14 oh ok and what i use? Apr 12 13:33:37 you need to customize first one, and use your own kernel source code repo Apr 12 13:33:51 @NotKit [you need to customize first one, and use your own kernel source code repo], ok Apr 12 13:34:14 so i need to adapt the first one for my device? Apr 12 13:34:18 and then try to build Apr 12 13:34:36 yes, and you need some defconfig changes for kernel to boot Apr 12 13:34:48 @NotKit [yes, and you need some defconfig changes for kernel to boot], and where i can pick? Apr 12 13:35:01 CONFIG_DEVTMPFS=y … CONFIG_VT=y … CONFIG_NAMESPACES=y … CONFIG_MEMCG=y … CONFIG_CGROUP_DEVICE=y … CONFIG_CGROUP_SCHEDTUNE=n … CONFIG_SYSVIPC=y … CONFIG_FANOTIFY=y Apr 12 13:35:11 @NotKit [CONFIG_DEVTMPFS=y … CONFIG_VT=y … CONFIG_NAMESPACES=y … CONFIG_MEMCG=y … CONFIG_CGROUP_D …], oh ok, thanks Apr 12 13:35:21 @virginioscotti [and where i can pick?], Isn't there a script that checks defconfig? Apr 12 13:35:42 @HyperN00B [Isn't there a script that checks defconfig?], idk, i'm noob with halium Apr 12 13:35:48 @virginioscotti [idk, i'm noob with halium], Me too. Apr 12 13:35:56 i'm a developer of custom roms so i wanna learn Apr 12 13:36:08 @virginioscotti [i'm a developer of custom roms so i wanna learn], Me too Apr 12 13:36:14 @HyperN00B [Me too], oh ok Apr 12 13:36:53 @HyperN00B [Isn't there a script that checks defconfig?], there is, but it's kind of annoying to use when you try to boot a new device since it simply changes too much options at once Apr 12 13:37:02 @HyperN00B [Isn't there a script that checks defconfig?], [Edit] there is, but it's kind of annoying to use when you try to boot a new device since it simply changes too many options at once Apr 12 13:37:13 @NotKit [there is, but it's kind of annoying to use when you try to boot a new device sin …], So it's not really recommended Apr 12 13:37:26 most of those are not important for first boot, but you can use it on a later stage Apr 12 13:37:36 [Edit] most of those are not important for the first boot, but you can use it on a later stage Apr 12 13:40:21 @NotKit [CONFIG_DEVTMPFS=y … CONFIG_VT=y … CONFIG_NAMESPACES=y … CONFIG_MEMCG=y … CONFIG_CGROUP_D …], So currently these are the only recommended changes? Apr 12 13:41:27 @HyperN00B [So currently these are the only recommended changes?], under "first boot" I mean during early porting stage when you attempt to get your kernel to boot Apr 12 13:41:43 @NotKit [under "first boot" I mean during early porting stage when you attempt to get you …], So in my case, yes Apr 12 13:42:01 (Video, 7s) https://irc.ubports.com/3o1rM07e.mp4 just like Boot2Gecko, this is Boot2Flutter😜 Apr 12 13:42:40 @HyperN00B [So in my case, yes], in your case I'm pretty sure there is a booting kernel already (checked just last night) as long as you have right stock fw installed Apr 12 13:42:57 @NotKit [in your case I'm pretty sure there is a booting kernel already (checked just las …], I'm currently on Miui 11 Pie fw. Apr 12 13:43:04 It should work right? Apr 12 13:43:33 @Coltor Chen [], based on android-10 gsi, running success on pixel 3/3a/... Apr 12 13:44:24 @HyperN00B [It should work right?], yes Apr 12 13:44:46 @NotKit [yes], Then i'll try the images you sent again. Apr 12 14:42:14 Which one should i use for breakfast? lineage_ginkgo or halium_ginkgo Apr 12 14:46:50 build/make/core/binary.mk:1416: error: multiple target patterns. Apr 12 15:50:27 @NotKit [yes], The bootlogo showed up, then a short black screen then the device rebooted. Apr 12 15:50:53 And it booted the second time Apr 12 16:01:00 Works like a charm. The brightness slider is a bit funky and SIM and SD dead. Apr 12 16:01:04 But everything else works. Apr 12 16:54:17 Guys any idea how much data required for repo sync Apr 12 17:23:50 many GB Apr 12 17:25:04 @Zack83r [Guys any idea how much data required for repo sync], Around 60GB i guess Apr 12 17:27:54 @HyperN00B [Around 60GB i guess], Download size or disk size Apr 12 17:28:01 @Zack83r [Download size or disk size], Download size Apr 12 17:28:52 Ooo … Actually iam trying to build for redmi 5a and moto e Apr 12 17:30:40 Hi...how can i fix this... Apr 12 17:30:40 (Photo, 1280x720) https://irc.ubports.com/32K0Nytf.png Lxc fails to start... Apr 12 17:34:57 Getting this error while building halium 10 … `FAILED: ninja: unknown target 'halium-boot'` Apr 12 18:39:08 In halium 10 there is not yet halium-boot makefile, you need to manually download it from git or manually build boot image Apr 12 18:40:50 build.sh · android-10 · UBports / Community Ports / android10 / Xiaomi Poco M3 / xiaomi-citrus · GitLab … https://gitlab.com/ubports/community-ports/android10/xiaomi-poco-m3/xiaomi-citrus/-/blob/android-10/build.sh **** ENDING LOGGING AT Tue Apr 13 02:59:56 2021