Commit Graph

779 Commits

Author SHA1 Message Date
Steve Kondik 816dec8fe9 cm: Remove fix_permissions
* Probably causes more harm than good at this point

Change-Id: Ibbea54cd48e5f8de251de38d0b772672d8a08ac9
2015-11-16 11:06:52 -08:00
Steve Kondik d91ddb53a8 cm: Add a wrapper script for Curl which acts like wget
* Lots of stuff in the wild actually uses wget, and Toybox doesn't
   provide it. We already have Curl which does the same thing just
   with some different arguments. This wrapper script can handle it.

Change-Id: Ic02da709fcd29808b96fabcd1ac4ddd9465f635f
2015-11-14 23:56:10 +01:00
Deepak Kundra 59494db005 APN: Remove identical MVNO entries
Starting M-Android, APN's that are not unique are
clubbed in one entry in the telephony db. "name"
field is not part of the unique set and you end
up with a weird MVNO name as the APN name for
T-Mobile. Which ever is the last entry will be the
final name. In case of TMO it became "FMP Communications"

Change-Id: Ia86d5c72f36d32315ef1e2469fdd364869160730
2015-11-13 00:04:00 -08:00
Arne Coucheron 53d09902de Ventelo is now Phonero
Change-Id: I1f69258f2e0e53946ed7690e3f31e3795ee56132
2015-11-10 17:30:33 +01:00
Abhisek Devkota 103c64a964 Update boosted audio files 2/2
SAMBAR-975
Change-Id: If69160ce4352e0accd50490c2dc01d8b52ea5261
2015-11-10 17:30:33 +01:00
Abhisek Devkota a1c783fb28 Add volume boosted ringtones (1/2)
SAMBAR-789
Change-Id: I467727adad3c2f5e2212fe5fa5a45e03500ec877
2015-11-10 17:28:12 +01:00
herriojr 8454361962 Missed Capital Letter
I missed a capital letter for an excel mimetype. All are now
converted to lowercase.

Change-Id: I1b0958fbc7b6b01df0f6e7b3da9a1d920bfb2fad
2015-11-10 17:28:12 +01:00
Abhisek Devkota df76a1fd89 Remove instance of server=""
Change-Id: I973f9a49aef09b56eeccfee6fbe26ad609bb592c
(cherry picked from commit d9d3201c077dc697a5a76480cf4cc6948e08d704)
2015-11-05 11:01:44 -08:00
Konsta ce4c12cc35 cm: remove face recognition files
Change-Id: I4c1d5c6a37f5bcec78679e7d3ce073743d6032f2
2015-11-03 21:49:15 +02:00
Per Lycke ce9163ff77 Correct Tele2 Sweden APNs and remove Comviq Sweden.
Tele2 is the parent company of Comviq and it's operating in Tele2s network,
hence using the same APNs as Tele2

Change-Id: I99ea6798bf74a1c2368f2b920f9269597bbc1809
2015-11-02 13:27:45 -08:00
cretin45 87aaca8718 Ze Yukaay
Change-Id: Idc0fa23cac3dbadc46d5ba4f49f195c37f59e713
2015-10-23 10:20:55 -07:00
Michael Bestas eb83dba7ce Updates for cm-13.0
Change-Id: I6a0efff3bf6ea2e332cacd7cbb2f2b132b2c73dd
2015-10-07 21:15:52 +03:00
herriojr 6576661e4a Fix MimeType Case
Even though mimetypes are supposed to be case insensitive, Android
treats them as case sensitive so it is best practice to do it all
in lowercase.

Change-Id: I2ce2ac2df4db4989d8be36479f07d4bab97dc7bf
2015-10-05 11:52:22 -07:00
herriojr 5d2c998920 Add libcore.net.MimeUtils Overrides
This will allow us to add supported mimetypes in libcore.net.MimeUtils
which in turn will allow more recognized mimetypes for anything that
uses android.webkit.MimeTypeMap.

Change-Id: I97febe17cff1d196f479b557fef3bca1b11bdd74
Issue-Id: CYNGNOS-1176
2015-10-01 12:16:46 -07:00
Abhisek Devkota 8a5d3bb670 Update HK APNs
Per partner list

HAM-267 | HAM-934

Change-Id: Icb80c9020a8a9ac370d6dbac0efd1d6833e44c1b
2015-09-25 14:35:28 -07:00
Dan Pasanen 5318973c8a apns: combine internet and mms apns for vzw
Change-Id: I551746204893ecd13b5b238286cfb2566928de92
2015-09-22 13:26:26 -07:00
Brian Deery da7d187848 APN: add Sprint MVNO Ringplus, Ting update
Added Sprint's MVNO ringplus.  it was added in e1d6d09de7
but removed later in e980819a9c6bb404a7a24772687e88065f434020/b28ca702333739b132b51926eff7b2ec6d2fa2fd
for an unknown reason.
Also, Ting (another Sprint MVNO) was updated so that it shows as active when revisting
the "Access Point Names" menu.

Change-Id: I4f8fc540235a8f8ad0df8656de0ffdbde2b83852
2015-09-21 15:12:57 -07:00
Steve Kondik b61b6df53f cm: Clean up cgroups even more!
* Only one is needed!

