Thanks @domubpkm
I have a look at it. It brings me to get information from ofono on my FP3+:
phablet@ubuntu-phablet:/usr/share/ofono/scripts$ ./list-contexts
[ /ril_0 ]
[ /ril_0/context1 ]
Name = Bouygues Telecom
Active = 0
Preferred = 1
Type = internet
Protocol = ip
AccessPointName = mmsbouygtel.com
Username =
Password =
AuthenticationMethod = any
MessageProxy = 62.201.129.226:8080
MessageCenter = http://mms.bouyguestelecom.fr/mms/wapenc
Settings = { }
IPv6.Settings = { }
[ /ril_0/context2 ]
Name = MMS
Active = 0
Preferred = 0
Type = mms
Protocol = ip
AccessPointName =
Username =
Password =
AuthenticationMethod = any
MessageProxy =
MessageCenter =
Settings = { }
IPv6.Settings = { }
[ /ril_0/context3 ]
Name = IMS
Active = 0
Preferred = 0
Type = ims
Protocol = ip
AccessPointName =
Username =
Password =
AuthenticationMethod = any
Settings = { }
IPv6.Settings = { }
[ /ril_1 ]
then the same on my old FP2 with same sim card, and with mobile data working correctly:
phablet@ubuntu-phablet:/usr/share/ofono/scripts$ ./list-contexts
[ /ril_1 ]
[ /ril_0 ]
[ /ril_0/context1 ]
Settings = { Gateway=100.89.218.180 Method=static DomainNameServers=62.201.129.202,62.201.129.201, ProxyPort=8080 Interface=rmnet0 Proxy=62.201.129.226 Address=100.89.218.179 Netmask=255.255.255.0 }
Name = Bouygues Telecom
Preferred = 1
Type = internet
Username =
Password =
Protocol = ip
AuthenticationMethod = chap
AccessPointName = mmsbouygtel.com
MessageCenter = http://mms.bouyguestelecom.fr/mms/wapenc
IPv6.Settings = { }
MessageProxy = 62.201.129.226:8080
Active = 1
[ /ril_0/context2 ]
Settings = { }
Name = Bouygues MMS
Preferred = 0
Type = internet
Username =
Password =
Protocol = ip
AuthenticationMethod = chap
AccessPointName = mmsbouygtel.com
MessageCenter = http://mms.bouyguestelecom.fr/mms/wapenc
IPv6.Settings = { }
MessageProxy = 62.201.129.226:8080
Active = 0
I have no competencies on ofono, but I see a difference which seems to me abnormal:
For [ /ril_0/context1 ]
on FP3 and FP2, it corresponds to the APN setting I have configured and activated, but Active = 0
on FP3 and Active = 1
on FP2. And another difference is that Settings
is empty in FP3 and filled in FP2.
Thanks of lot if someone has an idea of what to do, for example is there an ofono script (in /usr/share/ofono/script) with which I could try a re-initialization or configuration?