Sunday, 2018-08-19

malelros1: Keij0 usually that sensors conf is not needed, on some devices it might be08:54
T4<adampigg> Mal,.for writing weather data,.seems i have to implement chunking the data..atleast thats what gb does11:39
T4<adampigg> Otherwise, the data im.sending matches, but still fails :/11:40
opendatapketo can you enable store for "Xperia Z2 (sirius / sirius)"12:59
r0kk3rzopendata: have you done a mainline sfos port for it?13:27
opendatar0kk3rz: no, just want to test store on k31j0s old port13:31
opendataAs I want to try before I port13:31
r0kk3rzyeah fair enough13:34
r0kk3rzafaik the old cm12 based port is quite broken13:35
opendataNot much13:35
opendataOnly video and sensors13:35
opendataAnd camera13:35
opendataBut mainline will be more broken :)13:36
r0kk3rzyeah true13:39
r0kk3rzid be interested to see how far you could get with a hybrid solution13:40
r0kk3rzbut i guess even getting all the various android services running on mainline would be a real pita13:41
opendatano...13:44
opendatathat is impossible13:44
opendataor at least a stupid way to do it13:44
r0kk3rzwell in the past the major hurdle was graphics13:47
opendatanope13:48
opendataall blobs depend on specific kernel drivers13:48
opendatathey are very ugly,  use tons of hacks and would never be accepted13:49
r0kk3rzobviously you'd have to patch the kernel13:50
opendataKernel apis change13:50
opendataAlot13:50
r0kk3rzbut like, it'd be interesting if you could get RIL running for instance13:51
opendataIf your gonna do mainline its a stupid way to do it13:51
opendataI already can13:51
r0kk3rzyeah its probably not worth the hassle13:51
opendataWith upstream drivers13:51
opendataAnd upstream open source userspace13:51
r0kk3rzthats not so bad then13:52
opendataThe whole point of doing mainline for me is to get rid of blobs13:54
r0kk3rzyeah obviously13:56
r0kk3rzand theres a couple of areas where we dont use the blobs, but then we're hampered by ancient kernels that were released prior to the devices we're trying to port13:57
r0kk3rzand it seems like with this treble stuff, we'll end up using more blobs rather than less13:58
opendatawhich is why i dont really spent much time on sfos13:59
opendatabecause that has blobs13:59
opendatano matter what you do13:59
r0kk3rzyeah you can make the argument that one blob is one too many14:00
r0kk3rzi tend to make the argument that 4 blobs are better than 514:00
Mikaela-@pavi4de is asking to get added to the Telegram group14:28
Mikaela-And if you decide to quit Telegram or not want the T4 bot anymore, I want to know by being the main responsible person.14:29
vknechtr0kk3rz, thanks, found it :-) https://github.com/nemomobile-ux/glacier-packagemanager16:06
r0kk3rzgah the anbox channel is so spammy16:14
Yardanicor0kk3rz, linux users asking for help? :D16:17
tmp64Hey #sailfishos-porters. The system is lagging when I move my finger and irq/13-Ft5x46 uses 100% of CPU (as top says). Ft5x46 is the name of touchscreen driver. What may cause the problem? https://imgur.com/a/gg3q0Rm16:22
ohyashWhy would system lag when you move your finger.16:25
tmp64When I move my finger on the screen, of course16:26
r0kk3rzinteresting16:29
vknechttmp64, not sure about irq processes, but for kworkers, using "cat /proc/<PID>/stack might give clues where it is choking16:30
tmp64https://hastebin.com/egetiwulod.cs16:32
malr0kk3rz: maybe prefer #sfdroid channel?16:34
spiirointmp64: that "no compositor; going to logical off" is basically expected if lipstick does not startup. there is nobody mce can negotiate display power off -> mce will not power off display, just turn backlight brightness to zero16:48
T4<adampigg> Mal, finally, weather data is.accepted by watch...seems different fw revisions do it different ways...i needed the newer way17:13
mal@adampigg nice17:14
masya_Guys, I was able to start FM radio with echo 1 > /sys/module/radio_iris_transport/parameters/fmsmd_set. However, it only works once before the reboot. How I can fix it.18:58
masya_LOS-14.1, xiaomi ido18:58
masya_https://github.com/LineageOS/android_kernel_xiaomi_msm891618:59
kimmoliwrite a systemd oneshot service to trigger a script doing that is one way19:02
malor maybe he needs the same custom middleware as piggz did19:03
malother option is to fix the kernel driver19:03
malhttps://github.com/piggz/qt5-qtmultimedia-plugin-mediaservice-irisradio and here is the relevant commit https://github.com/piggz/qt5-qtmultimedia-plugin-mediaservice-irisradio/commit/91c32c27e60d00cbad194160b29897052610bb74 so you need to add a suitable env var19:06
maland the other part https://github.com/piggz/droid-config-mido/commit/aee95c6f94f77078df445c15e9444f1edffdaa9e19:07
kimmoliah, it needs ro be written.back to 0 to deinit. then +1 to that solution19:11
Yardanicobtw, can anyone tell me which packages will be built on OBS instead of local PC if I add my port on OBS?20:22
r0kk3rzYardanico: look at one of the existing device repos20:23
r0kk3rzbut generally, all the middlewarey stuff gets build on OBS and you upload the droid-* repos20:23
r0kk3rzs/repos/packages20:24
Yardanicor0kk3rz, "look at existing repos" - I don't understand which are built on OBS and which are not :D20:24
r0kk3rzfor eg. https://build.merproject.org/project/show/nemo:devel:hw:sony:scorpion_windy20:25
r0kk3rzall are build on obs apart from things in droid-hal20:26
Yardanicoah, ok20:26
r0kk3rzso if you look here, you'll see a bunch of uploaded prebuilt RPMS - https://build.merproject.org/package/show/nemo:devel:hw:sony:scorpion_windy/droid-hal-scorpion_windy20:26
Yardanicobtw, how if I record a video in camera does it use hardware encoder (venus encoder) in case of qcom devices?20:48
r0kk3rzinternally in androidy land i think20:51
Yardanicobecause that means that encoder on my device works (because camera recording works)20:52
r0kk3rzbut you cant play it back?20:58
Yardanicor0kk3rz, yep21:00
Yardanicoand yeah, I can see the preview of the video (first frame) if that matters21:00
Yardanicoin gallery I mean21:00
malthat is using different decoder for video thumbnails21:01
YardanicoI will maybe try to download a lot of different video formats and try to play them21:06
Yardanicowell, lol, 3gp video plays but it's in green color and a lot of artefacts :D21:09
YardanicoI also found in IRc logs that I might need some symlinks for media codecs (xml), what are these?21:24
r0kk3rzimportant things you should fix21:34
r0kk3rzbasically links from /system/etc to /etc i think21:34

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