T42 | <PandoraTrillion> Is Xperia XQ-DC72 supported now? | 07:01 |
---|---|---|
*** amccarthy is now known as Guest24870 | 07:35 | |
*** amccarthy_ is now known as amccarthy | 07:35 | |
*** deathmist1 is now known as deathmist | 09:15 | |
mal | @PandoraTrillion based on the information from sony it should work with same adaptation, if you have that device can you check in fastboot mode what it reports when checked with "fastboot getvar product" | 11:30 |
rinigus | mal: I could see from LOS proprietary files list that FP5 is also using qcrilNrd. I presume you don't have any issues with receiving SMS despite having android 14 as a base. is that daemon using AIDL or HIDL for volte? on nagara, I have android.hardware.radio@1.6 with ofono bound to 1.5 as 1.6 is not supported yet | 14:50 |
mal | rinigus: fp5 uses hidl volte | 15:02 |
T42 | <Mister_Magister> oh that reminds me, i need to debug ofono segfault | 15:02 |
T42 | <Mister_Magister> ohno | 15:02 |
mal | I think fp5 needed volte to be able to send or receive sms on some operators | 15:03 |
mal | @Mister_Magister what kind of segfault? any idea what it was doing when it happened? | 15:03 |
Mister_Magister | well i'm not gonna be debugging it now | 15:04 |
Mister_Magister | it happens when i switch to the proper uhh i don't remember | 15:04 |
Mister_Magister | i'm not using binder plugin and when i switch to binder it segfaults iirc or something like that | 15:04 |
Mister_Magister | i barely figured out the tablet so i have no energy to debug it | 15:05 |
rinigus | mal: thanks! I know that in my case LOS was receiving +/- volte with 2 operators that I tried. is it exporting radio@1.6 on hidl? | 15:05 |
mal | let me check if it has 1.6 | 15:17 |
mal | rinigus: only 1.5 on fp5, I have one other device with 1.6, maybe I could try to implement 1.6, it should be simple because I'm so used to doing it | 15:21 |
mal | heh, I found that I have already most of the 1.6 changes for libgbinder-radio in my local repo :) | 15:21 |
rinigus | mal: if it is simple, please do so :) . I am meanwhile looking into qcrilmsgtunnel and what does that do from decompiled apk | 15:22 |
mal | rinigus: so it doesn't end up using volte on your device, or is volte still broken? | 15:24 |
rinigus | would be great to get that 1.6 - that's libbinder-radio or ofono-binder-plugin? | 15:24 |
rinigus | mal: I will use volte as well. calls work, sms will have to be ported from hidl | 15:25 |
mal | both need changes, libgbinder-radio is mostly simple stuff i.e. the new transaction codes etc, ofono-binder-plugin changes are quite simple also, depending on how similar the interface is, usually it is very similar | 15:25 |
rinigus | as I know it should work without volte, I am looking into why qcrilNrd is not sending up any newSms messages without volte. it doesn't do anything with volte either. If I can get it working without volte, I am sure that I can get with volte later as well | 15:26 |
mal | I think volte is enabled by default it might get confused | 15:26 |
rinigus | not so sure. rest (voice) looks to be working nicely, I can enable/disable it as I want and it responds correctly. although with this closed source stuff, you never know. hence looking into qcrilmsgtunnel as it does some init calls on boot | 15:28 |
rinigus | although, with tama, there was no need to have it around on sfos. | 15:29 |
mal | looks like I have also 1.6 changes for ofono-binder-plugin, I'll check on the device which has 1.6 to see how it works | 15:31 |
mal | not sure if those are yet finished changes | 15:31 |
rinigus | thanks! | 15:35 |
mal | rinigus: "Connected to android.hardware.radio@1.6::IRadio/slot1" | 15:57 |
rinigus | :) | 15:58 |
rinigus | hmm, not in your repos. let's check mer-hybris... | 15:58 |
rinigus | hmm, not there either... | 15:59 |
rinigus | let's see how many times my F5 can handle | 15:59 |
mal | heh, I will test a bit and I'll let you know when I push those there | 16:00 |
rinigus | thank you very much! | 16:00 |
mal | sms sending and receiving at least works, and it is using 1.6 for sending at least | 16:02 |
mal | found some bugs already | 16:48 |
mal | quite odd, on my device I get wrong indication for one part | 17:00 |
rinigus | mal: I would be happy to test on nagara. which indication is wrong? | 17:09 |
Mister_Magister | mal: to add another annoying issue to my stack of problems, on my android 14 device, updating droid-hal doesn't flash the kernel, and when it reboots to flash the kernel, it gets stuck and doesn't reboot into os. why life must be hard | 17:10 |
mal | rinigus: I get RADIO_IND_CURRENT_PHYSICAL_CHANNEL_CONFIGS_1_4 when I should be getting RADIO_IND_CURRENT_PHYSICAL_CHANNEL_CONFIGS_1_6 | 17:11 |
mal | Mister_Magister: is the flashing setup correct? | 17:11 |
Mister_Magister | ye, i can run the scripts and they flash kernel correctly | 17:12 |
Mister_Magister | don't worry about it i'll debug it later, i don't wanna take your time | 17:13 |
Mister_Magister | there are more important issues to fix | 17:13 |
Mister_Magister | like passage of time being twice as fast in the device's demension | 17:14 |
Mister_Magister | truly space-time continuum breaking bug | 17:14 |
rinigus | mal: but does it send that event in android? | 17:17 |
mal | not sure | 17:18 |
mal | it should but could be a bug in ril daemon | 17:18 |
rinigus | mal: when `strings vendor/lib64/android.hardware.radio@1.6.so | grep currentPhysicalChannelConfigs` I get 1_6 and 1_4. maybe both are used | 17:19 |
mal | also it seems mobile data is still broken, debugging why | 17:19 |
rinigus | sounds like its not so simple, unfortunately. sorry for dragging you into it | 17:19 |
mal | most things work already so not that far | 17:20 |
mal | rinigus: mobile data fixed :) | 19:14 |
rinigus | mal: great! | 19:35 |
rinigus | looks like libgbinder-radio is there. now just have to wait till ofono binder gets updated. | 19:36 |
mal | just a moment | 19:37 |
mal | rinigus: done, please report any issues, that has seen only very light testing, tested only mobile data, sms and calls | 19:40 |
rinigus | mal: thank you very much! will do | 19:40 |
mal | rinigus: any improvement with sms? | 20:03 |
rinigus | mal: nope. not so far :( . will have to debug further tomorrow | 20:03 |
rinigus | on quick test: I can call and receive calls (+-volte), send sms (-volte as sms sending not implemented in aidl yet). I cannot receive sms (+-volte) | 20:06 |
rinigus | when expecting sms, nothing shows up in volte plugin (would be indicator otherwise if volte is registered). as for -volte case, nothing shows up there either (jtrace based debugging) | 20:08 |
rinigus | will look into it further tomorrow | 20:09 |
mal | rinigus: just to be sure you changes the interface version in config file? | 20:14 |
mal | *changed | 20:14 |
rinigus | Yes, I did. Not at first :) | 20:20 |
rinigus | And logs show binding to 1.6 | 20:20 |
mal | ok | 20:21 |
mal | I have considered adding auto-detection support with possibility to force the version | 20:23 |
rinigus | Well, its simple to set and its once per port. Should be fine without | 20:24 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!