See the country code. And see my signal is 4G+ still while making call
Owh. U only see 4G+? What about the fact in the screenshot a call is taking place?Not sure if 4G+ rly indicated that VoLTE is working.
How about you test VoWiFi by going into air plane mode, connect to WiFi and then try to do a call?
you mean these script should enable 5g for unlisted countries?Most of those properties are persistent properties. You just set them once with "setprop persist.blahblahblah whatevervalue" and they'll stick through a reboot.
There is definitely no need for a "magisk module" for this.
Only these 4 are non-persistent properties, and from what I can tell, they're all bogus.
ril.subscription.types=RUIM
ro.nubia.nr.support=1
ro.telephony.default_cdma_sub=0
ro.vendor.radio.5g=3
The "5g" ones are probably not advisable. For everything else, it would be nice to know what they actually do before trying them out.
maybe we should compare the carrier policy with samsung s1 or other series, then modify p6p's.i found file name cfg.db in
/system/vendor/firmware/carrierconfig
and it contain data of carrier which are all of listed countries support but no unlisted there. so my guess is this the one we need to add our carrier details from unlisted support countries to make our 5g works?
as of our qualcom previous pixel we need to modify carrier policy in system/vendor/rfs/msm/mpss/readonly/vendor/mbn/mcfg_sw/generic/Pixel
but in pixel 6 pro the file is different, any thoughts?
i found file name cfg.db in
/system/vendor/firmware/carrierconfig
and it contain data of carrier which are all of listed countries support but no unlisted there. so my guess is this the one we need to add our carrier details from unlisted support countries to make our 5g works?
as of our qualcom previous pixel we need to modify carrier policy in system/vendor/rfs/msm/mpss/readonly/vendor/mbn/mcfg_sw/generic/Pixel
but in pixel 6 pro the file is different, any thoughts?
fix it with this guide https://forum.xda-developers.com/t/working-safetynet-with-pixel-6-pro-android-12.4354149/Tested in Mexico with Pillofon/Diri. It worked perfectly, I can now make calls with voLTE!
Is there any way to keep it if I uninstall Magisk? I am having problems with my bank app.
Hi @foobar66I had already posted this somewhere inside a thread but many people still keep asking the same question.
Attached is a simple Magisk module to enable VoLTE if it is not enabled for your country/carrier.
I don't guarantee that it will work for everybody ... it did work for me though ...
Of course you must be rooted and have Magisk.
Just install attached module in Magisk, then reboot.
The mod has properties for 5G and VoWifi ... BUT absolutely no guarantee here!!!
I do not have 5G and I do not have VoWIFI ... so I cannot even test if these properties do anything or not.
How to check if this is working?
BEFORE installing the module, go to dialer, type *#*#4636#*#*
Select: Phone info, you will see a screen like the screenshot attached below.
Check the line called: 'VoLTE-registration', if the radio button if OFF, you do NOT have VoLTE.
Now install the module, reboot and check the same screen again. If all is well, the radio button for VoLTE-registration should now be ON.
Finally, go to the dialer, dial your voice mail. Your data icon the the statusbar should still be LTE(+)/4G(+). If that is the case you now have VoLTE.
If it does not work for you ... bad luck ... just un-install the module in Magisk.
I took a look at cfg.db. It contains a "confmap" table which lists supported carriers. Each carrier has its "confman" table which has info about "confseqs" files (confseqs folder in /carrierconfig). Unfortunately I have no idea how to decode those files :/i found file name cfg.db in
/system/vendor/firmware/carrierconfig
and it contain data of carrier which are all of listed countries support but no unlisted there. so my guess is this the one we need to add our carrier details from unlisted support countries to make our 5g works?
as of our qualcom previous pixel we need to modify carrier policy in system/vendor/rfs/msm/mpss/readonly/vendor/mbn/mcfg_sw/generic/Pixel
but in pixel 6 pro the file is different, any thoughts?
i dont know how google is getting away with this and how no tech blogger/vlogger will talk about how a phone in 2021 doesnt support the most basic phone things thanks to google
the phone supports volte yeah but google region locks features to areas they officially support so the phone is missing carrier files in countries that google doesnt support.What are you on about? Do you think that these phones don't work out of the box with volte? They most definitely do. But some carriers like to make things not work so they can sell you a phone that makes money for them.
the phone supports volte yeah but google region locks features to areas they officially support so the phone is missing carrier files in countries that google doesnt support.
every other manufacturer could figure it out except google apparently and im the one splitting hairs? its 2022 mate. not being able to use basic phone features like 5g volte vowifi is laughable.
I took a look at cfg.db. It contains a "confmap" table which lists supported carriers. Each carrier has its "confman" table which has info about "confseqs" files (confseqs folder in /carrierconfig). Unfortunately I have no idea how to decode those files :/i found file name cfg.db in
/system/vendor/firmware/carrierconfig
and it contain data of carrier which are all of listed countries support but no unlisted there. so my guess is this the one we need to add our carrier details from unlisted support countries to make our 5g works?
as of our qualcom previous pixel we need to modify carrier policy in system/vendor/rfs/msm/mpss/readonly/vendor/mbn/mcfg_sw/generic/Pixel
but in pixel 6 pro the file is different, any thoughts?