**** BEGIN LOGGING AT Mon Aug 01 02:59:58 2016 Aug 01 03:17:23 Tofe, Herrie, under webOS, an app can only select an icon for a miniaturized dashboard. It can’t write any HTML, like it can for a normal dashboard. I don’t know how the OS renders it, though. Aug 01 06:40:24 DougReeder: thanks, yes, that's also what I had concluded yesterday Aug 01 06:41:19 FYI, for the rendering, it's a simple list of images, that takes the icon given by the dashboard -- or, if none, it take miniicon of appinfo.json. Aug 01 07:23:42 morning Aug 01 07:26:00 Morning! Aug 01 07:41:40 Back in the office today :P Aug 01 13:03:39 i put my sim card into my nexus 4 and called myself. Aug 01 13:03:45 telephony is unusable :( Aug 01 13:14:34 HaDAk: That should work more or less... I'll try tonight or tomorrow Aug 01 13:14:48 it worked, but it forced everything through speakerphone Aug 01 13:15:52 Hmmmz I thought we fixed that :s Aug 01 13:16:28 I haven't had a working phone with SIM slot for a while. Now have a N4 and Galaxy Nexus again Aug 01 13:16:32 And N5 as well Aug 01 13:16:45 yeah, we need to figure out the N5 port... Aug 01 13:19:04 Issue is limited time at my end :'( Aug 01 13:26:13 HaDak: if you want quick solution, you can fix this with one line Aug 01 13:36:12 ...i'm listening Aug 01 13:37:07 cd /usr/palm/applications/org.webosports.app.phone/qml Aug 01 13:39:00 edit line 60 in services/VoiceCallMgrWrapper.qml so that request included "speakerMode": false in addition to "inCall" Aug 01 13:39:04 https://github.com/webOS-ports/org.webosports.app.phone/blob/master/qml/services/VoiceCallMgrWrapper.qml#L60 Aug 01 13:39:27 ok. i'll check into this. Aug 01 13:40:06 thank you Aug 01 13:40:31 so it works? Aug 01 13:44:24 i don't know yet. i'll give it a shot after i finish this cup of coffee. :) Aug 01 13:44:55 ok :) Aug 01 14:20:38 am i missing something here, nizovn? https://infinit.io/_/cxTb3Nr Aug 01 14:23:54 yup, that line Aug 01 14:24:06 oh, the terminal was stuck at 80 lines wide Aug 01 14:24:13 had to scroll over Aug 01 14:24:25 JSON.stringify({ inCall: (!!activeVoiceCall) }) Aug 01 14:24:29 so that should look like: Aug 01 14:24:41 JSON.stringify({ inCall: (!!activeVoiceCall), speakerMode: false }) Aug 01 14:24:42 right? Aug 01 14:24:55 yes Aug 01 14:31:09 ugh, this app is so bad. i'm going to have to rewrite it, aren't i? Aug 01 14:31:34 maybe :) Aug 01 14:31:48 ok, that patch worked. Aug 01 14:31:59 good Aug 01 14:32:04 any ideas on getting the screen to shut off when the proximity sensor detects your face? Aug 01 14:33:24 no quick solution for this here Aug 01 14:35:24 ok Aug 01 14:35:34 well, i might just tinker with the QML for this app then. i don't like it. Aug 01 14:35:39 no offense. :) Aug 01 14:36:05 good :) Aug 01 14:52:43 HaDAk: Well Phone app already improved a lot compared to earlier version :P Aug 01 14:52:52 * HaDAk cringes Aug 01 14:52:53 ok. Aug 01 14:52:58 well, i'll learn QML and look into it. Aug 01 14:52:59 But neither me or Tofe have a graphics background :P Aug 01 14:53:07 this week might be a no-go on that. i'm headed to vegas on wednesday. Aug 01 14:53:27 You should be able to run it in QtCreator Aug 01 14:53:43 You just need some other repos like luneos-components Aug 01 14:54:14 could you do a small writeup on getting that going? i'd be happy to poke at it Aug 01 14:54:56 I think we have it on the wiki already Aug 01 14:55:03 ok. just point me in the right direction. Aug 01 14:56:05 Getting Started QML apps. Aug 01 14:56:25 You need org.webosports.app.phone, luneos-components and loadable-frameworks I think Aug 01 14:56:46 luneos-components is used by pretty much any QML app Aug 01 15:00:17 ok Aug 01 15:00:19 nizovn: good catch for the speakerMode; note that it should only be false when there is an active voice call Aug 01 15:02:16 i thinks the actual bug is a typo here: https://github.com/webOS-ports/audio-service/blob/master/src/audioservice.cpp#L741 Aug 01 15:21:24 HaDAk: btw you can use ProximitySensor in qml, and when it became near, send off state to com.palm.display/control/setState Aug 01 15:21:48 thanks. i'll make a note. Aug 01 19:07:40 Herrie: chatthreader probably is not compatible to legacy. Aug 01 19:08:16 Totally possible that there are things missing, that the legacy messaging app needs. Aug 01 19:09:48 I don't have any clou how online state worked in legacy. Aug 01 19:11:16 nizovn: Was your PR tested? Aug 01 19:11:18 IM messages should be threaded fine, though. But we never looked in how the old app worked and designed chatthreader and messaging app to work together. Aug 01 19:11:40 Garfonso: What I understood from EricBlade it's simple db8 watch. Aug 01 19:12:31 I'll copy legacy chatthreader from 3.0.5 + activities to LuneOS and see if that "fixes" stuff. The methods seem straight forward enough to rewrite it seems. They're really small. Aug 01 19:12:34 omfg, this phone is so frustrating Aug 01 19:12:41 i literally cannot shut down my nexus 4 Aug 01 19:12:45 Is that something you'd have time for? Aug 01 19:12:46 i power it off, and it powers itself back on. Aug 01 19:12:59 HaDAk: Yeah I've seen that too :s Aug 01 19:13:04 It's Nexus 4 I guess :P Aug 01 19:13:14 it's not luneos Aug 01 19:13:17 it's the goddamn phone Aug 01 19:13:27 HaDAk: Well.... Aug 01 19:13:33 LuneOS flies on it :P Aug 01 19:13:51 I'm curious how it would run on a Snapdragon 810/820 soc ;) Aug 01 19:13:57 but even booting to fastboot and choosing the shutdown from there doesn't work Aug 01 19:14:05 Boot time is really good compared to legacy :P Aug 01 19:14:07 i'm curious how it would run on a nexus 5 :P Aug 01 19:14:12 HaDAk: as soon as it is charging, it seems to want to boot :/ Aug 01 19:14:23 Tofe: Yeah.... Aug 01 19:14:24 Tofe: it's unplugged. Aug 01 19:15:08 HaDAk: ah. Status just got worse. Aug 01 19:15:14 Garfonso: Let me test the legacy chatthreader and feedback. Maybe tomorrow ;) Tired now and need sleep.... Aug 01 19:15:27 i'm about to crack it open with a hammer and remove the battery Aug 01 19:16:28 or wait that the batterie goes down Aug 01 19:16:46 that's less fun Aug 01 19:20:41 Herrie|Pre3: no, i can't Aug 01 19:29:29 nizovn: OK I'll test it Aug 01 19:47:12 so, i've noticed that there's no screen timeout Aug 01 19:47:28 my phone just laid on my desk for almost an hour without me touching it, and the screen never shut off. Aug 01 19:47:36 should probably address that :) Aug 01 20:43:54 HaDAk: You got mail + instructions to test nizovn's fix ;) Aug 01 20:44:58 ok **** ENDING LOGGING AT Tue Aug 02 02:59:57 2016