[Android7.1][RK3399] 移遠EC20添加4G通話功能-ql-ril.conf

Platform: RK3399
OS: Android 7.1
Kernel: v4.4.126

需求

  1. 熱插拔
  2. 默認打開 UVC 功能

調試步驟

在移遠提供的 ql-ril.conf 中添加

  1. 添加
Sim_Hot_Plugging=2
  1. 添加
At_Cmds_For_Customer_Initialize=AT+QCFG="usbcfg",0x2C7C,0x0125,1,1,1,1,1,0,1;AT+QPCMV=1,2

如果不需要打開

At_Cmds_For_Customer_Initialize=AT+QCFG="usbcfg",0x2C7C,0x0125,1,1,1,1,1,0,0;AT+QPCMV=0

ql-ril.conf 中的內容會在開機的時候由移遠提供的 ril 庫調用.寫入到 EC20 的 NV 中.
即,如果沒有其他的 AT 指令將其覆蓋,掉電後也不會丟失.

調試接口

ql-ril.conf

#This file is in a state of unavailability.
#In most cases, there is no need to open any option.
#In special cases, please use it under the guidance of FAE.

#LTE_SignalStrength=-1
#LTE_Is_Report_SignalStrength=1
#At_Cmds_For_Customer_Initialize=at+csq;at+cgreg?;at+cops?;at+qcfg="nwscanmodeex"
#At_Cmds_For_Customer_Initialize=AT+QSIMDET=1,1;AT+QCFG="usbcfg",0x2C7C,0x0125,1,1,1,1,1,1,1
At_Cmds_For_Customer_Initialize=AT+QCFG="usbcfg",0x2C7C,0x0125,1,1,1,1,1,0,1;
#Icc_Constants=EF_ICCID
#support_CDMPhone=1
#URC_delay_mseconds=2000
#Query_Available_Networks=1
#0-not support; 1-support low level; 2-support high level
Sim_Hot_Plugging=2

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章