Change-Id: Ib79864bf2b7a3d86a2bad91de01a9b82279f4a91
2015-09-20 20:58:43 -07:00
Steve Kondik dcbf2aa77e cm: Clean up cgroups
* Remove unnecessary intermediate groups which are more harmful than
   helpful in some cases.
 * Remove weights, we're not using these.
 * Lock down the display group to system only.

Change-Id: I3a848fcc32459b53fa92317c253a20399637033e
2015-09-20 03:33:31 -07:00
Steve Kondik 100cc8ea1b cm: Remove xattr option from bfqio cgroup
* This was leftover from testing and breaks the feature when running
   on older kernels which don't support it.

Change-Id: Idb959b37b88238aee87c221d6accc899bf497aea
2015-09-19 12:41:38 -07:00
Steve Kondik 4462dfa518 cm: Update shared init.rc
* Remove cruft
 * Add LiveDisplay sysfs

Change-Id: I6e3ca9048c9196dbc85151f102fb22ff5a4222b4
2015-09-18 20:05:06 -07:00
Steve Kondik c815f700e0 cm: Set IOPS mode for CFQ and BFQ automatically
* Always set slice_idle to 0 for CFQ and BFQ (IOPS mode).
   This is a guaranteed performance boost for nonrotational storage
   and is also the new default in Linux 4.2+

Change-Id: Id271a4283219beb272c174de0e452c6c42c4e572
2015-09-17 23:30:41 -07:00
Steve Kondik 28dbc8b311 cm: Create cgroups for BFQIO
* This creates the interface for a new ioprio management system
   which dramatically boosts performance and interactivity across
   the entire system.

Change-Id: I3c402dd2cf6ed0a356a828257c2f373800f6a6cf
2015-09-15 15:32:29 -07:00
Andreas Schneider 9cfe968a73 backuptool: Add checks if it makes sense to execute commands
Change-Id: Ic83fc1168ac459b1bba5cef97d184ce2a9db4c68
2015-09-15 16:02:45 +03:00
dianlujitao e4f75ba2a0 Update SPN override for China Telecom
Change-Id: I954949d328399e843405714e837a07806d3e0756
2015-09-10 22:51:22 +08:00
Steve Kondik a385501738 cm: SELinux policy for persistent properties API
* Set up persistent properties for devices with a /persist partition.

Change-Id: I78974dd4e25831338462c91fc25e36e343795510
2015-09-09 11:53:23 -07:00
Steve Kondik 26731f56cc cm: Set the IO scheduler based on a system property
Change-Id: Iab8314ed3a204c2d4815e008503d5a3bfa6b12cc
2015-09-08 03:53:51 -07:00
Kra1o5 cefa91c862 Update Spain APNs
* Update Vodafone, Orange & Yoigo apns & remove duplicated.
* Separate Lowi default & mms apn.

Change-Id: I0b98b74c82aee9e60ce79ed0cc4a10d226d1772c
2015-09-03 11:42:17 -07:00
Abhisek Devkota b31f746baf Update India APNs to YU list
CYNGNOS-898

Change-Id: I9f20283470eb330492e7c4de84093c7101da7580
2015-09-02 23:52:08 -07:00
Abhisek Devkota 80145f3a1b Fix Airtel APN Selection
Airtel GPRS should be before AirtelFun. Also remove empty fields
from AirtelFun.

CYNGNOS-865
Change-Id: I8ddab82787778ba07d759e78ac571b266863f0af
2015-08-31 13:33:29 -07:00
Davis Mosenkovs 78822daa4d Updated APN settings for Latvian operators
Sources:
https://www.lmt.lv/lv/interneta-lietosana (section: Kadi ir LMT mobila interneta un MMS parametri?)
http://www.tele2.lv/internets/internets-telefonam/ (section: Interneta iestatijumi)
http://www.bite.lv/palidziba/palidziba/interneta-iestatijumi-telefona (section: Android telefonam)

Change-Id: I356ae711493eb951d14473d34e6e50aad094e55c
2015-08-31 12:32:50 -07:00
Abhisek Devkota 0e3db258b0 Rogers LTE apn fix?
Suggestion per Andrew A.

Change-Id: Idc8f74892ddec1a41eda701fe57df4e4ece0eb25
2015-08-31 12:30:02 -07:00
Marcos Marado f9b05b9471 Fix Movistar APNs
Change-Id: If8d9834158a5c07830f65464c050b1b76fe0d133
Ticket-Id: CYNGNOS-861
2015-08-31 17:52:26 +01:00
Kra1o5 f4a4458e4c Add new Tuenti MNC SPN override name
Change-Id: Ie516cdb4da5a71b9c3171d27fd75d72c73d4c5e8
2015-08-11 13:45:14 -07:00
Arvin Quilao 869cfdbea0 APN: Update configurations for Philippine networks
*update carrier names
*remove duplicate entries
*remove deprecated redinternet

Change-Id: Ic3cee2691a32cd8959a7eaa142f5042317d0c962
2015-08-11 13:43:20 -07:00
Ricardo Cerqueira 4f3ae0ea0a apns: zero-length items are evil and break auto-selection
Addresses CYNGNOS-667

