**** BEGIN LOGGING AT Tue May 02 03:00:02 2017 May 02 06:46:10 Morning! May 02 06:46:23 morning May 02 06:48:18 JaMa: btw, I have a small pending PR for meta-smartphone May 02 06:48:32 (for pyro) May 02 06:51:28 will try to remember for later today, ty May 02 07:01:24 Tofe: merged May 02 07:01:51 JaMa: also I copied some bits from https://github.com/Tofee/meta-smartphone-1/blob/c3446f9cad43aed59ee067103a92a39271293cde/meta-android/recipes-core/android-system/android-system_1.0.bb about the systemd recipe, but there is a comment saying that the service isn't properly installed at post-install... is there something wrong in the recipe? May 02 07:02:10 (see line 58) May 02 07:09:31 I don't see anything obviously wrong May 02 07:09:39 would need to debug in local build May 02 07:11:20 JaMa: ok, it was just in case I missed something obvious. There's no hurry anyway, it works fine as-is even if there must be a more proper way to do it. May 02 08:21:20 Morning! May 02 10:11:20 morning guys, well done on the new release May 02 10:11:48 can I make a note however? the URL for mako isn't correct, the URL is all lowercase yet the release folder (ColdBrew) is mixed case May 02 10:15:28 I can correct on the filesystem if you like & it's not going to impact anything else? May 02 10:15:55 novaldex: Link where on pivotce or our homepage? May 02 10:16:49 pivotce points to our 'Install for ???' pages, and it's the link on that (mako so far, am checking others) May 02 10:17:17 ditto for maguro & hammerhead, those URLs are all lowercase May 02 10:17:32 i'm on the server now, one liner & fixed I reckon May 02 10:18:18 Yeah you can fix it May 02 10:18:31 It was my bad not sticking to lowercase May 02 10:19:12 fixed & confirmed working May 02 10:19:23 don't worry about it, I have the same issue at times May 02 10:22:01 Updated the pivotce article :P May 02 10:23:06 thanks! May 02 10:23:29 hey, I notice on the 'Install for Tenderloin', it points to a different structure & not one that matches the other install pages May 02 10:23:32 was that on purpose? May 02 10:23:52 it's still pointing to an up to date image May 02 10:28:47 Yeah it's because it has webOS on it :P Not Android May 02 10:31:42 good call :D May 02 11:27:11 Herrie|Pre3: to answer your question about camera, we don't have camera support right now on TP May 02 11:27:31 To do that, we'd need to patch Android and rebuild it May 02 11:27:56 And I'd prefer doing it on a CM12.1 base, to keep most of the patches identical May 02 11:36:51 Tofe: That's what I thought already. Might be good to tackle with 12.1 and 3.4 kernel upgrade. May 02 11:42:24 yes May 02 18:40:20 Herrie|2: I think I got lucky, and found what was the problem with newer ofono May 02 18:40:28 it's just an env variable to set May 02 18:41:09 "OFONO_RIL_DEVICE=ril" May 02 18:41:30 --> https://git.merproject.org/mer-core/ofono/commit/a67258305319a5130fd52f46f978442032ef8969 May 02 18:43:51 So now, do we use Mer's or OE's, I don't know. I don't think it would make a lot of difference. May 02 18:48:38 However I still don't see any list in firstuse, it becomes quite intruiging May 02 18:49:22 Tofe: oFono from Mer I'd say May 02 18:49:33 It has some stuff with VoiceCall etc May 02 18:49:37 And I think a few other things May 02 18:49:44 There was a reason why we switched in the past May 02 18:49:52 ah yes, that's a good reason :) May 02 18:50:37 For the lists May 02 18:50:42 Did you try a simple luna-send? May 02 18:50:46 To see if you get results? May 02 18:50:48 not yet :p May 02 18:51:02 Since JaMa applied some fixes for qemux86 should try that I guess May 02 18:51:02 I'll finalize the ofono patch May 02 18:51:09 ok May 02 18:54:28 Mer's seems to work as well May 02 18:56:52 https://github.com/webOS-ports/meta-webos-ports/pull/222 <-- was as simple as that... May 02 18:58:32 JaMa: about what we discussed a bit earlier, on systemd service that was not installed, could it be explained by that: https://github.com/Tofee/meta-webos-ports/blob/40343f59afd86060685013f495003155daa00acb/meta-luneos/recipes-connectivity/ofono/ofono_1.19.bbappend#L30 May 02 19:02:56 Herrie: https://paste2.org/L04wM8eW May 02 19:05:17 ah, no, my fault, wrong syntax. It does work. May 02 19:06:29 My fault bis: the returned list is empty May 02 19:06:43 Tofe: That would indicate that configurator didn't run properly May 02 19:07:12 probably May 02 19:07:19 can I force it a bit? May 02 19:07:45 Let me see how this worked again May 02 19:07:52 We have the bits in https://github.com/webOS-ports/luna-init/blob/webOS-ports/master/files/conf/locale.txt for example May 02 19:07:58 aaarg, sorrry May 02 19:08:09 my fault again! wrong syntax, again! It does work. May 02 19:08:13 LOL ;) May 02 19:08:22 Well then it's LNC Luna-serice C++ code most likely May 02 19:08:29 That got broken with GCC upgrade May 02 19:08:35 At least that would be my guess May 02 19:08:46 with same Qt version ? must be quite a weird one May 02 19:09:06 Ehm luna-next May 02 19:09:28 ah, yes luna-sysservice May 02 19:09:28 I.e.: https://github.com/nizovn/luna-next/blob/master/plugins/common/lunaserviceadapter.cpp May 02 19:09:38 I think that might be the culprit May 02 19:09:55 luna-next-cardshell uses those C++ bits from luna-next to do the luna-send calls I think May 02 19:10:07 But you wrote it with morphis so I guess you know better :P May 02 19:10:23 what gcc version did we bump to? May 02 19:10:55 oh, could it be that weird thing about c++ constructors in c++17... that would be a tricky one May 02 19:11:05 I think we went from 5.3.x to 6.x? May 02 19:11:42 If luna-send works and from QML not May 02 19:11:48 This luna-next bits would be my best guess May 02 19:11:56 yes, I agree May 02 19:11:58 Since data is there and it's not returned in QML May 02 19:12:09 Should be easy enough to check with some debug info May 02 19:14:13 Then again I don't touch C++ :P May 02 19:14:18 I do more harm then good :P May 02 19:22:32 Tofe: We'll kill the N7 2012 support as well I guess? May 02 19:23:50 I guess so May 02 19:24:06 it didn't work properly since, well, the beginning May 02 19:24:14 with transparency issues for the keyboard May 02 19:25:23 Tofe: OK May 02 19:29:57 but we're on good track for pyro, that's great May 02 19:30:09 Tofe: Yeah May 02 19:30:22 I think when the lists issue is sorted most big showstoppers are gone May 02 19:30:42 Except for the TP upgrade May 02 19:30:44 yes May 02 19:31:09 not sure if bluetooth is working :p May 02 19:31:33 I know I couldn't get it working on hammerhead for krogoth yet, so that's not a regression, but mako should work May 02 19:32:08 Tofe: Well BT has been flaky for me at times May 02 19:32:17 It did work for a bit though **** ENDING LOGGING AT Wed May 03 03:00:00 2017