2015-12-04 19:07:20 @kido mhhh it seems that android wear will become a vampire http://gizmodo.com/google-wants-to-patent-a-blood-sucking-smartwatch-1746172374 2015-12-04 19:07:49 Stskeeps heh :) 2015-12-04 19:09:24 @kido hey Stskeeps, did you see my question some days ago? if you could point me to someone from jolla who could give me directions about energy consumption and battery usage that would be awesome :) 2015-12-04 19:09:50 @kido currently asteroid seems to have 6 hours of autonomy with screen and connectivity both turned off, that's not fantastic 2015-12-04 19:10:01 locusf ouch 2015-12-04 19:10:10 Stskeeps kido: do you actually suspend? 2015-12-04 19:10:23 Stskeeps check dmesg 2015-12-04 19:10:28 @kido Stskeeps: I suppose MCE takes care of that 2015-12-04 19:10:35 Stskeeps well, if it's configured to do so 2015-12-04 19:10:42 Stskeeps you still need to interact with mce somehow 2015-12-04 19:10:44 Stskeeps afaik 2015-12-04 19:11:02 @kido ok will look again at mcetool 2015-12-04 19:11:37 Stskeeps no 2015-12-04 19:11:49 Stskeeps but at least lipstick has to respond to some inquiries 2015-12-04 19:12:28 @kido it doesn't realy seem to be suspended indeed 2015-12-04 19:13:00 @kido dmesg only talk about input0 being suspended 2015-12-04 19:13:05 @kido and a led 2015-12-04 19:14:42 @kido the "autosuspend policy" is enabled 2015-12-04 19:30:20 @kido I used "while true; do cat /sys/power/wake_lock; sleep 1; done" to check current wakelocks and there are no wakelocks when the screen is turned off 2015-12-04 19:30:41 @kido then I guess the kernel is supposed to suspend 2015-12-04 19:31:46 Stskeeps have to actually call suspend too afaik 2015-12-04 19:32:29 @kido alright but I don't find any method for that in the mce code, maybe I should ask spiiroin 2015-12-04 20:34:22 @kido Ok so after having talked with him it seems that the kernel uses the autosuspend infrastructure and the current asteroid's mce version is too old so it doesn't support autosuspend 2015-12-04 20:35:17 @kido I will upgrade it whenever I'll have some free time (shouldn't have free time during the two next weeks but anyway...) and check if it works :)