Change-Id: Id0fbba6cf68599d363a7f0737621b3e11ece4ad5
2015-08-03 20:37:07 +01:00
Marcos Marado bec1e57257 Clean up MEO/TMN APNs
Previously called TMN, now called MEO, this operator only has two APNs, one for
Internet and one for MMS.

Change-Id: Iccd17fe50db36db16d105ccada076c3cc6e7c49c
2015-07-31 12:24:41 +01:00
Abhisek Devkota 8b5c2c0a52 Remove 'preferred' no-op
Per line 217 in TelephonyProvider.java, this is a no-op

https://goo.gl/rpwV9z

Change-Id: Ieca3b9e723e5c6031fc0698c81074b2aa12e562c
2015-07-30 20:57:16 -07:00
dianlujitao c1f717f851 Update APN for China Telecom
* Remove deprecated #777
 * Add ctlte
 * Update ctwap and ctnet

Change-Id: Ia939087d7428260fe6e962f96e5550ceb38beed2
2015-07-31 11:35:47 +08:00
ginnungagap 8d2b2c75bf Update #comment to reflect removal of /data/local/userinit.d/ support
Change-Id: I7446c44f1c6388dd6ddb877a1e4ae4e6ab6c2499
2015-07-27 10:26:33 -07:00
Patrick 7135af8a23 Fix Rogers APN
Change-Id: Id90cd1de711ea5c4ae546fa787a5cb7989158269
2015-07-17 15:44:24 -07:00
Abhisek Devkota bbeb27c8f5 APN fine tuning
Clean up some straggling duplicates
Add Llamaya Int/MMS 21403
Add authtypes to some apns

CYNGNOS-436

Change-Id: I94f47725b72e98f98344792927951d6f06b31eab
2015-07-17 11:20:11 -07:00
Lin Ma d5420c0638 rendang: Remove unwanted APNs
Change-Id: I7539f0bc147e60e63f892c3d4b9a0e6d6d7e5868
2015-07-16 16:07:29 -07:00
Abhisek Devkota 5a6bda251c CYNGNOS-454 - Fix config_preferred_apn Overrides
With the influx of new APNs and reordering, this broke the vendor/cm
overlay for preferred APN overrides.

Reorder the list to unbreak functionality.

TODO: Make this override more granular as to distinguish between Carrier
and MVNO on carrier APN.

Change-Id: I65b1bf3a54ce76e4cf0b817a1a3cd6f86fe31f6d
2015-07-15 15:58:43 -07:00
Abhisek Devkota 2254bbae31 Yet another massive APN list
CYNGNOS-436

Change-Id: I13fd94bf26c3fe5860824cf357ff00a58382591e
2015-07-13 16:25:45 -07:00
Zyg0te c6d0ab5fcf Updated APN for Austrian Carrier Yesss.
- The apn is webapn.at according to the carrier documentation.

CYAN-6702 #resolve

Change-Id: Idaf92976556dd76bef6b4195329e69b0bff042e4
2015-07-10 20:55:32 +02:00
Abhisek Devkota 71983e8a0a Additional APN cleanup and modifications
Incorporate 'Data Accounts' change request and additional misc tickets.

Change-Id: Ie236075b02c06ec67b3931b7529b195c56ed87d0
2015-07-02 16:55:34 -07:00
Abhisek Devkota c38581cdbe Thou shalt not nano
Fuuuuuuuuuuuuuuu

Change-Id: I840df9d895fc3f97916fffce9cae4b523994e372
2015-07-02 14:07:47 -07:00
NBruderman 9dfe560e1e Vendor: Fix "mts" carrier password
Thanks for Dušan Šušić for pointing it out.

Change-Id: I5fc6f3d79ddcd6981ba3c3e521f0f931da6d8d84
2015-07-01 11:55:20 -07:00
Abhisek Devkota 3f7699f1fd Additional European MVNOs
Change-Id: Ib5f0c718dcd4d331546bf5a3a144d089e36da667
2015-07-01 00:34:05 -07:00
Abhisek Devkota 015d4fdf9d Massive APN Update
-Move epc.tmobile to type null (deprecated)
-Bring in multiple MVNO's
-Reconcile with external partner lists

Change-Id: I11523b6d207ec33ea501b70eaca533a1cf4f0a00
2015-06-30 19:59:33 -07:00
Michael Bestas d515adcbfe Remove obsolete /cache/dalvik-cache stuff from init.local.rc
Change-Id: I20af6b608d8f6059d7ede9be9af8ce22a919d9b5
2015-06-25 22:48:30 +03:00
Jake Jackson 0c80c8c3e7 Fix Sprint 3G
Removed bearer for Sprint eHRPD and LTE APNs. The eHRPD APN was set
to bearer 13 even though it is valid for all 1x/EVDO/eHRPD connecti
ons. This was causing no APN to be selected when an EVDO connection
was established and radioTech != 13 (eg EVDO_REV_A = 8). The LTE be
arer must also be unspecified so telephony does not then select the
eHRPD APN since any unspecified bearer is potentially valid for bot
h 3G and LTE. Regardless, the bearer does not need to be specified
since the system selects the correct APN for 3G or LTE automaticall
y.

