**** BEGIN LOGGING AT Sun Feb 15 02:59:59 2015 Feb 15 07:10:34 Tofe: https://github.com/webOS-ports/org.webosports.app.firstuse/pull/10 Feb 15 09:49:32 nizovn: https://github.com/webOS-ports/org.webosports.app.firstuse/pull/10 ;) Feb 15 09:49:45 That works a lot quicker :) Thnx for the hint on Timer, dropped them both now :) Feb 15 10:06:55 Herrie: nice, it works on emulator. Feb 15 10:23:57 nizovn: On N4 too Feb 15 10:24:55 guess on TP too :) Feb 15 10:34:06 Will work on proper time display + locale formatting next Feb 15 10:34:19 Because currently the time is still not adjusted even though timezone is set Feb 15 10:47:14 Herrie: we need also support for changing those in the settings app Feb 15 11:00:36 morphis: Yup Feb 15 11:01:03 What would be the better approach? Set the actual system time or just calculate it based on system time + offsetfrom GMT/UTC? Feb 15 11:01:23 I think offset calculation is probably more reliable Feb 15 11:06:24 This way we never actually change the system time, just calculate the actual time based on the offset provided by the timezone Feb 15 11:09:23 Herrie: we have two options: let the system set the time automatically and let the user set it Feb 15 11:09:42 connman already deals with those things and can for example also retrieve the time from a GSM network Feb 15 11:10:01 so we just have to make sure we select the right timezone Feb 15 11:10:07 when auto option is used Feb 15 11:13:34 but LunaSysService also uses ntp to determine the system time when it should use network time Feb 15 11:13:47 maybe we have to tell connman to not take care about this Feb 15 11:16:41 Herrie: in QML we should be able to just use the system time, right? Feb 15 11:17:41 Currently when setting timezone qml doesn't update' Feb 15 11:17:46 so a Qt.formatDateTime(new Date(), "..") should be sufficient Feb 15 11:17:54 qml uses date Feb 15 11:18:13 While timezone selection doesn't change this Feb 15 11:18:27 it should Feb 15 11:18:53 Time in luna-send -n 1 palm://com.palm.systemservice/time/getSystemTime {} is correct though Feb 15 11:21:27 http://pastebin.com/2Cw2L1ug Feb 15 11:21:30 See pastebin Feb 15 11:30:45 Herrie: that should work Feb 15 11:33:03 luna-sysservice uses a time_t utctime = time(NULL); for that too Feb 15 11:33:51 Seems QML uses the date command when you do Date(). So I guess would need to add the offset to that? Feb 15 11:34:12 Or you have another idea? Feb 15 11:35:06 yeah but that should happen without you doing anything Feb 15 11:38:17 It doesn't currently.. Feb 15 11:44:31 Herrie: I see the problem Feb 15 11:45:41 Herrie|Veer: try with Feb 15 11:45:48 mv /etc/localtime /etc/localtime-old Feb 15 11:45:49 ln -sf /var/luna/preferences/localtime /etc/localtime Feb 15 11:46:23 need to change that in the build Feb 15 11:47:16 Will try that when home in a bit, out for a walk with the little one now :) Feb 15 11:48:12 ok :) Feb 15 12:03:40 morphis: That works :) Feb 15 12:03:47 13:03 now :D Feb 15 12:11:33 Herrie: good Feb 15 12:11:44 then let me wrap that into a change so it gets into the next build Feb 15 12:11:53 Great :) Feb 15 12:12:07 Can you see if you're happy with the changes to FirstUse as well? Feb 15 12:12:18 I tested on N4 and works there, Nizovn checked on emulator and OK there too Feb 15 12:12:31 https://github.com/webOS-ports/org.webosports.app.firstuse/pull/10 ? Feb 15 12:13:13 looks good Feb 15 12:13:26 Yeah Feb 15 12:13:33 It's a lot quicker now :) Feb 15 12:13:50 Let me update it a bit Feb 15 12:13:50 Herrie: one thing we need to make sure still is that this also works with PINs not entered yet Feb 15 12:13:55 Gimme a few mins Feb 15 12:16:32 Ok should be OK now :) Feb 15 12:16:48 morphis: OK yeah need to check that Feb 15 12:16:59 We would still get MCC right even when we don't have PIN? Feb 15 12:18:01 no Feb 15 12:18:09 when PIN is entered you get no network data Feb 15 12:18:14 s/is/is not/ Feb 15 12:35:38 morphis: OK need to try when PIN support is there Feb 15 12:42:26 Herrie: yeah Feb 15 12:42:28 working on that Feb 15 12:52:51 I know :) Anyway worst case it would default back to US :) Feb 15 12:53:00 I think that's what it does on emu too Feb 15 14:59:48 morphis: Merged the firstuse change and PR for dizzy: https://github.com/webOS-ports/meta-webos-ports/pull/115 Feb 15 17:14:10 Herrie: thanks **** ENDING LOGGING AT Mon Feb 16 02:59:59 2015