Thursday, 2018-10-04

*** ChanServ sets mode: +v T405:33
*** phdeswer__ is now known as phdeswer07:11
spiiroinreview appreciated: tweak unblanking on autosleep devices08:41
spiiroinhttps://github.com/mer-hybris/mce-plugin-libhybris/pull/3008:41
spiiroinhttps://git.merproject.org/mer-core/mce/merge_requests/9108:41
*** rubdos_ is now known as rubdos09:15
kimmolisimplest stepcounter qml demo, works direclty with gistpud preview https://gist.github.com/kimmoli/d2910acd355cf9214ea6aa8435a1e61616:54
kimmolirequires stpcntrd daemon and stepcounter sensor support from device16:54
*** ChanServ sets mode: +v T417:11
Mister_Magisterahhh its perfert time for recompiling my kernel :P17:28
T4<DylanVanAssche> @kimmoli [requires stpcntrd daemon and stepcounter senso …], Nice!17:37
malMister_Magister: did you check all of your devices whether they need the oom fix, should be easy to check from kernel17:45
Mister_Magisternah i didnt have time yet17:45
Mister_Magisterim just fixing one device17:45
Mister_Magistermal: any idea for gps?17:46
malI'm not very good at figuring out those API mismatch issues17:47
Mister_Magistersure17:47
malI have never needed shim libs on my devices17:47
Mister_Magistersure i just thought you may have idea how can i add them to geoclue17:49
Mister_Magisteras far as i know it doesnt have systemd service17:49
Mister_Magisteryepp oom error seems gone17:49
malnot sure how the shim loading in libhybris should work17:50
Mister_Magisterim setting evironment variable17:51
Mister_Magisterwell it wasnt merged and krnlyng didnt answer so i dunno17:52
krnlyngMister_Magister, i didn't see any changes to the patch since i last commented17:53
Mister_Magisterkrnlyng: no changes was requested you were talking how it should be implemented17:54
Mister_Magisteri dont quite understand that tho17:54
Mister_Magistermal: except kinzie (the one i just patched), ghost (the one we discovered problem on yesterday) and huawei none seems to have it.17:56
Mister_Magisterkrnlyng: what am i supposeed to do with that patch17:58
Mister_Magistermal: lol dunno if its placebo or something but screen seems to work a lot smoother x17:59
Mister_Magisterxd17:59
Mister_Magistermal: ye i started 19 apps and it seems to be a lot lot better now18:01
Mister_Magistera lot lot better. i have heavy apps like browser camera and puremaps and other apps 21 actually opened apps and ram usage is only 75%18:02
* Mister_Magister has urge to open more18:03
Thaodandoes sfos uses libinput?18:03
Mister_Magisteriirc yes18:04
Thaodandespite having it not installed?18:04
* Mister_Magister slaps roof of moto x force this bad boi can fit so many running apps in it18:05
krnlyngMister_Magister, the patch is kinda broken18:06
Mister_Magisterkrnlyng: wdym18:06
NeKitMister_Magister, also needed it for hermes18:06
NeKit(your patch)18:06
krnlyngMister_Magister, as i've said before, the LD_SHIM_LIBS are supposed to be set only once and the same for all processes18:07
Mister_Magisterthats true18:07
Mister_Magisterand thats why i actually cant get geoclue to have shims18:08
krnlyngi mean your method works but in android they didn't do it this way because of security concerns.18:08
krnlyngMister_Magister, what do you mean?18:09
Mister_Magisterkrnlyng: geoclue is broken on my phone because one lib that it loads needs shim18:10
krnlyngMister_Magister, but with the patch it works?18:10
Mister_Magisterno it doesnt18:10
Mister_Magisterthats what im talking about18:11
Mister_Magistergeoclue has no process i could give variable for loading shims18:11
Mister_Magisteri need to set shims for all processes18:11
Mister_Magistermal: dunno what happened maybe some process wasnt functioning properly or smth but after reverting that patch its seriously smoother (or its placebo)18:12
malit shouldn't directly affect that18:13
Mister_Magistermal: yee im aware of that18:13
Mister_Magistermaybe its just placebo as always ¯\_(ツ)_/¯18:14
Mister_Magisterkrnlyng: so i have no idea how can i fix this patch so it will just be there forever not merged?18:22
krnlyngMister_Magister, if it doesn't work properly it doesn't make sense to merge it, if you change it how i proposed, i'll consider it. it's not perfect but better than nothing18:24
Mister_Magisterkrnlyng: i dont know what should i change or how18:25
Mister_Magisteri didnt get any of what you were saying there18:25
Mister_Magisterim too stupid sorry18:26
krnlyngMister_Magister, all i am asking is to replicate this with the shims: https://github.com/libhybris/libhybris/pull/377/commits/c214b8f59c57d147eda23082928122c8d7cfc2b9#diff-cf1210eb0ad9879f7d812c63baf11fb4R464318:27
krnlyngthen it would also work with geoclue...18:27
Mister_Magisterkrnlyng: oh that looks like doable18:54
Mister_Magisterkrnlyng: but where do you keep these default paths?18:54
Mister_Magisterkrnlyng: oh its on compile time so it has to be set in .spec file or something or some build config18:55
malMister_Magister: https://github.com/libhybris/libhybris/blob/07b547e90db625685050bdfd00c92ccafc64aa09/hybris/configure.ac#L14018:56
Mister_Magistermal: i see serious problem here as shims library path is higly depend on device18:57
Mister_Magisterit cant be like that18:57
Mister_Magisternot possible18:57
Mister_Magisterkrnlyng: thats not possible18:57
Thaodanshould mce handle the camera button?18:58
Mister_Magisterye why not18:58
malThaodan: yes, or something like that, why?18:59
Thaodanbecause of KEY_CAMERA_*18:59
malit should be used automatically19:00
malassuming you have correct events19:00
malinstall mce-tools and check evdev_trace -i to see what you have and then you can also see the signals using evdev_trace -t19:01
Thaodanthats what I did but I found nothing about in mce19:01
malwhat is the problem?19:02
maldo you see the events when you press the camera button? which exact events?19:02
krnlyngMister_Magister, why wouldn't it be possible? that variable must be generated *somewhere* during build19:02
Mister_Magisterkrnlyng: but if we put that in configure that wont work it needs to be in some kind of config or something as its device depend you cant set default path for all devices19:03
krnlyngthat's why you would detect it during build19:04
Thaodanmal: KEY_CAMERA_FOCUS  KEY_CAMERA_SNAPSHOT19:04
Thaodanwhen pressing the camera button19:04
malThaodan: so what is the problem?19:04
Thaodanit should open the camera app19:05
malno it shouldn't19:05
Mister_Magisterkrnlyng: what do you mean19:05
malThaodan: actually it does if you long press the button19:05
maldidn't remember that19:05
Thaodanmal: ah thanks. I don't remember the android behaviour. I thought it was a simple pres19:06
Thaodans19:06
kimmolithis is no Android. ..19:07
kimmoliyou're looking for19:07
* Mister_Magister is sharing sfos religion on zenfone telegram group19:08
Thaodandoing that Qt also helps19:09
Thaodan*that with19:09
T4xdasu1 was added by: xdasu120:39
T4<xdasu1> hi20:39
T4<xdasu1> bot20:39

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!