Change-Id: I4ab61625888bf793a774fca2baab8274760452c4
2015-06-24 15:05:47 -07:00
Ethan Chen 617261e2cb Revert "cm: Add import for prebundled APKs"
This reverts commit 1d68926a04.

Change-Id: Ibb91d2e8f1a82709af818013de8af870e92d29cc
2015-06-16 13:56:11 -07:00
Konsta 6d603b2da5 Update Sonera APNs
http://www.sonera.fi/etsi+apua+ja+tukea/ohjeet/MMS--ja-internetasetukset-(Android)?id=116bf4e7-02e5-4673-ab4f-c32db2162426

Change-Id: I16e170cb6083dd96f9bc27a47788bdac824d7bc2
2015-06-10 10:51:08 +03:00
Chenxi Mao b1ac68588b apn: Add China Telecomm 4G APN support
Change-Id: I62effd8c8f3b5bcb79417eeec1bf92936d6499a1
2015-06-06 19:10:25 +08:00
Dan Pasanen 15e432d8ee init: stop ril daemons if ro.radio.noril is set
* no reason to leave these spinning if the noril prop is enabled

Change-Id: If52381962282f2c2955a743b57fbec10edb8199e
2015-06-04 06:56:18 +00:00
Matt Mower 655d8d6e0f Update Ting GSM APNs
Update based on Ting's guidelines here:
help.ting.com/hc/en-us/articles/205428698-GSM-Android-APN-Settings

Change-Id: I5de6b7a0b0bab9880e02122a7d76b883c2558cec
2015-06-03 23:39:55 +00:00
c457 0150c43da9 add MetroPCS's IPv6 APN
Change-Id: Ie3be23c1253affb44028fb8fd95d37b88dbbd425
2015-06-03 23:36:16 +00:00
Abhisek Devkota 0ab505f1ad Deprecate epc.tmobile.com APN
No longer used by T-Mobile US

Change-Id: I4f5898aa0a56500293323675868a3f138ad0b702
2015-06-02 20:07:17 +00:00
Phil Eichinger 2d9f1d70bc APNs: Correct MMSC for HoT Austria
Change-Id: I9d224fa7817f0c317606c61791c8ee839bf4c64f
2015-06-02 20:06:22 +00:00
Zyg0te c56364bd6e apns: Removed APN configuration for Noverca.
According to CYAN-6602 this carrier no longer exists. Hence we can safely
 remove the associated APN configuration

Change-Id: I984c73a628a4bee0a07dd61fc1dca77fe05da34b
2015-06-02 19:44:01 +00:00
Evan Widger ad91867dc8 Temp fix for Bouygues telecom issues
rearrange APNs so most popular one is hit first

Change-Id: Ie9cae2e4e36e937127bff1c31fb100f331de1b75
2015-06-01 14:49:04 -07:00
Lin Ma d32b741b5b FOTA: Create /cache/recovery in init.rc for FOTA
* FOTA depends on the existence of /cache/recovery and will fail
to reboot otherwise

Change-Id: I0d4d2150d54f36a0927aee3b66e64f9b81672d86
2015-05-31 23:57:39 +00:00
Matt Mower 9e9fea37ec Fix invalid roaming_protocol for telenor.smart APN
IPV4 is not a recognized protocol. Only IP, IPV4V6, and IPV6 are
defined.

Change-Id: I444d37a86c7168b4832c5bb69834714a0505ab7b
2015-05-28 18:35:40 +00:00
Abhisek Devkota 6560891d9b Drop hipri,supl from Smartfren4G
Change-Id: I561798f97ade57c90b4781cbfa471e7eaaf7354b
(cherry picked from commit 4ad1712ba471f7cb84817ba6f4cc1e3efd9889be)
(cherry picked from commit 477ee618b388923789330adb997b17610bf0e920)
2015-05-28 16:48:49 +00:00
Marcos Marado 54d5498497 APNs: 716: added Claro, Entel; 732: Fixed COMCEL
Change-Id: I016ead4bb458b1ef2eb6e1f6f468d5d881d21557
2015-05-21 17:09:20 +00:00
Phil Eichinger 7790c60c34 APNs: Add MVNO HoT Austria Internet and MMS APN configuration
Change-Id: Ic6399f8247d1f0afcbeb56953f70e357d6194743
2015-05-21 18:44:37 +02:00
Marcos Marado 580ac6fc6e APNs: moar MVNO's
Change-Id: Iec352b1f639a9f411d4e9f4eed53b81655fb681d
2015-05-20 11:25:12 +00:00
Marcos Marado 6a5733a062 APNs: Separate Simyo ES' entry (default and mms)
Change-Id: I94a39c96ba8c83e5632afa46630254d59212350f
Fixes: CYAN-6272
2015-05-20 11:24:46 +00:00
Zyg0te ebda3cde01 apns: Added APN configuration for Suop MVNO (Spain)
This references CYAN-6272.

