2016-07-09 01:34:41 @kido Lrs121: do you have your logs ? 2016-07-09 01:35:47 @kido I suddenly remember that I once had an issue with USB on a board not because I was missing the gadget features, nor the controller driver but the power management unit's driver. It might be that 2016-07-09 01:39:05 Lrs121 not yet, ive be fighting build errors with slow builds. my server isnt too powerful being a nine year old desktop 2016-07-09 01:39:16 @kido I'll have to go, you can let it here when you can and I'll give it a look during the week end :) 2016-07-09 01:39:31 @kido alright 2016-07-09 01:40:17 Lrs121 ok 2016-07-09 20:35:25 SylvieLorxu Huh, I see that there were actually already battery improvements made in February. Seeing how I couldn't get it to build last time and I'm running the build from http://asteroidos.org/install/, I guess I lack those too. Still not sure how to safely update :( 2016-07-09 20:35:35 SylvieLorxu Anyway I finally went around to updating the Wiki page: https://github.com/AsteroidOS/asteroid/wiki/Building-AsteroidOS/14fd21996e0b1f48eae2a250579521b8321f01fe 2016-07-09 20:36:47 SylvieLorxu Sorry, more useful link: https://github.com/AsteroidOS/asteroid/wiki/Building-AsteroidOS/_compare/309a4a08380b730af136d0dad40b8e18f7039b20...14fd21996e0b1f48eae2a250579521b8321f01fe 2016-07-09 20:40:37 @kido SylvieLorxu: mhh I don't know if they were very important, the most important problem is mcetool indicating that the CPU never goes to sleep 2016-07-09 20:41:43 @kido and thanks for the change, this is great! :) 2016-07-09 20:42:10 SylvieLorxu Well, the apps seem to have gotten nice little improvements too. I just have a feeling it'd be nice to stay up to date, but adb pushing new builds is apparently bad. I guess I'll adb push when the battery thing is resolved, I'll take the risk of damaging the device for decent battery life haha :P 2016-07-09 20:42:22 SylvieLorxu Glad I could be of help, however minor 2016-07-09 20:42:31 @kido well you shouldn't worry about damaging your device at all 2016-07-09 20:43:00 @kido I'm talking about a very long term effect when you flash *really* often like I used to do at the early stage of the project 2016-07-09 20:43:29 @kido trust me on that, there is no risk :) 2016-07-09 20:43:33 SylvieLorxu Ah, okay 2016-07-09 20:44:29 SylvieLorxu I'll probably try to compile it again sometime next week and see if there is any difference I suppose 2016-07-09 20:44:41 @kido alright :) 2016-07-09 20:44:48 SylvieLorxu How do you do updates currently yourself? Still adb push? Just less often? 2016-07-09 20:45:20 @kido well, I develop most of the new features so my flashed image is usualy the most up-to-date 2016-07-09 20:46:05 @kido I only reflash when I want to make sure that everything is built correctly or if I bring a major change, so ~once in a month 2016-07-09 20:46:08 SylvieLorxu Well yeah but you have to move it from your desktop/laptop to your watch somehow, right? 2016-07-09 20:46:58 @kido instead of pushing the whole clean rootfs to /sdcard/linux/rootfs.ext2 I just push the apps I'm developing on at the root of asteroid's file system 2016-07-09 20:47:16 SylvieLorxu Ah yeah okay 2016-07-09 20:47:21 SylvieLorxu Less writing so less wear 2016-07-09 20:47:25 SylvieLorxu Makes sense 2016-07-09 20:48:31 @kido but it requires to know what changed and recompile/flash only the needed parts 2016-07-09 20:48:40 @kido which is usualy not a problem when developing on them :) 2016-07-09 20:48:53 * SylvieLorxu nods