Commit Graph

427 Commits

Author SHA1 Message Date
Merudo 21238c4af6 added Boost, Credo & Ting APNs
Also changed name of Sprint MMS apn to be clearer.

Change-Id: Iba70c5882d0c65bc25ebfbf25018739eb800d160
2014-09-18 01:00:41 +00:00
Merudo 2636b47ffd added Bmobile Trinidad APN
added from CYAN-5334
Change-Id: Ib1f38b5bf74b41c6f1a39f722c2f16fbdd608e1c
2014-09-17 20:38:41 +00:00
Merudo 9aa0a1325a added DJUICE mms APN
Change-Id: I5802316592905e6007c1c55b697f87523dc1fb89
2014-09-17 20:38:29 +00:00
Merudo 6a2c2b0bd0 add tuBiedronka APNs
apn provided by PanCebula
Change-Id: Ib3eee9dbceaafca8ed9344e638798eca343eee58
2014-09-17 20:36:54 +00:00
Merudo 3226df5c88 add Vodafone, AMC, Eagle & Plus APNs
apns provided by to87al
Change-Id: Ib4de2213f0197f137aa78218b4cb65a5612afa86
2014-09-17 20:24:06 +00:00
Merudo 60e798a211 add Virgin Mobile France APN
Change-Id: I1069367046d4d1a220f052757e40cc5d8184b2b4
2014-09-16 07:07:18 +00:00
Merudo c2a9181cf3 add Carrefour Belgium APN
Change-Id: I3f94243033ecb72ceac16ee38ed5961ecba91600
2014-09-16 07:05:49 +00:00
Merudo 38fd1f149d Remove duplicate Vodafone APN, correct Tele2 APN
Duplicate Vodafone entry had incorrect trailing spaces in APN and user
field
Tele2 MMS entry had an extra space in apn field.

Change-Id: I6f0c9e8d5ca9a4c197a12d92588f800d28b94338
2014-09-12 16:54:15 -04:00
Merudo bbce2db8ad Correct APNs for Movistar PA, Claro PA, Digicel PA
Movistar & Digicel had missing mcc/mnc fields. Claro apn was already
included under the name "Claro Web".

Change-Id: I12e698645f4f0ff0209041a4ba841cb92b95bf7f
2014-09-12 15:48:44 -04:00
Evan Widger 3992712de5 add apn for ziggo & modify videotron for LTE
per CYAN-5248 & CYAN-5295 respectively

Change-Id: I0899ea45138f46f0a058a26e00b429912376a361
2014-09-11 16:02:59 -07:00
Merudo 6a6cb0f54a added Sprint Test APNs
Change-Id: I0a276b5a4dd2a6fc071a4f9330bafd2cafb3405a
2014-09-11 19:48:49 +00:00
Aid Farhan Maarof b4cdab2285 apns-conf: Fix Digi MMS port.
Change-Id: Id6c9c4916b0378f6f2c99d023f7dd8237d26b47a
2014-09-11 19:47:59 +00:00
Merudo dc059b9491 add FreedomPop APN for 4G/LTE
Change-Id: I912969cfaf5f9787132d24848891da59642f854f
2014-09-11 19:46:28 +00:00
Merudo 6998a1ade7 added Walmart APN
Change-Id: Ic9392cefde2cf6e6c3a00d77d3e4a91d2de7a7c1
2014-09-11 19:44:34 +00:00
black 729218e11d Add APNs for docomo MVNOs (Japan)
@nifty: http://support.nifty.com/support/manual/internet/dolte/
BB.excite: http://support.excite.co.jp/app/answers/detail/a_id/3090
BIGLOBE: http://support.biglobe.ne.jp/settei/setuzoku/lte/index.html
DTI: http://dream.jp/mb/sim/support/manual/mnl_and_01.html
OCN: http://tech.support.ntt.com/ocn/mobile/one/
So-net: http://faq.so-net.ne.jp/app/answers/detail/a_id/2920/
U-mobile: http://umobile.jp/service/sim/setting/
WirelessGate: http://www.wirelessgate.co.jp/sim/service/yd/start_apn
hi-ho: http://home.hi-ho.ne.jp/hihomobile/lte/d/index.html?page=setting
楽天 エントリー/ライト/アクティブ: http://broadband.rakuten.co.jp/support/manual_internet/lte/android.html

Change-Id: I42d84cb7396029b974e63d8c39c94ade20247893
2014-09-11 09:27:12 -07:00
Abhisek Devkota 81d0557a2c Free Mobile APNs updates
Change-Id: Ic62157df79d354577659bb6817148f7922427011
2014-09-10 20:43:49 +00:00
black ecb635914f Clean up apns-conf.xml
Change-Id: Ib7706a2cb690a4e3673b60067208daea6aee27c6
2014-09-09 07:57:08 -07:00
black 5703fb0969 Update APNs for au, docomo, SoftBank and Y!mobile (Japan)
Change-Id: I9d9636cfb14526128f746d8c623c5714c1a1037c
2014-09-08 05:28:27 -07:00
Evan Widger 4d148eda05 add KPN 4G apn
per CYAN-5253

Change-Id: I45e2cbc6a98b8f1bbc509e640419f3d96641ab98
2014-09-05 17:14:09 -07:00
Matt Mower abb97e2a5e Cleanup/Fix APN data fields
*Remove unsupported fields:
  inactivity_timer, state, spn, extraid, preferapp
*Correct fields:
  authenticationtype="PAP" --> authtype="1"
  authenticationtype="CHAP" --> authtype="2"
  mmsx="http://mms.celcom.net.my" --> mmsc="http://mms.celcom.net.my"
  mmspor="3128" --> mmsport="3128"
  pass="CLAROWEB" --> password="CLAROWEB"
*Cleanup whitespace:
  " = " --> "="
  "  " --> " "

Reference: packages/providers/TelephonyProvider
  src/com/android/providers/telephony/TelephonyProvider.java

Change-Id: Ie18daf638882c58244bbbb6ea9615e6a9fd9dc70
2014-09-04 21:15:55 +00:00
Evan Widger c95686ffe9 Modified APNs for Plus.pl, Orange SK, and Vodafone AU per
CYAN-5208
BACON-1060
BACON-1089

Change-Id: Ide8982a78a4fc070724aa3904c65f18e1f705750
2014-09-03 17:52:47 -07:00
neatchee f88f5f390d Add APN for Tele2 4G
Change-Id: I081867e026fa8a406b99c6ad802a16bd30896cf0
2014-08-27 23:10:14 +00:00
neatchee 304d76177e Add APNs for Claro (Panama)
Change-Id: I5154650f721942424ae6c9e7cb4c028d042164eb
2014-08-26 21:39:29 +00:00
Alberto96 efe4a8b694 apns-conf.xml: add Tiscali Mobile (Italy) APNs
Change-Id: I5d34e00357a7efe884c980df5f8da354a2714e2e
2014-08-25 12:23:42 -07:00
neatchee dea8e65287 Add APN for Telenet when internationally roaming (MNC=206 MCC=01)
Change-Id: Ia63215206a4129cdef09dd39a4d1d721e789fb10
2014-08-22 23:16:17 +00:00
Brinly Taylor 6eba3fb147 Add TIGO and VOX for Paraguay
Change-Id: Ia7d13515e34b14bb46a572f6ef099316a7e1981c
2014-08-22 19:08:11 +00:00
Rudolf Tammekivi e725765caa apns-conf: Fix Elisa EE MMS port.
According to https://www.elisa.ee/et/Eraklient/Pood/setup/58

