Forked from chenshaoju/gist:ec18f2081cb12f85752f4c8259b54b9a
Created
August 22, 2023 20:11
-
-
Save killerbees19/bf3b35d4dfcacedb3a29c996e77e4b9d 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment