Skip to content

edgd1er/voenabler

 
 

Repository files navigation

Please note that this is a fork of Toucan-sam.

I'm updating it whenever possible for my OP5. I have no other devices to validate the module.

VoEnabler

HitCount CI CI

This module enables the VoLTE & VoWiFi & RCS options by editing build.prop.

Important: VoLTE/VoWiFi will not work if your carrier doesn't support it, even if you install this module.

Devices


OnePlus 5
Redmi Note 7 Pro

XDA Thread: here
Guide to maybe make this work: here

What does this module change?


persist.data.iwlan.enable=true
persist.dbg.ims_volte_enable=1
persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1
persist.dbg.wfc_avail_ovr=1
persist.radio.rat_on=combine
persist.radio.data_ltd_sys_ind=1
persist.radio.data_con_rprt=1
persist.radio.calls.on.ims=1
persist.dbg.ims_volte_enable=1
persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1
persist.dbg.wfc_avail_ovr=1
persist.data.iwlan=1
persist.data.iwlan.ipsec.ap=1
persist.radio.volte.dan_support=true
persist.radio.rat_on=combine
persist.radio.data_ltd_sys_ind=1
persist.radio.data_con_rprt=1
persist.radio.calls.on.ims=1
persist.radio.VT_ENABLE=1
persist.sys.cust.lte_config=true
persist.rcs.supported=1

Changelog


2020-04-04 (v1.8): Update Module & Test devices
2020-04-04 (v1.7): Update VoLTE & WoWIFI & RCS
2020-02-02 (v1.6): Update template for Magisk v20.x
2019-04-05 (v1.5): Update template for Magisk v19.x
2018-11-25 (v1.4): Removed some white space that may cause issues.
2018-09-19 (v1.3): Update template for Magisk v17.x
2018-04-09 (v1.2): Update template for Magisk v15.x
2017-08-02 (v1.1): Removed "persist.data.iwlan.enable=true" as this was reported to break WiFi calling on some carriers.
2017-08-01 (v1): Switched from using service.sh to system.prop
2017-07-31 (Beta): Initial commit.