Tuesday, 2019-02-19

T4<southern_dust> https://public.etherpad-mozilla.org/p/faq-hadk … unnamed:11:18 sorry, but could anybody rescure the contents 11:00 before? … unnamed:11:19 Maybe I changed contents about (mic fails) by accident πŸ˜”03:25
T4<southern_dust> [Edit] https://public.etherpad-mozilla.org/p/faq-hadk … unnamed:11:18 sorry, but could anybody rescure the contents to 11:00 before? … unnamed:11:19 Maybe I changed contents about (mic fails) by accident πŸ˜”03:45
T4<southern_dust> help :p03:45
T4<southern_dust> 19/02/19 11:04 before … https://public.etherpad-mozilla.org/p/faq-hadk04:04
r0kk3rzyou broke it :P04:55
T4<southern_dust> deeply sorry for that07:21
T4<southern_dust> Did you repair it?07:21
*** OhYash1 is now known as ohyash08:16
*** OhYash1 is now known as ohyash08:41
T4<adampigg> jusa....bleuz5 pbap....i know it _can_ work,as it worked the/first time i paired my phone and car kit...13:36
T4<adampigg> i was prompted it i wanted to allow access to the phonebook, so said yes13:36
T4<adampigg> it didnt work immediately, but i paired again, and this time i saw the busy symbol on the car, and all my contacts appeared.....13:37
T4<adampigg> thn13:37
T4<adampigg> then i want shopping, got back in the car, it connected, and no contacts appeared13:37
T4<adampigg> thoughts?13:38
T4<adampigg> i guess i need logs13:38
T4<adampigg> is there anything specific to do fo pbap and obexd13:38
masha11Hi! I get the following error when executing the command "mic": https://pastebin.com/kvQ0V4sB. Help me, please, to figure out how to fix the error14:25
malmasha11: nothing provides droid-hal-$DEVICE-detritus needed by pattern:jolla-hw-adaptation-griffin, so you have detritus package in patterns but nothing has created it (the package is created automatically if you had to use straggler_files define in droid-hal spec)14:28
malmasha11: so the question is did you use straggler_files in droid-hal spec or not14:29
*** TheOnlyJoey|BNC is now known as TheOnlyBouncer16:43
T4<southern_dust> Another question I met today before is even you used stragger_files to make droid-hal-$DEVICE-detritus, it also tell you cannot find. Just add droid-local-repos is ok. (Don’t know if it’s right way)18:47
mal@southern_dust I didn't quite understand what you said, could you pastebin droid-hal spec and also hw pattern file from config repo18:51
T4<southern_dust> Sorry, I mean mic could not find package droid-Hal-$DEVICE-detritus. This question has been solved by add local repo by hand : sudo zypper ar Adaptation-Community-$DEVICE-@RELEASE@ file://....18:55
T4<southern_dust> I think that maybe help to solve that question the man asked above18:57
malok18:58
piggz_mal: do I have a PR incoming? :)19:00
malpiggz_: not yet, I ended up tinkering SDL tonight19:29
piggz_mal, im wondering what i should do tonight19:30
malpiggz_: trying to understand some memory allocation things in a patch I made19:30
piggz_mal: between myself and @eugenio_g7, we need to write a completely new backend for sensorfw19:31
malpiggz_: which one does the device use, I thought it uses iio?19:32
piggz_mal: it does, but the current iio backend sucks a bit19:32
malpiggz_: so make it better :)19:32
piggz_it reads from /sys, and should probably read from /dev19:32
piggz_and it polls v slow19:33
malpiggz_: about camera, wondering how we can use the theme icon coloring feature with custom non-system icons19:34
piggz_mal: i guess you would have to load into a pixap or similar, and convert the white to somethine else ... is that what kimmoli's code does?19:40
T4<jgibbon> mal: really easy with shaders in qml. I may have some time for icons next week (I am the guy from the github issue)19:40
piggz_@jgibbon ah, hello ... i already made all the iso icons, so just need effect and scene mode icons19:42
mal@jgibbon of course shaders or many other ways could be used but I think reinventing the wheel is not the best way in this case but instead trying to use the existing method19:44
piggz_@jgibbon the list of icons needed is in https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/blob/1.14/gst-libs/gst/interfaces/photography.h and https://git.merproject.org/mer-core/gst-plugins-bad/blob/9d83171dfb344e336a3f1790aa28917ea0909f08/rpm/0007-Add-colour-tone-and-scene-modes.patch19:47
piggz_its the color tones and scene mode enums19:47
T4<jgibbon> The existing way is a qt image provider which AFAIK (please prove me wrong) isn't open. There is a simple reimplementation on tjc somewhere without light themes, I think. I have used the shader thing for years, though, and it is quite fast, even on the jolla phone.19:55
T4<jgibbon> @mal @piggz_ for reference, here's an example for the "shady thing" in a mousearea – it's "an" existing method, sadly not "the"… … https://raw.githubusercontent.com/jgibbon/Talefish/b9bba15225b20bf031c3f26da7027139aaa04837/qml/lib/ColorIconButton.qml20:04
vknechtpiggz_, wip for a pr ;-) https://framapic.org/i8WXXlsFlEw0/9k99F85ECu4z.png20:11
vknechtfollowed this to add a translation, hope it's right https://wiki.qt.io/How_to_create_a_multi_language_application#Add_translations_to_the_project20:14
piggz_vknecht: im sure its approx correct!21:14
mal@jgibbon I just figured out how to change icon color without hacking, use color property of IconButton for example21:32
T4<jgibbon> mal: Oh, did not test that (and subsequently forgot about it) because I'm using an older SDK (for now) for non-current ports. But you're absolutely right, this is not an issue for advanced-camera using future bells and whistles anyway. Sorry for the uninformed interruption and thanks for pinging me with the right solution using HighlightI21:43
T4mage/IconButton21:43
mal@jgibbon not really sure how long that feature has existed21:51
vknechtit's a good reminder about shaders, might be useful for realtime transformation ?21:51
vknechtfor effects like in some popular app...21:52
T4<jgibbon> mal: I think it was added in 3.0.0.821:55
* vknecht can't remember if it's crapsapp, whatcrap or telecrap21:55
mal@jgibbon could be21:56
vknechtor should that be, or is already, hookable in gst pipeline ?21:57
T4<jgibbon> vknecht: might be an idea – qt's shader examples on videos ran reasonably well on older (pc) hardware a few years back iirc, but that's a whole other platform. I agree, GstGLShader sounds like it makes more sense (as someone who barely knows anything about gst)22:00
vknechtI guess if such effects were usable from gst, they could be shared between eg. cam app, gallery, hypotetical voip app22:04
eugenio@adampigg: https://github.com/sailfish-on-latte/droid-config-latte/pull/17 <--- solves the timing issue for sensorfwd startup23:16
eugeniogonna upload my droid-hal-latte soon-ish, still puzzled as to why sensors don't work on the one supplied by you23:17
eugeniobut meh, we're going to build the kernel on OBS anyway23:19
eugenioalso bought a replacement battery \o/ should be here by next week23:19

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