**** BEGIN LOGGING AT Thu Oct 18 03:00:00 2018 Oct 18 07:02:16 Morning Oct 18 07:03:07 Am I correct in saying we don't have bluetooth on all our aarch64 devices ? Oct 18 07:22:45 Morning! Oct 18 07:22:58 Tofe: I guess so Oct 18 07:23:04 I didn't get it to work yet really Oct 18 07:23:11 But I didn't try very hard Oct 18 07:23:23 For Mido there's some scripts in SFOS to get it to work Oct 18 07:24:21 https://github.com/piggz/droid-config-mido/tree/master/sparse/lib/systemd/system Oct 18 07:25:44 Specifically https://github.com/piggz/droid-config-mido/tree/master/sparse/lib/systemd/system/bluetooth.service.wants and https://github.com/piggz/droid-config-mido/blob/master/sparse/lib/systemd/system/droid-hcismd-up.service Oct 18 07:26:04 Seems that Piggz patched the kernel as well for this Oct 18 07:26:43 I.e.: https://github.com/piggz/android_kernel_xiaomi_msm8953/commit/163a75418dbee09cfeaa90da33b14b3e3cb88057 Oct 18 07:27:10 So I guess we'd need something similar probably Oct 18 07:27:15 Doesn't look like rocket science though :P Oct 18 07:29:54 If it's only about using the HCI SMD driver, no, that should be fine Oct 18 07:30:04 thanks for the pointers, I'll look at it on tissot Oct 18 07:32:57 also, looks like I forgot to enable https://github.com/Herrie82/tissot/blob/tissot-o-oss/arch/arm64/configs/tissot-perf_defconfig#L1012 in the new tissot cm-14.1 defconfig Oct 18 07:33:08 that's not the smd driver, but it could work too Oct 18 07:35:20 We shouldn't need SMD per se I guess Oct 18 07:35:24 But well nice to have Oct 18 07:35:49 depends on which one works best Oct 18 07:36:49 There must have been a reason Piggz took SMD for Mido on SFOS Oct 18 07:37:37 Ah from http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2018-06-19.log.html "jusa mal: those fm radio issues with piggz' device need patch to the kernel, change the logic so that the smd channel is not closed when v4l2 fd is released" Oct 18 07:37:54 "jusa much easier to do that there than try to handle the racy initialization every time fm radio is opened" Oct 18 07:38:23 Seems not too relevant for us yet, but well Oct 18 07:38:24 mmh that seems to be the fm radio though Oct 18 07:38:31 For future seems good to have Oct 18 07:38:35 yes Oct 18 07:38:48 I'll have a try with smd. Oct 18 07:38:49 We don't do anything with FM radio yet, but in case we will we'd need it anyway Oct 18 07:39:03 Patch seems easy enough, 1 file and a few minor patches Oct 18 07:44:11 yes Oct 18 08:10:54 novaldex|away: Ping Oct 18 09:34:27 Herrie|Laptop: pong, sorry for the delay Oct 18 15:58:36 pretty decent updates to my service simulator yesterday. i've managed to re-structure it so that you can (if your service can do dependency injection of a webos-service compatible module) have a suite of tests that require()'s many services together into a single process, and run them all Oct 18 15:59:47 so i'm literally doing something like require('service1'); require('service2'); subscribe('method-in-service-2-that-is-called-from-service1'); call('method-in-service1-that-calls-service2'); and inspecting the results. Oct 18 16:01:09 i'm now able to end-to-end test that multiple services work together, without loading them to a device Oct 18 17:07:23 Herrie: with piggz's patch, bluetooth begins to work a bit Oct 18 17:07:31 some manual steps still needed, but well Oct 18 17:11:59 Tofe: Well there's the systemd bits as well Oct 18 17:12:20 we already have that, but configured for hci-uart Oct 18 17:12:25 Ah ok Oct 18 17:12:44 Well could be we need more defconfig tweaks as well not sure Oct 18 17:23:42 Tofe: Started with some initial release preparations, mainly putting together the changelog which will be huge :P Oct 18 17:24:00 Will also write up some release announcement with all that's been happening and can be shared Oct 18 17:28:29 ok :) Oct 18 17:34:01 Home alone with the 2 little ones tonight, but should have some time when they're in bed in about 1-1,5 hrs Oct 18 17:37:24 I'm trying to figure out bluetooth for tissot Oct 18 17:37:42 with a bit of luck, it might be deadly simple Oct 18 17:38:16 Then we'll port the solution to rosy & co Oct 18 17:40:40 Yup Oct 18 17:40:58 Tofe: Saw this @ Halium for qcom wifi https://github.com/Halium/lxc-android/commit/0a53b80651a407f812e35072cd4b3dfb57846451 Oct 18 17:41:07 Might be of hellp? Oct 18 17:42:31 it can't hurt Oct 18 17:42:41 Not for BT but to improve wifi Oct 18 17:42:54 yup Oct 18 17:43:57 Since it was hit & miss a bit still Oct 18 17:46:53 it hits, but late... Oct 18 17:58:56 ok it almost works, but: Oct 18 17:58:56 - wifi isn't enabled by default Oct 18 17:58:56 - bluetooth is started too soon Oct 18 18:01:38 Too soon should be a matter of systemd tweaks normally? Oct 18 18:01:53 And for wifi the lxc-android bits from Halium might help Oct 18 18:25:56 exactly Oct 18 18:26:02 to it's a matter of tweaking Oct 18 18:26:06 so* Oct 18 18:44:56 It seems I was lucky with tissot. Setting persist.delta_time.enable=true for onyx in the same way has done nothing. The clock remains stuck in 1970. Oct 18 18:46:35 Will someone paste our halium 5.1 build script please so I can try that setting with mako as well? Oct 18 19:30:02 elvispre: Pulling it, gimme a minute Oct 18 19:30:09 EricBlade: Great work on teh service stuff! Oct 18 19:30:18 Will be of use for us soemtime I'm sure :D Oct 18 19:30:23 Herrie: OK. No panic! :) Oct 18 19:30:51 elvispre: https://bpaste.net/show/da57b4eddc13 Oct 18 19:31:10 Thank you. Oct 18 20:15:48 Hmm. Halium 5.1 device trees don't seem to have a system.prop that I can edit so straightforwardly. Oct 18 21:57:52 Herrie: yeah.. i'm going to try to fix another bug in webos-service that i found yesterday... and wait forever for anyone to do anything with it :| **** ENDING LOGGING AT Fri Oct 19 03:00:00 2018