**** BEGIN LOGGING AT Sun Jun 06 02:59:56 2021 **** BEGIN LOGGING AT Sun Jun 06 05:34:00 2021 Jun 06 09:05:39 @Niemandausduisburg [@NotKit thank you. I get new error: Failed to find dex jar path for module "core …], Did you ever fix this? If so, how? I have the same issue. Jun 06 09:07:28 It seems to be some sort of APEX issue Jun 06 09:16:56 The jars seem to be used in `art/build/Android.common_path.mk` (`CORE_IMG_JARS`) and `build/make/core/envsetup.mk` (`RUNTIME_APEX_JARS`) Jun 06 09:39:29 lucklaugh was added by: lucklaugh Jun 06 09:42:49 I think it's a result of ART building. It shouldn't be, right? Jun 06 10:39:51 Igor sec was added by: Igor sec Jun 06 12:24:22 The full error message: https://hastebin.com/alovenayar.txt Jun 06 12:25:26 use generic halium_arm64 device tree and compile kernel separately Jun 06 13:13:18 Alexander was added by: Alexander Jun 06 14:01:04 lucasuait was added by: lucasuait Jun 06 20:09:49 hyp3rdriv3 was added by: hyp3rdriv3 Jun 06 20:23:03 @NotKit @peat_psuwit this fixes the aethercast crash in android9: https://github.com/Halium/libhybris/pull/10 Jun 06 20:33:19 @mardytardi [@NotKit @peat_psuwit this fixes the aethercast crash in android9: https://github …], very nice Jun 06 20:34:29 @erfanoabdi [very nice], except that aethercast still won't work on qualcomm, because of what I believe is a bug in its OMX vendor code 😞 But this halium patch fixes a crash, and hopefully will make things work on non qualcomm devices Jun 06 20:35:11 @mardytardi [except that aethercast still won't work on qualcomm, because of what I believe i …], can u send the log? Jun 06 20:36:02 @erfanoabdi [can u send the log?], http://paste.ubuntu.com/p/r3jhTMcK52/plain/ Search of "invalid bufindex" Jun 06 20:37:06 this is the code https://github.com/LineageOS/android_hardware_qcom_media/blob/lineage-16.0-caf-8150/mm-video-v4l2/vidc/venc/src/omx_video_base.cpp#L5316 Jun 06 20:38:00 in media halium9 libhuybris bringup i did many derps, maybe thats my fault too Jun 06 20:38:44 that line should be changed to … ```nBufIndex = buffer - (meta_mode_enable ? meta_buffer_hdr : m_inp_mem_ptr);``` Jun 06 20:45:20 @mardytardi [that line should be changed to … nBufIndex = buffer - (meta_mode_enable ? meta_buf …], and we can't force enable metamode? Jun 06 20:45:26 I OMX-VENC: WARN: set_parameter: metamode is valid for input port only Jun 06 20:45:50 @erfanoabdi [and we can't force enable metamode?], no, it's valid only if the codec is running in "secure"mode Jun 06 20:48:39 @mardytardi [no, it's valid only if the codec is running in "secure"mode], DEBUG_PRINT_ERROR("set_parameter: metamode is valid for input port only in secure session"); Jun 06 20:48:58 but the error can happen in secure session too Jun 06 20:49:25 yes, if you set it for the wrong port Jun 07 00:39:40 @NotKit [use generic halium_arm64 device tree and compile kernel separately], I'd like to add to the device tree to copy configuration files into the system image later on. It'd be easier if I can get the kernel building in-tree with my device tree. Jun 07 00:40:18 Also, some vendor things are built by the device tree so I need it working to build a vendor partition Jun 07 00:40:31 well, if you find how to fix it, I'd accept PR Jun 07 00:40:51 I just didn't try much with device-specific builds on Halium 10 since I haven't encountered a need for that yet Jun 07 00:41:18 👍 If its an issue in the halium sources, I think I know what it is Jun 07 00:41:29 [Edit] 👍 If it's an issue in the halium sources, I think I know what it is Jun 07 00:42:16 but copying device-specific configuration is solvable with current GitLab CI builds setup Jun 07 00:42:36 like https://gitlab.com/ubports/community-ports/android10/xiaomi-poco-m3/xiaomi-citrus Jun 07 00:45:14 Cool - thanks for the info. Jun 07 01:01:38 Is VoLTE working yet? **** ENDING LOGGING AT Mon Jun 07 02:59:56 2021