Skip to content

Commit

Permalink
sm8250-common: Disable VT
Browse files Browse the repository at this point in the history
Avoid unexpected hangups due to failure to establish a connection
  • Loading branch information
LittleChest authored and bxySo committed Dec 5, 2024
1 parent b7def0c commit 1546118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<bool name="config_device_volte_available">true</bool>

<!-- Flag specifying whether VT is available on device -->
<bool name="config_device_vt_available">true</bool>
<bool name="config_device_vt_available">false</bool>

<!-- Flag specifying whether WFC over IMS is available on device -->
<bool name="config_device_wfc_ims_available">true</bool>
Expand Down
2 changes: 1 addition & 1 deletion system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ro.vendor.qti.va_aosp.support=1

# IMS
persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1
persist.dbg.vt_avail_ovr=0
persist.dbg.wfc_avail_ovr=1

# Netflix
Expand Down

0 comments on commit 1546118

Please sign in to comment.