cancel
Showing results for 
Search instead for 
Did you mean: 

Can't edit APN settings on my phone, no data even though my plan includes data, can't text pictures

tg-qhd
Good Citizen / Bon Citoyen

I recently switched to Public Mobile from Fido. The porting went through successfully, that was 3 days ago. But I notice 3 things:

 

1, I assume the other two issues are caused by APN settings, but I can't edit APN settings on my phone. I use a phone called UMIDIGI S3 PRO, I've attached screenshots of when I tried to edit APN settings. The fields are all greyed out and it's not letting me edit the settings.

 

2, I can send texts fine, but just can't text pictures, it just stays as 'Sending' for like 30 mins and then says 'Fails to deliver'

 

3, I can't access data if there's no WIFI, I've made sure that 'Mobile data' is enabled on my phone.

 

Any help would be really appreciated! THank you.

 

3, 1.png2.png3.png4.png5.png

 

33 REPLIES 33

wakeup
Good Citizen / Bon Citoyen

Same problem here, Moto e6s unlocked, I looked a lot of info and tried some announced solutions, nothing worked.

CdnPubMobComm
Great Neighbour / Super Voisin

PM does not push APNs. (which seems odd because Telus and Koodo do push APNs, but whatever.)

Some devices (usually Android 8/8.1 devices) refuse to allow end-users any manual APN config. If you're not into techy tweaking then you gotta live with no mobile data, switch to a mobile data provider which does push APNs, or just get a different phone.

 

 

Unfortunately, getting a new phone (or diff phone) or switching carriers is a huge pain in the ass!!

CdnPubMobComm
Great Neighbour / Super Voisin

I've tried this. couldnt find com.test.LTEfunctionality from the list. Another no go.

 


@tg-qhd wrote:

Thank you very much geopublic, unfortuantely I'm getting error messages for both commands. adb pm error.JPG


@tg-qhd  Unfortunately I don't have access to a S3 Pro so the package names are not the same as my A5 Pro, F1 or F2 so try the following:

 

  1. adb shell
  2. Execute the “pm list packages | grep '<OEM/Carrier/App Name>'” command (without quotes) to find the correct package names
  3. Look for packages that contain carrier in the name. (Should find two packages)
  4. Once you find them delete them by issuing the following command:
  5. pm uninstall -k --user 0 <name of package>

Hope this helps!

tg-qhd
Good Citizen / Bon Citoyen

Thank you very much geopublic, unfortuantely I'm getting error messages for both commands. adb pm error.JPG

@tg-qhd  Since you have adb installed here's one more thing to try:

 

Go into adb shell and then type the following:

 

pm uninstall -k --user 0 com.android.carrierconfig
pm uninstall -k --user 0 com.android.carrierdefaultapp

 

Restart your phone then try to add the APN.

 

 

tg-qhd
Good Citizen / Bon Citoyen

"Add/Create New APN" option, I've done this twice more, once without sim inserted, once with sim inserted, restarted each time after I ran the ADB command, neither times worked....

@tg-qhd

 

Do you have an "Add/Create New APN" option?

 

(lol, I shoukda mentioned that you may need to restart before new option appears or persists.)

tg-qhd
Good Citizen / Bon Citoyen

OK so the command worked and it got me to the 'Edit Access Point' page, but wow, all the fields are STILL greyed out....(see screenshot below). I've officially accepted my fate and the fact that this stupid phone is cursed. Thanks anyways for your help.edit access point.png

tg-qhd
Good Citizen / Bon Citoyen

edit access point.png


@tg-qhd wrote:

Hi there,

 

Thanks very much for your help. I'm halfway through the ADB solution. 

 

Now when I entered the command: am start -a android.intent.action.INSERT content://telephony/carriers --ei simId -1

 

I get an error message saying 'am' is not recognized as an internal or external command, operable program or batch file. I've attached a screenshot of the error message below. If you can let me know what I'm doing wrong here I'd really appreciate it!ADB error message.JPG 


@tg-qhd  Try typing ADB shell hit return, at the prompt  then enter the command above.

 

 

@tg-qhd 

 

adb shell am start -a android.intent.action.INSERT content://telephony/carriers --ei simId -1

 

You need "Dev Mode" access to properly invoke most adbshell functions across sync. Just go to "Settings", "About", and keep clicking "Version" or "Build" until some kind of easter egg notifies you that Dev Mode is activated.

 

