Resolved Mobile Data Mi 8 SE


thiagoav

Members
Jan 16, 2019
10
13
Mi 8 SE does not connect to the mobile data network.
In version 10.2 it works normal, but in version 10.3 does not have access to mobile Internet.

Already tried to change the network, but none works.

Can anyone help?
 

Try checking your APN settings for the sim card.

I managed to produce a problem like this once after having created a special APN to get mms to work.
After reboot the phone chose the mms APN, and nothing worked.

I do not have a Mi 8.
 
Yes, Mobile Data is broken in last builds. I have the same issue on Mi Max 3. In last two builds it does not work. Downgraded to 19.1.17 and works fine.
 
  • Like
Reactions: mauzapata
When upgrading to stable 10.2.3 from 10.2.1 I lost the mobile data. (I already happened with the 10.2.2) The solution has been to change APN type from indefinite to default. mobile net = DIGI MOBIL
 
Screenshot_2019-03-13-18-51-37-806_com.android.settings.png
 
This APN (MMC: 214, MNC: 22) is not included anywhere in MIUI, so whatever info it sets must be coming from the operator.
Anyway, I added the following APN in hopes that this would solve the issue:
Code:
    <apn carrier="DIGI"
        mcc="214"
        mnc="22"
        apn="internet.digimobil.es"
        type="default"
        protocol="IPV4V6"
        roaming_protocol="IPV4V6"
    />
 
  • Like
Reactions: DD1808 and fabclaus
I cant believe that adding "default" made it work. Brilliant. Many thanks Dude, you rock!