2016-07-28 02:07:49 SylvieLorxu https://github.com/ThomW/pebble-beer-o-clock-dx Haha 2016-07-28 11:18:57 @kido if we want to organize a BoF at QtCon we can reserve a room here https://community.kde.org/Akademy/2016 but if we aren't that many we could do something elsewhere 2016-07-28 13:52:51 babadoo o/ hola asteroidos! 2016-07-28 13:54:44 SylvieLorxu Hiya 2016-07-28 13:57:16 @kido hey 2016-07-28 17:42:46 @kido plop Lrs121 2016-07-28 17:48:24 Lrs121 Morning 2016-07-28 18:10:17 @kido what's up with 5.1.1? ;) 2016-07-28 18:12:54 Lrs121 not certain. it looks like i forgot my linux drive so its taking me longer to get a test system setup 2016-07-28 18:28:13 @kido ok :) 2016-07-28 18:47:01 Lrs121 im supprised. the rootfs compresses rather well for storage. 2016-07-28 18:49:31 @kido ? 2016-07-28 18:51:08 Lrs121 such as tar.gz. 2016-07-28 18:51:37 Lrs121 i use it to reduce the download over head. 2016-07-28 18:52:03 @kido oh I see 2016-07-28 19:18:56 Lrs121 and were past the splash 2016-07-28 19:19:30 @kido with a new image that has the new /system directory? 2016-07-28 19:19:39 @kido "new", older 2016-07-28 19:19:50 Lrs121 the new image based on 5.1.1 2016-07-28 19:20:53 @kido check your journalctl 2016-07-28 19:24:05 Lrs121 in what way 2016-07-28 19:25:29 @kido and strace+pastebin are still our best tools 2016-07-28 19:29:15 Lrs121 can do 2016-07-28 19:32:55 Lrs121 http://pastebin.com/91BkPEdg 2016-07-28 19:33:02 Lrs121 ive got strace building 2016-07-28 20:05:11 @kido good 2016-07-28 20:05:55 @kido (sorry for the delay my mind was wandering, but this actually look really good! :) ) 2016-07-28 20:15:54 Lrs121 here you go. http://pastebin.com/VW0MpMkk 2016-07-28 20:22:19 @kido mhhh, everything works 2016-07-28 20:22:45 Lrs121 yup, there is some lag but its otherwise smooth 2016-07-28 20:23:06 Lrs121 the time is off for my time zone thought 2016-07-28 20:23:23 @kido oh but it is running? 2016-07-28 20:23:27 @kido why didn't you tell it ahah 2016-07-28 20:23:37 Lrs121 i thought i did 2016-07-28 20:23:37 @kido this is super cool 2016-07-28 20:24:00 @kido yep the time is wrong by default you need to set it from settings, but you can't when running as root 2016-07-28 20:24:25 @kido so you can kill it and re-run systemctl start user@1000 2016-07-28 20:25:46 Lrs121 looks like it loaded just fine, im gonna jump in to the different areas. eg. settings and stuff and see if we get a crash 2016-07-28 20:26:02 @kido that shouldn't be the case 2016-07-28 20:26:06 @kido do you have crappy fonts? 2016-07-28 20:26:30 Lrs121 no, they seem pretty smooth to me 2016-07-28 20:26:47 @kido like, are they sans serif or with serif? 2016-07-28 20:27:00 @kido cause SylvieLorxu had bad font in her latest builds 2016-07-28 20:27:43 @kido for better perfs (and battery life) replace https://github.com/Lrs121/meta-sparrow-hybris/blob/master/recipes-android/android-init/android-init/init.rc by https://github.com/AsteroidOS/meta-dory-hybris/blob/master/recipes-android/android-init/android-init/init.rc 2016-07-28 20:28:31 Lrs121 i believe they are serif, i dont know much about fonts. it seems to have locked to the main clock screen 2016-07-28 20:28:47 @kido ok then this is wrong 2016-07-28 20:29:00 @kido what do you mean by locked to the main clock screen? 2016-07-28 20:29:33 Lrs121 swiping on the screen has no effect 2016-07-28 20:29:57 @kido are you running as root or as ceres(with systemctl start user@1000) ? 2016-07-28 20:30:18 @kido if you ran it with the command I give you before it's normal to have no touch support, this was just to debug the display 2016-07-28 20:31:05 @kido if you ran it with systemctl it will use /dev/input/event0 for touch which might be wrong 2016-07-28 20:31:12 Lrs121 with ceres. it was functioning fine, but after a screen time out it wont take touch inputs 2016-07-28 20:31:19 @kido try to cat /dev/input/event0 and tap the screen 2016-07-28 20:31:21 @kido mhh ok 2016-07-28 20:31:28 @kido if it was running fine then this is not the problem 2016-07-28 20:32:21 Lrs121 as to the battery perfs i merged the changes into the devel branch, which is what my current image is based upon 2016-07-28 20:32:31 @kido ok 2016-07-28 20:33:18 @kido by the way, could you rebase your work, clean the commit history and push it to https://github.com/AsteroidOS/meta-sparrow-hybris ? I'm gonna give you write access but make a cleaner git log first 2016-07-28 20:35:43 Lrs121 performing a rebase is not something i am familiar with 2016-07-28 20:37:16 @kido then just grab a clean meta-dory-hybris, replace everything with your current meta-sparrow-hybris's content and add things one commit at a time, like "Use Sparrow kernel", "Install Sparrow /system directory" etc... 2016-07-28 20:37:32 @kido and then push it to AsteroidOS/meta-sparrow-hybris 2016-07-28 21:05:45 Lrs121 alright i believe i have everything and have cleaned it down to 4 new commits 2016-07-28 21:11:55 @kido perfect ;) 2016-07-28 21:12:34 @kido so now we gotta debug this behavior if it always happens 2016-07-28 21:13:19 @kido first check if it is completely frozen or if it's just touch screen (for example you can plug/unplug USB to check if there is a notification showing) 2016-07-28 21:14:07 Lrs121 it is just the touch screen, new notifications are showing. /dev/input/event0 shows touches and swipes 2016-07-28 21:14:21 @kido then it's probably mce 2016-07-28 21:14:30 @kido mhhhh 2016-07-28 21:15:02 @kido so the screen comes out of sleep mode but not the touchscreen? 2016-07-28 21:15:23 Lrs121 Thats what it seems like 2016-07-28 21:15:37 @kido we need to ask spiiroin but I've been trying to get in touch with him for a month now 2016-07-28 21:16:41 Lrs121 what is interesting to me is that it happens more often when the screen times out instead of being turned off by the button 2016-07-28 21:18:19 @kido and it doesn't always happen? :/ 2016-07-28 21:19:52 Lrs121 no, it is seemingly random. there are times where it resumes just fine from both events and other times where it doesnt 2016-07-28 21:20:14 SylvieLorxu I sometimes right after flashing/booting can't use the screen until I restart the systemctl user 2016-07-28 21:20:36 SylvieLorxu I thought it was something I was messing up but hearing this, probably something doesn't always start reliably 2016-07-28 21:21:07 SylvieLorxu I haven't had it on any occasion except directly after booting though 2016-07-28 21:21:54 Lrs121 SylvieLorxu: So far I haven't had issues with the touch screen right after boot. 2016-07-28 21:22:51 Lrs121 It's only on screen resume after sleeping 2016-07-28 21:36:39 Lrs121 recorded from fresh boot. http://pastebin.com/eWbGrkn2 2016-07-28 21:39:44 @kido did the bug happen before you pasted those logs? 2016-07-28 21:40:33 Lrs121 no i had reset my linux environment. im trying to duplicate it now 2016-07-28 21:40:58 @kido ok, there is nothing wrong here but a log of the bug might be more interesting 2016-07-28 21:51:10 Lrs121 finally reproduced it. http://pastebin.com/DirjSd8C 2016-07-28 21:53:43 @kido mhh nothing interesting 2016-07-28 21:55:28 Lrs121 i tried restarting the user as SylvieLorxu mentioned and it had no effect 2016-07-28 22:03:32 @kido I don't know, we could ask #sailfishos-porters for this 2016-07-28 22:03:50 @kido could you also take a photo of your zenwatch (once the font is fixed) so that I can post it on twitter? 2016-07-28 22:03:57 @kido or if you want to tweet it and I'll retweet it 2016-07-28 22:04:17 Lrs121 ok, how do i fix the font? 2016-07-28 22:04:29 @kido hold on for a sec 2016-07-28 22:06:04 @kido mv /usr/share/fonts/* /usr/lib/fonts/ 2016-07-28 22:06:19 @kido restart the session and tell me if it works 2016-07-28 22:10:20 Lrs121 that worked 2016-07-28 22:10:38 @kido cool :) 2016-07-28 22:11:13 @kido I still don't know why I did it, that was stupid and didn't even match my watch's experiments 2016-07-28 22:12:46 Lrs121 interesting. it definately looks cleaner now 2016-07-28 22:13:00 @kido I fixed it in meta-asteroid though 2016-07-28 22:13:26 @kido tweet a nice photo of your watch, maybe this will bring interested people who could help debugging ;) 2016-07-28 22:14:54 Lrs121 i dont really use twitter but heres the best image i can get at work. http://lrsservers.ddns.net/download/devices/asus/sparrow/asteroidos/images/IMG_20160728_131317.jpg 2016-07-28 22:15:13 @kido woah the font looks weird 2016-07-28 22:15:21 @kido or is it me 2016-07-28 22:15:35 @kido this is a great photo ;) 2016-07-28 22:15:38 babadoo o/ 2016-07-28 22:15:54 Lrs121 this is what it looked like before moving the fonts. http://lrsservers.ddns.net/download/devices/asus/sparrow/asteroidos/images/IMG_20160728_103738.jpg 2016-07-28 22:16:54 @kido yep that was clearly wrong but the numbers seem stretched on the other photo 2016-07-28 22:16:59 @kido maybe it's just my imagination 2016-07-28 22:18:09 Lrs121 the do look a little stretched, it also seems smaller with the new fonts 2016-07-28 22:18:20 @kido yep 2016-07-28 22:18:36 @kido anyway, the priority is to fix the touchscreen not working 2016-07-28 22:18:43 Lrs121 agreed 2016-07-28 22:18:44 @kido I'm not sure how to tackle this though 2016-07-28 22:22:24 Lrs121 i have no idea. it does seem pretty stable at times. 2016-07-28 22:28:02 Lrs121 well im gonna be off for a while, doing some traveling before i have surgery next week. See you all later 2016-07-28 22:28:49 @kido ok, have fun while traveling and "good luck" (don't know if that's what we are supposed to say hehe) for your surgery :) 2016-07-28 23:30:43 Kiba_ https://brorlandi.github.io/StarWarsIntroCreator/#!/AKNnPgvL5uLVuApJVMj2 2016-07-28 23:32:08 Kiba_ He is seen with the eyes. 2016-07-28 23:36:05 SylvieLorxu Oh great the symbolic clock idiot went full troll mode. Time for an IP ban perhaps? 2016-07-28 23:40:34 babadoo SylvieLorxu: what troll is going on? 2016-07-28 23:43:38 SylvieLorxu babadoo: Check Kiba_'s link and you'll know 2016-07-28 23:43:49 SylvieLorxu He joins just to spam that link and then leave 2016-07-28 23:47:26 @kido holy shit this actually made me laugh so hard 2016-07-28 23:47:46 SylvieLorxu Honestly, how pathetic can he get, lol