Change-Id: I2bd046646c98f04490ddfdb6be051ce50cf994e7
2014-08-22 17:05:30 +00:00
invisiblek 17ad22699e apns-conf.xml: update verizon apns
* these are taken from the latest jfltevzw ota update
* appears bearer is no longer needed
* general cleanup of duplicates

Change-Id: Ida43d7e1419d58a50d16c02d51d2bc4ed3495aa6
2014-08-19 13:23:41 -05:00
Zyg0te b907f464a9 Added APN for Tal Iceland, ref CYAN-5026.
Note that I am not on that network myself so I have not been able to verify the settings. However, they are taken from the official support site.

Change-Id: I8b803f5af6e6c307f4ce85f1e20bf75050bcf1be
2014-08-16 22:30:48 +02:00
Goran Rakic 3e60817b18 APN type fix for Telenor Serbia
APN type was set to "default,supl,mms" for both internet and mms. Using CyanogenMod (CM11) it is causing of sending and receiving mms to get stuck forever.

This sets APN type for internet to "default,supl" and "mms" for mms.

Change-Id: Ia2cede31788ab4f76b52d8a2f2ef8a934427169e
2014-08-06 19:10:39 +00:00
dianlujitao dd7057a5a0 Add China Telecom apns
Required by China Telecom CDMA phones.

Change-Id: I5092ef4fca0a2c69a45966375b91767147f17bc3
2014-07-28 13:46:10 -07:00
arter97 52c3a1aa76 [PATCH] apn: fix typo on SKT LTE mmsc address
LoL, it's http:// not http//

This fixes MMS on SKT LTE

Change-Id: Ic5506d9e3382b37a4cf78f92326d8759111d5c85
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
2014-07-28 11:37:24 +08:00
Abhisek Devkota c30b569ff7 Update HK carrier APNS
Change-Id: Ifa97c577d2c6e5f03a149ad9499d6b47ab6d3490
2014-07-21 12:08:21 -07:00
neatchee affb35aaa4 Fix Mobistar APN settings
Update Mobistar and Mobistar MMS to remove user/pass and add PAP auth

Change-Id: I02a2aa99abb93f325f60032bbaa2e59da397c3c2
2014-07-18 14:33:22 -07:00
Jurica Vukadin 83b75c0d85 apns-conf: Update TMO HR APN
Can't get LTE otherwise.

Change-Id: I2c2593626f9633885a3fd3ab3146d1221860fcee
2014-07-18 21:30:02 +00:00
neatchee 23181a6a3d Cricket merged with AIO, add APN
MCC=310 MNC=150

Change-Id: Ie14bacaf10817db58c89c3e521ad014bd66818ec
2014-06-30 15:32:11 -07:00
Harindra ee17a7d7ce Added apn settings for Mobitel and Etisalat, Sri Lanka (MCC=413)
Change-Id: If843bdfca224922c85e6e0e840988a5f85be868b
2014-06-10 21:27:10 -07:00
neatchee ada0a6c18b Add/fix APNs...
...Enitel, Movistar, Poste Mobile, Trilogy Dominicana, Sipgate, Safaricom, Etisalat AE

PS2: rebase

Change-Id: I9126b3f579fa61dc8f413d562dd71ce840027957
2014-05-25 02:15:45 -04:00
neatchee fbccf658b9 Fix Etisalat UAE APNs
Change-Id: Idf0281b4d68a6efefca1d61812d42b3dcfc086ce
2014-05-16 15:41:24 -07:00
minelove 674bebbd6d fix typo for True-Move carrier
Change-Id: Id5b82060a8fae2180fb081adb7dce6c7bac4da63
2014-05-09 20:59:27 -07:00
Jurica Vukadin 7dea8f1303 apns-conf: Add TalkTalk APN
Change-Id: Ib0ca582a5f81f5b0bc9b1f682908f6064f24fff5
2014-05-03 21:35:04 +02:00
Abhisek Devkota 22dbe29195 Merge "apns-conf: Add QUAM APNs" into cm-11.0 2014-04-22 22:07:02 +00:00
Emilio López b3466952d6 apns-conf: Add QUAM APNs
QUAM is a new MVNO in Argentina, using the Movistar network.

Change-Id: Iaf4ee56174a4c886d3f4fbfe2ba27eb39dedfc15
2014-04-22 19:01:04 -03:00
Michael Gernoth c2025e57ae apns: remove default- and dun-types for Verizon MMS 31x/48x
Remove the default- and dun-types set on the Verizon MCC=31x
and MNC=48x pairs. This fixes long connection delays to
LTE and EHRPD apns.

It is based on: http://review.cyanogenmod.org/#/c/61711/

Change-Id: Ib39c601cb3610ff972db3849dfc96542f75f5761
2014-04-17 22:00:03 +02:00
Abhisek Devkota ba296d1906 Merge "Revert "apns: Add type default for Sprint."" into cm-11.0 2014-04-16 19:43:40 +00:00
Shareef Ali ef278b65b7 Revert "apns: Add type default for Sprint."
This mask a real problem on devices on legacy cdma because we didn't 
a stubbed apn for devices that don't use apn to connect to data.

this patch fixes it: http://review.cyanogenmod.org/#/c/62148/

this also problem with sprint 3g APN and lte apn numerics is the same 
causing the apn stick together. one of those apn will always stick 
persistently unless we force a manual disconnect or by selecting an apn 
number from the list and that the 3g apn is due to the effect that it has
 no way determining on which apn is used in sprint. they do it by the 
numeric, which is why most lte numerics apn is separate from 3g numeric.


We had a large debate on this issue once before, this is the same bug: 

http://review.cyanogenmod.org/#/c/51425/

This reverts commit 5de6ec579e.

Change-Id: Ia5c8310af0dce1805ae400d9f78c87c94cdc3cc2
2014-04-06 19:56:12 +00:00
Dan Pasanen 47d3fb0fec vendor/cm: add more verizon apns
* Because we didn't already have enough did we?
* This fixes "No apn selected for device" when sending/receiving
  MMS.
* Removed the MobiPCS apn. Its breaking network extenders because
  and I its conflicting with the vzw apn of the same mcc/mnc pair.
  I doubt they use this pair anyway.

Change-Id: I70671482af5356ee6562d4d388fda6e90fc5c15b
2014-03-30 14:38:21 -05:00
nadlabak f8e70ab9b9 apns-conf: Fix SKT LTE typo
Change-Id: I0e2b24ca0bffa36571d34a9aff51a6fb8f48d835
2014-03-27 00:08:18 +01:00
nadlabak c38a8868bf apns-conf: Fix Movistar Argentina (CYAN-3739)
Change-Id: I5df84ca343f2b5f1d89f405a7a32bee4479b4472
2014-03-26 11:31:32 +01:00
Dan Pasanen dabb75fa51 apns-conf: fix NetCom (Norwegian)
Change-Id: Ia6d71e1a5320e4645f90b77f93c59b4a1e4cb7f0
2014-03-23 05:49:38 -05:00
Matt Mower 878392df27 Re-add apns from squashed revert
apns re-added from:
- Add apns/eri for Boost Mobile
- Add Japanese APNs/eri for au, docomo MVNO, EMOBILE and SoftBank

Change-Id: I2e0091cc4ed1a5c6957792940aba13b801bf7335
2014-03-18 16:41:28 +00:00
Matt Mower 884aaadf71 Squashed revert of mms and spn-specific overlays
In theory, could have been a good idea, but ultimately just leads to
headaches for device maintainers that need to overlay any of these.

Revert "overlay: remove Verizon specific eri.xml"

This reverts commit 5f92da62c6.

Revert "Add Japanese APNs/eri for au, docomo MVNO, EMOBILE and SoftBank"

This reverts commit eeeb0888d4.

Revert "Add apns/eri for Boost Mobile"

