**** BEGIN LOGGING AT Thu Jun 11 02:59:59 2015 Jun 11 06:37:42 morning Jun 11 07:10:03 morning Jun 11 07:24:43 Morning! Jun 11 09:38:23 test Jun 11 18:46:18 Anyone know if there are service calls for ringer (not system) volume and for toggling keyboard clicks, vibrate and system sounds? Jun 11 18:46:43 elvispre: no, there aren't any (yet) Jun 11 18:47:30 morphis: That's OK. I can feel happy that I have disabled those Settings controls in that case! Jun 11 18:48:11 ok Jun 11 18:49:36 morphis: In Settings, I am calling the setVolume method with {volume:n}, for n in 0 to 100, but it does not work. Jun 11 18:49:58 elvispre: on which device? Jun 11 18:50:06 Sometimes it manages to zero the volume but mostly does nothing. I can turn mute on and off. Jun 11 18:50:19 That's on N4. (All I have.) Jun 11 18:51:03 ok Jun 11 18:51:14 fear that is still bugg Jun 11 18:51:19 s/bugg/buggy/ Jun 11 18:52:04 morphis: Easier to test if the setting is available. I'll do a PR on Settings and people can take a look. Jun 11 18:53:14 ok Jun 11 19:35:45 elvispre: Setting the volume is a bit tricky Jun 11 20:12:19 elvispre: setting the volume might be a bit tricky ;) Jun 11 20:12:28 It should work though, it works in QML Jun 11 20:12:44 The values you need to pass need to be a multiple of 11 Jun 11 20:12:54 so 0, 11, 22, 33, 44, 55, 66, 77, 88 and 100 for max volume Jun 11 20:13:00 I think at least ;) Jun 11 20:13:10 The step is 11 for QML on each volume increase Jun 11 20:13:32 https://github.com/webOS-ports/luna-next-cardshell/blob/301037530b54cec783ac65759886b1679c6382eb/qml/Notifications/VolumeControlAlert.qml#L107 Jun 11 20:13:33 Herrie: 100? Not 99? Jun 11 20:13:42 Elvispre: Yeah I think so ;) Jun 11 20:13:52 Otherwise you'd never get 100 ;) Jun 11 20:13:56 Not that it makes much difference Jun 11 20:14:04 Oh well. So long as it's consistent :-) Jun 11 20:14:39 https://github.com/webOS-ports/audio-service/blob/master/src/audioservice.cpp#L41 Jun 11 20:14:53 So in case you would provide other values it could act weird Jun 11 20:14:59 That's probably what you're seeing ;) Jun 11 20:15:15 N4 volume wasn't working properly until I tweaked it a bit ;) Jun 11 20:15:23 It was jumping 2 steps at a time SOMETIMES ;) Jun 11 20:16:23 In case we're ever looking for an App Store/Marketplace, just read that the Mozilla one is open source :) https://github.com/mozilla/zamboni Jun 11 20:16:40 Yeah, I was using that C++ code as my reference. I didn't pay much attention to the up and down functions; just setVolume directly. Jun 11 20:17:05 I'll have another go. Jun 11 20:17:22 I think when you round it to the nearest multiple of 11 you're OK ;) Jun 12 01:54:57 https://plus.google.com/+PatrickCampanale/posts/268uBq5h85P Jun 12 01:55:03 wow, can't believe i found everything... **** ENDING LOGGING AT Fri Jun 12 02:59:59 2015