
5
Copyright | C2EU Software Service Manual, Version 1.0.0
Check whether the SIM is inserted correctly. (The SIM card should be inserted with the chip side
down)
3) Set up the APN configuration by:
a. Connecting a wired mouse to the charging station.
b. Clicking with the left mouse button on the logo area in the upper part of the screen to get to
the configuration page.
c. Select "APN setting" and fill out the required information about carrier, mcc, mnc, apn, user
and password. Click "Modify" to save changes.
4) Insert the SIM card and see whether the internet connection is successful.
4.3 Update of APN list file
If needed, you might upgrade the APN list of C2EU.
1) Please connect C2EU with laptop using a Micro USB cable and initialize the ADB tool;
2)
Execute “
adb shell
”;
3) Then
“cd /data/
data
/com.android.providers.telephony/databases”;
4)
Execute “
ls”;
5)
Execute “
rm telephony.db
” to delete the telephony.db file
;
6)
Execute “
rm telephony.db-journal
” to delete the telephony.db
-journal file;
7)
Execute “
ls
” again and check
whether there are no files under the
folder “databases”;
8)
Execute “
exit
”;
9) Execute command
“
adb push C:\Users\admin\Desktop\apns-conf.xml /system/etc
and
enter;
(
C:\Users\admin\Desktop\apns-conf.xml
is the local path of apns-conf.xml file in the laptop,
/system/etc
is the target address in C6EU. The file apns-conf.xml would be sent by XCharge)
10) After pushing, please restart the charger and then the new APN list will be available.
4.4 Update of the OCPP configuration file
1) Please connect C2EU with laptop using a Micro USB cable and initialize the ADB tool;
2) Receive the “ocpp_cfg.json” file from XCharge;
3) Execute
“adb push
C:\Users\admin\Desktop\ocpp_cfg.json
/data/data/com.xcharge.charger/file
s/ocpp_cfg.json”
to push the OCPP configuration file to
the charger (
C:\Users\admin\Desktop\ ocpp_cfg.json
is the local path of ocpp_cfg.json file in
laptop,
/system/etc
is the target address in C2EU);