This reverts commit b207e2eda3.

Revert "add more vzw eri's"

This reverts commit 82e10af192.

Revert "multi-carrier overlays: Add eri and config for US Cellular"

This reverts commit 1af75f1ba7.

Revert "Multi-carrier overlays: Fix Mms"

This reverts commit f8b0737a43.

Revert "Generic multi-carrier overlays based on hammerhead"

This reverts commit 6f5758c9c3.

Change-Id: I3495a89ce405362dc558f7ec7f0e61adea9fa507
2014-03-18 16:37:19 +00:00
Brian Beloshapka 5de6ec579e apns: Add type default for Sprint.
Change-Id: I9e5c5702a47a1497120bb808b2d1c6585dde538b
2014-03-18 00:16:28 -04:00
black eeeb0888d4 Add Japanese APNs/eri for au, docomo MVNO, EMOBILE and SoftBank
* APN information *
au: http://b00111.blogspot.jp/2013/04/sim-apn-au-ltesim-3gsim-lte-net-au-net.html
SoftBank: http://b00111.blogspot.jp/2011/07/simapnsimsimsim.html
EMOBILE: https://android.googlesource.com/device/sample/+/master/etc/apns-full-conf.xml
b-mobile: http://www.bmobile.ne.jp/devices/apn_data.html

* authtype *
0 is for no authentication
1 is for PAP authentication
2 is for CHAP authentication
3 is for CHAP or PAP, whatever is available

Change-Id: Ib76ced71fa0efe3125db7f97271a6cdf979dbf90
2014-02-26 05:11:04 -08:00
dhacker29 b207e2eda3 Add apns/eri for Boost Mobile
Change-Id: I01bb82afe9a7a35d0a309491fe96da34655ec9c3
2014-02-25 10:30:32 +00:00
black 34d34e04a5 Clean up Japanese APNs
* Rename and rearrange Japanese APNs to make intelligible.

Change-Id: I628012eb5a2cdc1b4e95ca9a6cf1eaa88eb88b31
2014-02-23 01:46:37 -08:00
Arne Coucheron ed80aaf56f Cleanup and consolidate APNs for providers using Telenor NO network
* Remove "Telenor MMS" - Was merged into "Telenor" in a previous patch
 * Rename Ludo to Ventelo - Ludo doesn't exist anymore
 * Merge "Mobitalk Internet" and "Mobitalk MMS" into a single APN

Change-Id: I77ff06d6c8d6021cd1887468bbeb7ac9315e68bb
2014-02-09 04:31:46 +01:00
Abhisek Devkota 771ef27089 Add Telenor Unified
New APN per https://jira.cyanogenmod.org/browse/CYAN-3338

Referenced: http://anderse.wordpress.com/2012/07/28/telenor-mobil-norway-apn-settings/

Change-Id: I119e0691128802cbfb3821ad9b17e6f49e20765e
2014-02-05 01:25:18 +00:00
Abhisek Devkota dc9a8e4107 Fix Simyo APN, Remove Blau ES
Per https://jira.cyanogenmod.org/browse/CYAN-3313

Change-Id: Ic723fa99d85d542e20cccfc3a91f69bd1cdbbea0
2014-01-22 22:25:14 -08:00
Scott Warner b20b759442 Add missing quote
Change-Id: I596ab48135dc3494c85497bb4a9605517cbe28cf
2014-01-27 20:12:28 -05:00
Dede Dindin Qudsy 28bedf5ff8 Change APN XL Indonesia
based on this http://www.xl.co.id/en/whats-hot/promotion/new-apn-setting

Change-Id: I28652e0da0c4a9ef3ecbb4a159b6883d0f1189cf
2014-01-28 01:00:27 +00:00
Dede Dindin Qudsy b1b13b9ecd 3 ID for monthly service
for monthly service, 3 use different APN, based on here http://www.three.co.id/otasetting/#3data

Change-Id: I8c55bb56f40f41aef012c0e950c013c67a5c580f
2014-01-28 01:00:14 +00:00
Abhisek Devkota 741254ee58 Overhaul O2 UK APNs
Per https://jira.cyanogenmod.org/browse/CYAN-2183 the previous ones
were all incorrect/broken and replaced by the new addition.

Needs testing

Change-Id: Ic6781e9d75da61f8ff2c84de13c3235ee97a029b
2014-01-28 00:57:11 +00:00
Abhisek Devkota cb344c8b8f Fix Mobile Vikings APN
Add authentication type per https://jira.cyanogenmod.org/browse/CYAN-3168.

Reorder

Change-Id: I9fe788afe8334dc66d39981369a6ad0abb98ba76
2014-01-22 17:35:05 -08:00
Abhisek Devkota 4488ff4008 Add Nextel 3g Brazil
Per https://jira.cyanogenmod.org/browse/CYAN-3224

Change-Id: Ic2a0a6d11206d576c7e18d0dfd510fe70de88c9e
2014-01-22 17:27:35 -08:00
Abhisek Devkota cb7cab18e7 Add Pepephone Public IP APN
Per https://jira.cyanogenmod.org/browse/CYAN-3212

Change-Id: I1bfd6295998836c5ec163fed0e24b7f9e969ba86
2014-01-22 17:14:53 -08:00
Henning Nielsen Lund e35a25e695 Adjusting the Danish APNs
PS2: Adjust mnc on coop mobil MMS to be '##' format

Signed-off-by: Henning Nielsen Lund <hnl_dk@amigaos.dk>

Change-Id: I4cd0e838ca274440a56678252c8ad1f209da5a7d
2014-01-21 20:42:07 -08:00
Henning Nielsen Lund e450046dc1 Add Call me APNs (Denmark)
Change-Id: I9b83db244ce9a45424d4c86cee3079360bbfc4ad
Signed-off-by: Henning Nielsen Lund <hnl_dk@amigaos.dk>
2014-01-21 00:49:18 +01:00
Georg Veichtlbauer 9e697ba659 apns: orange austria is no more, now owned by 3
Change-Id: I5d333a79a8b3674136508d906509fb3a1a72ab1c
2014-01-13 12:04:49 +01:00
Shota Tamura 89e67b441e Add b-mobile APN
b-mobile is  provider of telecommunications in japan.

Change-Id: Id119b96f59c97d1df87272f62c4ab7dfba3fccb2
2014-01-11 09:34:26 +00:00
Dede Dindin Qudsy 4dd9c554da Remove proxy and port on APN 3 Indonesia
Cannot access play store with proxy on 3 indonesia, must remove it to get access 

Change-Id: I51454045e28df51f03886a30a306ee2308d12973
2014-01-07 15:23:15 +00:00
Abhisek Devkota a458a29523 Fix Telenor DK MMS APN
Per https://jira.cyanogenmod.org/browse/CYAN-2513

Change-Id: I29063f5be9a54843e551ddda3c86ab0fa932e5ee
2014-01-06 16:43:36 -08:00
Abhisek Devkota 9862d6ec0b Add OVIVO APNs
Per https://jira.cyanogenmod.org/browse/CYAN-2987 and
http://ovivomobile.com/wp-content/uploads/2013/05/OVIVO-Mobile-Android-Phones-Setup-Guide.pdf

Change-Id: I596d7614ce13bc28ecc05370c18eda82ef061060
2014-01-06 16:33:57 -08:00
Abhisek Devkota 0b21dfe87b Fix Giffgaff APN
Per https://jira.cyanogenmod.org/browse/CYAN-3035

Change-Id: I6b5109849ec021877d79356eeb5b579a1b5b5bc6
2014-01-06 16:22:33 -08:00
Abhisek Devkota af39fca757 Fix TIM Brasil APN
Per https://jira.cyanogenmod.org/browse/CYAN-3073

