APN and SIM PIN with Quectel EM06-E CARD

Which Khadas SBC do you use?

VIM3L

Which system do you use? Android, Ubuntu, OOWOW or others?

Android 9 00WOW latest build VIM3L_PIE_V211220

Which version of system do you use? Khadas official images, self built images, or others?

Official images

Please describe your issue below:

How to configure APN and SIM PIN with Quectel EM06-E CARD + WWAN m2x Extension.
From mobile setting\advanced\access point names option closes to home Android !

Post a console log of your issue below:


**Delete this line and post your log here.**

Hello, the APN function needs to compile Settings into the system to use it. If you need it, you can only download the code yourself to compile the exclusive firmware yourself

Thank you for your kind attention. Is there any more information available on where to edit/add APN configuration before the final compilation?
Paolo

The adding position is as follows. After the compilation is compiled, connect to the SIM card, and then you can set the APN you need in the option of the network connection

xiong@server:/users/xiong/work/amlogic/vim3/vim3_32bit/device/khadas$ git diff
diff --git a/common/products/mbox/product_mbox.mk b/common/products/mbox/product_mbox.mk
index b80aea1..b6bbae6 100644
--- a/common/products/mbox/product_mbox.mk
+++ b/common/products/mbox/product_mbox.mk
@@ -114,6 +114,7 @@ PRODUCT_PROPERTY_OVERRIDES += ro.hdmi.device_type=4
 #Tvsettings
 PRODUCT_PACKAGES += \
     TvSettings \
+    Settings \
     DroidTvSettings
     #SchPwrOnOff \
     LogoLedControl