the-modem-distro / pinephone_modem_sdk

Pinephone Modem SDK: Tools to build your own bootloader, kernel and rootfs
GNU General Public License v3.0
593 stars 63 forks source link

SMSC config #189

Open bfra2373 opened 1 year ago

bfra2373 commented 1 year ago

Going through the issue of receiving text message with a delay, technical support of my provider ask for this:

Make sure your phone is correctly configured for the Short Message Service Center (SMSC).

The number configured in your phone must be: 1-438-520-0092.
The process can vary from one phone model to another. Here are two examples:
Verification on Android: Applications → Touch the Messaging icon → Context Menu (the three points at the top of the screen) → Settings → More Settings → Text Messages  
Editing on Android: Dial *#*#4636#*#* from your phone keypad → Phone Information → SMSC: Update with +14385200092  

 Verification on iPhone: Dial *#5005*7672# → Press the key to place the call.  
Editing on iPhone: Dial **5005*7672*+14385200092# → Press the key to place the call.

Is there anyway I can see what is the actual setting? Do you think sending *50057672*+14385200092# may break my actual config?

Thx