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 there | 06:57 |
T42 | properly. 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 version | 10:32 |
T42 | <birdzhang> and also need audioflingerglue | 10:32 |
T42 | <birdzhang> i have exactly the same issue with you | 10:33 |
T42 | <birdzhang> @srLuxint https://github.com/mer-hybris/pulseaudio-modules-droid-hidl/blob/master/src/hidl/hidl-helper.c#L35-L37 | 10: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 hidl | 10: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 videos | 10:40 |
T42 | <birdzhang> use pulseaudio-modules-droid-hidl 1.2.0 camera and video are OK, but no call audio | 10: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 |
mal | are you saying you need to both hidl and af? | 10:55 |
mal | af for camera and hidl for call audio? | 10:55 |
T42 | <adampigg> thats my understanding too | 11:07 |
T42 | <adampigg> would be nice to have it confirmed, exactly what packages are required | 11:07 |
T42 | <adampigg> in this configuration | 11:07 |
T42 | <birdzhang> mal piggz yes | 11:38 |
T42 | <birdzhang> https://build.merproject.org/project/show/home:birdzhang:hybris-15.1 my 15.1 base obs | 11: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 calls | 13: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 each | 13:41 |
T42 | <birdzhang> @adampigg yup, and camera need sensorservice too | 13: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 sensorservice | 13:43 |
T42 | <adampigg> droidmedia is up to date? | 13:43 |
T42 | <adampigg> android base? | 13:43 |
T42 | <birdzhang> of course, 15.1 base | 13:43 |
T42 | <adampigg> maybe my code only builds on 9 | 13: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 code | 13:46 |
mal | hmm, actually android 8 should have it also | 13:46 |
mal | wondering why that is not enough for your device | 13:47 |
T42 | <birdzhang> you mean droidmedia ? | 13:47 |
mal | yes, minimedia.cpp is starting FakeSensorManager which related to sensorservice | 13:48 |
T42 | <adampigg> jusa, can u clarify the hidl points above? ^^^^^ | 13:49 |
benclark06 | hi, i'm getting Failed to extract filesystem when trying to flash an image | 16:26 |
benclark06 | i heard changing twrp version helps but i've tried 3.0, 3.1 and 3.3 but i still get the same output | 16:27 |
benclark06 | the error code is 7 | 16:27 |
vknecht | could be faulty tar binary, not much used with classical androidy install ; maybe try replacing it with busybox binary | 16:29 |
mal | some new twrp versions fail to install sfos because those trigger oout of memory handler which kills tar | 16:35 |
benclark06 | ah ok | 16:36 |
benclark06 | what's the lastest version that works? | 16:36 |
benclark06 | or can i just use command line? | 16:36 |
mal | benclark06: logs suggest 3.0.2 | 16:41 |
mal | some say 3.1.1 | 16:41 |
benclark06 | alrigh, i'll try | 16:41 |
benclark06 | neither appear to be working | 16:49 |
benclark06 | is there a way to do it just from fastboot? | 16:50 |
mal | maybe you could try to manually extract it via adb? or if that doesn't work then from sfos early debug telnet | 16:51 |
benclark06 | alright | 16:52 |
mal | you can see the command here https://github.com/mer-hybris/hybris-boot/blob/master/updater-unpack.sh | 16:52 |
*** electro is now known as Guest24340 | 18:47 | |
T42 | <linusdan> Any news about hybris-16.0? | 18:56 |
T42 | <linusdan> Sorry for the question | 18:56 |
T42 | <linusdan> :D | 18:57 |
T42 | <NotKit> I think nobody set up hybris-16.0 exactly, but you could port the Android 9 patches from Xperia 10 | 19:00 |
mal | I 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 changed | 19:18 |
benclark06 | piggz: 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 |
benclark06 | i get error code 7 on all the versions i've tried | 19:38 |
piggz | benclark06: i guess it worked with whatever twrp i had back then! | 19:38 |
benclark06 | so i just flash cm and then sfos or do i need to boot into cm first? | 19:41 |
mal | usually no need to boot into cm unless you want to make sure the image works | 19:42 |
benclark06 | hmm | 19:42 |
benclark06 | alright i'll try on 3.0.0(?) | 19:43 |
benclark06 | damnit, still the same error | 19:51 |
benclark06 | piggz: do you happen to remember the version number? i'm pretty much stumped | 20:05 |
Mister_Magister | piggz: remember about testing? that's what i mean | 20:10 |
piggz | Mister_Magister: testing what? | 20:10 |
piggz | benclark06: whenthebattery gets above 0, i cantell u | 20:19 |
benclark06 | ah, thank you! | 20:21 |
piggz | benclark06: 2.8.6.0 | 20:29 |
benclark06 | i'll give that a go, thanks for checking! | 20:29 |
Thaodan | I'll restart my server and the bot will be down for a few minutes | 21:54 |
Thaodan | *bridge | 21:55 |
T42 | <Thaodan> test | 22:15 |
Thaodan | The server is up again and the server is running | 22:16 |
Thaodan | *bridge is running | 22:16 |
Thaodan | The server is up again and the bridge is running | 22:16 |
vknecht | @Thaodan: thanks :-) | 22:17 |
vknecht | connecting people... | 22:20 |
Thaodan | Nokia? XD | 22:59 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!