Change-Id: Ie5dfba1edb17f975ba19d47850596f7b36ea3dd2
2014-01-06 16:12:44 -08:00
أحمد المحمودي dcf94577ce Added APN entry for Etisalat Egypt
Source of the entry is from Ultimate ROM LT4v6 for Samsung Note (N7000)

Change-Id: I38f50a90c06ff954e5927d43bb4f20a93e928c97
2014-01-05 18:04:23 +02:00
أحمد المحمودي a9c16339a9 Fixed mmsproxy for Mobinil MMS
See https://www.facebook.com/permalink.php?id=422136431132589&story_fbid=629385780407652

Change-Id: I527b4efff7a30d1c210135040f88c3f63cd68c78
2014-01-05 17:59:48 +02:00
Michael Bestas 871d0678ec Fix Dialog Mobile Broadband MMS APN
Change-Id: I3b942b798b058dfa98ee4f4182f4f0598d8067a9
2013-12-28 16:39:06 +02:00
introkun 03b1b1080b Fix internet APN for Life:) provider.
Change-Id: I87552e9615b67bdd15764c039578b0f5581e0e4c
2013-12-25 18:21:14 +02:00
Abhisek Devkota ca80ef9796 Reorder FarEast APN
Fetnet01 is a provisioning APN, place Internet APN higher for
priority.

Change-Id: If711942e0abbca97dcbe5e399592c0b595c17f47
2013-12-19 20:59:20 -08:00
broodplank 5e359e27a2 Add Internet/MMS APNS for Tesco Ireland (TMI)
Change-Id: I6e3942d69d2b65bca3ee87ce04d77ee62a67c6c0
2013-12-19 03:34:55 +01:00
Abhisek Devkota bc7c4de45f Merge "Update all APN of El Salvador" into cm-11.0 2013-12-05 20:25:48 +00:00
Abhisek Devkota e24f766c9e Merge "APN: Add Vodacom LTE APN values" into cm-11.0 2013-12-05 20:24:50 +00:00
zubietaroberto feaf368604 Added APNs for Panamanian Carriers (Movistar PA, Claro PA and Digicel
PA)

Change-Id: I0290cd1d3d61421ab7f02ac4b1372a7ff53b1948
2013-12-05 19:31:00 +00:00
José Adolfo Galdámez 5f539199e3 Update all APN of El Salvador
Change-Id: I21bbcdf348ecc59b5809310ab2be7b7a05ca3668
2013-11-30 02:04:16 -06:00
Abhisek Devkota 853ca90998 Merge "apns: add APN for AIS 3G" into cm-11.0 2013-11-28 07:04:58 +00:00
isimobile ef794327df APN: Add Vodacom LTE APN values
Change-Id: I574afe95ffe6b97fe90291eb5a2bc1e4f804919b
2013-11-27 08:27:26 +02:00
Archi c1f22fff4e APN typo
Change-Id: I36def45794d4d73c5439cf62cecfa1ecf7bdeea2
2013-11-27 02:11:52 +00:00
BobZhome c615a63d89 APN: add MetroPCS gsm info
Change-Id: I747215df31666de11cd3271f40024ef0b362609a
2013-11-27 01:45:05 +00:00
Pawit Pornkitprasan cdd227c7b0 apns: add APN for AIS 3G
AIS 3G 2100 MHz uses a new MNC

Change-Id: If624a7bf465af30ec3160258186054cb9f424108
2013-11-16 13:00:52 +07:00
isimobile a42a665b89 apns: add 8ta APN
Add South Africa newest cellphone provider 8ta.com/telkommobile.co.za
APN values

Change-Id: If2f0c593c41c9c9d8c57d14602ee7304ba735fb0
2013-10-28 23:37:48 +00:00
Shareef Ali 413017b57d cm: World Phone support
* combine apns
* leave cdma/gsm files intact but empty until the calls
* are removed from devices cm.mk

Change-Id: I0686ef4ee1fe9b34ac9beaaa2bd43555234f4f6d
2013-10-28 01:21:54 -05:00
aleksei 886f47b47f Add Korean KT LTE apn
Change-Id: Ife005be1d99933cae3badc5ec4766c43283d17ef
2013-10-18 06:48:21 +00:00
Alan J. Ortiz cf2a489af9 Fix For LTE CLARO APN
Rename of authenticatiotype to authtype wish i accidentaly
wrote wrong by mistake, now it is right and set authentication type to "PAP"
correctly.

Change-Id: If4a235682c3330db7c87531039ffd92ceb6098e4
2013-10-17 02:00:28 +00:00
Ricardo Cerqueira 3d2f330a18 Merge "Fix APN typo for VIPNet Croatia Change-Id: I2d1815900525efdbadb0398383eff9eb425a2355" into cm-10.2 2013-10-11 00:37:03 +00:00
Tim Clark 4f0c75cadd apns: add otelo web APN
CYAN-2440 on Jira

Change-Id: I266c8759716fc1883a73c4e66c7cb13d80153ac0
2013-10-10 16:18:36 -07:00
dcos f344730e51 Fix APN typo for VIPNet Croatia
Change-Id: I2d1815900525efdbadb0398383eff9eb425a2355
2013-10-07 18:17:25 +02:00
Giulio Cervera fe91df1ae9 apns: cleanup 3 ITA carrier
Change-Id: I14eb1e68943bdf9b0164afa1dd4258e55d709334
2013-10-03 11:34:06 +02:00
Ricardo Cerqueira 466289db6b Merge "Add Beeline UZ APN" into cm-10.2 2013-09-14 01:14:33 +00:00
Ricardo Cerqueira 86f2958188 Merge "Add NTT Docomo(spmode) APN" into cm-10.2 2013-09-14 00:52:57 +00:00
Abhisek Devkota a7440ffcc5 Add Beeline UZ APN
Add in Beeline UZ APN, and remove MTS UZ as they are no longer
operating in the region.

Per https://jira.cyanogenmod.org/browse/CYAN-2220

Change-Id: I3cf38a6736d28af8aa568f630dc8bb9344259a82
2013-08-14 13:03:29 -07:00
Abhisek Devkota a332606e10 Add Eastlink Wireless APN
Add national and international roaming APNs per
https://jira.cyanogenmod.org/browse/CYAN-1994

Change-Id: Ife2f6ac1b3b712b62ebe71f51d18edd5be462b80
2013-08-25 07:27:38 +00:00
Abhisek Devkota cfa90c5502 Correct Tele2 APNs
Per https://jira.cyanogenmod.org/browse/CYAN-1976 Tele2 APNs
are inaccurate and/or outdated.

Change-Id: Iee4672aad87df019cd9b28d50bfb2219e0cb2594
2013-08-25 07:19:33 +00:00
Daniel Drown 2510503b4c add T-Mobile's IPv6 APN
Change-Id: Ice9d714bbcb6a376692d5bb04fd5c636ae4ee01c
2013-08-25 07:05:50 +00:00
Eric Clothier 1dcedebb97 apns-conf.xml: Re-add old StraightTalk ATT apn settings
In some areas, the new StraightTalk ATT apn settings do
not work, requiring the user to re-add the apn settings
on their own, a feat made more difficult by the fact
that StraightTalk only lists the new apn info on their
website

Change-Id: Id02876d4aa461a3ad8e7211ef45f468b6e181036
2013-08-25 05:52:26 +00:00
Giulio Cervera ccac3338e3 Merge "Fix LV LMT MMS settings" into cm-10.2 2013-08-24 09:16:37 +00:00
Abhisek Devkota 134dd85d0c Add Personal PY APNs
Per https://jira.cyanogenmod.org/browse/CYAN-1959 add new APNs.

