Monday, 2019-09-23

spiiroin@DylanVanAssche I gather you got your sensors working, or?05:55
T42<DylanVanAssche> spiroin: Partly, accel + gyro with light sensor are OK. I am trying to add proximity sensor to the IIO adaptor code. However, this breaks light sensor data. The proximity sensor seems to work in some way but a bit unreliable. Soon I will have a real phone in comparison to the dev kit. The proximity sensor will be mounted there06:57
T42properly. I might need to finetune some parameters then. Compass sensor isn't working at all, some weird values are reported at random moments. I haven't got time the past weekend to work further on the sensors or ofono :(06:57
T42<srLuxint> deathmist: So here is the funny thing. My module-droid-hidl  still doesn't work out-of-the-box, yet when running helper manually it's totally fine and I finally have my voice calls working.10:31
T42<birdzhang> @srLuxint install pulseaudio-modules-droid-hidl 1.0 version10:32
T42<birdzhang> and also need audioflingerglue10:32
T42<birdzhang> i have exactly the same issue with you10:33
T42<birdzhang> @srLuxint  https://github.com/mer-hybris/pulseaudio-modules-droid-hidl/blob/master/src/hidl/hidl-helper.c#L35-L3710:34
T42<birdzhang> the latest pulseaudio-modules-droid-hidl use ANDROID_VERSION_MAJOR, so on 15.1 base, it's af only, but we need hidl10:35
T42<srLuxint> Oh, I see. Fine. Guess there should somewhat a configuration option to change default behavior. Or just another runtime flag.10:37
T42<srLuxint> And don't you know why exactly do I need af-glue afterall?10:38
T42<srLuxint> Great thanks to you!10:38
T42<birdzhang> without audioflingerglue/pulseaudio-modules-droid-glue, camera is waiting for audioservice on my phone, and no sound when play videos10:40
T42<birdzhang> use pulseaudio-modules-droid-hidl 1.2.0 camera and video are OK, but no call audio10:40
T42<srLuxint> That's basically because the 1.2.0 module starts the af-server itself I guess. Oh, fine. Thanks on a tip. I'll check my camera too.10:43
malare you saying you need to both hidl and af?10:55
malaf for camera and hidl for call audio?10:55
T42<adampigg> thats my understanding too11:07
T42<adampigg> would be nice to have it confirmed, exactly what packages are required11:07
T42<adampigg> in this configuration11:07
T42<birdzhang> mal piggz yes11:38
T42<birdzhang> https://build.merproject.org/project/show/home:birdzhang:hybris-15.1 my 15.1 base obs11:40
T42<adampigg> mal, @birdzhang it was my understanding that pa-modules-droid-hidl didnt require AFglue for calls, but a camera may need it .... on the t5 we seemed to need afglue for calls13:30
T42<adampigg> mal, advanced-cam/issue 64, do u have an opinion on it?13:34
mal@adampigg hmm, usually changing license would require ack from everyone afaik? I see no reason why it couldn't be GPLv2+13:39
T42<adampigg> mal, same, leszek is happy with 2+ ..... license inctricacies is an area ive avoided so i dont really know the pros/cons of each13:41
T42<birdzhang> @adampigg yup, and camera need sensorservice too13:41
mal@birdzhang doesn't droidmedia provide enough sensor stuff for that or do you really need to enable sensorservice manually?13:42
T42<adampigg> i thought i created a fake sensor service for that?13:42
T42<birdzhang> not enough, still waiting for sensorservice13:43
T42<adampigg> droidmedia is up to date?13:43
T42<adampigg> android base?13:43
T42<birdzhang> of course, 15.1 base13:43
T42<adampigg> maybe my code only builds on 913:44
mal@birdzhang android 9 base has fake sensor manager in it, maybe see if you can backport that to android 8 base?13:44
T42<adampigg> ^^what he said ;)13:45
T42<birdzhang> where can i find the code13:46
malhmm, actually android 8 should have it also13:46
malwondering why that is not enough for your device13:47
T42<birdzhang> you mean droidmedia ?13:47
malyes, minimedia.cpp is starting FakeSensorManager which related to sensorservice13:48
T42<adampigg> jusa, can u clarify the hidl points above? ^^^^^13:49
benclark06hi, i'm getting Failed to extract filesystem when trying to flash an image16:26
benclark06i heard changing twrp version helps but i've tried 3.0, 3.1 and 3.3 but i still get the same output16:27
benclark06the error code is 716:27
vknechtcould be faulty tar binary, not much used with classical androidy install ; maybe try replacing it with busybox binary16:29
malsome new twrp versions fail to install sfos because those trigger oout of memory handler which kills tar16:35
benclark06ah ok16:36
benclark06what's the lastest version that works?16:36
benclark06or can i just use command line?16:36
malbenclark06: logs suggest 3.0.216:41
malsome say 3.1.116:41
benclark06alrigh, i'll try16:41
benclark06neither appear to be working16:49
benclark06is there a way to do it just from fastboot?16:50
malmaybe you could try to manually extract it via adb? or if that doesn't work then from sfos early debug telnet16:51
benclark06alright16:52
malyou can see the command here https://github.com/mer-hybris/hybris-boot/blob/master/updater-unpack.sh16:52
*** electro is now known as Guest2434018:47
T42<linusdan> Any news about hybris-16.0?18:56
T42<linusdan> Sorry for the question18:56
T42<linusdan> :D18:57
T42<NotKit> I think nobody set up hybris-16.0 exactly, but you could port the Android 9 patches from Xperia 1019:00
malI forgot to add hybris-16.0, it's pretty much ready, I just need to test it and then we also need some new instructions for it because normal hadk way won't work completely, some small part changed19:18
benclark06piggz: i'm getting a filesystem extract error on this port https://forum.xda-developers.com/moto-g/development/sailfishos-2-moto-g-falcon-t3326670/ . Is there a fix for that? i've tried different versions of twrp and installing it manually but neither work :(19:36
benclark06i get error code 7 on all the versions i've tried19:38
piggzbenclark06: i guess it worked with whatever twrp i had back then!19:38
benclark06so i just flash cm and then sfos or do i need to boot into cm first?19:41
malusually no need to boot into cm unless you want to make sure the image works19:42
benclark06hmm19:42
benclark06alright i'll try on 3.0.0(?)19:43
benclark06damnit, still the same error19:51
benclark06piggz: do you happen to remember the version number? i'm pretty much stumped20:05
Mister_Magisterpiggz: remember about testing? that's what i mean20:10
piggzMister_Magister: testing what?20:10
piggzbenclark06: whenthebattery gets above 0, i cantell u20:19
benclark06ah, thank you!20:21
piggzbenclark06: 2.8.6.020:29
benclark06i'll give that a go, thanks for checking!20:29
ThaodanI'll restart my server and the bot will be down for a few minutes21:54
Thaodan*bridge21:55
T42<Thaodan> test22:15
ThaodanThe server is up again and the server is running22:16
Thaodan*bridge is running22:16
ThaodanThe server is up again and the bridge is running22:16
vknecht@Thaodan: thanks :-)22:17
vknechtconnecting people...22:20
ThaodanNokia? XD22:59

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