2016-01-08 13:38:39 toxip sorry guys, I've been busy for the last week now since my Korean friend came to visit 2016-01-08 13:38:56 toxip suebt: didn't have time to upload the image 2016-01-08 13:44:59 @kido hi toxip 2016-01-08 13:45:33 @kido it's alright, I'm also very busy until next week-end 2016-01-08 13:53:05 toxip alright, managed to install asteroid os on the watch :) 2016-01-08 13:53:09 toxip looks lovely 2016-01-08 13:53:55 toxip any way to change the time? 2016-01-08 13:54:12 toxip also settings doesn't want to start 2016-01-08 13:58:01 toxip kido: adb shell doesn't work either 2016-01-08 13:59:23 toxip that's a bit of a problem. Any way to restart this thing? 2016-01-08 13:59:33 @kido toxip: mhh for adb shell it's realy strange, are you sure your usb cable is reliable? I sometime have to check dmesg -w while moving the wire before getting a connection 2016-01-08 14:00:11 toxip kido: worked just fine before on android wear and fastboot 2016-01-08 14:00:29 @kido For settings it seems that at the time you compiled asteroid some dependencies were not correctly described but I fixed this 2016-01-08 14:00:41 toxip ah, I see 2016-01-08 14:01:06 @kido For setting time this is in settings of course so... :/ 2016-01-08 14:01:39 toxip yeah >_< but how do I restart this thing? 2016-01-08 14:01:49 @kido In order to reboot without adb or settings app you can use a pen or zomethi 2016-01-08 14:01:56 @kido something* 2016-01-08 14:02:05 @kido Behind the watch there is a button 2016-01-08 14:03:39 toxip thanks 2016-01-08 14:04:24 toxip so, how can I make a fresh build with the fixes? 2016-01-08 14:04:39 toxip do I have to do git pull origin master in all subrepos? 2016-01-08 14:11:21 @kido git pull in meta-asteroid should be enough 2016-01-08 14:11:22 @kido Then bitbake will only rebuild what's needed 2016-01-08 14:41:38 toxip hmm, what did I do wrong... still doesn't start 2016-01-08 14:41:45 toxip settings app I mean 2016-01-08 14:43:02 @kido Mhhh strange, I will check that later, do you have adb? 2016-01-08 14:43:21 @kido you can still manualy install the missing settings' dependencies 2016-01-08 14:44:24 toxip still no adb 2016-01-08 14:47:19 @kido :| without adb we can hardly diagnoz 2016-01-08 14:47:44 @kido diagnose* or fix anything 2016-01-08 14:52:42 toxip maybe I should rebuild from scratch 2016-01-08 14:54:27 @kido I don't think it will change anything for adb 2016-01-08 14:54:45 locusf http://papyros.io/ 2016-01-08 14:57:24 @kido locusf: it's a nice project 2016-01-08 14:57:26 toxip locusf: interesting 2016-01-08 14:58:27 toxip as long as it doesn't integrate into google services >_< 2016-01-08 15:11:43 pavi I slg g watch w100 supported ? 2016-01-08 15:13:14 Nokius_work pavi: yes it is 2016-01-08 15:14:06 pavi Nokius_work: https://github.com/AsteroidOS/asteroid/wiki/TODO-List lists other models. So lg gwatch w100 is supported fully and others are on to do list 2016-01-08 15:15:53 Nokius_work pavi: this are missing W100 aka LG G watch aka dory is supported 2016-01-08 15:16:01 Nokius_work the only watch so fare 2016-01-08 15:16:24 pavi ahh ok thanks for clarification. 2016-01-08 15:16:49 Nokius_work pavi: https://twitter.com/AsteroidOS/status/680023780291383297 2016-01-08 15:16:51 pavi Another question is can we SSH into the watch and have pkcon running ? 2016-01-08 15:17:37 Nokius_work pavi: as fare as I know adb is the only way to connect to the device 2016-01-08 15:18:19 pavi How come on a glibc distro we have to use adb to connect to the device? 2016-01-08 15:23:29 Nokius_work some parts of the android /system is used that's why 2016-01-08 15:24:41 Nokius_work kido: correct me if i'm wrong 2016-01-08 15:26:32 * pavi was dreaming of a day when we could SSH into the watch. We already can SSH into the phone! 2016-01-08 15:26:55 @kido hi pavi 2016-01-08 15:27:38 @kido for ssh it's not related to /system, it's just that I still haven't setup a c 2016-01-08 15:27:53 @kido Tcp/ip connection over usb 2016-01-08 15:28:12 @kido And for now adb is the "easy" way but I don't like it either 2016-01-08 15:29:14 pavi kido: cool , so its going to be possible in the future 2016-01-08 15:29:30 @kido It seems that there could be a way with SSH over PPP over adb over usb otg but that I didn't spend a lot of time on it 2016-01-08 15:29:31 pavi 0/ 2016-01-08 15:30:10 @kido The good way would be to use to kernel's USB composite OTG modules 2016-01-08 15:30:54 @kido And we could directly setup an ethernet connection over usb but it also needs time and work 2016-01-08 15:31:18 pavi ethernet on USB would make things easy for SSH 2016-01-08 15:31:49 pavi Another question once we SSH into it we can get pkcon running right ? 2016-01-08 15:32:09 pavi we can then run journalctl and other stuff on the wathc ? 2016-01-08 15:33:44 @kido pkcon isn't available as for now we don't use packagekit but just plain opkg but yes you could manage your packages from a remote repository with dependencies and so on 2016-01-08 15:34:09 @kido and we use systemd so yes you have access to journalctl etc... 2016-01-08 15:35:41 pavi atleast rpm should work right? opkg ? 2016-01-08 15:36:40 @kido we don't use rpm, we are not based on mer 2016-01-08 15:37:10 @kido but opkg is another package manager which does the same job 2016-01-08 15:43:45 Nokius_work pavi: https://en.wikipedia.org/wiki/Opkg 2016-01-08 15:52:09 pavi ahh ok its similar to dpkg and was used by openmoko 2016-01-08 15:54:11 pavi wasn't it lot of work when it was not based on mer? 2016-01-08 15:56:23 @kido It's ok, we still re-use a fair amount of nemo middleware 2016-01-08 18:47:03 locusf kido: do you happen to have the OE repository or whatever for Nemo Mobile handy? 2016-01-08 18:47:23 @kido it's meta-asteroid 2016-01-08 18:47:59 @kido The layer contains a recipes-nemomobile/ folder where I put a large amount of nemo components 2016-01-08 18:48:07 locusf ok cool 2016-01-08 18:48:08 locusf thanks 2016-01-08 18:49:06 @kido If you plan to officialy bring nemo to OE, it would be better to factorize the work on those recipes between the two projects 2016-01-08 18:49:29 locusf just trying out now :) 2016-01-08 18:49:42 @kido Sure 2016-01-08 21:41:53 locusf kido: how do I find the built image? 2016-01-08 21:51:31 @kido locusf: in build/tmp-glibc/deploy/images/yourTarget/ ? 2016-01-08 21:54:50 locusf hmm not there 2016-01-08 21:54:58 locusf trying to build a rpi sdcard image