You may or may not need device root, depending on whether OS privileges will allow user write-permission to the apns-conf.xml file (usually found in directory/system/etc).

 

You may need SIM card installed. Or you may need SIM card absent. Varies by device.

 

https://forum.xda-developers.com/pixel-xl/help/android-8-1-how-to-edit-cellular-apn-t3697425

 

This fix is known to no longer work on some Android 9.x devices. Other fixes are available (on xda forums) but they are each rather device-specific, technically involved, and badly documented, lol.

tg-qhd
Good Citizen / Bon Citoyen

Hi there,

 

Thanks very much for your help. I'm halfway through the ADB solution. 

 

Now when I entered the command: am start -a android.intent.action.INSERT content://telephony/carriers --ei simId -1

 

I get an error message saying 'am' is not recognized as an internal or external command, operable program or batch file. I've attached a screenshot of the error message below. If you can let me know what I'm doing wrong here I'd really appreciate it!ADB error message.JPG 

@tg-qhd 

 

A fix for this problem can be found in this thread:

https://productioncommunity.publicmobile.ca/t5/Phones-Hardware/Unable-to-configure-APN-settings/td-p...

 

The tl;dr version is that you can try editing APNs while dev mode active, you can try the tech-details fix, you can try modded OS/firmware, or you can get another phone which doesn't lock APNs out.

 

There's also a trick involving SIM cards from another (any other) carrier, then editing the autopushed APN entry to PM's APN settings. Sometimes works, often doesn't work.

 

PM does not push APNs. (which seems odd because Telus and Koodo do push APNs, but whatever.)

Some devices (usually Android 8/8.1 devices) refuse to allow end-users any manual APN config. If you're not into techy tweaking then you gotta live with no mobile data, switch to a mobile data provider which does push APNs, or just get a different phone.

I don't think that the Freedom sim trick works on the S3 Pro.

BearFBI
Deputy Mayor / Adjoint au Maire

@gblackma yeah i think that's the only option. It sucks that you have to buy the sim and insert it just to edit the settings. 

@tg-qhd  if everything else fails, use a Freedom mobile SIM card if you have access to one. It allows you access to APN settings blocked by other carriers.

@tg-qhd  Also try disabling VoLTE if it is enabled and then try my suggestions above. If you still can't get it going. Report it to Umidigi:

 

https://www.umidigi.com/page-BugReport.html

popping
Retired Oracle / Oracle Retraité

BearFBI
Deputy Mayor / Adjoint au Maire

This is kinda like what samsung does. Samsung uses different carrier specific CSC codes that modifies your software to the carriers likeing. My phone was previously with Roger's and it has all their apps and settings stuck in my phone. I have to change the code to Telus or Public Mobiles CSC code to remove those. Some carriers even block the feature to edit APN settings. Now I did some research and your phone dose something similar to samsung but more complex to change. On samsung you can simply dial a number and change the code. On your phone apparently you have to insert a SIM card that allows the editing of APN settings. I heard that Freedom mobile SIMS and Roam Mobility SIMS allow the editing of APN settings on your phone. So you would have to buy one of those just to edit those settings. I read that in another post on the forum. It really sucks that they dont offer a setting to switch it like Samsung does. You could also try removing the SIM from the phone and try doing a factory reset then it might work. Rember to backup your data.

 

You could also look at this post on the forum.

https://productioncommunity.publicmobile.ca/t5/Phones-Hardware/APN-settings-on-Umidigi-A3Pro-cannot-...


@popping wrote:

@Naepalm wrote:

@tg-qhd wrote:

I recently switched to Public Mobile from Fido. The porting went through successfully, that was 3 days ago. But I notice 3 things:

 

1, I assume the other two issues are caused by APN settings, but I can't edit APN settings on my phone. I use a phone called UMIDIGI S3 PRO, I've attached screenshots of when I tried to edit APN settings. The fields are all greyed out and it's not letting me edit the settings.

 

2, I can send texts fine, but just can't text pictures, it just stays as 'Sending' for like 30 mins and then says 'Fails to deliver'

 

3, I can't access data if there's no WIFI, I've made sure that 'Mobile data' is enabled on my phone.

 

Any help would be really appreciated! THank you.

 

3, 


