**** BEGIN LOGGING AT Fri Nov 06 02:59:57 2020 Nov 06 04:16:21 @joelselvaraj [@mrcyjanek If i disable CHG_PLCY_MAIN_WL, system is not booting itself.], sorry my bad. when add it to `LIST_WL_DEFAULT`, i need to increase the size of `LENGTH_LIST_WL_DEFAULT` correspondingly. Then it didnt crash. battery drain is not present now. However, when device is connected to only wifi(no mobile data), notifi Nov 06 04:16:22 cations dont work when display off. Does this happen to you also? Nov 06 06:23:58 Error while doing ' make O=out systemimage ' … Pastebin log at https://pastebin.com/BTvxBSpu Nov 06 06:24:45 @Ankit [Error while doing ' make O=out systemimage ' … Pastebin log at https://pastebin.c …], For porting halium 9 Nov 06 06:38:08 halium 9 system image, non gsi can be made? Nov 06 07:28:22 @erfanoabdi with the GSI, do you get push notifications from apps like fluffychat when display is off and device is battery powered? like when the CPU is in suspended state. Nov 06 07:57:59 it works through mobile data. but doesnt work with wifi🙁 Nov 06 08:09:48 basically, when in battery mode, device goes into suspend mode, wifi gets suspended, so no internet. so no notification. But is there a mechanism to get wifi on and off intermittently and check for notification? Nov 06 08:16:45 @JayAware [halium 9 system image, non gsi can be made?], yes, if you compile it with your device tree Nov 06 11:57:48 @NotKit I have fixed the recovery. Here is the changes to recovery to fix the `Failed to setexeccon` error. https://github.com/ubports-beryllium/halium_bootable_recovery/commit/cbb738f9315c3f458b90425e918ca7301f600017 Nov 06 11:58:07 Let me if its good, so i can create pull request Nov 06 11:58:38 [Edit] @NotKit I have fixed the recovery. Here is the change to fix the `Failed to setexeccon` error. https://github.com/ubports-beryllium/halium_bootable_recovery/commit/cbb738f9315c3f458b90425e918ca7301f600017 Nov 06 11:58:58 skipping filesystem check instead of skipping setexeccon does not feel nice Nov 06 12:00:31 (but that codepath may be used only for external media though...) Nov 06 12:00:31 yeah. but mostly they check for selinux? Nov 06 12:01:09 @joelselvaraj [yeah. but mostly they check for selinux?], looks like filesystem integrity check Nov 06 12:01:23 (like fsck on desktop) Nov 06 12:02:28 Hmm i see. this is the function. that causes the main the problem. `ForkExecvp` Nov 06 12:02:38 i ll only comment the setexecconn Nov 06 12:03:30 But it was giving an error saying `context` variable is not used. Nov 06 12:03:53 So i thought, the main function of it is to setexeccon Nov 06 12:05:53 so i thought of commenting `ForkExecvp`. but except for Ext4 filesystem, all other filesystem's only calls `ForkExecvp` in `Check` function. Meaning if comment out `ForkExecvp`, `check` is also needed Nov 06 12:06:02 So commented out checking all together Nov 06 12:06:56 `ForkExecvp` executes another process Nov 06 12:07:51 yes Nov 06 12:07:54 my bad Nov 06 12:07:56 execvp Nov 06 12:08:04 it does that too. Nov 06 12:09:25 maybe i ll change the function argument to leave out context? or maybe just put a log that prints the context like "setexeconn is not run for : ". So compiler wont complain unused variable Nov 06 12:09:50 @joelselvaraj [i ll only comment the setexecconn], so comment out this and function argument name Nov 06 12:09:54 @joelselvaraj [i ll only comment the setexecconn], [Edit] so comment out this and function argument name of context Nov 06 12:10:13 status_t ForkExecvp(const std::vector& args, std::vector* output, … security_context_t /*context*/) { Nov 06 12:10:15 like this Nov 06 12:10:30 Ahh ok. will do so. Nov 06 12:15:45 Works. Nov 06 12:16:14 Here is the commit https://github.com/ubports-beryllium/halium_bootable_recovery/commit/356e27abcab159bc08c3be0412e44f67e5c01935 Nov 06 12:33:07 @NotKit Created the pull request : https://github.com/ubports/halium_bootable_recovery/pull/1 Nov 06 12:33:13 Tested on a clean build Nov 06 12:33:17 works Nov 06 12:43:17 adb takes 5 to 10 seconds to setup after recovery boots. Is that fine? Nov 06 12:45:03 it is because something is broken with configfs that the Alfred script workarounds Nov 06 12:45:11 ideal would be figuring out what is wrong exactly Nov 06 12:45:24 [Edit] it is because something is broken with configfs that the Alfred's script workarounds Nov 06 12:45:44 but it should be ok from practical perspective Nov 06 13:17:54 Nice ok. Whats next? any ci to setup for recovery? Nov 06 13:19:58 I don't know how will be do it properly Nov 06 13:20:39 [Edit] I don't know how will we do it properly Nov 06 13:21:30 currently it depends on someone to add your device to system-image server to actually test OTA updates Nov 06 13:24:24 MARTA BODIL was added by: MARTA BODIL Nov 06 14:20:47 @erfanoabdi [yeah … but it was gst-droid … in 10 we're using ubuntu compat layer], Erfan, as mentioned early the camera on the OP3T crash and make the phone dying (screen black then led switch on, only a power reboot can restart the phone) Is there a way to get log, verbose or info from this Ubuntu compat layer ? on the phone. So far log d Nov 06 14:20:47 oesn't bring much. Nov 06 14:28:16 Hi, I'm trying to build a kernel for gsi. Samsung galaxy a20. I've applied the patches to my defconfig. But when I run "make mydefconfig", then it overrides some of the configs. Just for test I run the script on .config and there are again 41 changes. Any help? Nov 06 14:32:23 editing defconfig directly is generally pretty unreliable as some options have dependencies or are missing in kernel altogether Nov 06 14:32:53 I suggest to use xconfig tool for .config and then regenerate defconfig with ARCH=arm64 make O=path/to/KERNEL_OBJ savedefconfig Nov 06 14:36:35 Thanks I'll try it. Nov 06 14:56:43 @NotKit [currently it depends on someone to add your device to system-image server to act …], Ok. Hope someone adds them. Nov 06 15:22:07 People, do you think it is better to use LineageOS 14.1 as my base? Porting to Mi 8(dipper) Nov 06 15:48:41 Alan was added by: Alan Nov 06 16:02:09 @samsep10l [People, do you think it is better to use LineageOS 14.1 as my base? Porting to M …], I m not sure. Beryllium is somewhat similar to dipper. It runs Erfan's GSI ubports (based on lineage 16) very well... Nov 06 16:19:35 Hello, I've got a question about debOS,Phosh on nexus 5x using halium - is it possible? (for example by using debian-pm-tools, made by JBBgameich) Nov 06 17:34:04 @NotKit [I suggest to use xconfig tool for .config and then regenerate defconfig with ARC …], The issue is, in the script are configs which have been renamed. "Config_cgroup_mem_res_ctlr" is now "config_memcg". Is there an updated script for kernel4.4? Nov 06 17:36:19 Is it not possible to use aliendalvik instead of anbox in ubuntu touch? The performance of aliendalvik is not inferior to android. Nov 06 17:39:09 Sailfishos 3.4.0.24 Nov 06 18:11:38 aliendalvik is a commercial product. Nov 06 18:17:54 It only seems to work on phones that are supported by Sailfish Nov 06 18:28:37 it actually does work on device that doesn't even support sailfish Nov 06 18:29:06 can't tell how to get it installed and working but i heard it was already done Nov 06 18:49:43 @RealDanct12 [can't tell how to get it installed and working but i heard it was already done], This is my xiaomi mi6 😁 Nov 06 18:52:05 Runs that game well. Nov 06 18:53:36 (Document) https://irc.ubports.com/39istXBm.png Nov 06 18:58:03 Cameras, sensors, everything works perfectly Nov 06 19:13:39 @Verevka86 [Cameras, sensors, everything works perfectly], yeah, but it does not help us Nov 06 19:14:29 you can attempt to run it by stealing RPM and doing some kind of Sailfish chroot, but it will be pretty tricky and not worth the effort in my opinion Nov 06 21:03:42 Kimberlie Clarkа was added by: Kimberlie Clarkа Nov 06 23:08:40 Mohamed Sayed was added by: Mohamed Sayed Nov 06 23:18:02 Jaxbefyxu was added by: Jaxbefyxu Nov 07 00:00:27 Skydhlzvpxkg was added by: Skydhlzvpxkg Nov 07 01:24:19 (Photo, 775x393) https://irc.ubports.com/Pj7h3Edn.png building arch linux image :) Nov 07 01:24:46 it's currently will be available on the fxtec pro1 Nov 07 01:25:34 the image is based on GSI arm64 Nov 07 01:32:04 (Photo, 948x144) https://irc.ubports.com/nyYTXp65.png got it Nov 07 02:16:28 thiesyy was added by: thiesyy **** ENDING LOGGING AT Sat Nov 07 03:00:32 2020