**** BEGIN LOGGING AT Tue Jan 19 02:59:58 2016 Jan 19 05:05:40 DougReedeR: nizovn implemented com.palm.vibrate API Jan 19 05:05:51 Nifty! Jan 19 05:05:54 Might be good to add test case(s) to Testr? Jan 19 05:06:02 * DougReeder nods Jan 19 05:06:19 I can probably fit that in to my schedule Jan 19 05:06:37 Also LED & ALS should work but need to play with that a bit more so I can provide you more info Jan 19 05:07:47 ALS? Jan 19 05:10:47 Ambient Light Sensor which will adjust display brightness based on amount of light. Jan 19 05:11:06 Ah, does that surface an API? Jan 19 05:12:21 Heh, googling com.palm.vibrate returns the Wikipedia article on “Touch of Death” Jan 19 05:12:48 Lol : Jan 19 05:13:10 You need to put quotes around it Jan 19 05:13:42 Not sure ALS has an API but had test cases in crotest Jan 19 05:14:01 So it might have something Jan 19 05:14:33 Hmm, not finding the API at openwebosproject.org. Jan 19 05:14:40 DougReeder: You familiar with DB8 permissions? Jan 19 05:14:46 * DougReeder smiles “TVs don’t vibrate?” Jan 19 05:14:54 Yes. Jan 19 05:14:56 DougReed Jan 19 05:15:13 Does this look ok? https://github.com/webOS-ports/mediaindexer/pull/5 Jan 19 05:15:52 * DougReeder reads Jan 19 05:16:30 Trying to add legacy photos and musicplayer app permissions so people can sideload the apps from TP if they want ;) Jan 19 05:17:09 Looks plausible, but I don’t recall the exact syntax offhand. Jan 19 05:22:01 Well I copied it from other kinds :P Jan 19 05:22:10 That are known to work ;) Jan 19 05:23:53 DougReeder API for com.palm.vibrate: https://github.com/openwebos/luna-sysmgr/blob/1393f0af5dd8d9f0e9cc79627f4acb226f8c8d45/Src/base/HapticsController.cpp#L68 Jan 19 05:24:01 I’m not sure about the caller values. Jan 19 05:24:18 Not sure if we have com.palm.vibrate/vibrateNamedEffect Jan 19 05:26:04 Is "caller" : "com.palm.launcher" for Just Type search? Jan 19 05:26:24 "caller" : "com.palm.app.musicplayer", makes sense Jan 19 05:28:52 I can’t see these changes doing any harm. Jan 19 05:36:01 DougReeder: yeah ;) I copied some from legacy :P Jan 19 05:36:55 … but it would be best to experiment and see what’s needed. Jan 19 05:38:22 DougReeder: I got these from the logs where it said it didn't have permissions Jan 19 05:38:28 ka6sox: You around? Jan 19 05:38:50 And checked legacy code to see which kinds it accesses ;) Jan 19 05:38:56 Ah, okay. Jan 19 05:40:10 ANy idea what a typical value for vibration period is? Jan 19 05:43:31 Herrie|2, yup Jan 19 05:45:21 ka6sox: Any idea why Bonaire is so slow? Mako image takes normally 20-30 mins to build now took 4,5 hrs. Even with a complete QtWebEngine build it only take 1,5 hrs normally Jan 19 05:45:56 I don't know but I can look Jan 19 05:58:31 I have Testr modified to call the vibration API. The call returns sucess on my N4, but no vibration actuall happens. Jan 19 06:00:47 DougReeder: Hmmz I think it worked on mine Jan 19 06:00:55 Or was that my Maguro... Jan 19 06:01:05 "period": 500, "duration": 4000 does vibrate Jan 19 06:02:23 Yeah I did something like 500 100 or something Jan 19 06:02:31 Or 100 500 Jan 19 06:02:51 It needs to have not too small numbers :P Jan 19 06:03:01 ie 10 and 100 don't work I think Jan 19 06:03:36 Hmm, it’s hard to relate the period number to anything. Jan 19 06:04:17 Yeah it was also not very clear to me Jan 19 06:20:41 varying it from 300 to 1000 on my N4 doesn’t appear to do anything. Jan 19 06:22:41 I'll ask nizovn about it when he's online Jan 19 14:32:51 Hey, I have written a post on webosnation, but my question is very short. Yesterday I have installed LuneOS Medici on my HP Touchpad. All works fine, but preware2 doesn't work. My question is, is this a known bug or exist this only on my system? Tanks a lot, Cheers Björn Jan 19 14:33:10 Thanks a lot Jan 19 14:35:18 bjawebos: Hi Jan 19 14:35:59 We do have some layout issues with preware that were reported, when using landscape UI; did you try in portrait orientation ? Jan 19 14:39:45 I will try it Jan 19 14:41:59 Yes, in portrait orientation works very well :-) Jan 19 14:42:16 Thanks a lot, Tofe Jan 19 14:42:23 bjawebos: you're welcome! Jan 19 15:52:05 JaMa: Thnx for the sleepd fix! Jan 19 15:53:17 np, I've also upgraded oe-core/bitbake/meta-oe and meta-qt5 a bit Jan 19 15:53:22 and triggered new testing builds Jan 19 15:54:19 JaMa: Ah saw that. They were extremely slow. Is that normal? I.e. normal rebuild is 20-30 mins for Mako, with QtWebEngine 1,5 hrs this was 4+ hrs Jan 19 15:55:21 it was rebuilding more recipes than usual build Jan 19 15:55:39 if the next one is slow again let me know and I'll look Jan 19 15:55:47 but this time it was sort of expected Jan 19 15:55:53 No seems OK Jan 19 15:56:08 Just had ka6sox check Bonaire already LOL :P Jan 19 15:56:21 Thought it went crazy again ;) Jan 19 15:59:28 Will test the builds tonight to see if there's anything odd. Jan 19 16:09:43 nizovn: ping Jan 19 16:21:04 Herrie|Veer: pong Jan 19 16:22:41 Is it correct you didn't implement the com.palm.vibrate/vibrateNamedEffect? Jan 19 16:22:50 yes Jan 19 16:24:47 OK, I guess we can live without it :P Jan 19 16:24:57 It's not that commonly used I guess anyway Jan 19 16:27:41 I need to test it on my Veer I guess Jan 19 16:34:28 nizovn: I'll test a bit. Might also check legacy apps to see if and how often it's used. Jan 19 16:34:50 ok Jan 19 16:34:58 For the leds. I found a reference to ReticleArea.qml you used for testing. Maybe you can search for that filename or you did already? Jan 19 16:35:08 If not I'll have to play around a bit I guess Jan 19 16:35:49 yes, i searched for it, but seems it was overwritten Jan 19 16:36:01 Ah Jan 19 16:36:14 You have any memory of what you've done? Jan 19 16:36:22 yes Jan 19 16:37:08 Seems leds don't have a public ls2 api like vibrate? Jan 19 16:37:24 it's available in LunaNext.Common as Leds Jan 19 16:37:30 https://github.com/webOS-ports/luna-next/blob/master/plugins/common/ledsadapter.h Jan 19 16:38:32 so you can simply call it's functions in qml Jan 19 16:40:30 So I just import LunaNext.Common and then do a Leds.ledPulsate with it's parameters? Jan 19 16:41:48 yes Jan 19 16:43:00 Ah that should be easy enough, will play with that a bit. I guess in the future we might want to have LS2 as well but we can deal with that when it's needed. Jan 19 16:46:16 Herrie|Veer: I've pushed one more gcc-5 fix for mako kernel and queued unstable build for it on jenkins Jan 19 16:46:36 Herrie|Veer: when it's finished (if it doesn't fail elsewhere) it would be great if you can try to boot it Jan 19 16:47:36 JaMa: Sure :) Jan 19 16:47:45 Did you bump other bits as well? Jan 19 16:48:11 I mean so it reflects our current repo state for non-OE things Jan 19 16:51:26 not sure what you mean, but probably yes :) Jan 19 16:51:47 meta-webos-ports/jethro branch was rebased on meta-webos-ports/fido if that's what you meant Jan 19 16:52:05 JaMa: I mean does it include all our latest work ;) JaMa: So yes :) Jan 19 16:52:07 Good :) Jan 19 16:53:33 I'll test all targets I have (TP, N4, Maguro & VirtualBox) to see if there's anything odd. Jan 19 16:53:45 If not I think we'll be OK to switch shortly :) Jan 19 16:55:50 JaMa: You have a Grouper laying around somewhere? N7 2012... Jan 19 16:57:02 yes, but not sure if I'll be able to properly compare the builds (I lost track what's working and what not :/) Jan 19 16:57:55 JaMa: Well Grouper has some issues with VKB everything else should run more or less :) Jan 19 16:58:00 and don't have high hopes for that mako fix Jan 19 16:58:19 JaMa: OK... I couldn't even adb in last time... Jan 19 16:58:25 it just something which fixed qemuarm not booting at all after we upgraded to gcc-5 Jan 19 16:58:29 If I can get to adb in I can at least pull logs Jan 19 16:58:46 it may be the same issue or completely unrelated to the issue on mako Jan 19 16:59:47 We'll see :) Jan 19 17:01:36 Grouper works, we just had some users report that the vkb was acting up. Jan 19 18:52:24 JaMa: Unstable isn't running it seems nor queued, you want me to kick it off? Jan 19 18:52:36 Or it runs on Aruba? Jan 19 18:53:35 it is queued and yes for aruba Jan 19 18:53:41 so it will take day or 2 Jan 19 19:01:48 JaMa: Ah OK Jan 19 21:21:16 Herrie: I have now restarted my Pre3, so I have quite a good ideas about what to do for history & favorites Jan 19 21:24:03 But for tonight I'll stop here; we had a "little celebration" at work and I suddently feel a bit tired :p Jan 19 21:28:05 Tofe: https://bpaste.net/show/b116e711fad2 Jan 19 21:28:19 Seems teh ClippedImage somehow doesn't work Jan 19 21:28:38 Latest commits is in recipe: https://github.com/webOS-ports/meta-webos-ports/blob/fido/meta-luneos/recipes-luneos/luneos-components/luneos-components.bb Jan 19 21:28:40 More like it isn't here at all Jan 19 21:29:34 Tofe: https://github.com/webOS-ports/luneos-components/blob/master/modules/LuneOS/Components/deployment.pri Jan 19 21:29:39 I guess it's missing there? Jan 19 21:30:10 Tofe: I know those parties all too well LOL :P Jan 19 21:30:30 ooooh Jan 19 21:30:34 well guessed!* Jan 19 21:30:46 OK fixed Jan 19 21:30:49 :) thx Jan 19 21:31:08 https://github.com/webOS-ports/luneos-components/commit/97af5150554928d97ab871e55e81854cddcdf003 Jan 19 21:31:22 yup Jan 19 21:31:38 Will do a new build overnight so can test on my free morning :P Jan 19 21:32:13 ok :) Jan 19 21:32:32 Herrie: https://github.com/webOS-ports/org.webosports.messaging/pull/37 Jan 19 21:32:42 On my side I'll take my evening; see you all tomorrow! Jan 19 21:32:47 Tofe: How's your brain? https://github.com/webOS-ports/org.webosports.messaging/pull/37/files Jan 19 21:32:56 Still chance to do a quick review of that :P ? Jan 19 21:32:58 Herrie: wined :) Jan 19 21:33:26 Tofe: If < 1 bottle you should be OK, especially as French LOL :P Jan 19 21:34:28 to me the PR seems to make sense, but I don't know that code so maybe there's a hidden catch Jan 19 21:35:05 Well anyway can always fix it. It looks OK to me too ;) Jan 19 21:35:32 Herrie: I'm at 2 glass champagne, 3 (little) glass white and 5 (little) glasses red, so even as a French, it begins to a bit much Jan 19 21:35:51 +be Jan 19 21:36:12 Tofe: White knocks me out, but can't stand reds Jan 19 21:36:55 For me, a nice Gewurztraminer is where it's at Jan 19 21:37:03 :p I understand Jan 19 21:38:02 I went tasting for my wife's birthday last year, got to try a late harvest Gewurztraminer. It was heavenly, but didn't want to spend $50 for 375ml. Jan 19 21:38:05 I prefer red ;) Jan 19 21:38:07 But well ;) Jan 19 21:38:20 Don't mind champagne or white at times ;) Jan 19 21:38:31 I drink quite whatever there is, but the less bubbles the better Jan 19 21:38:51 Even when they're not French (yeah I know it's Cava then or Prosecco but it will do :P) Jan 19 21:38:54 I haven't had a champagne that I liked, but I haven't had anything but the cheap stuff. Jan 19 21:38:56 I prefer non-bubbly too ;) Jan 19 21:39:14 Andolamin: that looks expensive for a near-half-bottle Jan 19 21:39:29 What is in Alsace in France, or in Germany? Jan 19 21:39:50 On the German side you have very good quality too, and sometime more interesting prices Jan 19 21:40:00 I've had frizzante wine, though, and liked that substantially more than champagne Jan 19 21:41:37 I tasted a good lambrusco tonight! Jan 19 21:41:48 Tofe: Yeah - it was slightly more expensive than most of their bottles, but it was a half bottle, so it ended up being about double. I ended up just getting a few others that I liked nearly as much but were much better priced ($30-$40 for 750ml) Jan 19 21:42:25 Andolamin: that seems to be a more reasonable price Jan 19 21:43:44 As long as you can taste before you buy, there's no fooling anyone :) Jan 19 21:44:33 Ok, time to think about all that during a good sleep -- 'night all! Jan 19 21:44:47 Night Jan 19 21:49:26 Tofe: Night! Jan 19 21:49:51 Andolamin: PR merged & new nightly running :) Maybe tomorrow we have working phone calls :P Jan 19 21:50:05 Or at least chance to test something :P Jan 19 21:50:27 Herrie|Veer: That would be awesome! Jan 19 21:51:49 Tofe fixed some stuff :) But forgot to include a new file in the deployment.pri in LuneOS Components so app wouldn't launch :P That should be fixed now :) So curious to test where we're at with a new build :) Jan 19 21:52:02 elvispre is sorting the BlueTooth as well :P Jan 19 21:52:41 ...gradually :-) Jan 19 21:52:44 I made some changes to the db8 permissions so for now we can sideload legacy MusicPlayer & Photos app to play with too :P Jan 19 21:53:38 Herrie|Veer: What was the name of that project that we might be able to use to run Android apps? Jan 19 21:53:44 elvispre: Rome wasn't built in a day ;) In case something seems off you can ask nizovn to check (or fix the c++ part yourself :p). But nizovn said he tested it a bit so I guess it'll be OK :) Jan 19 21:54:05 Andolamin: Shaslick from Plasma Mobile guys Jan 19 21:54:25 But has KDE dependencies currently I think. Jan 19 21:55:06 We might also be able to do stuff in Chromium ;) Jan 19 21:55:54 Herrie|Veer: True, we might be able to build ARC to run Android apps through Chromium, too. Jan 19 21:57:10 Andolamin: Yeah... Tofe is all into Chromium & QtWebEngine so might have some ideas. Once we move to Qt 5.6 Chromium version will be bumped quite a bit too I guess to 47 if I'm correct :D **** ENDING LOGGING AT Wed Jan 20 02:59:59 2016