2016-01-02 04:30:56 jfred-matrix kido: I'm thinking about a project that has similar needs to Asteroid, and I'm wondering if you had any ideas re: communication with a connected smartphone 2016-01-02 04:31:04 jfred-matrix because it would be kinda nice to standardize on that kind of thing 2016-01-02 05:27:16 jfred-matrix In any case, finally getting around to installing asteroid on my g watch :D 2016-01-02 05:27:30 jfred-matrix (Because it's not, like, the entire reason I got it or anything :P) 2016-01-02 06:05:49 jfred-matrix Alljoyn looks like it'd be a nice starting point if the dang thing supported bluetooth 2016-01-02 10:38:30 @kido hi jfred-matrix 2016-01-02 10:38:55 @kido so you are thinking about a standard phone-watch protocol? 2016-01-02 10:39:53 @kido asteroidos is not at that state yet so we don't have any plan for the protocol, however I would indeed *very strongly* encourage a standard 2016-01-02 10:41:00 @kido cool for your g watch keep me updated of your problems when building or using asteroid :) it's still an instable beast 2016-01-02 11:04:26 cedarctic kido, I'm diving into QML, should I get the QT Open Source package? 2016-01-02 11:07:45 @kido yes 2016-01-02 11:07:59 @kido isn't it already packaged in your distribution ? 2016-01-02 11:09:34 cedarctic I am going to install the IDE on windows, because Ubuntu lacks some apps I need... 2016-01-02 11:12:00 @kido ok 2016-01-02 11:12:56 cedarctic BTW has anyone got an image of the latest asteroid? I want to run my app when I build it, but I'm kind of bored to sync the sources and build asteroid right now 2016-01-02 11:13:56 @kido it seems that toxip tried to build it yesterday but I'm not sure whether he still has problems and whether he can upload it somewhere 2016-01-02 11:16:23 cedarctic Oh well, if I boot into Ubuntu, I'll give it a try... don't you have an image yourself? 2016-01-02 11:19:12 @kido I'll try to upload you one when I'll have time 2016-01-02 11:22:31 cedarctic If its trouble for you, its ok, I'll probably reboot into linux tonight 2016-01-02 15:21:10 toxip kido: thanks, I'm gonna have a look 2016-01-02 15:47:22 toxip cedarctic: I'm building it right now, I'll see if I can send you the image once I'm done 2016-01-02 16:37:28 toxip finished with 153 warning messages :P 2016-01-02 17:53:32 suebt was away on vacation the last week, kido: will try again :) a late happy new year from me as well ^^ 2016-01-02 17:54:16 suebt it srsly was this single line oO 2016-01-02 18:03:44 jfred-matrix kido: More than a phone/watch protocol really - a phone/ protocol. The project I want to work on is a car computer, but it needs to do many of the same things (notify for messages, control media, send messages w/ voice input, etc) 2016-01-02 18:08:48 toxip kido: where do you find the image file after build? 2016-01-02 19:27:50 suebt kido: I'm having problems building the image with latest source from GH: http://paste.ubuntu.com/14372045/ :/ toxip: asteroid/build/tmp-glibc/deploy/images/dory/ 2016-01-02 19:40:02 @kido hi everyone :) 2016-01-02 19:41:35 @kido toxip: cool, as suebt said you can upload the image pointed by the asteroid/build/tmp-glibc/deploy/images/dory/asteroid-image-dory.ext2 symlink 2016-01-02 19:41:55 @kido that's what you flash with adb psuh which contains the rootfs 2016-01-02 19:42:21 @kido the zImage-dtb-dory.fastboot is also needed but it didn't change so I think he can keeps the one he already has 2016-01-02 19:42:51 @kido the 153 warnings are certainly problematic but they will be vanished when upgrading meta-qt5 2016-01-02 19:45:07 @kido jfred-matrix: that seems interesting, Alljoyn is supported by the linux foundation which is a nice way to make it a standard but I haven't studied if we can use it over bluetooth, if you find any info keep me updated that would certainly be good to use in Asteroid 2016-01-02 19:46:25 @kido suebt: yes that line messed up the sliding but there is another problem I will discuss with you later as I don't have much time today 2016-01-02 19:47:26 suebt kido: hi ok np :) any idea about my building errors? 2016-01-02 19:47:43 @kido for your build that's related to the four latest commits, if your meta-asteroid is up-to-date you can clean the sstate cache of the recipe to rebuild it again 2016-01-02 19:47:50 @kido so for example run bitbake -c cleansstate lipstick 2016-01-02 19:48:12 suebt cool thx will try 2016-01-02 19:48:13 @kido that will remove the previous source tree which was messed up by a hackish sed 2016-01-02 19:48:21 @kido but make sure you use latest meta-asteroid 2016-01-02 19:48:29 suebt yep I'm using the latest meta 2016-01-02 19:48:44 @kido it took me several commit to move evrything qt-related to the new directories tree 2016-01-02 19:48:50 @kido ok 2016-01-02 19:49:05 jfred-matrix Merp, need to find a box with more free space... I didn't realize how much space it takes to build asteroid o.o 2016-01-02 19:49:51 @kido mhh I think there are some openembedded flags to remove the build and source directories when the recipes are packaged 2016-01-02 19:50:11 @kido how much space do you have on your box? 2016-01-02 19:50:19 suebt kido: "Attempted 2 tasks of which 0 didn't need to be rerun and all succeeded." 2016-01-02 19:50:39 @kido suebt: then rerun bitbake asteroid-image and lipstick should work 2016-01-02 19:51:16 suebt ok 2016-01-02 19:52:56 @kido jfred-matrix: try to add: INHERIT += rm_work 2016-01-02 19:53:17 @kido to your asteroid/build/conf/local.conf 2016-01-02 19:54:28 @kido I've got to go afk again 2016-01-02 21:00:59 suebt kido: hmm, again can't launch settings: qrc:/BluetoothPage.qml:20 module "QtBluetooth" is not installed 2016-01-02 21:00:59 suebt Do I need a clean rebuild?