Change-Id: If1a1aa3cf6d51ac821a2d67548a05bc78fe4a62e
2015-05-20 11:23:03 +00:00
Marcos Marado 9635acd538 Added several APNs, updated a couple carrier names
Change-Id: I77c634d623a4a73c94f9cd6f224bf0a67484ee6d
2015-05-20 11:21:51 +00:00
Abhisek Devkota c352261142 Split Smartfren MMS out
Change-Id: I4380710fac6cd632daa345c5a747d3ef41cfc5c2
2015-05-20 10:16:04 +00:00
Dan Pasanen 374ca9d02e init: set ro.radio.noril if persist.radio.noril is set
Change-Id: I51f35963662b8225674ad5c7514909e7efc67ae0
2015-05-15 15:45:28 +00:00
Zyg0te 5cdfc8d305 Add authentication parameters to MVNO NL APN configuration
MVNO NL is adding authentication to their APN configuration.
This new configuration is backwards compatible with the old version.
This fixes CYAN-6525.

Change-Id: Idf8570563d3fe502333d04ba9f24521d224afe91
2015-05-15 15:23:13 +00:00
Zyg0te 5cfc7b884f Updated Telekom RO APN to reflect their recent name change
Cosmote RO recently changed their carrier name to Telekom Romania. 
The associated APN configurations for that carrier now has the carrier name
 changed to reflect this. This fixes CYAN-5461.

Change-Id: I0aae5b085fb822e0992274cd0feb0868d4989e5b
2015-05-15 15:16:53 +00:00
Zyg0te a5c460ae82 Added APN for Costa Rica ICE Kolbi
This references CYAN-6237.

Change-Id: I3dc19feda91434ae9cd11175953df2827d47103f
2015-05-15 15:16:13 +00:00
Zyg0te 71a61f42b2 Removed obsolete internet APN for Indosat
This references CYAN-6495. Apparently, the indosat3g apn is no longer in use and has already been removed from AOSP.

Change-Id: I36e64f1944853aa6d1b5889d0da2f858b0731300
2015-05-15 15:14:50 +00:00
Ethan Chen 3866f709c6 init: Add common bugreport service
Change-Id: Id0501b2ca556919d8d41102e6d36d8453beedff2
2015-05-09 01:40:17 +00:00
Abhisek Devkota 788bd0991b Fix typo and build
Change-Id: I4a641747b785c91685442e0d81e6209b987f16bb
2015-05-08 14:08:51 -07:00
Zyg0te f7e33f1bdf Fixed typo in APN config for Nicaraguan networks.
This references CYAN-6497.

Change-Id: Ifc28eda483830b77db1aa2608d3a6cd817823cc1
2015-05-08 20:12:54 +00:00
Zyg0te a979d10614 Added Eagle Mobile MMS apn configuration.
This references CYAN-6250.

Change-Id: I8dc1a28125dcac638f53116082bddcec9229d91c
2015-05-08 20:10:48 +00:00
Michael Thygesen 76c41746c0 apns-conf.xml: (DK) merge BiBob and Telenor APNs. remove mvno values.
This fixes erroneous APN info introduced by I0a9808304f11ac0ccbdf78c7457d1fb3275e6087

This is tested to work on both carriers.

Change-Id: I7e32609b8e997d072b393d411870de1d9f4cac18
2015-05-07 06:01:05 +00:00
Erica Chang d175740580 SIM card setting: fixed Smartfren SPN override name
Change-Id: I5b5798516ae2620d9fa544470bc107421f12173e
(cherry picked from commit 623bc5bb1c80ff7dd8a3cd9c4b8272dfd8453db1)
2015-04-27 22:28:03 +00:00
Howard M. Harte bd71355924 Update Smartfren APN protocol to IPV4V6
Change-Id: I30384d45cf184253ca6ef4ce8847fe80228a012a
2015-04-27 20:11:47 +00:00
Howard M. Harte 1a2f288348 Update APNs for Smartfren
Change-Id: Id46a069af6e4b01b8c39ce82342043633b6168c0
2015-04-27 20:11:22 +00:00
Ricardo Cerqueira 70d7e18828 Kill spn-conf overrides
These were overloading the ASCII names to region-specific charsets,
which looks nice but it's horribly confusing if you're not native
from those regions and happen to be roaming there.

So... like our upstreams, just show the original carrier names

Change-Id: Icb3c6c9be2a4ee57866f2f57411a4f441be88f7c
2015-04-27 14:08:26 +00:00
Maxime Auvy a99128f1b0 Updated Free Mobile APN
Change-Id: I60ea016bfc840c0aaf4b8a0bbde026ebd68beb3e
(cherry picked from commit 81bd45a8bef18c7c1570b657c0bde122eeb6feb6)
(cherry picked from commit d7aa97853e33a4315563751431e10f611c20c2f5)
2015-04-21 16:35:35 +00:00
heydabop b02640c228 Add hipri to ATT Phone APN
per http://www.att.com/esupport/article.jsp?sid=KB424489&cv=820

Change-Id: Ib6552dd6358e2198f9e1da8420cc72da1664c606
2015-04-20 21:01:44 +00:00
black 8e9b0ac1fd Remove SPN configurations for Japan
These configurations has been causing problems since Android 5.1:
A docomo SIM card is regarded as no service.
A Y!mobile SIM card is regarded as Softbank.

Change-Id: Iead54ef9eff1d4bf0d472eb588fcda000cb228ad
(cherry picked from commit d60d2fd669aa75b49f7dba6a141008e1d9ea414c)
2015-04-15 23:55:49 +00:00
dcd b7634f7cd8 cm: add FreedomPop APN
Change-Id: I6e55c64c729723d48979751aa49ea86b4ebd0d8d
2015-04-13 20:54:01 +00:00
Matt Mower 4ffdd67288 APNs: Remove leading whitespace for a couple mmsc
ProMonte MMS & Sunrise MMS have extra whitespace in their mmsc.

