Last active
March 18, 2026 00:56
-
-
Save chenshaoju/ec18f2081cb12f85752f4c8259b54b9a to your computer and use it in GitHub Desktop.
Force Enable VoLTE for LineageOS by build.prop
This file contains hidden or 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
Hi, could you expand on this please? Thanks