2016-01-03 02:38:53 @kido suebt: indeed it appears the following line was missing in asteroid-settings_git.bb: RDEPENDS_${PN} += "qtconnectivity-qmlplugins" 2016-01-03 02:40:48 @kido I updated meta-asteroid but no clean rebuild are needed you might just "adb push build/tmp-glibc/work/armv7a-vfp-neon-oe-linux-gnueabi/qtconnectivity/5.4.2+gitAUTOINC+aa00047183-r0/image/ /" 2016-01-03 11:43:56 suebt ok thx will try 2016-01-03 11:47:09 suebt kido: should I push this from asteroidos or android? 2016-01-03 11:48:14 suebt I believe asteroid? 2016-01-03 11:48:51 suebt all right 2016-01-03 11:49:05 suebt Still doesn't work tho: 2016-01-03 11:49:05 suebt qrc:/BrightnessPage.qml:21 module "org.nemomobile.systemsettings" is not installed 2016-01-03 11:56:22 @kido adb push build/tmp-glibc/work/armv7a-vfp-neon-oe-linux-gnueabi/nemo-qml-plugin-systemsettings/+git8e98f8c8069592d3dd21011743fdfb4d2efcc50a-r1/image / 2016-01-03 11:56:50 @kido probably nemo-qml-plugin-dbus will also be missing (tell me if it is) 2016-01-03 11:57:09 @kido so you can 2016-01-03 11:57:10 @kido adb push build/tmp-glibc/work/armv7a-vfp-neon-oe-linux-gnueabi/nemo-qml-plugin-dbus/+gitc4d98477aaea95d7cbbf0414ed7aeb802942737f-r1/image / 2016-01-03 11:57:57 @kido if I manage to setup a proper tcp ip connection over adb we could use opkg for that and that would manage dependencies properly but I still haven't done that that way 2016-01-03 12:10:05 suebt that'd be great 2016-01-03 12:10:09 suebt doesn't work tho 2016-01-03 12:10:10 suebt qrc:/BrightnessPage.qml:21 plugin cannot be loaded for module "org.nemomobile.systemsettings": Cannot load library /usr/lib/qml/org/nemomobile/systemsettings/libnemosystemsettings.so: (libusb-moded-qt5.so.1: cannot open shared object file: No such file or directory) 2016-01-03 12:10:30 suebt or did u update meta and I neet to repull? 2016-01-03 12:18:24 @kido I can update meta if you want but it's still some dependencies that haven't been detected by OE 2016-01-03 12:18:55 @kido adb push build/tmp-glibc/work/armv7a-vfp-neon-oe-linux-gnueabi/usb-moded-qt5/+git0a4b8ffe0cd775cce7a2366c8363d29d617b8e60-r1/image / 2016-01-03 12:50:07 suebt file:///usr/lib/qml/org/asteroid/controls/TimePicker.qml:26 module "QtQuick.Controls.Nemo" is not installed 2016-01-03 12:53:57 @kido bitbake -c cleansstate qml-asteroid and then bitbake qml-asteroid and adb push build/tmp-glibc/work/armv7a-vfp-neon-oe-linux-gnueabi/qml-asteroid/+gitAUTOINC-r1/image/ / 2016-01-03 13:13:35 suebt ah great, now it works :) 2016-01-03 13:16:59 suebt I personally think the grid of icons is a bit too small for a smartwatch, it's hard to click on them. What do you think about using a ListView instead, maybe smth like android wear uses? 2016-01-03 13:17:34 suebt and you're right, the swipe pages are not optimal 2016-01-03 13:20:37 suebt it would be quite confusing because one would accidentally close the app not just the page 2016-01-03 13:21:07 @kido I used to use a listview and indeed the grid wil lbe problematic on round screens, that will probably have to be changed but i my current priorities are elsewhere 2016-01-03 13:21:35 @kido yes that's problematic indeed, I'm not sure how we should solve that 2016-01-03 13:21:44 @kido I first thought about closing apps with two fingers 2016-01-03 13:21:56 suebt but thats not intuitive ... 2016-01-03 13:22:01 @kido but it's not natural at all indeed 2016-01-03 13:22:18 suebt on android wear it looks like every subpage is kind of an own app to me 2016-01-03 13:22:47 @kido sending a "return key" event when swiping from the edge would be tricky to implement, I think 2016-01-03 13:22:57 @kido but that would be the best 2016-01-03 13:23:16 suebt hmm right, that's quite a good idea! 2016-01-03 13:24:08 suebt btw should one really be able to remove an app by swiping from any edge? Wouldn't handling top and left enough oO 2016-01-03 13:26:18 @kido yes we can change that 2016-01-03 13:28:28 suebt to improve the swipe pages we could also add a small rounded button on the left center like | <- ) to indicate you're in a sub page. But then we'd have one corner less to use for app actions in the subpage ... 2016-01-03 13:43:40 @kido mhh I think we can stick with that currently 2016-01-03 13:43:50 @kido I mean, without that arrow 2016-01-03 14:05:21 suebt yeah that's probably a bad idea anyway 2016-01-03 17:59:49 jfred-matrix I find myself easily lost in Android Wear menus, fwiw 2016-01-03 20:17:46 @kido an indicator of menu level like sfos does could be good but anyway I'm still not sure how we could implement the whole thing better than currently