Change-Id: Ifda8b8171498c84f471665facecd0bba3eaaa56e
2015-04-13 14:52:28 -05:00
Zyg0te 1db6cf185f apns: Added APNs for Movistar Peru
This references CYAN-6451.

Values based on movistar support document: http://catalogo.movistar.com.pe/ArchivosUsuario/ArchivoGuia/LG-T310-Plum-2G-CONFIGURACION-PERFIL-MMS.pdf

Change-Id: I98822dc2c29ed00ccf2792e83a06a8ed14051de7
(cherry picked from commit 4203778b54fa511c26a9498bd346c653f2d6add6)
2015-04-08 11:43:07 +00:00
Andreas Blaesius 700484dbcc Fix generate-half-res-anims.sh and halfres bootanimation.zips
bootanimation.zip contains PNG files and not JPG

Some zips aren't resized and use original resolution instead half resolution,
fix it too.

Change-Id: Ic12f93dc2a18f7ca9c9c7bff6b34dc0821bbfb4c
2015-04-07 20:09:59 +02:00
Emerson Pinter da87a7db23 userinit: kill userinit.d
We can't give exec permissions on /data, userinit.sh is sufficient for
most cases.

Change-Id: I924cecb2cd2ecf71bc15f77dccd2c28a19341b91
2015-04-07 02:23:20 +00:00
Howard M. Harte 779bc74e40 Update APNs for Smartfren
Change-Id: Id88ff4a559f50e83c52e709e8887d91a4f9ba132
(cherry picked from commit 2036a6fe36af24e5bd6cd7b3838d6fb47b13c12e)
2015-04-06 06:27:54 +00:00
Arne Coucheron 08297ed81a cm: Update notify_on_migrate path
Change-Id: I308405d11571b428de6092eb356f10cc9e8ed718
2015-04-03 02:01:36 +02:00
Michael Bestas 6399c8be4b Updates for cm-12.1
Change-Id: I3eefaadce417ed3802f31bd62ee57a3b18561839
2015-04-01 05:30:52 +03:00
Abhisek Devkota 75271cfdf9 Airtel MMS - Add authtype=1 for PAP
Change-Id: Ic41d403221351b5bec67c306d8ded2915e0cf45b
2015-03-24 14:37:37 -07:00
Tamás Tóth a4f3e9a213 Update Telekom (T-Mobile) HU APN
Change-Id: I003a14519b17ea0f7a3d72ee16fb97eeb763eb3e
2015-03-23 22:09:16 +01:00
Abhisek Devkota 9c2413bc19 Update Telenor HU APN
Change-Id: I96fc55f7f30fb6203e8729e4cd7c40203adf3420
2015-03-19 11:44:59 -07:00
Abhisek Devkota eb600fe87c Add new Maxis combined APN
Change-Id: I1981d43e0fffb5ce0d468117490c30cfe0d50055
2015-03-18 14:16:28 -07:00
Abhisek Devkota 8df987a371 Add USMobile (MVNO) apn
Change-Id: I5cf33256a04e96567d87042e10ed80034a40ec41
2015-03-16 18:23:44 -07:00
Byun Jae Myeong b62da1e2e1 apn: Add LG U+ LTE APN
Change-Id: I5bb329e9b2d5eb76a47db8c0ea2fdd0b853c29e5
Signed-off-by: Byun Jae Myeong <byon0716@gmail.com>
2015-03-16 15:21:27 -07:00
Howard M. Harte 6ed255db27 Add additional APNs for US Cellular
Change-Id: Ia3e5ccc244ff6b95de1f079571c12591375b847b
2015-03-16 21:12:25 +00:00
Howard M. Harte 1245bc273a Add APN for Smartfren
Change-Id: I1553dad104c200822167baa3a33d6fe6dbd176da
2015-03-13 18:23:24 -07:00
Kra1o5 0397dbf6fe APN: Add Lowi
Change-Id: I9006f766912c38dddb674096cae7431b7880ce7a
2015-03-11 02:32:47 +01:00
Kra1o5 94dde9bafb APN: Fix Pepephone 4G
Change-Id: I234be5e3cd0049b4e0d1245c0e4e1d4e5f979cba
2015-03-10 21:01:50 +00:00
Ethan Chen 1d68926a04 cm: Add import for prebundled APKs
Change-Id: I8760457c974fdc22a6f2304a044120a01b14a111
2015-03-10 18:11:49 +00:00
Kra1o5 b1285f2404 APN: Add Pepephone 4G
Change-Id: I4f40dbab1125f5a3c0850d926b2e853b3a277089
2015-03-06 11:34:25 +01:00
Zach Frank f4730188a3 Revert "apns-conf: remove default type from all vzw apns"
Causing data problems for multiple Verizon users on multiple devices

This reverts commit 54a9c4ad26.

