Monday, 2025-07-21

*** deathmist1 is now known as deathmist08:07
T42<edp_17> @elros34 : I've converted the gcc_wrapper.py to python3 and amended it slightly. Now I am getting this error: https://paste.ubuntu.com/p/3vHCH27QxN/10:24
T42<edp_17> And here is what I amended in that .py: https://paste.ubuntu.com/p/TddKwDngXn/10:26
T42<edp_17> mal ^^10:26
malinstalling python2 doesn't help?10:39
T42<Mister_Magister> nobody provides python2 anymore10:39
T42<edp_17> I've already have python3 installed. How can I downgrade it?10:54
T42<elros34> like usuall. isn't there a package python-is-python2 or something like that or did you previously just create symlink?11:15
T42<elros34> there is also older habuild image but I am not sure which pythone was default there11:15
T42<edp_17> @elros34 , mal : I've installed python 2.7.18 and put back original gcc-wrapper.py. Now, I get the same error that I got when used python3: https://paste.ubuntu.com/p/BHnzv2dkJy/11:39
T42<edp_17> external/backports-bluetooth/compat/compat-3.8.c:370:3: error: implicit declaration of function 'random32' [-Werror=implicit-function-declaration]11:39
malwhich kernel version do you have? 3.4?11:42
T42<edp_17> mal: Yes. 3.4.11211:50
mallooks like I have some local changes to fix that, just a moment11:57
mal@edp_17 if you like to test manually now, just replace the calls to random32 in compat/compat-3.8.c with prandom_u3211:58
Mister_Magistermal: any update on the mce?12:22
T42<edp_17> mal: I've done and got a new error: https://paste.ubuntu.com/p/wVjJwrGrvz/13:47
mal@edp_17 can you grep your kernel sources with something like this: grep -RIw --include=*.h __copy14:25
maljust wondering why it thinks that is defined14:25
T42<edp_17> mal: There are a few: https://paste.ubuntu.com/p/nzRJxQtSXx/16:09
malmayb to rename the __copy in backport-3.13.c to for example ___copye16:16
mal* ___copy16:17
malso one more _ to the beginning16:17
T42<adampigg> then add _final-version to the end and you will have https://www.explainxkcd.com/wiki/index.php/1459:_Documents16:49
mal:)16:55
T42<edp_17> mal: Thanks, that rename did the trick. Now the second make too has completed.17:30
rinigusmal: current status with volte/ofono: looks like something happened after aidl registration. when calling that phone, ofono plugin now reports onRing and onCallStateChanged, but that doesn't bring up UI for calls.18:00
rinigusmaybe something is off even before. reading reg logs and code.18:00
rinigusor to be more precise, ofono startup logs + logcat18:01
rinigusdo you get aidl codes from smali decompiled ims.apk?18:01
rinigusor no comment18:02
malrinigus: the enums are difficult to determine18:03
rinigusmal: you mean TRANSACTION_onCallStateChanged for example?18:03
malI got the info from the .so files using decompiler :)18:03
malneed to find that apk18:03
rinigusmal: I am looking into system_ext/priv-app/ims/ims.apk. decompiled, it has vendor/qti/hardware/radio/ims/IImsRadioIndication$Stub.smali18:04
malok18:04
malneed to have a look18:04
malrinigus: btw, the package_native worked on fp4 and fp5 also18:05
rinigusmal: great! so, it would be a part of droidmedia at one point or keep it as gbinder?18:05
malI think droidmedia, easier that way and not another package to install18:09
rinigusyes, makes sense. we need droidmedia anyway18:10
malI'll try to integrate it there18:11
malrinigus: xperias don't have that ims.apk it seems18:15
rinigusmal: you mean AOSP ones. hmm, but what does communicate with that ims service18:16
malnot quite sure18:16
rinigusI grepped whole tree for vendor.qti.hardware.radio.ims.IImsRadioResponse and found that ims18:16
rinigusims.apk18:16
malrinigus: which device was that again?18:16
rinigusin addition to vendor/lib64/vendor.qti.hardware.radio.ims-V7-ndk_platform.so18:16
rinigusnagara (xperia 1 iv)18:17
malpdx* what is the codename?18:17
rinigusthat's stock based using LOS 21 port that I did18:17
riniguspdx22318:17
malhow big is that apk?18:18
rinigusmal: this should be the same - https://github.com/sony-nagara/proprietary_vendor_sony_sm8450-common/tree/lineage-22.2/proprietary/system_ext/priv-app/ims18:19
malok, thanks18:19
malI'll have a look what is inside that18:19

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