Skip to content

Commit

Permalink
Enable VoLTE for Xiaomi Mi 10T Lite (gauguin)
Browse files Browse the repository at this point in the history
Steps to enable:

1. Settings -> Phh Treble Settings -> IMS features
2. Click "Instal IMS APK for Qualcomm vendor" and install it
3. Request IMS network ✅
4. Force the presence of 4G Calling setting ✅
  • Loading branch information
iovxw committed Sep 18, 2022
1 parent c259ae4 commit f725700
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Xiaomi/Mi10TLite/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,11 @@
<dimen name="rounded_corner_radius">90px</dimen>
<string name="config_mainBuiltInDisplayCutout">M 30,58 a30,30 0 1,1 0,-1 Z</string>
<string name="config_mainBuiltInDisplayCutoutRectApproximation">M -30,28 h 60 v 60 h -60 Z</string>

<bool name="config_device_volte_available">true</bool>
<bool name="config_carrier_volte_available">true</bool>
<bool name="config_device_wfc_ims_available">true</bool>
<bool name="config_carrier_wfc_ims_available">true</bool>
<bool name="config_dynamic_bind_ims">true</bool>
<string name="config_ims_package">org.codeaurora.ims</string>
</resources>

0 comments on commit f725700

Please sign in to comment.