2015-11-26 00:38:13 @kido Well yeah I broke everything, I'll get that fixed tomorow 2015-11-26 09:45:05 @kido ragesoss: sed -i "s@StatusbarItem@QuickSetItem@" /usr/share/asteroid-launcher/qml/*.qml in adb shell should fix your bug 2015-11-26 09:45:38 @kido I pushed that change to the sourcetree but you shouldn't have to recompile everything 2015-11-26 09:45:58 @kido + i saw you edited the wiki that's cool thank you :) 2015-11-26 09:47:01 @kido Though are you sure you have to unplug and replug the USB cable to get adb? I don't have that behavior 2015-11-26 16:49:50 ragesoss_ kido: I just removed that bit about unplugging. I think that my usb cable and/or watch is just unreliable. it often take a while before anything shows up via `adb devices` 2015-11-26 16:50:32 @kido alright, cheap usb cables are often impressively bad 2015-11-26 16:50:54 ragesoss_ this is the one that came with the watch. 2015-11-26 16:51:01 @kido mine is bad too 2015-11-26 16:51:12 ragesoss_ but the charger only registers as being plugged in intermittently. 2015-11-26 16:51:17 @kido I plan to buy a new one because I always have to shake it before I get a reliable connection 2015-11-26 16:51:28 ragesoss_ now that I think if it, it's probably something with the charger or contacts. 2015-11-26 16:51:40 @kido yes I have the same problem but with android wear too 2015-11-26 16:51:51 @kido it's not an asteroid problem 2015-11-26 16:51:51 ragesoss yes, with android wear too. 2015-11-26 16:52:10 @kido it's just the LG wire which is pretty bad 2015-11-26 16:52:54 ragesoss can I reboot to asteroid from the shell? 2015-11-26 16:53:26 ragesoss reboot now 2015-11-26 16:53:26 @kido from asteroid's adb shell? 2015-11-26 16:53:27 ragesoss nice. 2015-11-26 16:53:40 ragesoss reboots to wear. 2015-11-26 16:53:45 ragesoss but good enough. 2015-11-26 16:53:46 @kido yes that's normal 2015-11-26 16:53:57 @kido if you want to reboot to asteroid without waiting for android 2015-11-26 16:54:09 @kido you can just swipe the screen when as soon as the LG logo is shown 2015-11-26 16:54:14 @kido from top left to bottom right 2015-11-26 16:54:25 @kido it will enter the bootloader mode and then you'll be able to use fastboot boot ... 2015-11-26 16:54:46 @kido if you just wanted to restart the asteroid-launcher you could have used systemctl restart asteroid-launcher 2015-11-26 16:55:20 ragesoss launcher is working! 2015-11-26 16:55:23 @kido :D 2015-11-26 16:55:52 @kido there is still a problem I'm working on at this very precise moment, when starting asteroid-launcher you will be placed on the "quicksettings page" 2015-11-26 16:56:00 @kido whereas you should be placed on the clock page 2015-11-26 16:56:28 @kido from which you can slide up down right left to respectively quicksettings, applauncher, notifications area, app switcher 2015-11-26 16:56:33 ragesoss swipes from the edge don't work? it seems like I have to start from within the screen to have swiper register. 2015-11-26 16:56:56 @kido yes I designed the UI as a cross where the clock page is the center on 2015-11-26 16:56:58 @kido one* 2015-11-26 16:57:27 @kido anyway for now you won't have much to do without any apps to play with 2015-11-26 16:57:38 @kido you can't try the app switcher and so on 2015-11-26 16:58:11 ragesoss thanks kido! 2015-11-26 16:58:23 @kido I don't know if you plan on hacking some QML apps but it's for sure the best way to have fun for now :D 2015-11-26 16:58:30 ragesoss that's my plan. 2015-11-26 16:58:35 @kido great :D 2015-11-26 16:58:46 ragesoss I've never done QML before, but this is a cool reason to start. 2015-11-26 16:59:41 @kido awesome ;) 2015-11-26 17:00:17 @kido keep me updated of what you do 2015-11-26 17:00:32 @kido I'm not sure if you already took a look at the project's todo list 2015-11-26 17:43:02 @kido ragesoss: adb pushing the latest MainScreen.qml: https://raw.githubusercontent.com/AsteroidOS/asteroid-launcher/master/qml/MainScreen.qml to /usr/share/asteroid-launcher/qml/MainScreen.qml will fix the launcher's initial positioning ;) 2015-11-26 17:46:05 @kido hi cedarctic 2015-11-26 17:46:13 cedarctic Hey man :) 2015-11-26 17:46:19 cedarctic What's up? 2015-11-26 17:47:24 cedarctic I've seen the bluetooth breakthrough you got on your twitter page :) 2015-11-26 17:47:39 @kido doing ok, first results of bluetooth scanning working on asteroid, improved overall asteroid-launcher experience and some contributors wanting to help on the QML side so that's great :) 2015-11-26 17:48:04 @kido no more 3 min boot neither 2015-11-26 17:48:26 @kido however we still lack apps before it's worth creating a new build for xda ;) 2015-11-26 17:48:31 cedarctic Oh I'm gonna dig into QML in the weekend and probably make an app of my own :D ... Really? That's great news! 2015-11-26 17:48:41 @kido awesome! :) 2015-11-26 17:49:01 cedarctic How easy is it to learn QML and actually make a decent app? 2015-11-26 17:49:11 @kido very easy 2015-11-26 17:49:46 @kido QML is really straightforward, it's actually made so that designers can quickly create dynamic UX 2015-11-26 17:50:01 cedarctic Cool :). Oh I wanted to ask you, does asteroid allow you to currently change the time? 2015-11-26 17:50:02 @kido without any prior experience in coding 2015-11-26 17:50:22 cedarctic Oh I have some coding background, guess that'll be a bonus XD 2015-11-26 17:50:47 @kido cedarctic: I've got code for changing the time but it's not currently integrated 2015-11-26 17:51:13 @kido just like bluetooth, works only on my watch atm but as everything, it's just a matter of time 2015-11-26 17:51:33 cedarctic Cool man :D more hyped than ever 2015-11-26 17:51:54 @kido + I would like to have a nice timepicker QML widget in qtquickcontrols-asteroid 2015-11-26 17:52:42 cedarctic Nice... I really am looking for an app to make, something simple but mandatory, like that timer app... 2015-11-26 17:53:44 cedarctic BTW you said bluetooth scanning is currently working, not connection right? 2015-11-26 17:54:30 cedarctic Because I'm really interested in your vision in how the watch will connect and interact with the phone. BTW, once asteroid becomes stable enough, goodbye android wear 2015-11-26 17:54:38 cedarctic (for me) :) 2015-11-26 17:55:17 locusf qtbluetooth helps 2015-11-26 17:55:27 @kido indeed, TimSuberkrueb made a nice stopwatch app recently but he hasn't published any code for now. he started to publish his QML pager code https://github.com/tim-sueberkrueb/qtquickcontrols-asteroid/commit/d17c947a63b84d112545cb5b4440338d12f78bc3 but didn't make a pull request because he wants to polish some things 2015-11-26 17:55:52 @kido indeed qtbluetooth will help a lot 2015-11-26 17:56:30 @kido however you got it right, for now I only talk about scanning because there is currently no such thing as phone synchronisation 2015-11-26 17:58:04 @kido and I guess the next step for me will be to dig deeper into energy consumption, I tried to use asteroid for a day, I didn't look very carefully but I guess it only lasted half of the day 2015-11-26 17:58:15 @kido so there is room for a lot of improvements there 2015-11-26 17:58:48 cedarctic Oh, well it's a start :) . BTW once I get the hang of QML how do I sideload applications? or do I just build the system image with it? 2015-11-26 17:58:54 @kido I can't be everywhere :) that's why I'm always pleased to see people taking care of the QML side 2015-11-26 17:59:25 @kido you can send your app with adb push and then load it from the launcher or from adb shell 2015-11-26 17:59:31 cedarctic OK nice... 2015-11-26 17:59:58 cedarctic If I master QML and have the time I might contribute and app to Asteroid 2015-11-26 18:00:07 @kido cool :) 2015-11-26 18:01:00 cedarctic do you currently have a settings app on your watch? I saw you created it on github but had no code inside so I was wondering... 2015-11-26 18:01:27 @kido "watchface" management shouldn't take me very long to code so in some days/weeks you might also want to design watchfaces 2015-11-26 18:01:55 @kido for now some basic code sleeps on my hdd but that's about it 2015-11-26 18:04:52 cedarctic O.O Watch faces are coming to Asteroid... We should hold a party! :D 2015-11-26 18:05:10 cedarctic By the way I was wondering, do you work on this full time? 2015-11-26 18:05:54 @kido ahah absolutely not 2015-11-26 18:06:54 @kido actually I'm a student so I have exams every week and struggle to find time 2015-11-26 18:07:21 @kido I wish I could have more time but well I try to do my best 2015-11-26 18:07:48 cedarctic Oh I thought you were over with studying, because I read up on some previous things you coded. Man you are full of surprises XD. Where are you studying btw? If you don't mind me asking... 2015-11-26 18:09:58 @kido I went crazy about computer science 7 years ago so I already have had quite a lot of projects indeed 2015-11-26 18:10:42 @kido I'm studying at INSA Toulouse in France but well we're getting far from the channel's topic 2015-11-26 18:11:59 cedarctic Ooops... getting over-excited. I really appreciate you doing this. Smartwatches need an open source aftermarket firmware... 2015-11-26 18:12:49 @kido :) 2015-11-26 18:15:31 @kido by the way http://forum.xda-developers.com/showpost.php?p=63770873&postcount=15 asteroid doesn't use mir, it uses wayland via qtwayland via lipstick in asteroid-launcher 2015-11-26 18:17:26 cedarctic Ooops... my bad, I'll correct it once I login from windows, currently on linux trying to build CyanogenMod 13 2015-11-26 18:17:53 @kido alright 2015-11-26 18:19:44 cedarctic You know what? I suggest you tip off (as in inform) the XDA news team about Asteroid, they will cover it as a news story on the portal and Asteroid might find more people to contribute :) +The community will gain more awareness of the existence of a custom watch os 2015-11-26 18:21:09 @kido http://forum.xda-developers.com/showpost.php?p=63751433&postcount=11 that kind of reaction are bothering me 2015-11-26 18:21:44 @kido I'm not sure everyone on XDA get what "WIP" is about 2015-11-26 18:22:30 cedarctic I know I've seen it... sadly many such people exist :/ . You might be right. I got similar responses when I tried to build an early version of Android MM... 2015-11-26 18:23:28 @kido I'll try to get more internet coverage once there will be a bunch of apps to try so that developers and beta-testers can both find something interesting 2015-11-26 18:23:47 @kido for now asteroid is clearly boring for a non-developper 2015-11-26 18:23:55 @kido developer* 2015-11-26 18:24:34 cedarctic Yeah, I guess that is a preferable course of action.