Change-Id: I3feffe7560d6d713775b8bd6c6cc240d659e0494
2013-08-21 22:47:36 +00:00
Davis Mosenkovs fa91c41b42 Fix LV LMT MMS settings
Change-Id: I49493cc6cac4e8cf9d9fe1cbdc5019bc36bb4aa5
2013-08-19 15:46:06 -07:00
Ricardo Cerqueira 9280c5f986 Merge "Add SKT LTE APN" into cm-10.2 2013-08-19 01:50:32 +00:00
Ricardo Cerqueira fdc124faed Merge "Update Golan (Israel) APN" into cm-10.2 2013-08-19 01:50:24 +00:00
Ricardo Cerqueira ae8aa75960 Merge "Add YouPhone 3G MVNO" into cm-10.2 2013-08-19 01:48:54 +00:00
Abhisek Devkota 733d11bcc1 Fix mmsport on Turkcell APN
Per https://jira.cyanogenmod.org/browse/CYAN-1965 set port to 8080
instead of 9201

Change-Id: Ic40d1182d2d57d864f8f72ee3c797d4ee353b7d0
2013-08-17 17:38:36 -07:00
Abhisek Devkota 1d7805f337 Adjust mnc for Movistar CL
Per https://jira.cyanogenmod.org/browse/CYAN-2038 we have the
wrong MNC value listed in our config.

Change-Id: I5bbe9d80e0d1b420c7024a4e5c003a209d2c9c52
2013-08-14 10:18:54 -07:00
Abhisek Devkota e8cff628dd Add NTT Docomo(spmode) APN
Add APN per https://jira.cyanogenmod.org/browse/CYAN-2016

Change-Id: I4d7fd2b1732b20c14d4cf174cb04e81fbd7230b7
2013-08-14 06:37:25 -07:00
Pawit Pornkitprasan 5dcba3d6fc New APN for DTAC Trinet
DTAC has a new MNC 52005

Change-Id: I5dd953ca6ea1503b980381861743385ffe7218b0
2013-08-12 20:57:00 +07:00
Abhisek Devkota 061a6d6e8d Add YouPhone 3G MVNO
Per https://jira.cyanogenmod.org/browse/CYAN-1893 add new
MVNO in Israel. Combined APN information pulled from
http://www.youphone.co.il/apn.aspx 'Android 4.0.4' section

Change-Id: If22fec3222688e2bbb63ebc952e38539be52a805
2013-08-01 19:14:16 -07:00
Abhisek Devkota 895197a44d Update Golan (Israel) APN
Details per https://jira.cyanogenmod.org/browse/CYAN-1787
and http://wiki.apnchanger.org/Israel#Golan_Telecom

Change-Id: I3df282ec1f9c5e87151419e19d2f9ecbb2ccc781
2013-07-29 22:11:48 -07:00
Abhisek Devkota 3dd47b8fa4 Add SKT LTE APN
Details per https://jira.cyanogenmod.org/browse/CYAN-1812

Change-Id: I74f264a0bb8b57c8513a103a32b4d6bba5bc8b49
2013-07-29 21:55:15 -07:00
Ricardo Cerqueira f8ee0d8098 Bump APN file version
Change-Id: I13800e046cbf1f3ab1922568654069306544298b
2013-07-26 22:24:33 +01:00
Richard Huynh 80cd7fe16b Correct BPL APN to Vodafone IN/India
Change-Id: I80e411374f59c0d4534f9c67295c2e4dfc4b9e45
2013-07-23 18:41:54 +00:00
Abhisek Devkota 589f128800 Correct Claro PR APN
Per https://jira.cyanogenmod.org/browse/CYAN-1750 , correct
mnc listing for Claro PR LTE apn is "110" instead of "11".

Patchset #2: Modify non-LTE APNs as well; change commmit title
Patchset #3: Modify commit title to clarify Claro PR adjustments only

Change-Id: Ic18810492a282fc74b5472139404e2db48edd83d
2013-07-23 18:38:09 +00:00
Abhisek Devkota 3019710d94 Drop Proxy from Digitel APN
Per https://jira.cyanogenmod.org/browse/CYAN-1705 and
http://www.unlockit.co.nz/mobilesettings/settings.php?id=314
Proxy is not longer valid for this APN.

Change-Id: I682821135c1df143f6491c30bd55afc53d2b6758
2013-07-23 18:20:16 +00:00
Abhisek Devkota de04ababfc Remove Proxy from Globul APN
Per https://jira.cyanogenmod.org/browse/CYAN-1635 proxy
is no longer needed and results in occasional failures.

Change-Id: If572f82638e7cdda8e97f77bed1887e24eb3dcb5
2013-07-23 18:19:57 +00:00
Mustaavalkosta 869151c255 New apns settings for Everything Everywhere (new UK operator)
Everything Everywhere (EE) replace Orange UK and T-Mobile UK.

Adapted for CM conf from Guillaume Châtelet's commit:
d9bd5e7d4f

PS1: initial commit

PS2: rebase

Change-Id: Ie1ff90bdffd1cce8c5697624b4c83a06a6729dc3
2013-07-23 18:14:01 +00:00
prescott66 ba2ec9ee19 android-vendor-cm: Renamed T-Mobile SK to Telekom SK in APNs list
Change-Id: I70823318ec3ee9d3e7db6c414f3e1ceb5d8ad9cc
2013-07-23 17:38:38 +00:00
Giulio Cervera f3c610abc2 Merge "change APN for Orange countries" into cm-10.1 2013-07-07 23:44:01 -07:00
Abhisek Devkota bea29fdc9b Correct 2Degrees APN
Per https://jira.cyanogenmod.org/browse/CYAN-1509 2Degrees
default APN is incorrect. Delete 2 extra APN configs to
be in line with http://www.2degreesmobile.co.nz/android-settings.

Change-Id: I00ad879c2752e73d31850bd36c1e0337a7797796
2013-07-03 14:08:46 -07:00
Matthias c8a6193b0e ByTel, update to use recommended APN & fix MMS sending with B&You
* Patch 3: Fix SFR MMS & add SFR Reunion

Change-Id: I2450f317c17a0709e19bbe8e8d9f4352c69e912e
2013-07-03 12:51:08 -07:00
Danny Baumann 8cb806c79a Merge "Add Lycamobile PT MVNO apn" into cm-10.1 2013-06-27 00:05:04 -07:00
gzhhong 34158a76d0 change APN for Orange countries
check and change the APN settings for each Orange country

Change-Id: Id96e90df18bd3aee0f849044d0a59d52515c8883
2013-06-25 19:36:07 +08:00
Scott Busche df0d20d807 APN: Update StraightTalk AT&T
Change-Id: If440f08e91581a3b9c63f3f13011ac70c013cea5
2013-06-24 16:55:17 -07:00
Daniel Hillenbrand c79bca0494 Merge "Fix Vip mobile APN" into cm-10.1 2013-06-24 07:31:56 -07:00
Abhisek Devkota 261798489b Add Lycamobile PT MVNO apn
Per https://jira.cyanogenmod.org/browse/CYAN-797

Patchset #2: Correct MNC
Patchset #3: Remove User/Pass

Change-Id: Ic93f6672d12ef72a9998f5fdb65c04686869b7cc
2013-06-22 22:53:16 -07:00
Emilio López 605bb782c4 apns-conf: update Personal Argentina APNs
This commit updates the Personal Argentina APN to the new
datos.personal.com address and adds another set of entries for when
mnc is 341

