Last active
February 3, 2024 15:32
-
-
Save chenshaoju/ec18f2081cb12f85752f4c8259b54b9a to your computer and use it in GitHub Desktop.
Force Enable VoLTE for LineageOS by build.prop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# It's may out of the day. | |
# Source: https://forum.xda-developers.com/showpost.php?p=73608658&postcount=28 | |
# Debug Options | |
persist.dbg.ims_volte_enable=1 | |
persist.dbg.volte_avail_ovr=1 | |
persist.dbg.vt_avail_ovr=1 | |
persist.dbg.wfc_avail_ovr=1 | |
# Radio Options | |
persist.radio.rat_on=combine | |
persist.radio.data_ltd_sys_ind=1 | |
persist.radio.data_con_rprt=1 | |
persist.radio.calls.on.ims=1 |
TY, finally fixed my long standing issues
Unihertz Titan Slim - Lineage20 as of 4/16/2023 - Install Phh Settings->MediaTek IMS APK and apply these keys and VoLTE works.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's out of date, sorry. :\