From 5990d2daa0956b3985d3b096bf05114804bb5edf Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 2 Feb 2019 19:34:23 +0100 Subject: [PATCH] sm6250-common: Add debug IMS props to workaround CarrierConfig restrictions We support IMS features on carriers not listed in the CarrierConfig, so let's use the props to enable it everywhere. Change-Id: Id3ad71d522a22048f7ad86d89695ad262361632d --- system.prop | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system.prop b/system.prop index 6a9d50b..06c4a73 100644 --- a/system.prop +++ b/system.prop @@ -41,6 +41,11 @@ persist.dpm.feature=1 persist.vendor.cp.taper_term_mv=6500 persist.vendor.cp.fcc_main_ua=400000 +# IMS +persist.dbg.volte_avail_ovr=1 +persist.dbg.vt_avail_ovr=1 +persist.dbg.wfc_avail_ovr=1 + # Media debug.stagefright.ccodec=1 media.settings.xml=/vendor/etc/media_profiles_vendor.xml