Change-Id: Ibe17ba00c5ffe3730fce107f0a471ac9c408b636
2013-06-06 10:06:11 -03:00
Daniel Hillenbrand 19d9f78820 Merge "Add Fido Canada LTE APN" into cm-10.1 2013-06-01 06:36:24 -07:00
Daniel Hillenbrand f30272891c cm: apns: correct proxy for orangeworld
Change-Id: Ie3d260900c01d1b64abd87f7b5d9cea7a2f2dba3
2013-05-25 10:37:19 +02:00
Daz Jones 733d775a04 Fix Vip mobile APN
Types are incorrect, only the MMS APN should have the mms type.

Change-Id: If4ee80ba9cf788c84704a41c067a708b4581fe8c
2013-05-24 14:35:49 +01:00
David Barrera e63c08711f Add Fido Canada LTE APN
Added a new APN for Fido Canada as per
http://www.fido.ca/web/content/phonewarranty/configure_unlocked_device_guide&lang=en

Tested on a Nexus 4.
2013-05-23 12:49:40 -04:00
Marco Brohet 0a0ea35835 apns: Add hollandsnieuwe (NL)
Change-Id: Icd0060f6e05c32335161b1faddbc8aecb3bddab9
2013-04-28 08:23:33 -07:00
Tim Clark c42e8b15f3 Fix Rogers LTE APN (broken mms) 2013-04-24 11:31:20 -07:00
Alan J. Ortiz fd4f49d55b add of Claro Puerto Rico LTE apn Configuration
Tested on Samsung Galaxy s3 LTE SGH-i747(M) From Claro PR

Change-Id: Ia35da1053b921d8faf8cd6ab9960d6bb0aadd889
2013-04-21 18:20:03 -04:00
Arnav Gupta e467935a9a MTNL apn fix
MTNL uses 68 and 69 MNC respectively in Delhi and mumbai

forward port of this change
http://review.cyanogenmod.org/#/c/27022/

Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
2013-04-19 00:03:39 -07:00
ciwrl d1ccb43ff6 Fix Straight Talk T-mobile APN
Per CYAN-679, MMSC url is incorrect. Adjust accordingly

Change-Id: I9d9f76b4a35f8df44835ea68ff17f356d19c6f8a
2013-04-13 05:43:21 -07:00
Tim Clark 6e043e2e5e Add TMOUS LTE APN
This is taken from the OTA update for the Note II.
All APNs are currently resolving to the same 2 addresses from my T-Mobile phone.
The T-Mobile support website lists fast.tmobile.com (no hyphen).
I am attempting to mirror the stock OTA from T-Mobile.

Change-Id: I863b517be7dec19620b79fc876a88ba65e4dacba
2013-04-04 10:19:55 -07:00
Scott Busche b14edf3e24 Update Straight Talk ATT MMS proxy
Using proxy.mvno.tracfone.com should also future proof it if they change the
IP again. proxy.mvno.tracfone.com resolves to (66.209.11.32)

Change-Id: I8cb5b3ce473bef1369ec4ee313759258fc1172d3
2013-03-24 15:32:36 -07:00
codeworkx 38bf66e3a8 apns: update telekom DE to make LTE working
Change-Id: Ida8c85b050e89dac41f0093d4351f7fa45b87906
2013-03-05 00:00:18 +00:00
David Ferguson 0fcbbd94d8 apns: add "phone" APN for AT&T
* These "phone" provisioned SIM's don't work with the "pta" APN
  * LTE and MMS do work properly with "phone" APN

Change-Id: I782f9ee5c642c5354ab35489a9c899a52c0d5107
2013-02-17 09:52:04 -08:00
ciwrl 9945178e0f Fix Simple APN
Per http://www.mysimplemobile.com/Support-Center-Phone-Programming.aspx
Proxy and MMS proxy are not valid for this APN. Additionally, though
an invalid report (nightly), this has been reported at
https://jira.cyanogenmod.org/browse/CYAN-156

Change-Id: Id7a9e7af1a764e6052f312bf66d01d225554918b
2013-02-10 20:40:33 -08:00
Mustaavalkosta cc57dce630 Remove whitespaces from apn type parameters
Reportedly Free Mobile users must edit their APN and remove whitespaces to make it work. I searched and fixed the other ", " occurrences too while I was at it.

Change-Id: Ib948dff8329653c42c967c4dae5a6e97086df127
2013-01-16 14:04:24 +00:00
Pavel Kirpichyov e55fa7eed6 Tele2.lv internet settings does not require proxy anymore
Change-Id: Idb5a6ea9c3e1a5565326dee185c404ef7c9cfd0e
2013-01-08 20:55:18 -08:00
Brandon Bennett 81ce26231a Add AT&T broadband apn
Taken from tilapia for AT&T prepaid

Change-Id: I58ccf1488e68275ff5fb4e6a73345eb024ecf1fa
2012-12-13 18:58:34 -07:00
codeworkx 83eb6b5033 apns: more love for Zain JO
Change-Id: Id2498bdfbbb7ca7efe2969817cbf39c19129bb9b
2012-09-29 00:38:50 +02:00
codeworkx d86b19257d apns: update Zain JO
Change-Id: Iedeb1c7bac6600ebe432182534f58e9144e25ac6
2012-09-29 00:29:03 +02:00
Untouchab1e 7d4082e157 Fixed the incorrect APN details for Telenet Mobile in Belgium as detailed in issue 6228.
Change-Id: Ic55f2f5a7d25755bef9d46a818e7e8e5aa2779d5
2012-09-27 11:45:05 +02:00
codeworkx a2887fc915 apns: update MTNL settings, unified for mumbai and delhi
Change-Id: Ib25eda8e9dec794753a8c98217bab70b8816a25f
2012-09-26 22:37:20 +02:00
h8rift fa2e25dc21 apns-conf.xml: Add CSL (one2free) lte.internet APN
Change-Id: Icd58a28aab468a6f016a1801a4016dde768758b5
2012-09-14 02:19:22 -04:00
h8rift f2cd15c56f apns-conf.xml: Add CSL (one2free) mobile APN
Change-Id: If887f85218899502a2d97fd5ae7bfa768359ccca
2012-09-14 02:19:05 -04:00
h8rift fbedba0aeb apns-conf.xml: Add Rogers LTE APN
Change-Id: I0eff2d07668418d9315fc4425f291ab047d9d8d1
2012-09-14 01:47:51 -04:00
DhK 9a0ce16d9a Add Virgin Mobile CL apn settings
Change-Id: Ie016e5c1fe9db15bd3605b61c3d41fc1c6ddb96b
2012-09-14 01:41:21 -04:00
Jüri-Kaur Schultz 59ff68060c apns-conf: EE EMT MMS apn update
Updated mms apn as referred on https://www.emt.ee/mms/htc-android
* added mmsproxy
* added mmsport

Change-Id: Id85920a4d279b54ec17e115b460ea3a6ecb44a93
2012-09-14 00:38:41 -04:00
Gs 5174188505 APN: Fix GolanTelecom MMS APN
Change-Id: Icc873a869428ba2661c84624ff98a0266377c240
2012-09-08 23:39:37 +03:00
Sven Dawitz 77bd564c71 APN/FIX: typo in german O2 apn
Change-Id: I2aac5e52b6f236ef652314b96510b6de2401b844
2012-08-22 16:05:10 +02:00
Igor b0ed627563 Added APN for Moldcell and Orange Moldova
Change-Id: I3cc5acbc4e9373f4e3f27dc939e84d21ad7a977f
Signed-off-by: Igor <igor_sorocean@hotmail.com>
2012-08-19 15:15:49 +04:00
Erez A. Korn 541d59ed84 Update Orange IL APN
Changed "internet" to "uinternet", which is 3G+.
Removed non-existing network.
Added Hot Mobile and Golan Telecom.

