No mobile/cellular setting page under Network & Internet

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

No mobile/cellular setting page under Network & Internet

跳至解决方案
2,545 次查看
bensonwu
Contributor III

I am porting Android 8.0 on imx6dl with sabresd BSP provided by NXP.

Recently, I am porting USB 4G  LTE driver(Quectel) , however, I met a problem/issue related to UI.

Based on my existing experiences, the mobile network/Cellular (4G) setting page should be available at sub-page under Network & Internet no matter 3G/4G/LTE module is attached or not. However, I did not found that setting page.

Did anybody tell me how to make the setting available? 

My UI

reset-network-settings-Android-O_bad.jpg

The UI is supposed to be as follows:

reset-network-settings-Android-O_NML.jpg

标签 (3)
0 项奖励
回复
1 解答
2,169 次查看
bensonwu
Contributor III

Based on the information from this post Android8.1 BSP can't find mobile phone data network settings 

I think I solved my problems.

My actions is as follows:

    • Comment out the followings configurations on name @device/fsl/sabresd_6de/overlay/frameworks/base/core/res/res/values/config.xml
      • networkAttributes
      • radioAttributes
  1. Modify ro.radio.noril=no @device/fsl/imx6/imx6.mk

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,170 次查看
bensonwu
Contributor III

Based on the information from this post Android8.1 BSP can't find mobile phone data network settings 

I think I solved my problems.

My actions is as follows:

    • Comment out the followings configurations on name @device/fsl/sabresd_6de/overlay/frameworks/base/core/res/res/values/config.xml
      • networkAttributes
      • radioAttributes
  1. Modify ro.radio.noril=no @device/fsl/imx6/imx6.mk
0 项奖励
回复
2,169 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Benson

one can look at common cellular modem guidelines

Cellular modems on i.MX6 boards under Ubuntu 

In general modem vendor should provide documentation for its modem porting.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复