VoLTE简介
VoLTE功能是一种基于4G网络的高清语音通话技术。以下是关于VoLTE功能的详细解释:
定义:VoLTE,全称为Voice over LTE,是一种IP数据传输技术,通过4G网络传输语音和数据,实现高清语音和视频通话。
优势:提供更短的接通等待时间、更高质量和更自然的语音视频通话效果。同时,VoLTE还支持标清、高清视频通话自动适配,画面稳定。
Android使能volte高清视频通话功能需求
Android 8.1.0, 在过CTA认证,实验室要求在打电话的同时能上网,但是联通的不行,需使能联通volte高清视频通话功能。
Android使能volte高清视频通话实现
展讯平台修改这文件
vendor/sprd/telephony-res/volte/volte-conf.xml
diff --git a/sprd/telephony-res/volte/volte-conf.xml b/sprd/telephony-res/volte/volte-conf.xml
old mode 100644
new mode 100755
index c8a07a67e..da01dfe81
--- a/sprd/telephony-res/volte/volte-conf.xml
+++ b/sprd/telephony-res/volte/volte-conf.xml
@@ -212,6 +212,10 @@
<allowPlmn numeric="46011" enable="true"/>
<allowPlmn numeric="42004" confuri="sip:conf.mnc004.mcc420.3gppnetwork.org"/>
<allowPlmn numeric="27201" confuri="sip:teleconferenceuri-factory@ims.vodafone.ie"/>
+<allowPlmn numeric="46001" enable="true"/>
+<allowPlmn numeric="46013" enable="true"/>
+<allowPlmn numeric="46012" enable="true"/>
+<allowPlmn numeric="46009" enable="true"/>
<disallowPlmn numeric="45412"/>
</allowPlmns>
作者:帅得不敢出门