Change-Id: I28a33f18b45f632371be845e251bdf8f872ed47b
2012-08-12 21:45:01 +03:00
Daniel Hillenbrand 775057c98f apns: updated 404-43, bpl -> vodafone
Change-Id: Ic50237707c13b5c88b15d21c58a5b625885ed908
2012-08-11 16:25:28 +02:00
matt73300 199e8ea96b Free Mobile APNs updates
Change-Id: I5999bf9639cb452e673783d4ee7afbfb8588a61f
2012-08-05 23:41:46 +04:00
Jason Mossbarger f354be2c23 Update apns-conf.xml for Cincinnati Bell Wireless
Change-Id: I15cd628410fbcf22ddc7b7e23bbd09f1b4dd3cb8
2012-08-05 23:06:42 +04:00
Ivailo Stoyanov 49a5a13724 apns: Clean up Bulgarian APNs
Change-Id: Iff1fccc69e3b5265af61ac4d48f08f8500dbe035
2012-07-29 11:03:39 +03:00
Jeffrey Clark b929fa388a apns: Cleanup Rogers
* Remove invalid and deprecated entries
* Define LTE provider first
* Sync with provider documentation

Change-Id: I65823691df922f35df713793f073af6f95dc5e91
2012-07-09 09:42:53 +04:00
Alexandre Dumont 2fc78e3b94 apns-conf: Update Pepephone Internet APN
Switch to gprsmov.pepephone.com as explained by Pepephone.
See http://blog.pepephone.com/index.php/2011/10/27/internet-con-pepephone-explicacion-para-frikis-y-no-tanto/

Change-Id: Ia19ee175ffefc680e3740a34f6442c54212b470d
2012-06-27 21:31:24 +02:00
Alfredo 946d5b0b41 Claro-AR added missing authentication
Change-Id: Ifaeb68cda3e4d4b4aefad15feb0347ff7345df16
2012-06-21 09:47:56 -03:00
Jeffrey Clark 59271884f8 Adds StraightTalk ATT and StraightTalk T-Mobile APNS
Change-Id: Idfeed69a234402e2959453a147895b37d8fc13a3
2012-06-02 17:17:04 -07:00
ciwrl 2b652cd936 Large update to APN list
Change-Id: I7ddc4c98afada4b7f4ff050990232456aded2fdd
2012-05-26 15:20:43 -07:00
Andrew Crowther 08bdcedf39 Virgin UK apn settings corrected & conficting (mnc 30) Virgin entry deleted
Change-Id: Ia6f2dc41be1ef9aed4f0909386ae150ef3d5aa29
2012-05-05 02:19:33 -07:00
Steve Kondik 544f492da4 apns: Add SK Telecom roaming APN
Change-Id: Icfd0ae2cdb6d1b684f796f74d55b6237add7cad3
2012-04-24 09:32:09 -07:00
Ricardo Cerqueira 8a8254b4f6 Add AT&T LTE APN configuration
Not the default, though, since it only works for SIMs with an LTE
plan

Change-Id: Ia6e44e4b4ab4817d3014a653e5ac00513373e353
2012-04-05 18:44:47 +01:00
Florian Hatat bc603d9262 Update Free Mobile APN (France)
Change-Id: Ic5c68e209c82a92ab157f9a2535b782f6657f564
2012-03-13 07:29:11 +01:00
kallt_kaffe b8fac54972 apns-conf.xml: Fix Mobifone APN settings.
A Mobifone user contacted me and alerted me that the APN settings for Mobifone was wrong and provided the correct ones.

Change-Id: I8a6b9bde39d7394db2fdf7261b2a8026692fb808
2012-03-05 10:31:48 +01:00
Pawit Pornkitprasan e1a85eee04 Update MMS APN for Israel
Ref: http://forum.xda-developers.com/showpost.php?p=22210006&postcount=11953

Seems to match other sources on the internet such as http://wiki.apnchanger.org/Israel

Change-Id: I3669ac0f54eeb4e50b7ff1e90e45136378a99773
2012-02-06 20:44:21 +07:00
Tanguy Pruvot 8b24895b20 apns: add entry for the new free mobile operator (france)
Change-Id: Ic6e76b6ca0044cc628dea807fa0badb9ea9bb520
2012-01-10 18:49:55 +01:00
Ricardo Cerqueira e1f3738e7c CM9: initial CM vendor setup for Android 4 2011-11-27 20:15:37 +00:00
Laurent Monin 14b00a6cc3 Add Celcom Malaysia APNs
Change-Id: I91c56dfaf3091dd25cc81729dd2159261c2f262b
2011-10-21 23:11:38 -07:00
Pat Thoyts 1f937428d7 Update the Virgin Mobile UK MMS APN definition
This corrects the MMS settings to match those seen on Virgin provided stock handsets and
fixes receiving of media messages.
MNCs 31 and 32 are likely to also require changing but have not been tested so are
unchanged by this patch.

Change-Id: I6bc40fa7bfa7f21cf3c6a36cdef2b46512075c6a
Signed-off-by: Pat Thoyts <patthoyts@gmail.com>
2011-09-30 09:30:22 +01:00
Steve Kondik 2c1e634f7b Revert "New AT&T APN data"
This reverts commit ec3aaca74e7426fc61010445c3257e6200eaa3b2.
2011-09-18 21:22:44 -07:00
Emilio López 2ee4917fd9 New AT&T APN data
Change-Id: I223bc9aac6873a14073ff29ce7a4775999a77e5b
2011-09-17 00:32:22 -07:00
Emilio López e35e02907f Fix typo in APNs
Change-Id: I33153b7378d6376c20bab98de1756dac01b0bad4
2011-09-01 20:02:45 +00:00
Laurent Monin d8607172c6 Add APNs for NRJ Mobile MVNO (using SFR network), France.
Change-Id: I50d316e64bfcbd3d529fac2eef9d27f463cc0e4f
2011-08-29 23:52:40 -07:00
Laurent Monin ca5f8bba8b Drop unknown attribute "authenticationtype", never parsed
According to packages/providers/TelephonyProvider/src/com/android/providers/telephony/TelephonyProvider.java,
getRow() method is knowing nothing about such attribute and just ignore it.
So it should do no harm to remove such.
There's a "authtype" attribute that is parsed, but its value should be an integer.

Change-Id: I9cca16cdd68db30c3a1f76149b0699d49d82fb71
2011-08-29 23:50:25 -07:00
Laurent Monin b5e56333da Fix bad attribute name vs carrier for Giffgaff MMS.
It seems such entries are coming from apps like APN backup&restore,
which have a slightly different format.

Change-Id: I51d949e4dc13e832c84ecccd66cd9cd723ea2ec4
2011-08-29 23:50:09 -07:00
Laurent Monin fdc1a3e062 Fix APNs for OPT KNC, invalid attributes (ie. name instead of carrier)
This issue appeared in commit 7df886e58d2ff8d9afa9c3bb2112dc74b66c0a7e

Change-Id: Icbfaf8481b5b051ec131a21b34558e98ab19ab07
2011-08-29 23:49:42 -07:00
fuzz ea3db5ed80 Add NTT Docomo APN data
Change-Id: I43ddd5edcdad49bcdc053972eebf973b2493f1ed
2011-08-29 23:49:23 -07:00
David Lebel a4746c0a6c Add Videotron APN data.
Change-Id: I2d8b8e2fb578527bb63f47f68fa9d1f1ea8c73fb
2011-08-29 23:49:05 -07:00
jt1134 6cb24c1fa7 add Cellular South apn
Change-Id: I5edd2e31bd2337980969eabeafbde06c409929be
2011-08-29 23:47:40 -07:00
Laurent Monin 8b2ce2ec42 Remove duplicate three.co.uk mms APN.
This duplicate appeared with commit 294302200411907d848a0f51652a233398056360
"apn list refresh from paulweiss"

