**** BEGIN LOGGING AT Wed Feb 28 03:00:02 2018 Feb 28 05:13:54 Morning! Feb 28 05:13:58 bshah: You around? Feb 28 05:33:56 Morning.. Feb 28 05:34:01 yeah I am around Feb 28 05:39:15 bshah: I'm getting close with my mido Feb 28 05:39:21 I sent some PR's you might have seen Feb 28 05:39:39 I was missing ip, iptables and ip6tables in my halium android bits Feb 28 05:39:42 not really... I've messages piled up in two days Feb 28 05:39:49 So added those now Feb 28 05:39:50 or rather 1 day Feb 28 05:40:00 I'll get to it eventually though Feb 28 05:40:05 I know :) Feb 28 05:40:24 Still don't have my sensors working though :S Feb 28 05:40:32 Bit at a loss here on what I could still do Feb 28 05:41:13 is qti process running? Feb 28 05:41:27 (typically in /vendor/bin/qti or something) Feb 28 05:46:18 Seems so: https://bpaste.net/show/cb7f1bf1128e Feb 28 05:48:40 hm Feb 28 05:49:06 do you get any output in logcat when you run test_sensors? Feb 28 05:49:19 and also is sensorservice running? Feb 28 05:49:39 Yes it is Feb 28 05:50:02 However I do have a lot of the following in logcat: NetlinkListener: recvmsg failed (I/O error) Feb 28 05:50:12 Not sure what causes that and if it's harmful Feb 28 05:50:32 I have this in logcat: Sensors : sns_debug_mr.c(366):Sensors DIAG Init: Waiting for diag service timed out Feb 28 05:50:39 And Sensors : sns_main.c(447):Timeout waiting for SMGR service. Exit sensors daemon! Feb 28 05:50:50 Could be I need to add some more service to init.rc but not sure which one Feb 28 05:51:53 Already updated android_hardware_libhardware for sensor 1.4 api just in case Feb 28 05:51:55 But no luck Feb 28 05:52:43 the both of sensors logcat message sounds important.. Feb 28 05:52:49 but no clue what they means yet Feb 28 05:53:00 I'll try to look it up bit later Feb 28 05:56:14 In my strace for test_sensors I also have openat(AT_FDCWD, "/etc/qmi_fw.conf", O_RDONLY) = -1 ENOENT (No such file or directory) Feb 28 05:56:29 Though qmi_fw.conf doesn't seem to be provided for my target Feb 28 06:11:36 Tofe: FYI the persist bind-mount solved my WLAN firmware issues! Feb 28 06:37:47 bshah: My oFono also isn't happy (using 1.19 from Mer guys from 4-5 months ago). Though I suspect it might be init? On Halium 5.1 you have https://github.com/Halium/android_system_core/blob/ubp-5.1/rootdir/init.rc#L572 Feb 28 06:37:57 However there's no rild in Halium 7.1 init.rc Feb 28 06:38:26 in halium 7.1 rild is in /system/etc/init/rild.rc IIRC Feb 28 06:38:55 Ah ok Feb 28 06:39:04 It looks more or less OK but doesn't work :S Feb 28 06:39:05 Feb 12 03:53:54 mido ofonod[3009]: RILDEV detected modem type ril, 2 SIM slot(s) Feb 28 06:39:10 Feb 12 03:53:54 mido ofonod[3009]: Using /dev/socket/rild as socket for slot 0. Feb 28 06:39:30 Then followed by Feb 12 03:53:54 mido ofonod[3009]: create_ril: can't connect to RILD: Connection refused (111) and Feb 12 03:53:54 mido ofonod[3009]: g_ril_new() failed to create modem! Feb 28 06:39:38 I guess it could be permissions somehow Feb 28 06:41:10 I can see the sockets got created Feb 28 06:59:14 logcat -b radio please Feb 28 07:12:09 https://bpaste.net/show/bbc213c33cf0 Feb 28 07:13:11 bshah: ^ Feb 28 07:57:16 Morning Feb 28 08:12:00 Tofe: Morning! Feb 28 08:12:41 Tofe: YGM Feb 28 08:16:24 I wasn't sure about some of the android bits Feb 28 08:32:46 Herrie|Laptop: I integrated your changes; but why not directly editing the text ? :) Feb 28 08:34:57 I'll propose the questions to #halium Feb 28 08:36:58 Tofe: Well it doesn't really have track changes feature? Not sure you would be happy with me directly changing Feb 28 08:37:05 Might be good to add it to their github Feb 28 08:37:07 For discussion Feb 28 08:38:37 Tofe: I mean here https://github.com/Halium/projectmanagement/issues Feb 28 08:48:21 Herrie|Laptop: that's a good idea Feb 28 08:48:36 Tofe: That's easier for discussion Feb 28 09:05:37 done https://github.com/Halium/projectmanagement/issues/61 Feb 28 09:06:23 Tofe: Great Feb 28 10:22:18 Tofe: Seems that our patches in android_luneos_hal are prone to error like you already pointed out Feb 28 10:22:25 If upstream changes, patches break Feb 28 10:22:33 This happened with my mido patches for example Feb 28 10:28:01 I think the repo command doesn't allow to specify a specific commit, only tags? Though this seems to suggest you could pass a commit ID as well with -b or even in the manifest: https://stackoverflow.com/questions/10818758/repo-init-a-particular-commit Feb 28 10:28:13 I guess I'd need to test that Feb 28 10:31:29 yes this patching is far from ideal Feb 28 10:31:44 If specifying commitid works, I suggest we do that Feb 28 10:31:51 We anyway mainly patch TheMuppets Feb 28 10:32:27 Ah wait we also patch device.... Feb 28 10:37:22 Yes, we remove the background images and so on, which make the build fail Feb 28 10:42:47 Tofe: It doesn't on 7.1 Feb 28 14:45:21 JaMa: Hi :) Feb 28 14:45:47 I added https://github.com/webOS-ports/meta-webos-ports/blob/pyro/meta-luneui/recipes-qt/qt5/qtbase/0002-Add-additional-Adreno-targets-for-needsWorkaround.patch but you might want to have it in your meta-qt5 instead Feb 28 14:45:59 Since it's unlikely it'll be fixed upstream for 5.9/5.10 Feb 28 14:46:20 it's bug fix, it can be included in 5.10.1 Feb 28 14:46:26 or .2 Feb 28 14:46:40 bshah: Well, but we're comfortable on 5.9 for now ;) Feb 28 14:47:30 And there are others using meta-qt5 so it would be good if they don't need to reinvent the wheel :P Feb 28 14:47:42 hm right Feb 28 14:52:08 bshah: Had any idea on my logcat for radio? Feb 28 15:08:52 Herrie|Laptop: I'll will wait for upstream Feb 28 15:09:13 JaMa: OK Feb 28 15:09:14 It Feb 28 15:09:20 I submitted it there as well Feb 28 15:10:00 https://codereview.qt-project.org/#/c/221471/ Feb 28 16:13:10 Tofe: Seems that there's a new electrablue kernel for mido, v10 vs v8 I'm using now. Piggz did some fixes in his eb v8 that might be the cause of some of my graphics glitches (or not). I'll give the eb v10 kernel a try to see if that works any better Feb 28 16:13:44 And I guess I'll upstream some of our patches to the electrablu kernel maintainer (i.e. export si_swapinfo, gcc patches etc) **** BEGIN LOGGING AT Wed Feb 28 16:15:33 2018 Feb 28 16:32:00 I.e. Piggz did a hacky fix for graphics with https://github.com/Herrie82/android_kernel_xiaomi_msm8953/commit/bb9f3475e29e4fab404dbc3c634ce9b76f284538 Feb 28 16:33:09 Seems there's 1,5 page of commits to video driver since eb8 Feb 28 16:33:16 So worth a try to see if it solves stuff **** ENDING LOGGING AT Thu Mar 01 02:59:59 2018