**** BEGIN LOGGING AT Fri Feb 16 03:00:02 2018 Feb 16 06:05:19 Morning! Feb 16 06:05:33 Tofe: OK image behaves a lot better after new flash... Well better, logcat works again at least Feb 16 06:06:09 Hacked some users in there only missing android_input group now it seems, others are gone Feb 16 07:36:30 Morning! Feb 16 10:11:57 Tofe: Getting some funny stuff in my logcat, seems I'm missing 2 .so's that cause some havoc and possibly also the sensors not to work Feb 16 10:12:16 piggz had it working on his but used a HTC blob + hack in libhybris which I think is not the proper one Feb 16 10:12:28 But be has 32 bits rootfs and we have 64 bits Feb 16 10:12:43 Xiaomi provided 64 bits blob so he took 32 bits from HTC Feb 16 10:12:49 https://bpaste.net/show/576a8216dd70 Feb 16 10:13:09 Seems I'm missing libandroid_runtime.so and librmnetctl.so Feb 16 10:21:39 librmnetctl.so should be provided by https://github.com/piggz/android_device_xiaomi_mido/blob/pgz-14.1/device.mk#L230 Feb 16 10:21:44 So should be in my halium output Feb 16 10:21:47 Let me check that Feb 16 10:31:51 Hmmz seems it doesn't end up in the halium bits somehow s Feb 16 10:38:15 Herrie: does another module require it ? Feb 16 10:38:32 Tofe: I'm not sure Feb 16 10:38:46 Ah it's in PRODUCT_PACKAGES, sorry; it should be there then... Feb 16 10:38:47 It's not always easy to find because GitHub doesn't search in forks Feb 16 10:46:13 In your halium build folder, can you try a "mka librmnetctl" ? instead of the regular mka systemimage Feb 16 10:46:29 (after lunch and so on of course) Feb 16 10:50:46 I purged my halium dir, so need to repo sync again LOL Feb 16 10:50:52 Ran out of space on TP build.... Feb 16 10:51:23 Tofe: I wonder what provides libandroid_runtime.so and if we'd really need it.... It seems it might be just coming from libhybris greylist? https://github.com/libhybris/libhybris/blob/master/hybris/common/n/linker.cpp#L261 Feb 16 10:51:38 Doesn't seem to exist on Hammherhead image and other libhybris linkers Feb 16 10:55:29 Seems to come from n-linker only Feb 16 11:08:58 bshah: You know if we need libandroid_runtime.so? It seems that I'm missing it on my build and that causes issues :P Feb 16 11:09:46 I think you need it yes.. https://github.com/Halium/android_build/commit/12a5025d7c233c39ae9a4bfd5eff7190f3a3d5f4 Feb 16 11:10:36 https://github.com/Halium/android_frameworks_base/commit/3d2a897cbaea85168627f61a2c4909e1517aaf3c Feb 16 11:10:45 but oh Feb 16 11:10:55 you probably don't need libandroid_runtime. Feb 16 11:11:00 it maybe java stuff Feb 16 11:11:19 if you need it .. we've problem I don't know how to resolve Feb 16 11:14:24 Well my logcat seems to miss 2 .so and causes some stuff to crash: https://bpaste.net/show/576a8216dd70 Feb 16 11:18:11 librmnetctl.so sounds problem Feb 16 11:18:16 which wil fix your sensors Feb 16 11:18:38 /system/vendor/bin/qseeproxydaemon ... well ignore that mess Feb 16 13:19:51 bshah OK :) Feb 16 13:19:53 Will try that Feb 16 19:35:05 Tofe: Hmmz seems I cannot find mka Feb 16 19:35:07 Where is it? Feb 16 20:09:36 I guess I could just pull the .so from LineageOS for now.. Shouldn't make much difference just for testing Feb 16 20:52:18 Since we'd use the same & same toolkit for building Feb 16 21:09:10 Tofe: https://bpaste.net/show/aa0bf164820e Feb 16 21:09:25 Seems I need to add flags to qtscenegraph adaptation as well? Feb 16 21:22:28 Herrie: mka should be in your path, it's what you launch when building Halium Feb 16 21:22:45 you'll have to to brunch & vendorsetup before as usual Feb 16 21:23:28 Herrie: yes, qpa may need the flags too **** ENDING LOGGING AT Sat Feb 17 03:00:00 2018