Change-Id: I0b66591088f67d04e8b7f94ebc5d1e41b1c45596
2011-08-28 23:46:41 +01:00
Andreas Oeldenberger 28e4bfb4db APNS: remove E-Plus WAP APN
WAP APN is shadowing WEB APN as default and might not be usefull at all(?).

Change-Id: I5555ce5b05233a2dc80073d9fa4fb75734e60995
2011-08-26 15:17:15 +02:00
Emilio López d641b9c778 Add CGI Wireless APN data
Change-Id: I0d73b46c39a474cc8129fc13e8d3604aebb56b95
2011-08-14 01:42:17 +01:00
jt1134 df2525e278 add US Cellular apn
Change-Id: I189cd5268d0c79b61d037360b77e6e405b23ba8e
2011-08-08 15:30:54 -05:00
Stefano Picciolo 30eb9065bd Delete duplicate Wind IT apn
Change-Id: If277e1cae0fa590f1ff392f8dfe4155ec501fa84
2011-08-06 16:15:49 +02:00
Giulio Cervera e4600998e6 Cosmote Broadband RO apn
Change-Id: I83efb8998956eacbbc3ccc188affe469360e0e74
2011-07-27 10:55:27 +02:00
Quarx2k fdd96a84b0 Add Tele2 RU to apns-conf.xml
Change-Id: I882f289c11d5b6a0a962342f94f69ba802db4316
2011-07-17 13:42:10 +07:00
Russ 100f2a2fa4 Change Giffgaff dual APN to more commonly used single APN
Change-Id: I8fca643f8667050dd373cef45a5b4cf8db7b9e8a
2011-07-09 09:38:02 +01:00
Alex Zepeda fc31db5886 Add Virgin Mobile US to apns-conf.xml.
Change-Id: I0cd3851ac5e4f9169461da01feabbe2d7da53802
2011-07-09 03:22:26 -04:00
Tomaž Podgoršek eff181234c Fixed APN settings (Si.mobil)
Change-Id: I51577dc820e5d66bb5fa980b59e1386ae66b566e
2011-07-07 12:26:36 +02:00
Ph4nt0m f5b7f2c205 Edited Tusmobil settings in "prebuilt/common/etc/apns-conf.xml" 2011-07-05 17:32:04 +01:00
atinm d00d31d04e fixed typo in Rogers MMS setting
Change-Id: Ib64f8a7facdfc44ec9859d90b20df748e52d28b6
2011-06-26 18:15:42 -04:00
Stefano Angeleri fceba2d7b2 Added missing TIM IT wap apn. It's needed to allow some offers to work.
Change-Id: Ia9ba793c6f96bd0a5285a2eab38cc8a36594e286
2011-06-18 21:15:05 +02:00
mik_os 8449c14dd9 Add new APN for MTS UA and set it by default.
Previous default apn is a provider's special offer. After first connect
provider eats 5 UAH ($0.62), and users does not have enough time to disable
data at first boot.

Change-Id: I36f753608c91a0acba2dace4bebd86b4324a1f09
2011-06-16 16:26:37 +03:00
Rok Potocnik 7772cd58b5 corrected T-2 (MCC 293 MNC 64) APNs 2011-04-13 18:45:23 +02:00
Sven Dawitz 61b1181e66 Fix: Typo in APN list results in block mms for one provider
Change-Id: I69157b33da8d36d18e024c42f79f8b1bbca12591
2011-03-15 05:02:11 +01:00
git 830c7b6978 Typo in Yoigo's MMS gateway in apns-conf.xml
It was not working until I noticed the error,
and works since I manually edited it. First
time I thought I had accidentally edited it
to a wrong value, then I noticed that I needed
to edit every time I updated cyanogenmod, so
I found the error in the sources and I'm
reporting it here to save future updates...

It is
$ host 193.209.134.141
141.134.209.193.in-addr.arpa domain name pointer mms-service.mobile.sonera.net.

and not
$ host 93.209.134.141
141.134.209.93.in-addr.arpa domain name pointer p5DD1868D.dip0.t-ipconnect.de.

Change-Id: I62cfd18f29076189e1da5379bb37dc5bb533c815
2011-02-06 19:05:49 +01:00
knotdevel 78d1ac1346 Add NTT docomo APNs (flat, 128k)
Change-Id: I99d1635bc929bd4315956599e20695334de535e8
2011-02-01 01:22:26 +09:00
Lox ee76ad7759 Adds APNs for New Caledonia
Change-Id: If84db6fe6ea7874b55f7db7009e0b34fbd5857e1
2011-01-07 18:31:23 +11:00
Ricardo Pinho 8450e28ade Updated and cleaned up portugal APNs, removed Optimus duplicated entries
Change-Id: Idbb9a0501b90142feb02c7203491e0c13b35adb5
2010-12-01 14:58:30 +00:00
Ricardo Pinho 8b01e032be Removed Duplicate MMS APN Vodafone Portugal, was causing send/receive of MMS to fail.
Change-Id: Icb7497c44a6ef35f6889beb32d008ad14c3aaff5
2010-11-13 00:02:28 +00:00
sotux ad41bcf8ab Fix China Mobile apn name.
Change-Id: I5d756a406dd6ed3bbeae50020aa5c6456d725c5f
2010-11-02 01:18:39 +08:00
Takuo Kitame 3b64b683e8 APN: change order of 44010.
"mopera.net" should be below the "mpr2.bizho.net" because it's too expensive.

Change-Id: I6f3b24f9abd32f7cda93a36829c1a76d1fc098f1
2010-10-29 09:28:29 +09:00
Evan 5e4f2c6375 apn list refresh from paulweiss
Change-Id: Ie0f79db381a09a2a7af06a6d72e23349a3700851
2010-10-01 11:53:40 -06:00
Steve Kondik ad4b324312 APN list housekeeping
After lots of reports of broken GPS and other issues recently, I decided
to write a script that cleaned up the APN list. The script did the
following:

1. Eliminated duplicates. Each APN was given the unique key of
   "mcc:mnc:apn:type" and placed into a hash using this key.
2. Removed any APNs where any of these four fields were not set.
3. Set an empty APN type to "default,supl,mms".
4. Sorted by MCC, MNC
5. Merged in the official APN list from FRF91.
2010-09-03 00:52:52 -04:00
Brad Allen 87030f5120 apn addition for Smart Mobile: sort correctly 2010-08-29 16:51:44 -07:00
Brad Allen dd838dafdc apn addition for Smart Mobile per http://simplemobile.webs.com/index/Android%20Configuration/Android%20Configuration.html for h-bomb 2010-08-29 16:41:49 -07:00
Kali- 934e7ee599 fix broken apns autoconfiguration (xml now well-formed) 2010-08-27 01:32:28 +02:00
Koushik Dutta ce5aba5a14 fix darchstars build break. 2010-08-26 15:49:37 -07:00
Ameer Ghouse aee28d1e62 fix up apns so gps is not broken on hero cdma 2010-08-25 20:56:12 -05:00
Steve Kondik 1fb8ce6120 APNs should generally use "default,supl" instead of "default".
This fixes AGPS issues.
2010-08-22 20:44:52 -04:00
Steve Kondik c296c8b8d7 APN list update from Paul Weiss 2010-08-16 18:19:39 -04:00
Steve Kondik 86bc86cf88 add heroc to cyanogen vendor 2010-08-08 22:35:47 -04:00
ctso 630e371ae6 Add APN configuration file 2010-06-25 03:28:35 +00:00