From 16359089eaaa13e6d5dbd14dba82a5d3a7598fb2 Mon Sep 17 00:00:00 2001 From: "kenneeth.ryu" Date: Mon, 7 Oct 2013 14:54:01 +0900 Subject: [PATCH] Modify config.xml for tethering APN information. 1. Remove Tethering profile for Spain Orange(214-03). Because Orange and Euskaltel use same MCC-MNC but have separate tethering APN. - Spain Orange(214-03) use "internet" apn. - Spain Euskaltel(214-03) use "internet.euskaltel.mobi" apn. 2. Remove Tethering profile for Spain Telefonica(214-07). Because Telefonica and Jazztel use same MCC-MNC but have separate tethering APN. - Spain Telefonica (214-07) use "movistar.es" apn. - Spain Jazztel (214-07) use "jazzinternet" apn. 3. Remove Tethering profile for France Orange(208-01). Because Orange and Carrefour/NRJ/Tele2/Virgin/use same MCC-MNC but have separate tethering APN. - France Orange (208-01) use "orange.fr" apn. - France Carrefour (208-01) use "ofnew.fr" apn. 4. Remove Tethering profile for UK T-Mobile(234-33). Because T-Mobile and Orange were merger so doesn't use "consumerbroadband" apn for tethering anymore. 5. Remove Tethering profile for HK 1O1O(454-00). Because 1O1O and NWMOBILE use same MCC-MNC but have separate tethering APN. - HK 1O1O(454-00) use "lte.internet" apn. - HK NWMOBILE(454-00) use "NWMOBILE" apn. 6. Remove Tethering profile for HK 3(454-03). Because 3 LTE and 3G have separate tethering apn. - HK 3 LTE use "lte.three.com.hk" apn. - HK 3 3G use "mobile.three.com.hk" apn. 7. Update Tethering profile for Orange(340-01). The format of tethering profile was wrong. 8. Add Tethering profile for Mexico Iusacell(334-050). 9. Add Tethering profile for Portugal Optimus(268-03). Bug: 11176211 Change-Id: I453ff8b745ee4f483bfdd6c362bd67ce50ba8b7a Conflicts: core/res/res/values-mcc234-mnc33/config.xml --- core/res/res/values-mcc208-mnc01/config.xml | 39 --------------- core/res/res/values-mcc214-mnc03/config.xml | 39 --------------- core/res/res/values-mcc214-mnc07/config.xml | 39 --------------- core/res/res/values-mcc222-mnc01/config.xml | 38 --------------- core/res/res/values-mcc234-mnc33/config.xml | 48 ------------------- .../config.xml | 4 +- .../config.xml | 2 +- core/res/res/values-mcc340-mnc01/config.xml | 2 +- 8 files changed, 4 insertions(+), 207 deletions(-) delete mode 100644 core/res/res/values-mcc208-mnc01/config.xml delete mode 100644 core/res/res/values-mcc214-mnc03/config.xml delete mode 100644 core/res/res/values-mcc214-mnc07/config.xml delete mode 100644 core/res/res/values-mcc222-mnc01/config.xml delete mode 100644 core/res/res/values-mcc234-mnc33/config.xml rename core/res/res/{values-mcc454-mnc00 => values-mcc268-mnc03}/config.xml (91%) rename core/res/res/{values-mcc454-mnc03 => values-mcc334-mnc050}/config.xml (92%) diff --git a/core/res/res/values-mcc208-mnc01/config.xml b/core/res/res/values-mcc208-mnc01/config.xml deleted file mode 100644 index 3b84ff231e687..0000000000000 --- a/core/res/res/values-mcc208-mnc01/config.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - 1 - 4 - 7 - 9 - - - - Orange Internet,orange.fr,,,orange,orange,,,,,208,01,1,DUN - - diff --git a/core/res/res/values-mcc214-mnc03/config.xml b/core/res/res/values-mcc214-mnc03/config.xml deleted file mode 100644 index 4a51a2ffd03e0..0000000000000 --- a/core/res/res/values-mcc214-mnc03/config.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - 1 - 4 - 7 - 9 - - - - Orange Internet PC,internet,,,orange,orange,,,,,214,03,1,DUN - - diff --git a/core/res/res/values-mcc214-mnc07/config.xml b/core/res/res/values-mcc214-mnc07/config.xml deleted file mode 100644 index b49ad74c36c61..0000000000000 --- a/core/res/res/values-mcc214-mnc07/config.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - 1 - 4 - 7 - 9 - - - - Conexión Compartida,movistar.es,,,MOVISTAR,MOVISTAR,,,,,214,07,1,DUN - - diff --git a/core/res/res/values-mcc222-mnc01/config.xml b/core/res/res/values-mcc222-mnc01/config.xml deleted file mode 100644 index 6bb1196b57759..0000000000000 --- a/core/res/res/values-mcc222-mnc01/config.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - 1 - 4 - 7 - 9 - - - - TIM WEB,ibox.tim.it,,,,,,,,,222,01,,DUN - diff --git a/core/res/res/values-mcc234-mnc33/config.xml b/core/res/res/values-mcc234-mnc33/config.xml deleted file mode 100644 index 175f76e0473ad..0000000000000 --- a/core/res/res/values-mcc234-mnc33/config.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - 1 - 4 - 7 - 9 - - - - Consumer Broadband,consumerbroadband,,,,,,,,,234,33,,DUN - - - - 23430 - 23431 - 23432 - 23433 - 23434 - 23486 - - diff --git a/core/res/res/values-mcc454-mnc00/config.xml b/core/res/res/values-mcc268-mnc03/config.xml similarity index 91% rename from core/res/res/values-mcc454-mnc00/config.xml rename to core/res/res/values-mcc268-mnc03/config.xml index c92b9c71da2b8..0d5fe5717d2d7 100644 --- a/core/res/res/values-mcc454-mnc00/config.xml +++ b/core/res/res/values-mcc268-mnc03/config.xml @@ -34,7 +34,7 @@ - 1O1O tethering,lte.internet,,,,,,,,,454,00,3,DUN + note that empty fields can be ommitted: "name,apn,,,,,,,,,310,270,,DUN" --> + Optimus HotSpot,modem,,,,,,,,,268,03,,DUN diff --git a/core/res/res/values-mcc454-mnc03/config.xml b/core/res/res/values-mcc334-mnc050/config.xml similarity index 92% rename from core/res/res/values-mcc454-mnc03/config.xml rename to core/res/res/values-mcc334-mnc050/config.xml index c7dc960ae8545..00c415551f8b0 100644 --- a/core/res/res/values-mcc454-mnc03/config.xml +++ b/core/res/res/values-mcc334-mnc050/config.xml @@ -35,6 +35,6 @@ TETHER_DUN_APN. Value is a comma separated series of strings: "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type" note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" --> - 3 Share,share.lte.three.com.hk,,,,,,,,,454,03,1,DUN + Modem,modem.iusacellgsm.mx,,,iusacellgsm,iusacellgsm,,,,,334,050,1,DUN diff --git a/core/res/res/values-mcc340-mnc01/config.xml b/core/res/res/values-mcc340-mnc01/config.xml index fb71f3bc894bc..bbab4ad35bfac 100644 --- a/core/res/res/values-mcc340-mnc01/config.xml +++ b/core/res/res/values-mcc340-mnc01/config.xml @@ -34,5 +34,5 @@ TETHER_DUN_APN. Value is a comma separated series of strings: "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type" note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" --> - Orangeweb,orangeweb,,,,,,orange,orange,,340,01,1,DUN + Orangeweb,orangeweb,,,orange,orange,,,,,340,01,1,DUN