What phone and operating system are you using? I have an additional question to your's as well, why do some people have this issue with data but others don't? Is it because of your phone age? When I moved two of my phones over I didn't have to do anything with APN settings. Maybe do a hard reset of your phone and retry. 

 


OP said UMIDIGI S3 PRO


Ah, Well the issue than might be that his phone is old? and UMIDIGI is a brand, not an operating system. Like are they running Android 1.5, Cupcake: April 27, 2009. Not saying he would run an operating system that old but just trying to trouble shoot. 

@tg-qhd 

Do you not find more issues with a phone that is from 2017 and earlier? 

popping
Retired Oracle / Oracle Retraité

@Naepalm wrote:

@tg-qhd wrote:

I recently switched to Public Mobile from Fido. The porting went through successfully, that was 3 days ago. But I notice 3 things:

 

1, I assume the other two issues are caused by APN settings, but I can't edit APN settings on my phone. I use a phone called UMIDIGI S3 PRO, I've attached screenshots of when I tried to edit APN settings. The fields are all greyed out and it's not letting me edit the settings.

 

2, I can send texts fine, but just can't text pictures, it just stays as 'Sending' for like 30 mins and then says 'Fails to deliver'

 

3, I can't access data if there's no WIFI, I've made sure that 'Mobile data' is enabled on my phone.

 

Any help would be really appreciated! THank you.

 

3, 


What phone and operating system are you using? I have an additional question to your's as well, why do some people have this issue with data but others don't? Is it because of your phone age? When I moved two of my phones over I didn't have to do anything with APN settings. Maybe do a hard reset of your phone and retry. 

 


OP said UMIDIGI S3 PRO

Naepalm
Mayor / Maire

@tg-qhd wrote:

I recently switched to Public Mobile from Fido. The porting went through successfully, that was 3 days ago. But I notice 3 things:

 

1, I assume the other two issues are caused by APN settings, but I can't edit APN settings on my phone. I use a phone called UMIDIGI S3 PRO, I've attached screenshots of when I tried to edit APN settings. The fields are all greyed out and it's not letting me edit the settings.

 

2, I can send texts fine, but just can't text pictures, it just stays as 'Sending' for like 30 mins and then says 'Fails to deliver'

 

3, I can't access data if there's no WIFI, I've made sure that 'Mobile data' is enabled on my phone.

 

Any help would be really appreciated! THank you.

 

3, 1.png2.png3.png4.png5.png

 


What phone and operating system are you using? I have an additional question to your's as well, why do some people have this issue with data but others don't? Is it because of your phone age? When I moved two of my phones over I didn't have to do anything with APN settings. Maybe do a hard reset of your phone and retry. 

 

fujiyama
Deputy Mayor / Adjoint au Maire

Try this guide from XDA

Download the app and follow the guide to step 8.

@tg-qhd  the SIM should be in slot one. Try resetting your network settings. Reset WiFi, mobile and Bluetooth- reset settings. Restart your phone, re-enter your wifi if applicable and see if this allows you to change  and save your data APN settings.

It's been well documented here that some Umidigi models do not allow you to edit APN settings. 

 

Posting my Umidigi model works is not going to help the OP resolve his issue.

tg-qhd
Good Citizen / Bon Citoyen

@ShawnC13 Unfortunately the link you provided doesn't include my phone model. But thanks anyways. 

will13am
Oracle
Oracle

I have a Umidigi A5 pro and F2.  Both work without any APN editing.  I can edit/add APN if needed.  So I am not sure what is going on here.  Try moving the SIM card to the other slot, see if that makes a difference.  Is the add APN option available?

popping
Retired Oracle / Oracle Retraité

@tg-qhd 

I have an Umidigi A5 Pro.  All I did was insert PM SIM card, enable data, power down my A5 Pro, wait a minute and start my A5 Pro again to let PM SIM card to configure my APN automatically.  My data works and my picture MMS works.

 

Try my procedure and let me know how it goes.

Welcome to PM.

geopublic
Mayor / Maire

@tg-qhd  Go into Network & internet Mobile settings -> Advanced and select manually the Network to be Public Mobile. (Don not use the automatic setting)

 

Once Public Mobile is selected this should allow you to change APNs

 

Go back into the APN select the first one (Telus) and change the APN value from sp.telus.com to sp.mb.com. Save the change and test to see if data starts working.

Need Help? Let's chat.