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
Sprint CDMA MMS APN was being incorrectly set as default and hipri,
causing LTE connectivity issues because it was prioritized over the
other APN entries for LTE and EHRPD.
Change-Id: I6ca4fd172e2ecc64ca7a2c3fbca5327be61e7b5c
- Add back and fix Sprint APN for 1x/HRPD. Corrects MMS settings and gives a
suitable APN for DcTracker to use for HRPD/EvDo.
- Remove All test SIM APNs. Since no one is running around with a test SIM and
its useless to have a bunch of APNs sharing the same MCC MNC pair.
Change-Id: I1ccbed9b3cdd456e97d205d70bf283785122de8c
This reverts commit ea14a88a2a.
Using the Package Manager prevents any danling wakelock from
killed service/receiver.
Change-Id: Ie3162ca4b18a7bc9c55613af39e88ea980407e5f
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
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
For almost two months now I've been wondering why my phone's alarm clock
has lost much of its effectiveness. Today the reason finally hit me: the
CyanAlarm tone had been sneakily replaced in commit ID
dbb169ad9c33bdc392b47f7a1bdef3843eff9ab2!
Although the new tone is certainly more pleasant to listen at and
doesn't cause any heart attacks, it is less effective for heavy
sleepers like myself. This commit brings back the old CyanAlarm
version with the new (tentative) name "Nuclear Launch".
Change-Id: I143a4501c45e343a7f697eb1ce5d072fcc2b46f0
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
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
Since not all recoveries out there will support the OTA packages'
own labeling, check at boot if the system needs labels (and
apply them)
Change-Id: I58767977b90a78a12efe7bd9d713654eadf47e7a
sysinit depends on having the filesystems mounted, and userdata
in particular depends on having /data present. Move its startup
to post-fs-data
Change-Id: Iafcc926a3aa310c1afe501d272df5811da500d86
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
The error that this patch was guarding against is no longer reproducible
on d2spr.
This reverts commit 285d4c2a4d.
Change-Id: I373ad22a021de74df4f8907dc79717719708431d
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>
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
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
* These "phone" provisioned SIM's don't work with the "pta" APN
* LTE and MMS do work properly with "phone" APN
Change-Id: I782f9ee5c642c5354ab35489a9c899a52c0d5107
- remove SpareParts: it's disabled and broken, the options it provides
are either useless/broken or available in development settings
- remove modelid_cfg.sh: no devices are using this any more
- remove opticharger: it's not used any more
Change-Id: I68c86b2407486c4b40998288cf1f70b7cb8170f4
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
Keep a blacklist of md5 sums for scripts known to cause issues, and
ignore them when installing new builds
Change-Id: I19a88b58194a32da5eb5fe278f2c5b9a145b57be
This is to address hang-ups in eHRPD-LTE hand-offs as witnessed on d2spr.
Log of problem:
[GsmDC-6] Connecting to carrier: 'APN2 EHRPD internet' APN: 'n.ispsn' proxy: 'null' port: 'null'
[0319]> SETUP_DATA_CALL 15 0 n.ispsn null null 0 IPV4V6
....
qmi_ril(0/281): [event] qcril_data_event_hdlr: Dual-IP Partial Retry: Failure
qcril_data_event_hdlr: Dual-IP Partial Retry: Sending setup data call failure code
On stock rom:
[GsmDC-50] Connecting to carrier: 'APN2 EHRPD internet' APN: 'n.ispsn' proxy: '' port: '
[GsmDC-50] Allow IPv6 type request: false
[9240]> SETUP_DATA_CALL 15 0 n.ispsn 0 IP
Note, PDP type on stock rom/APN is not Dual-IP. Without information on how
"Allow IPv6 type request" is tested, for now force the PDP change via apns-conf.xml
Change-Id: I938bf9d1a0b50ec72283fbdba3785832519f3f48