求一份Android14 rockchip平台EM05-CE相关的库和移植文档

邮箱wanghao@taijingtech.com


现在移植后是显示识别到CMCC LTE,但是这个节点还是没有获取到ip,访问不了网络。抓取了日志,但是新用户上传不了附件

android14_em05.txt (322.9 KB)
这是日志,还是没法获取到ip。

Android 14,请参考发送的文档,使用AIDL的章节。
并且删掉这两个服务。

image

已解决,没有将device/rockchip/common/overlay/frameworks/base/core/res/res/values/config.xml中config_mobile_data_capable选项设置true,导致设置里没有SIM选项,系统也没有获取到APN配置

C:\Users\Administrator>adb shell
tj3568_u:/ $ ps -elf | grep radio
radio 573 1 0 22:18:13 ? 00:00:00 rild -l /vendor/lib64/libquectel-ril.so – -d /dev/ttyUSB2
radio 1021 451 0 22:18:29 ? 00:00:04 com.android.phone
shell 2415 2410 16 22:47:26 pts/0 00:00:00 grep radio
tj3568_u:/ $ logcat -b radio | grep “D/DPM-0”
^X^C
130|tj3568_u:/ $ logcat -b radio | grep “DPM-0”
06-12 22:18:43.835 1021 1021 D DPM-0 : Can’t find any data profile that can satisfy [NetworkRequest [ NONE id=0, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_VCN_MANAGED Uid: 1001 UnderlyingNetworks: Null] ], mPriority=20, state=UNSATISFIED, mAttachedDataNetwork=null, isMetered=true, created time=22:18:43.830, evaluation result=null]
06-12 22:18:43.837 1021 1021 D DPM-0 : Unable to find a data profile for [NetworkRequest [ NONE id=0, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_VCN_MANAGED Uid: 1001 UnderlyingNetworks: Null] ], mPriority=20, state=UNSATISFIED, mAttachedDataNetwork=null, isMetered=true, created time=22:18:43.830, evaluation result=null]
06-12 22:18:43.859 1021 1021 D DPM-0 : Update data profiles due to carrier config updated.
06-12 22:18:43.878 1021 1021 D DPM-0 : Added default EIMS data profile.
06-12 22:18:43.878 1021 1021 D DPM-0 : Found 1 data profiles. profiles = [[DataProfile=[ApnSetting] DEFAULT EIMS, 0, null, sos, null, null, null, null, null, 0, emergency, IPV4V6, IPV4V6, true, 0, false, 0, 0, 0, 0, 0, null, null, false, UNKNOWN, UNKNOWN, -1, -1, -1, false, 961, TrafficDescriptor={mDnn=sos, null}, preferred=false]]
06-12 22:18:43.878 1021 1021 D DPM-0 : Data profiles changed.
06-12 22:18:43.889 1021 1021 D DPM-0 : getPreferredDataProfileFromDb: null
06-12 22:18:43.891 1021 1021 D DPM-0 : getPreferredDataProfileSetId: cursor is null
06-12 22:18:43.891 1021 1021 D DPM-0 : updateDataProfilesAtModem: set 1 data profiles.
06-12 22:18:43.906 1021 1021 D DPM-0 : Initial attach data profile updated as null or forceUpdateIa= true

现在去掉了这俩服务,参照使用AIDL的章节修改了,还是不行。
我注意到服务在添加APN时报错了,这应该导致了我能识别到SIM卡但是不能根据apn配置网络,我是哪里配置错误了吗?


从描述看是apn没有预制进去。