**** BEGIN LOGGING AT Thu Apr 23 02:59:59 2015 Apr 23 03:05:05 Herrie, my PR for Messaging so it uses the putMessage call is https://github.com/webOS-ports/org.webosports.messaging/pull/25 Apr 23 03:06:00 I also copied over db8Source from Contracts, so DB8 watches would work and errors would be properly reported. Apr 23 03:07:28 I don’t have a SIM in my phone, so I can’t verify that SMSs are properly sent, but the chatthreader is certainly threading them. Apr 23 03:08:54 Garfonso, it looks like the chatthreader is duplicating messages that are not a reply, but I haven’t looked closely enought to verify that it’s the chatthreader’s fault. Apr 23 03:10:15 I’m not sure why there are merge conflicts. Apr 23 06:58:10 DougReeder: I'll have a look. But putMessage is meant to write the message into DB. Or should we leave that to the App? Apr 23 07:10:39 DougReeder: ok, from a short to Iook it looks like my fault. But I'm out currently. So a repair will take sometime. Apr 23 12:46:41 hey everyone Apr 23 12:57:42 hey hey Apr 23 13:14:05 Tofe: didn't had much time in the past and still quite busy with other things Apr 23 13:14:23 saw quite a few things happened in the last days Apr 23 13:44:40 He's alive :P Apr 23 13:44:59 morphis: Yeah we got tabs stuff working properly it seems :) Apr 23 13:45:15 And some rework on the lockscreen size and stuffs Apr 23 13:46:58 DougReeder: Will give the messaging a go tonight, but seems Garfsonso already has some homework :P Apr 23 13:47:57 morphis, nizovn:I think I'll try to debug the sensorfwd issue, except if you already have an advanced debug session in progress already Apr 23 13:48:36 I won't start before next week anyway, I'm away this w-e Apr 23 13:50:57 Tofe, morphis: i'm going to PR lunaservice integration for sensorfw later today(after tests) Apr 23 13:57:52 Tofe: Yeah that would be good to get sorted Apr 23 13:58:14 So we can implement rotation finally :) Apr 23 13:58:40 morphis: How do I scan for bluetooth devices? I couldn't really figure out when I had a quick look. Apr 23 14:01:18 nizovn: with a fixed sensorfwd? Apr 23 14:01:30 Herrie|Veer: can give you a short guide later Apr 23 14:01:45 morphis,Tofe: I thought sensorfwd issue was solved by this: https://bpaste.net/show/06193a081034 , it works at least on touchpad. Apr 23 14:02:32 nizovn: yeah possible but we need to integrate that fix Apr 23 14:03:24 i was going to PR it today as well Apr 23 14:03:40 nizovn: good Apr 23 14:05:27 nizovn: We can merge, do a new nightly and test on N4 Apr 23 14:05:47 We have other changes as well lile C+Dav fix so a new nightly would be good Apr 23 14:06:15 morphis: You'll have chance for that tonight or tomorrow after a few more PR's? Apr 23 14:07:09 sure Apr 23 14:08:56 oh, ok, well, my task is done :D Apr 23 14:09:22 Tofe: You could work on the remaining orientation issues like vkb? Apr 23 14:09:25 in the meantime I'll rebase the PR for the cardshell Apr 23 14:09:39 Herrie|Veer: ah yes, good idea Apr 23 14:14:38 morphis: btw Did you test nyx module for led controller? it acts strange on touchpad, want to be sure it's not caused by me, and works on N4. leds pulsate on set_brightness Apr 23 14:19:32 nizovn: not in deep Apr 23 14:19:37 and only on the N4 Apr 23 14:20:55 morphis: ok, i just think issue may be on very low level Apr 23 14:21:04 possible Apr 23 14:21:12 are we using the LED from the UI side already? Apr 23 14:22:22 no, but we can(partly) Apr 23 14:24:16 Tofe, Herrie|Veer: ^^ Apr 23 14:26:02 * DougReeder waves good morning Apr 23 14:33:53 In Messaging, there may be a race conditon between putMessage and the watch on threads. In my testing, the watch on thread always completes first (which is nice, because effectively you’re always adding to an existing thread). But I’m not sure if this is guaranteed. Apr 23 14:51:37 morphis: yes, we could enable something in the NotificationManager for a start; but I'm not yet sure how to handle differently different type of notifications (mail, sms...) Apr 23 14:51:54 And there's charging, too. Apr 23 14:54:56 Tofe: Did you notice that the Tweaks notification seems to miss the icons? Apr 23 14:55:06 At least on my N4 Apr 23 14:55:39 Tofe: yeah, maybe starting with a common LED pattern for all notifications and do something else for charging Apr 23 14:57:44 btw we can use vibration too Apr 23 15:01:27 nizovn: good idea Apr 23 15:01:56 nizovn: If you have some sample code I'm happy to play with it :D Apr 23 15:02:17 In QML preferably :P C++ still not my thing Apr 23 15:08:15 Herrie|Veer: vibration is available by LS call, not sure how to do it in QML. documentation: https://github.com/webOS-ports/luna-sysmgr/blob/webOS-ports/master/Src/base/HapticsController.cpp#L69 Apr 23 15:08:52 Ah ok :) We can do LS2 in QML :% Apr 23 15:08:53 :) Apr 23 15:09:11 We use it for lots of other things :) Apr 23 15:09:32 Just want to do a few small tests if and how it works on N4 and TP Apr 23 15:13:58 Herrie|Veer: it should work, even better than on legacy :), lunasysmgr crashes with some durations Apr 23 15:18:26 nizovn: OK :) Well legacy was buggy with many things. 3.x was rushed to market. Clock app for example is extremely unreliable on TP while it's quite stable on 2.x Apr 23 17:56:17 Herrie|Veer: is everything merged which needs to be integrated? Apr 23 17:58:45 DougReeder: seems like https://github.com/webOS-ports/org.webosports.messaging/pull/25 can't be merged automatically anymore Apr 23 17:58:49 can you rebase it? Apr 23 18:02:16 rebase it with the master branch of https://github.com/webOS-ports/org.webosports.messaging ? Apr 23 18:02:49 I’m not good at resolving tree conflicts. Apr 23 18:03:51 :) Apr 23 18:06:31 Ah, possibly it’s an ordinary conflict I can resolve. Apr 23 18:08:36 ok Apr 23 18:23:52 The attach and send icons in Messaging should be have larger tap targets - they are only 30x30, and Palm’s guideline is 48x48. Apr 23 18:24:18 That’s especially important for buttons you you all the time, like Send. Apr 23 18:24:32 But we don’t have to fix that today. Apr 23 18:25:39 right Apr 23 18:27:05 DougReeder: please ping me when you've updated the PR Apr 23 18:36:51 morphis, I’ve updated the PR Apr 23 18:40:40 thanks Apr 23 18:41:43 * DougReeder nods Apr 23 18:42:58 morphis: Not yet Apr 23 18:43:08 Need to test 1 more thing for resized PIN area Apr 23 18:43:15 Well lockscreen actually Apr 23 18:43:19 Should be done soon Apr 23 18:45:22 morphis: i have very strange issue with LS integration: if i add debug output, all works well(stop data on turned off screen), if remove - no. also works without output under gdb. seems some bug with timing; but i'm going to PR in this state Apr 23 18:47:55 Tofe: ping Apr 23 19:22:29 morphis: Done now Apr 23 19:22:44 Did update to Luna-next-cardshell just now for lockscreen resize using Units.gu Apr 23 19:22:55 TEsted on N4 and TP working well now Apr 23 19:23:36 You want me to do PR for meta-wop? Apr 23 19:23:45 Or you'll use your script? Apr 23 19:39:21 Herrie, you should setup your own test build env Apr 23 19:47:15 Herrie: Isn't this a typo? https://github.com/webOS-ports/luna-next-cardshell/commit/0409f9f6372e8c075f66b9f72dfe1b1836432191#diff-2c5a7270be45a905f3dab1e74ae6ae36R103 Apr 23 19:47:18 ka6sox: Yeah but the WebOS Internals instructions don't seem to work on Ubuntu 12.04 Apr 23 19:47:54 nizovn: Ehm yeah seems a quote is missing Apr 23 19:48:30 Fixed now Apr 23 19:52:32 okay let me see if I can get those updated Apr 23 19:54:08 The main problem seems to be xar and libxar on 12.04 x64 for me Apr 23 19:54:38 I was able to do the rest more or less Apr 23 19:54:51 With modified hosts file I can still get the legacy stuff Apr 23 19:55:20 I mean the .dmg for 1.4.5 and 3.0.0 Apr 23 19:55:42 Which are required for the make toolchain Apr 23 20:15:49 Herrie, what URL are you using and what URL needs mods? Apr 23 20:17:01 Herrie: yes, I noticed that icons were missing Apr 23 20:25:37 Herrie, we can probably redistribute those Apr 23 20:33:28 ka6sox: http://www.webos-internals.org/wiki/WebOS_Internals_PDK Apr 23 21:00:20 ka6sox: The Makefile at http://git.webos-internals.org/preware/cross-compile/tree/Makefile has legacy URLs with palm in there Apr 23 21:01:15 do they have IP addresses you can point to? Apr 23 21:01:40 23.4.17.24 cdn.downloads.palm.com I have in my hosts Apr 23 21:01:59 Which works for the cdn.downloads.palm.com urls Apr 23 21:02:10 The palm.cdnetworks.net are gone completely it seems Apr 23 21:02:16 But I have local backups Apr 23 21:02:58 okay, so for now please send a PR to put the IP addresses in and I'll test and accept Apr 23 21:06:20 nizovn: looks good, will pull it tomorrow or on the weekend Apr 23 21:12:08 ka6sox: The thing is when I put the IP in instead of cdn.downloads.palm.com I get a 404 Apr 23 21:12:33 what is an example? Apr 23 21:12:33 Well an invalid URL actually Apr 23 21:12:48 http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/palm-sdk_1.4.5-svn307799-sdk1457-pho465_i386.deb Apr 23 21:13:12 Works with hosts modification above but not as http://23.4.17.24/sdkdownloads/1.4.5.465/sdkBinaries/palm-sdk_1.4.5-svn307799-sdk1457-pho465_i386.deb Apr 23 21:14:33 okay 1.4.5 is going to be mojo Apr 23 21:14:57 and AFAICT those were never licensed Apr 23 21:15:05 3.0.0 is Enyo1 Apr 23 21:15:13 so those libs are available. Apr 23 21:15:53 so the wiki needs to be updated to include your Hack. Apr 23 21:16:41 same with OSX Apr 23 22:55:17 I think I have a fix for the button tap area that doesn’t involve introducing another DIV! Apr 23 23:17:05 morphis: ok, thanks Apr 23 23:29:41 JaMa, ping? Apr 23 23:33:52 sleepy pong **** ENDING LOGGING AT Fri Apr 24 02:59:59 2015