From a41bc999fff38261748770edf99d7de33f2a2376 Mon Sep 17 00:00:00 2001 From: Ionut Gherman Date: Mon, 22 Jul 2024 01:39:11 +0800 Subject: [PATCH] wahoo: Enable VoLTE/VoWIFI Signed-off-by: Ionut Gherman --- system.prop | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/system.prop b/system.prop index 19416634..7495dcb3 100644 --- a/system.prop +++ b/system.prop @@ -66,3 +66,13 @@ persist.data.mode=concurrent # Soc ro.soc.manufacturer=Qualcomm ro.soc.model=MSM8998 + +# VoLTE/VoWIFI props +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 \ No newline at end of file