Change-Id: I3ea083f1b040cb6b1c2ab52dbddf6e9403bc6f39
2015-03-05 07:02:14 +00:00
Brint E. Kriebel 1d055a3fbc otasigcheck: skip otasigcheck in headless mode
We should assume that headless mode is going to handle data wipe as
needed.

Change-Id: Iea01a061458f5b5ecc881e41ec8ac2200722eeed
2015-03-04 01:18:26 +00:00
RGIB 3428311ad8 Add MVNO APN "coopvoce"
Change-Id: Ie978eed41257071345fcb2dcb0d4f8b63045942d
2015-03-02 10:41:03 +01:00
Shareef Ali 54a9c4ad26 apns-conf: remove default type from all vzw apns
* Fixes being stuck in 1x or 3g and not being able to hand
  back up without a reboot or airplane mode toggle

Change-Id: I9d6c422c77b2a55fab551538f8776402bc574478
2015-02-27 05:18:28 +00:00
Abhisek Devkota 6b12513187 More Reliance (rcomnet) updates
Change-Id: Idfa139e24ad6918ee25de49262c7a55f481fb297
2015-02-26 21:48:10 +00:00
Adnan a26b50df6e Prioritize Airtel GPRS over Airtel Live in India.
Change-Id: I92a94af8a05371c9ed090789fa9aa3353a09b68f
(cherry picked from commit e8bb4f8277597a543cc09ff601916816df84b21c)
2015-02-26 18:06:50 +00:00
black 9cfcfcc016 Update Japanese APNs
Wi-Ho!: http://sim.telecomsquare.co.jp/jp/

Change-Id: I0951f5260ac5eee8ea6ebcda24eec03a9233dd19
2015-02-16 20:52:08 +00:00
gekkehenkie11 41832bd224 correct APN for Setar Aruba
Change-Id: I8d6f4609aee06640ad755ef834a48f32392521b1
2015-02-16 20:24:55 +00:00
Georg Veichtlbauer 5e9d050e18 init: remove logwrapper
Change-Id: I1e2ecfcbca335afd1c8bf7c6fd76684a221b99ef
2015-02-09 21:03:26 +00:00
Dušan Šušić edac44013a APN: Changes for MT:S Serbia APNs
1. Added new APN
2. Correct values in old APN

Additional info where admin can check data:
http://www.mts.telekom.rs/index.php/podesavanje-telefona.563.html
(Serbian language).

Change-Id: I2099dce817ef1225e4e6675556e84593f3461036
2015-02-06 23:35:59 +01:00
Christopher R. Palmer 9a7eea0e84 bootanimation: Generate all the missing half-res animations
Change-Id: I6cbca588e30741e077802659ecb4c59ef892473b
2015-02-03 20:24:14 +00:00
Asher Simonds 8024ea89b6 bootanimation: Update boot animation for lollipop
* Now in dark flavor!

Change-Id: Id688663b24cd945854687b643f63b7db5355460d
2015-01-29 17:52:50 -08:00
Frant1c 9e20a0e963 apn: Changes for LT apn's
Updated LT apn's. Few outdated, unusable was removed.

Change-Id: I883d962346517b1f355fd69769517521a5381ab9
2015-01-27 23:03:41 +00:00
Abhisek Devkota 4c7d260ba9 Update Cellcom Israel
Per request from carrier

Change-Id: Ia9cc09d33fca828108b6cd170237880471f771bb
2015-01-27 01:41:50 +00:00
Ethan Chen 5af639d720 Add 2048x1536 boot animation
Change-Id: Idfcc0f00008b7ad1d082e12984c5ba5997fbef54
2015-01-26 23:24:13 +00:00
Fran Carrasco b95001f0ca apn: New Tuenti (Spain) APN.
Tuenti has become a full OMV and have a new configuration.
Now has no MMS support.

Change-Id: I3a8193f95a7cb00955af4febb977a9b57ca58674
2015-01-26 19:53:29 +00:00
black ec8841cb3f Add Movistar APN
Per CYAN-6230.

Change-Id: I2d86934db276173ba9ffc6cb65c0578307cbb9eb
2015-01-25 09:24:52 +00:00
linuxx 861997d79e bootanimation: New boot animation for lollipop
Created by: Asher Simonds

Change-Id: I60a221c2098528daa8f4e566d2a4eb6c25a0ed25
2015-01-24 02:34:26 +00:00
Zyg0te 972e00b8ca Added APN for Claro (Costa Rica)
references issue #CYAN-6238

Change-Id: Ie56f3eb01095a07a9cf87f430c974aa5fbd5e7cb
2015-01-24 02:10:03 +00:00
Michael Bestas 968998d27f bootanimation: Remove halfres zips before regenerating them
Change-Id: I8688700d85c3c29c650488cc469aed5ead5ec0e4
2015-01-22 05:48:52 +02:00
Zyg0te cc589d99d4 Added Digicel Trinidad to apns-conf.xml
Change-Id: Ibbdc096b75046433e7cf179592277aa426fee525
2015-01-18 00:50:17 +00:00
Tom Marshall 65aff66ecb cm: Put install tools in OUT/install
* This allows us to avoid modifying /system at install time.

Change-Id: I747551d7f38a3eef70ab64f32b6d4a4749c01012
2015-01-13 21:54:18 +00:00
black 9f026a6249 Add Japanese APNs (DMM mobile, UQ mobile)
DMM mobile: http://mvno.dmm.com/apn/index.html
UQ mobile: http://www.uqmobile.jp/support/guide/setting/apn/

