Sunday, 2025-08-24

T42<PandoraTrillion> Is Xperia XQ-DC72 supported now?07:01
*** amccarthy is now known as Guest2487007:35
*** amccarthy_ is now known as amccarthy07:35
*** deathmist1 is now known as deathmist09: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
rinigusmal: 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 yet14:50
malrinigus: fp5 uses hidl volte15:02
T42<Mister_Magister> oh that reminds me, i need to debug ofono segfault15:02
T42<Mister_Magister> ohno15:02
malI think fp5 needed volte to be able to send or receive sms on some operators15:03
mal@Mister_Magister what kind of segfault? any idea what it was doing when it happened?15:03
Mister_Magisterwell i'm not gonna be debugging it now15:04
Mister_Magisterit happens when i switch to the proper uhh i don't remember15:04
Mister_Magisteri'm not using binder plugin and when i switch to binder it segfaults iirc or something like that15:04
Mister_Magisteri barely figured out the tablet so i have no energy to debug it15:05
rinigusmal: 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
mallet me check if it has 1.615:17
malrinigus: 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 it15:21
malheh, I found that I have already most of the 1.6 changes for libgbinder-radio in my local repo :)15:21
rinigusmal: if it is simple, please do so :) . I am meanwhile looking into qcrilmsgtunnel and what does that do from decompiled apk15:22
malrinigus: so it doesn't end up using volte on your device, or is volte still broken?15:24
riniguswould be great to get that 1.6 - that's libbinder-radio or ofono-binder-plugin?15:24
rinigusmal: I will use volte as well. calls work, sms will have to be ported from hidl15:25
malboth 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 similar15:25
rinigusas 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 well15:26
malI think volte is enabled by default it might get confused15:26
rinigusnot 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 boot15:28
rinigusalthough, with tama, there was no need to have it around on sfos.15:29
mallooks 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 works15:31
malnot sure if those are yet finished changes15:31
rinigusthanks!15:35
malrinigus: "Connected to android.hardware.radio@1.6::IRadio/slot1"15:57
rinigus:)15:58
rinigushmm, not in your repos. let's check mer-hybris...15:58
rinigushmm, not there either...15:59
riniguslet's see how many times my F5 can handle15:59
malheh, I will test a bit and I'll let you know when I push those there16:00
rinigusthank you very much!16:00
malsms sending and receiving at least works, and it is using 1.6 for sending at least16:02
malfound some bugs already16:48
malquite odd, on my device I get wrong indication for one part17:00
rinigusmal: I would be happy to test on nagara. which indication is wrong?17:09
Mister_Magistermal: 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 hard17:10
malrinigus: I get RADIO_IND_CURRENT_PHYSICAL_CHANNEL_CONFIGS_1_4 when I should be getting RADIO_IND_CURRENT_PHYSICAL_CHANNEL_CONFIGS_1_617:11
malMister_Magister: is the flashing setup correct?17:11
Mister_Magisterye, i can run the scripts and they flash kernel correctly17:12
Mister_Magisterdon't worry about it i'll debug it later, i don't wanna take your time17:13
Mister_Magisterthere are more important issues to fix17:13
Mister_Magisterlike passage of time being twice as fast in the device's demension17:14
Mister_Magistertruly space-time continuum breaking bug17:14
rinigusmal: but does it send that event in android?17:17
malnot sure17:18
malit should but could be a bug in ril daemon17:18
rinigusmal: when `strings vendor/lib64/android.hardware.radio@1.6.so | grep currentPhysicalChannelConfigs` I get 1_6 and 1_4. maybe both are used17:19
malalso it seems mobile data is still broken, debugging why17:19
rinigussounds like its not so simple, unfortunately. sorry for dragging you into it17:19
malmost things work already so not that far17:20
malrinigus: mobile data fixed :)19:14
rinigusmal: great!19:35
riniguslooks like libgbinder-radio is there. now just have to wait till ofono binder gets updated.19:36
maljust a moment19:37
malrinigus: done, please report any issues, that has seen only very light testing, tested only mobile data, sms and calls19:40
rinigusmal: thank you very much! will do19:40
malrinigus: any improvement with sms?20:03
rinigusmal: nope. not so far :( . will have to debug further tomorrow20:03
riniguson 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
riniguswhen 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
riniguswill look into it further tomorrow20:09
malrinigus: just to be sure you changes the interface version in config file?20:14
mal*changed20:14
rinigusYes, I did. Not at first :)20:20
rinigusAnd logs show binding to 1.620:20
malok20:21
malI have considered adding auto-detection support with possibility to force the version20:23
rinigusWell, its simple to set and its once per port. Should be fine without20:24

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