**** BEGIN LOGGING AT Tue Apr 07 02:59:59 2015 Apr 07 07:19:00 Herrie|2: I remarked that when I tried to fix a little error message in the Test framework Apr 07 07:21:51 Tofe: OK :) Apr 07 07:22:17 How's the drag and drop /tab launcher going? I saw you did another update last week? Apr 07 07:30:47 Tofe: looks good Apr 07 09:07:35 morphis: ping Apr 07 09:33:39 Herrie|Veer: I'm trying a slightly different approach regarding the dragged icon; it works better for most scenarios, but I still have some unhandled cases Apr 07 09:34:18 "not stable enough" I would say, but it's more bugfixing than anything else. Also I have to test my save to database Apr 07 09:35:42 Tofe: OK will give it a go and see how I can break it :P Apr 07 09:36:48 Herrie|Veer: at some point in time, you will get several identical icons after drag'n'drop. Then the launcher collapses :) Apr 07 14:23:53 morphis: ping Apr 07 15:24:21 Herrie|Veer: pong Apr 07 15:26:06 Are we going to push a release out? I've got a changelog pretty much ready Apr 07 15:26:43 Or you see any release blockers still? Not sure how far you got with telephony or other changes? Apr 07 15:26:57 Herrie|Veer: no we can do that Apr 07 15:27:03 just missing time is my current blocker Apr 07 15:29:45 P.s. Seems that we have a minor issue with webos-telephonyd with roamguard v.s. roamGuard which might cause toggle in settings to act up Apr 07 15:30:22 check wanservice.c Apr 07 15:32:07 Should I sent changelog by email or do PR directly? Apr 07 15:33:53 Also not sure we want to include rotation or not. LNC restart doesn't work currently + vkb needs TLC other then that it seems to work OK on TP + N4 Apr 07 15:34:50 please by PR directly Apr 07 15:35:01 Herrie|Veer: better lets leave it out Apr 07 15:35:10 OK Apr 07 15:35:31 Let me PR then. Basically went through repos for past 2 months and wrote it up Apr 07 15:37:21 Herrie|Veer: good Apr 07 15:39:03 OK PR done Apr 07 15:39:58 For bluetooth support to work, anything I can do in QML/JS side? Or we need more backend stuff first? Apr 07 15:40:43 you can add the inidicator Apr 07 15:40:52 that one works similar as the wifi one Apr 07 15:40:59 connman exposes a technology for bluetooth too Apr 07 15:41:10 OK should be able to do that Apr 07 15:41:24 simply play with it through connmanctl first Apr 07 15:41:31 And then similar process in settings etc to discover devices etc? Apr 07 15:41:34 if that works wrap it within the cardshell Apr 07 15:41:43 yeah Apr 07 15:41:55 but in the background using libbluez-qt or qtconnectivity Apr 07 15:44:15 OK I guess I could get that sorted somehow Apr 07 15:44:52 good Apr 07 15:45:12 Herrie|Veer: for settings we need something like this https://github.com/webOS-ports/luna-webappmanager/blob/master/src/extensions/wifimanager.cpp Apr 07 15:45:15 but for bluetooth Apr 07 15:46:05 Hmmz OK I'll leave that to you or someone else with c++ knowledge :P Apr 07 15:46:05 JaMa: do you have time to sync stable with testing and prepare the release? Apr 07 15:46:13 changelog is merged now Apr 07 15:46:36 Not sure you have any additions? Apr 07 15:46:44 looks good Apr 07 15:47:00 Benjamin will work on some 4G, LTE and LTE Advanced icons for status bar as well Apr 07 15:48:05 Not sure to what extend oFono can distinguish between LTE and LTE A but better be prepared ;) Apr 07 15:50:41 Also morphis: You have any suggestions on how to sort custom APN's? Ubuntu way doesn't seem very user friendly and webOSy? Might be good to bring the legacy db8 with luna calls back to store them and adapt oFono accordingly to read them? Apr 07 15:51:20 Alan got his working now with some adjustments to the mobile-broadband-provider xml. Tofe's still not it seems. Apr 07 15:51:50 Herrie|Veer: I would like to avoid that Apr 07 15:51:55 only makes things more complex Apr 07 15:52:20 best we can do with our limited man power is to add a way to let the user specify the APN on his own when auto assignment doesn't work Apr 07 15:53:08 Yeah but we'd need to store that somewhere. Seems Ubuntu has some custom xml file Apr 07 15:53:14 Not sure how Jolla does it Apr 07 15:53:20 ofono does that already Apr 07 15:53:24 nothing we need to care about Apr 07 15:53:47 its just written into the context config which is created ones you set those things in /var/lib/ofono Apr 07 15:53:57 I couldn't find it? Apr 07 15:54:14 basically set the APN with SetProperty method of the context Apr 07 15:54:27 if the APN settings are autoassigned they aren't stored Apr 07 15:55:16 OK Apr 07 15:55:20 Need to test that Apr 07 15:55:29 Should get some more sims to test Apr 07 15:56:14 so basically we need to add a method to webos-telephonyd which lets you specify the APN settings and call that from settings Apr 07 15:59:34 OK Apr 07 15:59:45 I might be able to sort that need to have a look Apr 07 16:00:21 Will try to get some free sim cards today which are not in APN db Apr 07 16:02:51 I will walk home so should come by some shabby phone shops giving away free Lebara, Ortel or Vectone sims :P Apr 07 16:03:17 :) Apr 07 16:12:08 morphis: not today, but can try tomorrow Apr 07 16:12:29 * JaMa returned from US and still catching up Apr 07 16:12:44 JaMa: no problem, tomorrow should be enough Apr 07 16:41:57 morphis: ping Apr 07 16:48:55 Tofe: pong Apr 07 16:50:48 morphis: how could I use this SetProperty with command line ? Apr 07 16:51:36 Tofe: use mdbus2 -s -i Apr 07 16:51:44 org.ofono /ril_0/context0 Apr 07 16:51:49 then you see the available methods Apr 07 16:51:56 just call them with key value Apr 07 16:52:36 ok, I'll try that, thanks Apr 07 16:55:36 for me the methods seem to be directly on /ril_0 Apr 07 16:55:54 ah, no, there's context1 Apr 07 16:55:54 yeah but on different interfaces Apr 07 16:56:05 you need org.ofono.ConnectionContext.SetProperty Apr 07 16:56:48 got it Apr 07 17:02:35 mmh I just have context1 (Internet) and context2 (MMS), seems like I'm missing the main one Apr 07 17:03:02 that is fine Apr 07 17:03:07 context1 is the correct one Apr 07 17:36:47 what's wrong with SetProperty "AccessPointName" '' ? GLib doesn't seem to understand my language... Apr 07 17:36:48 Apr 07 17:39:50 which error do you get? Apr 07 17:40:46 if I try SetProperty 'AccessPointName' "<'data.lycamobile.fr'>" I get GDBus.Error:org.ofono.Error.InvalidArguments: Invalid arguments in method call Apr 07 17:41:15 just do a "AccessPointName" "data.lycamobile.fr" Apr 07 17:42:02 tried that too, amongst others. I get a "g_variant_new_parsed: 0-4:unknown keyword" Apr 07 17:42:40 Tofe: then try https://wiki.ubuntu.com/QATeam/TouchTesting/Tips#Add_APN_Settings instead Apr 07 17:44:49 morphis: I think Alan tried that last week and didn't work. Seems specific for Ubuntu oFono and not available in our mer/rilmodem one? Apr 07 17:45:45 ps just picked up 3 sims for testing Apr 07 17:46:32 hm Apr 07 17:48:14 morphis: myself & Alan also couldn't get it working with SetProperty if I recall correctly. Was first thing I tried Apr 07 18:17:13 Ok 2 from 3 sim's activated now activating 3rd Apr 07 18:19:19 morphis: I think Ubuntu way MIGHT work for Tofe, but didn't work for Alan because his MCC/MNC combo was already in the mobile-broadband-provider-info multiple times which seems to get preference over the manual created one Apr 07 18:19:23 Might work for Tofe though Apr 07 18:19:41 Since his MCC/MNC is not in the mbpi Apr 07 20:22:27 Well, I'll see that tomorrow, got caught in something else :) Apr 07 22:55:15 nizovn: Your PR will clean up the keyword unknown messages? **** ENDING LOGGING AT Wed Apr 08 02:59:59 2015