Change-Id: If6c80136ccfc2aa7cf3fbe8ea593e1379033a4db
2015-01-05 19:30:28 -08:00
Pawit Pornkitprasan 24a971ad42 cm: sepolicy: fix performance settings
Change-Id: Idea17856b4aef9258688a3ad58d0e5cac6d805a6
2015-01-03 07:57:44 +00:00
Konsta 444ce4a6b1 cm: Remove KSM permissions
CM12 doesn't have a KSM setting in performance settings anymore.
KSM should be configured and enabled on device basis.

Change-Id: I98a0cbe1b01a659eb28bcd459be55d78a88bda86
2015-01-01 00:40:37 +00:00
Shareef Ali e980819a9c apn: fix some data issues when using sprint operator numerics.
this fixes issues like
https://jira.cyanogenmod.org/browse/NIGHTLIES-404

requires:
http://review.cyanogenmod.org/#/c/79764/

Change-Id: I595788c3bf529640df16aaa75551bb55b4c0f036
2014-12-29 17:43:03 +00:00
Arne Coucheron 90d2f8ceca Change roaming protocol for "telenor.smart" to IPv4
* As per info on telenor.no

Change-Id: I7d5febd07e362d38880b454a45a3b692f52a954c
2014-12-22 22:53:34 +00:00
Adnan f786721435 Update Reliance RTel APN's.
Change-Id: I64cfaef7de1b506059fc0f79bc24dd78ca0555d2
(cherry picked from commit 5f37ad9684c7117b12f599af1f25dbb6e0419687)
2014-12-17 21:19:14 +00:00
Abhisek Devkota eab1fbb75b Add Bulsatcom APN
Change-Id: Iedde9248dae63ce5ad030c7713192f0a64f1d038
(cherry picked from commit 12e4e186cb111adcaf628fae0c6471fd22770470)
2014-12-11 19:59:00 +00:00
Evan Widger b8dc3a3c3d Added telenor 'smart' ipv4v6 apn
per CYAN-6070

Change-Id: I7de3f829650672f1f3b668da01a8e5be05d82fec
2014-12-08 05:53:16 +00:00
Marcos Marado 7eb224d3a5 Fix the Reliance MMS APN (mcc 405, mnc 01)
Change-Id: Ib1f3927aa55ae57d89e6389d685e340ca4b18063
2014-12-08 05:24:35 +00:00
Evan Widger 2025232f55 apn updates for globul->telenor(bg), globalcom(ng)
per CYAN-6042 and CYAN-5623

Change-Id: I818b7884cc3311b8f51e9afab35e5d228e092de4
(cherry picked from commit 6bf2a26ee818f9452dd5056b4cec49d00ceef57d)
2014-12-03 00:17:30 +00:00
Abhisek Devkota 35c7518b04 India Hutch is no longer a valid APN
Change-Id: If458a45c9ba1ac39097b6157f7c222e16b779a7c
(cherry picked from commit ec073cf4e37e7ad1b2d1062985951e99f142e691)
2014-12-01 21:49:12 +00:00
Ricardo Cerqueira d2248b27a8 otasigcheck: Use an explicit exit code for failures
Change-Id: I2b5860ea427a4db7e29b55cc632b92c6e2910494
2014-12-01 15:15:47 +00:00
black a1998ab77a Update Japanese APNs
Change-Id: Ia145e566f9b8a65dfb17f8d43db5c92b537b34a6
2014-11-29 08:06:20 +00:00
Abhisek Devkota c73cf19cfd Update Reliance APNs
Change-Id: Ie223d4d485f94f374dd57fe660d44bcd0ed74a23
(cherry picked from commit e4704d95e5bba24c4f9fad0dc3966eb03caa4c04)
2014-11-29 08:05:40 +00:00
Abhisek Devkota 440c3266f6 More Asian APN updates
1) Added Airtel Live APN
2) Renamed Airtel GPRS & MMS APN
3) Add proxy to Reliance & Aircel MMS apns
4) Add two Aircel and one Airtel APNs

Change-Id: Idfbeac8d2b3d805bf0e31faa807ecb1b857771fa
(cherry picked from commit a6e2c09d95233b6980141db8d3530cb62b790433)
2014-11-24 08:00:20 +00:00
Abhisek Devkota 0d4ffee3a6 Split out Airtel, adjust other Asian APNs
Change-Id: I78bf0ef8a1de3549dcafd5d7554500983dabf582
(cherry picked from commit 2a371f19156b822486ac9195f11e90587a13bb9c)
2014-11-24 08:00:03 +00:00
Abhisek Devkota cfb5e79681 Update Asian APNs
Change-Id: Ie17b67130ce39f1378151688aa1a30bbbf9ec8f3
(cherry picked from commit 664877337465d9f602f5b302def87df8ac841deb)
2014-11-24 07:59:08 +00:00
Arne Coucheron 1a1b4dc7da cm: Update and add additional permissions
Change-Id: Iec6a6938209d8bdfa9f8cdc31a9929d2fbc27f76
2014-11-19 05:48:47 +00:00