Edit: since I wrote this, I managed get the data working . I will do some more tests and update this post accordingly.
On my Auchan Telecom SIM the MNC is 26 ( not 299):
- Data To be retested doesn’t work at all with X10III+SFOS (stuck in 3G and same symptoms as Xperia 10 III Mobile data stops working ).
- Default config for MMS (ie: all empty) doesn’t work.
I updated my X10III ( /usr/share/mobile-broadband-provider-info/serviceproviders.xml
) with the above settings and APNs are not matched when “Reset to default” from the pulley ( expectedly):
- data: to be restested
- MMS still not working.
I updated data set with info derived from what the SIM displays under Android:
<provider>
<name>Auchan Telecom</name>
<gsm>
<network-id mcc="208" mnc="26"/>
<apn value="net26">
<plan type="postpaid"/>
<usage type="internet"/>
<name>NET26</name>
</apn>
<apn value="mms26">
<usage type="mms"/>
<name>MMS26</name>
<mmsc>http://mms26</mmsc>
<mmsproxy>10.143.156.5:8080</mmsproxy>
</apn>
</gsm>
</provider>
The APNs are matched (when “Reset to default” in the pulley):
- MMS works.
- Data works.