Commit Graph

1741 Commits

Author SHA1 Message Date
Ricardo Cerqueira c7bcf25f13 Merge "cm: Add 10.1.3 to changelog" into cm-10.2 2013-10-21 00:31:32 +00:00
Ricardo Cerqueira afc4642a08 Merge "Add Korean KT LTE apn" into cm-10.2 2013-10-21 00:29:28 +00:00
Ricardo Cerqueira 7c4a6effb1 Merge "Remove Term, su, and CMUpdater from user builds" into cm-10.2 2013-10-19 08:46:32 +00:00
Ricardo Cerqueira a21887e878 Remove Term, su, and CMUpdater from user builds
Also, set the default root_access property to 0, and
explicitly add to the build packages tools we always
want, to avoid relying on PRODUCT_TAGS that may change
upstream

Change-Id: Iecfb8501cfb2f556d5cafe7d18d06539c0433839
2013-10-19 09:45:47 +01:00
Giulio Cervera a9c1be5bb0 contributors: update Sony maintainers
Change-Id: I9f15303a97135c6e1ea642cbf1fed45298c01b75
2013-10-19 10:32:26 +02:00
Arnav Gupta 1e9c7dac70 contributors: update Sony maintainers
Change-Id: I982386af179e0cc4f0d69564fd19fecd4f22fbec
Signed-off-by: Arnav Gupta <championswimmer@aokp.co>
2013-10-19 08:10:22 +00:00
aleksei 886f47b47f Add Korean KT LTE apn
Change-Id: Ife005be1d99933cae3badc5ec4766c43283d17ef
2013-10-18 06:48:21 +00:00
Abhisek Devkota 418b6b3cd9 Merge "Add APNs for VZW Network Extender" into cm-10.2 2013-10-17 21:56:37 +00:00
Chris123NT c237204c5c Add APNs for VZW Network Extender
PS2: Fixed whitespace and indents
PS3: Fixed whitespace for real this time

Change-Id: Ie853980f3c7258ea23bbfdedb7c2f10e83628d76
2013-10-16 23:56:46 -04: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
Eddy Witkamp 1b1ef8d6ee cm: Add 10.1.3 to changelog
Change-Id: Ic25b531e7611d98d2eacc1dd29a2c3dc70fe243c
2013-10-15 12:51:44 +02:00
Michael Limb d11c07b6a1 vendor/cm: fix Sprint MMS apn being set as default
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
2013-10-12 00:02:05 +00:00
Michael Bestas 1f2a3d42ca Disable excessive dalvik debug messages
Change-Id: Id95875f577348713ab46a055d225e73055b9aea8
2013-10-11 23:25:53 +03: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
Steve Kondik f9bb7779ed cm: Update permissions for ondemand sysfs nodes
Change-Id: I4d7e856a720bef539bd5c43624cc8ed746b2cc95
2013-10-07 23:39:12 -07:00
dcos f344730e51 Fix APN typo for VIPNet Croatia
Change-Id: I2d1815900525efdbadb0398383eff9eb425a2355
2013-10-07 18:17:25 +02:00
Steve Kondik bc68cf2cc0 cm: Skip backuptool on GMS builds
Change-Id: Id0cf16551b87be2d218f04b0d5a158d88ace4e74
2013-10-06 22:41:52 -07:00
Steve Kondik 686cbf2d87 cm: Set permissions on input_boost node
Change-Id: I2f02a3035158dbd138c2c22ddd4536bd717ae6b9
2013-10-04 04:31:56 -07:00
Giulio Cervera fe91df1ae9 apns: cleanup 3 ITA carrier
Change-Id: I14eb1e68943bdf9b0164afa1dd4258e55d709334
2013-10-03 11:34:06 +02:00
Steve Kondik 6a0f53023f cm: Set permissions on notify_on_migrate node
* Used by PowerHAL

Change-Id: Ifbf58c145522d82d220fbae39a6b7319971ecbb5
2013-10-02 11:28:28 -07:00
Michael Bestas 71b1a2fca7 cm: update VideoEditor & live wallpapers packages
This change allows us to disable these packages on devices
with limited storage.

Signed-off-by: Michael Bestas <mikeioannina@gmail.com>

Change-Id: Ic843d1f663c7e2f68fa758d338d2e428b9321764
2013-10-01 18:36:50 +00:00
Dan Pasanen f4b2e9d1c5 Add HTC Droid DNA and Galaxy S4 I9505 contributors
Change-Id: I3277bd6066a6e1989e3f049c691083e68c1500c2
2013-10-01 18:34:53 +00:00
Ricardo Cerqueira 554f3703e5 Refactor versioning
* Replace the 1-to-1 variable-to-buildtype stuff with a single
  environment variable. CM_[TYPE]=true becomes CM_BUILDTYPE=[TYPE]
* Change the placement of the extra version tag: 10.2-21234567-TYPE-model-TAG
  becomes 10.2-21234567-TYPE-TAG-model, for consistency with the rest.
  The last component of the version should always be the model.
* Add support for the SNAPSHOT build type, for use with the monthlies
* Unknown types will still fallback to UNOFFICIAL
* Accept the jenkins RELEASE_TYPE variable as an alternative to
  CM_BUILDTYPE for compatibility with older branches

Change-Id: Idf96c7ca887747a5ae49a17cf5adf642fb1d561f
2013-09-28 15:31:18 +01:00
Giulio Cervera 989a313c54 rootdir: Set permissions for additional interactive sysfs nodes
Change-Id: I2dbcdcc199c5f75d08e8ebf41cd6768c7648e27b
2013-09-28 00:55:37 +01:00
Giulio Cervera a76d898dec init: provide initial pemissions for ondemand governor
also set all governor permissions a bit late

