**** BEGIN LOGGING AT Thu Dec 23 02:59:56 2021 Dec 23 07:08:20 Good morning! Dec 23 07:09:31 I wonder if someone with a PP running luneos could help me testing enact. Dec 23 07:10:23 I mean the PP has a different resolution. So, it would be useful to see if it scales properly. Dec 23 08:16:59 Sure I can test it Dec 23 08:19:51 Herrie: Nice! Firstly, you have to clone the theme: https://github.com/erikinkinen/enact-theme-lune.git Dec 23 08:20:25 And also the app: https://github.com/erikinkinen/enact-helloapp.git Dec 23 08:21:27 Clone them in a same parent directory. Dec 23 08:23:11 Then, in the theme: npm i && npm transpile Dec 23 08:23:34 And in the app: npm i && npm pack-p Dec 23 08:23:57 Output should be under dist in the app dir. Dec 23 08:33:26 Let me try that after some coffee Dec 23 09:50:36 Tofe: I had some provisioning errors on my PPP for Vodafone NL. I suspect it might be due to the fact that we're using mobile-broadband-provider-info from Mer/SFOS which is tied to their fork of oFono. I'm trying a new build now where I bump oFono to 1.33 since there seems to be some quectel fixes in 1.32 and 1.33 and mobile-broadband-provider-info from gnome, which should work better Dec 23 09:50:36 with upstream oFono. Bumping VoiceCall along the way as well Dec 23 10:08:20 erikinkinenfi[m]: Seems it doesn't like pack-p? https://bpa.st/7ZBA Dec 23 10:08:37 npm run pack-p Dec 23 10:08:53 Herrie: forgot the run part Dec 23 10:11:15 Tells me enact is not found Dec 23 10:11:23 I guess I need to add it first somehow? Dec 23 10:11:29 I didn't toy with enact on this box yet Dec 23 10:18:53 npm install -g @enact/cli Dec 23 10:18:57 Herrie: run that Dec 23 10:21:18 We do have some recipes in the build, so deploying apps later is easier Dec 23 10:23:01 Cannot find module: 'enact-lune/ThemeDecorator'. Make sure this package is installed. Dec 23 10:40:17 Herrie: did you do the transpile? Dec 23 10:40:30 Yes Dec 23 10:42:29 Herrie: npm install --save ../enact-theme-lune/build Dec 23 10:57:16 Seems I don't have a build directory inside theme folder Dec 23 10:58:14 You could also just send me your file ;) Dec 23 10:58:17 And I'll install that Dec 23 11:04:37 Hmm, transpile should create the build folder. But, I can also make a tarball of my dist folder. Dec 23 11:07:23 Herrie: https://1drv.ms/u/s!AmNiotzLXalii5t0GgAg7V8x4spDlg?e=nF7k5Y Dec 23 11:10:02 When I transpile, I get output like this: Transpiling via Babel to /home/erikinkinen/enact-theme-lune/build Dec 23 12:34:43 Tofe: Well that actually broke more then it fixed Dec 23 12:47:47 And the provisioning error still there Dec 23 12:51:26 Hmmz I guess somehow the patches we carry on 1.31 of oFono don't work on 1.33: Dec 23 13:47:22 pinephonepro LunaAppManager[4272]: QString VoiceCallManager::defaultProviderId() const No provider added Dec 23 12:55:27 I do get provisioning eventually, SMS in and out work Dec 23 12:55:39 So I guess it's something in the Voicecall integration patches that broke Dec 23 13:06:00 Anyway I guess it doesn't hurt to make the MBPI version Halium dependent, sent PR for that Dec 23 17:34:33 Herrie: it just looks like your Z direction is opposite then; try, instead of -X,-Y,Z, to do X,-Y,-Z ? or something like that Dec 23 19:24:29 What should an app do to connect to db8? Dec 23 19:25:23 I have a file like this: https://pastebin.ubuntu.com/p/M5XtBdNQvc/ Dec 23 19:25:41 But it seems to crash the whole UI. Dec 23 19:33:52 I should read docs better. Dec 23 19:55:38 Ok, it doesn't crash anymore but it doesn't still return anything. Dec 23 22:37:22 erikinkinenfi[m]: You probably need to add requiredPermissions to appinfo.json. I would suggest "database" and/or "database.internal" would be a good start. Some more info on it on: https://www.webosose.org/docs/guides/development/web-apps/using-ls2-api-in-web-apps/ Dec 23 22:38:10 We don't have the full webOS OSE permissions in there (we have the intitial ones they added, however they recently upgraded it to more advanced scheme, which we are yet to implement) **** ENDING LOGGING AT Fri Dec 24 02:59:56 2021