**** BEGIN LOGGING AT Tue Oct 18 02:59:57 2022 Oct 18 11:12:22 Morning Oct 18 11:13:09 JaMa: ah, right, I never actually remarked it Oct 18 18:53:31 Tofe: "PalmSystem.deviceInfo: { Oct 18 18:53:32 "modelName": "webOS.Open", Oct 18 18:53:32 "platformVersion": "00.00.00", Oct 18 18:53:32 "platformVersionDot": 0, Oct 18 18:53:32 "platformVersionMajor": 0, Oct 18 18:53:32 "platformVersionMinor": 0, Oct 18 18:53:32 "screenHeight": 0, Oct 18 18:53:33 "screenWidth": 0 Oct 18 18:53:33 }" Oct 18 18:53:41 I guess that explains why Google C+DAV doesn't work Oct 18 18:53:51 https://github.com/webOS-ports/org.webosports.service.contacts.carddav/blob/webOS-ports/webOS-OSE/app-enyo/GoogleOauth/CrossAppTarget.js#L68 Oct 18 19:03:34 Where this value comes from I don't know yet.... Oct 18 19:08:04 I guess we'd need to add something like this back to WAM or someplace else? https://github.com/webOS-ports/luna-webappmanager/blob/master/src/extensions/deviceinfo.cpp#L106 Oct 18 19:35:22 Actually WAM has it: https://github.com/webosose/wam/blob/703efea133b1f6e06acefac399b025ba75c3e24f/src/webos/device_info_impl.cc Oct 18 19:35:39 Maybe we need some proper parsing or json to provide just Oct 18 20:04:39 A quick fix would be to change the check for modelName, but will see Oct 18 20:08:21 Seems it needs to come from some luna calls to start with at least in OWO: https://github.com/openwebos/luna-sysmgr/blob/1393f0af5dd8d9f0e9cc79627f4acb226f8c8d45/Src/base/settings/DeviceInfo.cpp#L202 Oct 18 20:11:39 Seems in OSE they do something like this: https://github.com/webosose/meta-webosose/blob/16523c0c65c2d18bb93132b8f6ff113ab72352a6/meta-webos/recipes-webos/luna-prefs/luna-prefs-data.bb Oct 18 20:23:59 We have that too it seems Oct 18 20:24:15 Need to dig further why it's not returning what we expect **** ENDING LOGGING AT Wed Oct 19 02:59:56 2022