Wednesday, 2019-10-16

xreactx[m]__mal: "FAILED: /home/vincent/hadk/out/target/product/guacamole/vendor.img " was this the vendor issue you mentioned?00:24
xreactx[m]__https://pastebin.com/StdqdmYP00:52
T42<adampigg> Vknecht, just read about the bug, unfortunate06:05
masha11Some sensors do not work on my device griffin: accelerometer, gyroscope,light, proximity.  Can I turn them on somehow? test_sensors shows 29 sensors: https://pastebin.com/hNAuA5d108:35
T42<birdzhang> For example: https://github.com/mer-hybris/droid-config-f5121/blob/master/sparse/usr/share/csd/settings.d/hw-settings.ini08:38
T42<srLuxint> Does anyone know how to take advantage of Bluetooth vendor-specific HCI commands with BlueZ? Is there any generic mechanism for it? Seems like bluedroid does.09:36
malMSameer: which android base?09:47
maloops09:47
malmasha11: ^09:47
masha11mal: 14.109:53
masha117.1 (cm 14.1)09:56
T42<birdzhang> mal: "/bin/bash: line 0: test: too many arguments" when build hybris-16.0, it's from https://github.com/libhybris/libhybris/blob/master/compat/input/Android.mk#L2610:06
T42<birdzhang> and we need this pr https://github.com/mer-hybris/hybris-boot/pull/169/files10:06
malhow was that not merged yet10:12
mal@birdzhang I assume both are cause by same kind of issue, in first case here https://github.com/libhybris/libhybris/blob/master/compat/Android.common.mk10:16
mal@elros34 the droid-hal-device udev PR you made has some issue, I tested it and one of the cpu paths didn't get correct permissions and group10:19
mal@birdzhang is that libhybris issue critical i.e. does build fail?10:27
T42<birdzhang> mal: not critical, build pass10:28
masha11@birdzhang thank, I'll try10:28
T42<adampigg> mal: there is never a great rush to merge changes in hybris repos!10:30
mal@birdzhang ok, I can then fix that in my upcoming libhybris cleanup PR10:33
mal@adampigg merged :)10:44
T42<adampigg> mal, any plans to make hybris-boot device independant, so there is no need to modify fixup-mountpoints? it seems to be like that function should move out to some device repo10:46
mal@adampigg I think there was talk about that earlier, need to check if the code still exists10:47
mal@adampigg often those PRs are just forgotten if they are not critical10:47
masha11birdzhang: thanks. I added it more: https://github.com/wdehoog/droid-config-bacon/commit/a32611102157c1a60d4dfe7de867fb2e3021f948. Sensors have earned. Only proximity sensor in Messwerk is crossed out.11:05
malmasha11: are you missing the hw-settings.ini, you shouldn't need that override if hw-settings.ini is correct11:28
malmasha11: something like this https://github.com/mer-hybris/droid-config-sony-ganges-pie/blob/master/sparse/usr/share/csd/settings.d/10-hw-settings.ini11:29
maladapt values to match your device11:29
malah, missed that you already got a similar link11:30
mal@srLuxint what are you trying to do with those?11:30
masha11mal: yes i added hw-settings.ini. all sensors work!11:36
malmasha11: good, can you remove the other file and do those still work?11:38
masha11mal: in my case, the sensors only work when both files (hw-settings.ini and 60-sensor-selection-oeverrides.conf) are present.12:05
malmasha11: that is very odd, the latter really shouldn't be needed12:05
malwhat do you see in logs in both cases, any difference?12:06
maljournalctl is the relevant one12:06
masha11then maybe my sensors are unstable ...I’ll check now.12:07
malor some timing issue?12:10
masha11mal: I don’t understand yet. https://pastebin.com/ujnXXzp3 (with 60-sensor-...conf), https://pastebin.com/DBNnhzP0 (without).12:17
mal@adampigg did you have v4l codecs working on latte or pinephone dev kit?12:32
masha11mal: However, with this file sometimes there are no working sensors. But after 1-3 reboots they work again.  Then the problem may be in something else.12:38
malmasha11: logs :) maybe try https://github.com/mlehtima/droid-config-fp2-sibon/commit/4825b6f5a8d52eb61b4bdff97bf7e01bbaa6c5be12:39
T42<srLuxint> mal: Nevermind. I've already found the solution. Basically my question was about bt hw address. And it can be dealed with hci_stp.c under drivers/bluetooth in inoi t8 (?) kernel.12:56
masha11mal: I added sensors-delay-hack.service. After the first reboot, the sensors did not work https://pastebin.com/x8CQ16Nd .After the second - they worked https://pastebin.com/C0u5uLfx. After 3,4,5,6 reboots do not work again :(https://pastebin.com/fUDVDA1M13:01
malmasha11: not full logs, use "journalctl -b"13:03
malmasha11: or better "journalctl -alb --no-pager"13:03
T42<adampigg> mal: v4l camera capture is somewhat working on the pinephone13:04
T42<adampigg> @dylanvanassche is the expert there13:04
T42<DylanVanAssche> @adampigg mal: v4l works until the level of GStreamer. Nothing further, the Jolla Camera app and QtMultimedia isn't being nice to the v4l camera :(13:05
mal@DylanVanAssche ok, needs some invetigation then13:06
mal@DylanVanAssche do you have v4l enabled in qtmultimedia?13:07
T42<DylanVanAssche> mal: This where I got stuck: https://wiki.merproject.org/wiki/Adaptations/PinePhone64#Cameras13:07
T42<DylanVanAssche> I didn't modified QtMultimedia though13:07
T42<DylanVanAssche> The selfie.jpg is the last thing I did.13:08
mal@DylanVanAssche we have v4l disabled in qtmultimedia so no wonder it doesn't work13:10
abransoni think it made the jolla1 crash?13:10
T42<DylanVanAssche> mal: Well :P that's definitely an issue :O13:10
malabranson: we could enable it but package it separately?13:10
T42<DylanVanAssche> mal: We can package it for the native repo?13:11
mal@DylanVanAssche yes, for now, but in theory it could be in mer-core if packaged properly13:11
abransonprobably easiest to fork it for now, get it working, then see about a merge13:12
malyes, that was my idea13:12
abransonthink there might be more to do in there...13:12
T42<DylanVanAssche> Yes that would be the goal ofcourse, but for now native repo seems sufficient.13:12
mal@DylanVanAssche so if you try to enable it then package it separately to a new package in the same spec13:12
abransonthere's quite a lot of reliance on droidcamsrc in there i think13:13
malabranson: yes, but those backends are separate afaik13:13
T42<DylanVanAssche> abranson: True13:13
malabranson: which place do you mean?13:13
T42<DylanVanAssche> mal: That's an option, something like qtmultimedia-v4l or whatever. No idea when I will have time for it, but will do13:14
abransonmal: thinking about all of those element properties13:14
mal@DylanVanAssche https://git.merproject.org/mer-core/qtmultimedia/blob/mer-5.6/rpm/qtmultimedia.spec#L92 something like that maybe13:15
mal@DylanVanAssche hmm, there is v4l mediacapture stuff here https://git.merproject.org/mer-core/qtmultimedia/blob/mer-5.6/rpm/qtmultimedia.spec#L10113:16
malbut still needs to be enabled probably13:16
T42<DylanVanAssche> mal: okay :) hmmm maybe that's what need, just enabling it :D13:16
T42<DylanVanAssche> Now that the sensors are working on the PineTab, only the back camera is left. Sound is broken (missing Kernel stuff, nothing about SFOS)13:17
masha11mal: log with working sensors: https://paste.ubuntu.com/p/4hgvdB8q37/ , not working: https://pastebin.com/2F7QYeVj13:17
mal@DylanVanAssche https://git.merproject.org/mer-core/qtmultimedia/blob/mer-5.6/rpm/qtmultimedia.spec#L15913:26
T42<DylanVanAssche> mal: Noted :)13:27
T42<DylanVanAssche> Thanks!13:27
vknecht@adampigg: unfortunate, indeed ; maybe it's worth trying with QVideoProbe instead...14:17
T42<adampigg> hoping for a release tonight if mal gives the green light to the rotation pr, and that version will go to harbour14:58
T42<adampigg> then onto the pinetab14:58
T42<adampigg> will assist in the v4l packagng14:58
mal@adampigg did you check the latest comments in the PR?14:58
T42<adampigg> mal, i resolved some this morning on the bus, any since then?14:59
vknechtif you release tonight, wouldn't the actual snapshot PR be good enough ?14:59
vknecht(for now)15:00
T42<adampigg> i havnt tried it myself yet, id like to store it up, doesnt mean another release cant happen soon15:00
mal@adampigg ok, I missed the email it seems15:00
vknechtok :-)15:00
vknechtslider is better15:09
T42<adampigg> yeah, fixed that15:14
jellyponyHello everyone! Flashed hybris-boot, got no gui, only telnet. (nearly anything else not working too :C)15:45
jellyponyinit.log: https://pastebin.com/GcG9XvHr15:45
jellyponyjournalctl: https://pastebin.com/eE2zWYcN15:45
jellyponyAm I right it is mounting issue?15:45
vknechtjellypony, droid-hal-init failing, and lipstick crashing... hmm, guess you should check straggler files, and try test_hwcomposer after touching /init_enter_debug216:40
vknechtfor better journal, also set persistent logging16:40
piggzhmm, is there anything to raise at the community meeting .....18:00
piggzmal: fingerprint sensor support for community devices?18:00
malpiggz: that would be nice18:00
piggzive raised it before, and the answer has always been, we'll work on it or such, and nothing coes18:01
malbut still some poking might help18:02
riniguspiggz: maybe late to raise anything now. topics are supposed to be there 1 day in advance. although, maybe they can reply regarding fingerprint support...18:05
vknechtand... « <Jaymzz> as we don't usually announce things on the IRC meeting :P »18:10
vknecht(quoted from http://merproject.org/meetings/mer-meeting/2019/mer-meeting.2019-09-19-08.00.log.html )18:11
vknechtso wait for blog post ? :-)18:12
piggzits gotta be said, the way meeting topics are organised is shit ... what are you supposed to do, add another comment to the topic on tjc ?18:16
piggzthere has to be a better way18:16
vknechtmaybe porter' community could self-organize better, and have a collective voice of its own, its own blog and communication channel ?18:18
vknecht*channels, not depreciating this channel, which is vital :-)18:19
riniguspiggz: you have to change main post, its wiki18:21
vknechteg. thinking about maybe newsletter & website about all community ported devices, etc.18:21
piggzrinigus: oh, so people edit the wiki, and then the edits are deleted?18:23
piggzi cant see any proposals there18:23
piggzits just odd!18:23
rinigusvknecht: not sure we even manage to keep mer wiki up to date. That would be a start...18:24
piggzmal: that shortest direction change was worth it18:25
riniguspiggz: there is a template that you copy below current questions and fill in. After meeting they will cancel old questions18:25
vknechtnot untrue, but this is individual effort (ie. each porter manages its device wikipage/xda thread); I'm talking about collective communication18:26
malpiggz: I know :)18:27
rinigusvknecht: would be good to have it. But I guess its mainly waiting for someone to make it18:29
vknechtrinigus, probably users would like/support such an effort and help, so it may not even be such a chore, after all, for us ; most important is to give initial impulse :-)18:29
vknechtand have a will to do so18:30
rinigusMaybe. Have to go now... :)18:30
vknecht:-)18:30
vknechthave sweet dreams of pies :-D18:30
piggzhave we ever discussed the white browser rendering on native ports?18:31
piggzthat could be a topic...18:31
piggz@eugenio_g7, @dylanvanassche18:31
piggzmal: camera pr good and tested?18:36
malpiggz: need to make quick test of the latest version, those are the same changes I had but still need to do a test18:37
T42<eugenio_g7> piggz: I think we did, but nothing was made out of it IIRC18:39
vknechtmade a build of the rotation PR branch, might be interesting to get feedback of f5121 users : http://repo.merproject.org/obs//nemo:/devel:/hw:/TCL:/idol3/sailfish_latest_armv7hl/armv7hl/harbour-advanced-camera-0.5.1+rotation.20191016064352.11.g2da90ce-1.35.1.jolla.armv7hl.rpm18:40
piggzDone ... 0.6.0 is tagged on github, rpms uplaoded to openrepos, and submitted to harbour qa!19:11
piggzi forgot we added the share featre too this reelase!19:11
vknechtguess people will notice :-)19:23
vknechtrebased, will have to test and check tho... also had a few comments, guess will have to handle multiple /media/sdcard/ subdirs, and allow choice with a combobox or something ; or just allow to pick a chosen dir19:44
vknechtnot sure we really want to depend on jolla camera settings ?19:45
piggzis there a command line way to connect to an access point?19:59
malpiggz: maybe using iw?20:01
malor connmanctl if that is installed?20:02
piggzyay, got the pinetab online20:23
T42Akatsu %lastname% was added by: Akatsu %lastname%20:33
xreactx[m]__Any work arounds for getting the vendor.img to build?23:19
jellyponyvknecht: test_hwcomposer: test_hwcomposer.cpp:174: int main(int, char**): Assertion `err == 0' failed.23:21
jellyponyAborted23:21
jellyponythe error is "droid-hal-init.service: Main process exited, code=exited, status=6/NOTCONFIGURED"23:21
jellyponyBut I don't know what that means >:c23:22
jellyponysystemctl status output: https://pastebin.com/Af8iin9d23:50

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