No mobile/cellular setting page under Network & Internet

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

No mobile/cellular setting page under Network & Internet

Jump to solution
1,642 Views
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

Labels (3)
0 Kudos
1 Solution
1,266 Views
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

View solution in original post

0 Kudos
2 Replies
1,267 Views
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 Kudos
1,266 Views
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 Kudos