Change-Id: I5c1445b31bcaf34a535efd7438fd612ada460ea2
2013-09-28 00:55:22 +01:00
NameLess, the Jedi ff4b205412 Allow 'system' user to modify cpufreq control files
This is needed by new CPU Settings in CMParts

Change-Id: I0ec4e0b1705670034a433df549b2895985c476af
2013-09-28 00:54:32 +01:00
Michael Limb ec031f735c vendor/cm: update CONTRIBUTORS
add Michael Limb (something15525) for Google Galaxy Nexus (toroplus)
add David Hays (flyhalf205) for Verizon HTC One (m7vzw)

Change-Id: I8fac4f71ee1c641de97eb1a43653097637924ecb
2013-09-25 16:24:47 -07:00
Keyan Mobli 0aa748b4f9 Merge "prebuilt: apns-conf-cdma.xml: Fix Sprint APNs and clean up APNs for test SIM cards" into cm-10.2 2013-09-25 20:56:00 +00:00
Steve Kondik 7439296afe cm: Build the BluetoothExt package
* This package contains Bluetooth profiles implemented by Qualcomm on
   top of Bluedroid.
 * Currently contains support for MAP and FTP profiles.
 * Also included is BTC for wlan coex on QC chipsets.

Change-Id: I933b14de4576691c31087c9de4d60f21cbe3678b
2013-09-19 19:53:08 -07:00
Steve Kondik e4801d125a cm: Remove Focal
* There are a number of issues with this app, and it's currently not
   working very well on most devices.

Change-Id: I36094c68fa0f642921d478aa72387bce2b88a224
2013-09-19 14:13:50 -07: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
Ricardo Cerqueira 1eb0e068e8 Merge "Adjust mnc for Movistar CL" into cm-10.2 2013-09-14 00:39:39 +00:00
dhacker29 a405e43e7d Update Motorola device contributers
Change-Id: I782d9d439afbbf1e756f63e0a62384a3853143dd
2013-09-06 17:30:36 +00:00
Tom Briden 836ca1ac25 Add HTC One X+ contributors
Change-Id: I4de7664d784e68b5efc7bb0faa29d31524bbe079
2013-09-06 12:22:50 +01:00
William Roberts 4256e66a1b Use PRODUCT_BOOTANIMATION instead of COPY_FILES
Change-Id: I10f6db5687ba2a3724a00b94bc7592dbd6405b82
2013-09-04 13:18:48 -04:00
Ricardo Cerqueira 48ac98f97d Merge "add Kindle Fire contributor" into cm-10.2 2013-09-03 17:10:14 +00:00
Hashcode 1aeba001fe add Kindle Fire contributor
Change-Id: I919c41b230791e8b46b7e63ecb29100aee3282a0
2013-09-03 09:36:22 -07:00
Danny Baumann c794919b7f Merge "vendor/cm: Update translation contributors" into cm-10.2 2013-09-02 07:11:38 +00:00
Richard Ross 4cf220a204 prebuilt: apns-conf-cdma.xml: Fix Sprint APNs and clean up APNs for test SIM cards
- 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
2013-09-01 11:52:49 -04:00
Pawit Pornkitprasan 04ffabe3dd Use Package Manager to disable stock OTA
This reverts commit ea14a88a2a.

Using the Package Manager prevents any danling wakelock from
killed service/receiver.

Change-Id: Ie3162ca4b18a7bc9c55613af39e88ea980407e5f
2013-09-01 16:29:16 +07:00
Ricardo Cerqueira 0d6d3e692e Merge "otablock: also disable BroadcastReceiver" into cm-10.2 2013-08-29 18:13:50 +00:00
Ricardo Cerqueira 97b80e9f33 Revert "otablock: Disable only the actual activity, leave the service on"
This reverts commit 583a6429e6, pawit
got a better fix
2013-08-29 19:13:16 +01:00
Pawit Pornkitprasan 41b862ca20 otablock: also disable BroadcastReceiver
otherwise it'll prevent the device from going to sleep

Change-Id: I56e20c4b3e33c78f30e095f38240d6663c9d74f5
2013-08-29 22:03:29 +07:00
Ricardo Cerqueira 583a6429e6 otablock: Disable only the actual activity, leave the service on
This is apparently shutting down uncleanly and frequently leaving
unwanted stuff active :(

Change-Id: I08e7b28adf1ec0725b82357df96beda2527e2f16
2013-08-29 15:58:28 +01:00
Ricardo Cerqueira ea14a88a2a Prevent stock OTA activities from running in CM
Change-Id: I3f586cd246fc351afb82c94f41329bf930f6f41a
2013-08-27 22:15:26 +01:00
Marco Brohet d59199c764 vendor/cm: Update translation contributors
PS2: Reorder language names based on the most important
     part of their name
PS3: Add Danish
PS4: Add Norwegian and fix some names
PS5: Update name at personal request
PS6: cm-10.1 >> cm-10.2
     Update Simplified Chinese, German and Russian
     translators
PS7: Update Portuguese (Brazilian) and Swedish translators
PS8: Update Catalan and Swedish translators
PS9: Update Traditional Chinese translators
PS10: Update Slovak translator
PS11: Update French translators

Change-Id: Ib9a84a3c4ebed3745e710293e0f5b059f1f8beec
2013-08-28 00:04:59 +03:00
Ricardo Cerqueira 4f4c30b7a4 backuptool: Add support for cross-version whitelists
Change-Id: I415eb4d64d693a7e150656802be7f7c4a0e5ab8b
2013-08-26 04:39:47 +01: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