Gaia/Settings/docs/Apn Settings: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
APN settings are used for configuring various type of connections including data, message, gps, tethering, and ims. An APN item represents one setting but can be used for multiple types of connection at the same time. An APN settings looks like the following:
APN settings are used for configuring various type of connections including data, message, gps, tethering, and ims. An APN item represents one setting but can be used for multiple types of connection at the same time. An APN settings looks like the following:


{
  {
  "carrier": "T-Mobile Internet",
    "carrier": "T-Mobile Internet",
  "apn": "internet",
    "apn": "internet",
  "authtype": "1",
    "authtype": "1",
  "type": ["default","supl"]
    "type": ["default","supl"]
}
  }


The default APN setting is set based on '''GAIA_FOLDER/shared/resources/apn.json''' upon detecting a new sim card in system app. In addition to the default APN settings, users can create theirs, or install one from client provisioning messages sent from the carrier. The group of APN settings panels allows users to create and edit APN items. Users are able to see all available APN items and pick one for each type of connections.
The default APN setting is set based on '''GAIA_FOLDER/shared/resources/apn.json''' upon detecting a new sim card in system app. In addition to the default APN settings, users can create theirs, or install one from client provisioning messages sent from the carrier. The group of APN settings panels allows users to create and edit APN items. Users are able to see all available APN items and pick one for each type of connections.
Confirmed users
502

edits