**** BEGIN LOGGING AT Wed Feb 18 03:00:00 2015 Feb 18 03:44:02 Garfonso, do you have a Yahoo account with which you could verify that new contacts don’t get uploaded? Feb 18 05:44:39 Yes. But I'm pretty sure you're right. Got that report before. Feb 18 05:47:26 Okay, then, shall type up an Issue? Feb 18 05:48:28 morphis, I have some fixes for CrossAppUI, but I don’t have the file picker working yet: https://github.com/DougReeder/org.webosports.app.settings/commit/5602b60ae7d20e38b4b4788af5556c83e3155f50 Feb 18 05:52:20 Garfonso, can I assign http://issues.webos-ports.org/issues/853 to you? It appears to be related to work you’re doing. Feb 18 06:02:51 Garfonso, I’ve created http://issues.webos-ports.org/issues/863 for Yahoo and assigned it to me. Feb 18 06:27:33 DougReeder: do you have a plan for the second item in 863? It could be done using a custom validator UI.. but I wouldn't like that too much, tbh. ;) Feb 18 06:30:32 DougReeder: About 853: I don't really have a clue about first boot... it seems activities are not loaded correctly at first boot. I can investigate that, probably, but I think morphis knows much more about that. Maybe we should re-create 853 with a more fitting headline. Feb 18 08:02:17 DougReeder: I must correct myself... on my yahoo account I see a contact I send from webOS. Feb 18 08:05:52 probably the hint on the yahoo page means old contacts on device are not synced to yahoo? Or it is different for other devices? Not sure... I also looked up the report: It seems yahoo has some delay between what you see on the web-interface and what you send to the caldav server. Feb 18 08:06:15 but usually the changes show up after some minutes. Although my changes now were instant. Feb 18 12:32:24 Garfonso: let me look into the activitymanager problems later today Feb 18 12:36:26 Tofe: popup alerts and dashboard panels are working great now Feb 18 12:36:55 we have to fix the heights manually in luna-systemui Feb 18 12:45:13 morphis: if you set up a c+dav account and do luna-send -n 1 luna://com.palm.activitymanager/list '{"details":true,"subscribers":true,"current":true,"internal":false}' you should *not* see "internetConfidence: false" :) Feb 18 12:46:22 Garfonso: but that is currently the case, right? Feb 18 12:46:51 yes, that is currently the case. Feb 18 12:47:36 ok Feb 18 12:47:54 what is the name of the c+dav activitiy? Feb 18 12:48:31 complicated... it includes the accountId... currently I just do the above and grep for internetConfidence ;) Feb 18 12:50:14 ok Feb 18 13:24:48 morphis: Was able to fix some DockMode stuff but not all yet.. Hopefully later today :) Feb 18 13:25:00 Herrie|Veer: good Feb 18 13:54:52 Garfonso: where is the activity definition of the c+dav service? Feb 18 13:58:44 Garfonso: https://github.com/webOS-ports/org.webosports.service.contacts.carddav/blob/master/service/javascript/assistants/onenabledassistant.js#L36 ? Feb 18 14:00:58 Garfonso: what seem to work fine is: https://github.com/webOS-ports/imlibpurpleservice/blob/master/files/etc/palm/activities/com.palm.imlibpurple/com.palm.imcommand.libpurple#L12 Feb 18 14:02:40 Garfonso: also https://developer.palm.com/content/api/reference/data-types/activity-manager.html#Requirements doesn't list it yet Feb 18 14:06:08 morphis: L38 in the first link has a typo, not sure if it's important Feb 18 14:06:33 Capabilitie should be Capability Feb 18 14:12:41 Garfonso, I don’t like 863 at all, but if Yahoo doesn’t support uploads, it’s much better to tell the user up front. If in some cases contacts are uploaded and others they aren’t, it’s not clear what we should do. Feb 18 14:13:10 DougReeder: we should outline that when the user adds the account Feb 18 14:13:27 that way he knows from the beginning what is support and what is not Feb 18 14:13:40 * DougReeder nods Feb 18 14:13:41 maybe we can add a field per account to indicate that and display that in the accounts app Feb 18 14:15:13 I don’t think we want a field per account Feb 18 14:18:15 And until we can accurately characterize it, we shouldn’t do anything. Feb 18 14:18:54 I’ve had a Yahoo account on my device for weeks, and contacts created on device never upload. Feb 18 14:19:19 * EricBlade hoping that when dockmode is cancelled, or you change dockmode apps, it actually kills the previous dockmode app :-) Feb 18 14:19:46 EricBlade: we don't have apps running in dockmode yet :) Feb 18 14:19:54 d'oh Feb 18 14:20:48 EricBlade: We'll solve that in due course, I'm sure we won't make that mistake :P Feb 18 14:21:04 There might have been a "design" reason in legacy :P Feb 18 14:21:10 There usually was LOL Feb 18 14:21:22 might've been.. but it sure did look weird. Feb 18 14:21:34 Android doesn't kill Daydream apps either Feb 18 14:22:15 I guess the thinking is that you might go back to it, so you keep them "cached" in memory :P Feb 18 14:22:18 sure, you can resume them quickly, but if the app does anything in the background, it kills the crap out of your battery .. at least send them a suspend thing Feb 18 14:22:49 but i can't imagine any good reason to keep two running at the same time, like classic did Feb 18 14:23:15 Agree Feb 18 14:23:33 Flixi for Android doesn't understand the signal that is sent when Android tells it it's going out of dock mode.. so it continues doing all it's background junk.. and eats tons of battery Feb 18 14:29:18 DougReeder: for me upload to yahoo succeeded this morning Feb 18 14:30:16 What field do you have completed in the contacts that upload? Feb 18 14:30:21 morphis: I got the internetConfidence from mojoservice-framework, for example here: https://github.com/webOS-ports/mojoservice-frameworks/blob/webOS-ports/master/mojoservice.transport.sync/javascript/commands/synccommand.js#L298 Feb 18 14:30:45 Garfonso: from what I read in the activitymanager source that should work too Feb 18 14:30:52 but I don't see it working here too Feb 18 14:30:52 morphis: I'm fine to change it in c+dav and mojoservice-framework. Feb 18 14:31:02 maybe that is the way to go Feb 18 14:31:29 Garfonso: maybe the requirement then requires "fair" and don't accept "execellent" (which wouldn't make sense) Feb 18 14:32:00 no, I checked that in the code.. it translates fair and excellent to some integers and excellent is bigger than fair, so fair is fulfilled. Feb 18 14:32:19 ok Feb 18 14:32:37 we maybe should remove that requirement then Feb 18 14:32:41 as we can't support it anyway Feb 18 14:32:49 and it works in legacy this way, too. :) Also in legacy if you get the activity details with "current: true" you'll see "internetConfidence: excellent" instead of "false". So something is wrong somewhere in activity manager. Feb 18 14:33:13 (or somewhere around there ;)) Feb 18 14:33:32 but I'm fine with changing it and forgetting about internetConfidence... never really made sense to me anyway. Feb 18 14:33:43 DougReeder: e-mail Feb 18 14:34:02 i suspect that things less than "excellent" mean your connection is not stable Feb 18 14:34:05 DougReeder: you have any idea what is missing to get the crossappui / filepicker back working? Feb 18 14:34:14 and multiple name fields. Feb 18 14:34:25 EricBlade: yeah, but we currently don't have any way to find out that is the case Feb 18 14:35:04 Garfonso, I’ll try adding contacts with just a name and e-mail. Feb 18 14:35:51 morphis, I have some fixes for CrossAppUI, but I don’t have the file picker working yet: https://github.com/DougReeder/org.webosports.app.settings/commit/5602b60ae7d20e38b4b4788af5556c83e3155f50 Feb 18 14:36:15 if it does not work, you can send me /media/internal/.org.webosports.cdav.service.log (or have a look there yourself). Feb 18 14:36:19 DougReeder: but it brings up the popup? Feb 18 14:36:43 Just the scrim, at present. Feb 18 14:36:57 It stalls out checking the iframe Feb 18 14:38:18 hm Feb 18 14:38:32 Might be the src attribute of the iframe is not set properly Feb 18 15:11:46 DougReeder: ok Feb 18 16:06:41 nizovn: are you coming foward with getting sensorfw running? Feb 18 16:13:10 morphis: i installed it on tp, but qml test app doesn't work. problem is it can't connect to dbus service, so now i'm trying to bind systemd and dbus service files. Feb 18 16:13:35 ok Feb 18 16:41:22 fprimex: ping Feb 18 16:58:19 morphis: pong Feb 18 16:58:33 fprimex: you already had a chance to start with the crash reporter? Feb 18 16:58:50 morphis: not really. I was on call this past weekend and it was pretty crappy Feb 18 16:59:12 ah Feb 18 16:59:28 but you got LuneOS finally installed? Feb 18 16:59:32 then snow days keeping the family home Feb 18 16:59:46 yes, I did manage to get it installed and running Feb 18 17:00:03 and got my charger in the mail yesterday :) Feb 18 17:48:45 :) Feb 18 18:01:46 morphis: found the issue in activity manager / internetconfidence. networkConfidenceLevel is set to "execellent", there is an e too much. :) Feb 18 18:02:09 * EricBlade groans Feb 18 18:02:16 didn't see that one yesterday... ;) Feb 18 18:02:31 is that in activitymanager or the component listening to it? Feb 18 18:02:50 it is in connection manager something... Feb 18 18:04:54 EricBlade: its my patch for it .. Feb 18 19:21:30 Garfonso: triggering a new build with that fixed now Feb 18 21:32:07 Garfonso: https://github.com/webOS-ports/org.webosports.service.contacts.carddav/blob/fc009eef8be68d14500632bad50393acf2e2d86f/service/javascript/assistants/onenabledassistant.js#L38 should be either name: "RecreatePeriodicSyncCapabilitiesFix or name: "RecreatePeriodicSyncCapabilityFix Feb 18 21:34:32 hehe. Right. :) Feb 18 21:37:38 Not that it probably matters much, just bothered me LOL Feb 18 21:39:09 it's now RecreatePeriodicSync ^^ Feb 18 22:14:54 :D Feb 19 02:43:32 Hello! Anyone around tonight? **** ENDING LOGGING AT Thu Feb 19 02:59:58 2015