**** BEGIN LOGGING AT Mon Mar 05 03:00:04 2018 Mar 05 06:17:44 bshah: You know if we need qmuxd? I see some errors in my logcat, seems that mido vendor files don't provide it, but I see it being provided as binary blob for other xiaomi targets Mar 05 06:18:03 qmuxd is for rild IIRc Mar 05 06:18:11 so yeah you would need it Mar 05 06:18:12 That's what I also saw Mar 05 06:18:20 weird that it's not provided by vendor blobs Mar 05 06:18:20 Let me see where to get it from Mar 05 06:19:56 yeah :S Mar 05 06:21:28 Seems an omision in the repo I'd say Mar 05 06:21:34 Will have a look & see Mar 05 08:36:46 bshah: Plot thickens, qmuxd binary is not even on official xiaomi rom :S Mar 05 11:04:29 Deniz was added by: Deniz Mar 05 11:04:34 👑🌓👑 Less than 10 hours 👑🌓👑 … 🔸 +1000 members … 🔑 Join please … ✅ t.me/teamxx ✅ Mar 05 14:36:32 theimpulson was added by: theimpulson Mar 05 15:43:58 Is there a size limit for how big the boot image can be? Mar 05 15:44:23 It's per-device Mar 05 15:44:32 Just depends on what the manufacturer decided Mar 05 15:44:52 1 TB boot images ftw! Mar 05 15:45:06 Is there a way to check that? Mar 05 15:45:16 @bhushanshah, verity takes 5 minutes to boot the kernel, help Mar 05 15:45:39 @ZeroPointEnergy, You'll need to check the size of the boot partition. I think you can do that in twrp Mar 05 15:46:33 Ah, in the Backup menu Mar 05 15:47:01 will check, thx Mar 05 16:24:29 hmm, it's too big now :-( tried to add ostree, it's too fat Mar 05 16:31:43 bshah: Seems I somehow closed this one by mistake last week: https://github.com/Halium/android_build/pull/12 Mar 05 16:31:46 Still needed Mar 05 17:51:51 eddysm10 was added by: eddysm10 Mar 05 17:55:02 @ZeroPointEnergy, You might be able to modularize a few drivers Mar 06 01:25:10 what are the PRODUCT_COPY_FILES used for in various makefiles for CM? Mar 06 01:25:28 In most cases, it specifies a source and destination Mar 06 01:25:42 The source is the location in your device tree, the destination is where it goes in the Android root filesystem Mar 06 01:31:29 thanks, but when does it get used/called? Mar 06 01:40:17 While you're building a systemimage? Mar 06 01:47:04 is there a specific makefile or step during the building that tells it to copy? basically I am getting an error due to some libraries not being in the target folder, although I have another makefile that adds them to PRODUCT_COPY_FILES, yet they haven't been copied at the right time Mar 06 01:48:12 @Igor Dikiy, just remove the line that's causing issues Mar 06 01:48:16 it happens, and it's ok Mar 06 01:49:15 you can then un-comment it after the library was added to the builf Mar 06 01:49:17 [Edit] you can then un-comment it after the library was added to the build Mar 06 01:49:39 if it doesn't get added after that, then you probably don't need it and can leave it commeted Mar 06 02:48:01 thanks Ivan, that worked to get around this error, although now I have others Mar 06 02:48:21 is this something (comment out error-giving line, then put it back in) you have to do a lot while building? Mar 06 02:51:28 @Igor Dikiy, depends on the device Mar 06 02:51:50 i had to do quite a lot for HTC 10, but i only encountered one error when building for Samsung Galaxy S8+ Mar 06 02:52:06 nothing to worry about as long as it works Mar 06 02:59:37 thanks **** ENDING LOGGING AT Tue Mar 06 03:00:02 2018