Commit Graph

1310 Commits

Author SHA1 Message Date
Ricardo Cerqueira ce745b20dc Add maintainer entry for P930
Change-Id: I1979130ec05c0f57f7b2f0fbf30ce9be563d80ab
2012-04-05 18:46:51 +01: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
Jef Oliver cad60ffcdc Add maintainer entry for Xoom (wingray)
Change-Id: Id6414b8145a636fa9ab1126b05921e1f7f53f3d2
2012-04-05 10:02:44 -07:00
Steve Kondik 49e121d3c7 Merge "4.0.3 >>> 4.0.4 yet again, thanks to JBQ, hopefully this is the last time for 9.0" into ics 2012-04-01 06:36:59 +04:00
Pawit Pornkitprasan f93ea9272b Add galaxysmtd, galaxysbmtd, captivatemtd, vibrantmtd
The branches are already on gerrit

Patchset 2: Added vibrant also

Change-Id: Ic1f8d7d41186641b415abaf898f0c22f9d65385c
2012-03-31 22:22:22 +07:00
Chirayu Desai 26cfe4efe0 4.0.3 >>> 4.0.4
yet again, thanks to JBQ, hopefully this is the last time for 9.0

Change-Id: I9b1e046229f89de58c8b80eddde76b15719c1676
2012-03-31 18:10:50 +05:30
Steve Kondik e0c12dad51 cm: Add CM-specific permissions
* These can be used if someone wants to filter for CM features
 * Basic feature com.cyanogenmod.android is included in all builds
 * Include nfc_enhanced on devices that have NFC

Change-Id: Ib7704b791c8916f1eabe5f40fd21e2f0005d32f9
2012-03-30 10:09:06 -07:00
Steve Kondik ab1991f33d cm: Kill this meme already.
* Change -KANG to -UNOFFICIAL since too many people just don't get it.

Change-Id: I1992c0dab85f54c23ed4553a3c649775ade55893
2012-03-29 15:27:14 -07:00
Ricardo Cerqueira 1bc652f6dc cm: Update displayed build ID for 4.0.4
Change-Id: I46c14097d2e90a984ffbe11964fa6c99d13b25c6
2012-03-29 11:24:38 +01:00
Atin M 82aee885dd Added i777 (AT&T Galaxy SII)
Change-Id: Ic902ca1407b79fd01efc5555cafb603355062213
2012-03-25 06:34:33 -04:00
Chirayu Desai b63ddf3693 Changelog : 4.0.1 >>> 4.0.3
The current codebase is 4.0.3, updated the changelog to reflect that

Change-Id: I26a37c43786d34b83e2b472148717be5060bee69
2012-03-24 14:58:55 +05:30
Steve Kondik 9246139eb6 Merge "vendor/cm: Saga maintainer update" into ics 2012-03-23 10:06:08 +03:00
Steve Kondik 1d7d96c028 Merge "cm: New boot animation from Cameron Behzadpour" into ics 2012-03-23 08:08:39 +03:00
Simon Davie 2552dd40d3 vendor/cm: Saga maintainer update
Nico Kaiser has joined me with maintaining the Desire S.

Change-Id: Ideecb686855e7f2c0d67ee4911f2740bd5013c07
2012-03-20 13:28:34 +00:00
Daniel Bateman d6c8a31e59 cm: Update Vibrant maintainer
Change-Id: I32e3deb763a5063a645f2fd9fdd873a19df46246
2012-03-16 18:44:22 -05:00
Steve Kondik a8945756d9 cm: New boot animation from Cameron Behzadpour
* Default for tablet is horizontal-1280x800
 * Default for phone is vertical-480x800
 * Override using TARGET_BOOTANIMATION_NAME in cm.mk (must come before
   inherit of CM base product.

Change-Id: Ibd01236847b4f1de0cfd4246c8bd93b1f047005a
2012-03-15 01:29:05 -07:00
Warren Togami d4358abf13 Revert "SpeechRecorder is missing from -userdebug"
Change-Id: I48ecbf393674b6642f645b64caec1b61d3aae3ae
2012-03-14 19:41:15 -10:00
Steve Kondik b049d6e431 Merge "Update Free Mobile APN (France)" into ics 2012-03-14 10:58:05 +03:00
Florian Hatat bc603d9262 Update Free Mobile APN (France)
Change-Id: Ic5c68e209c82a92ab157f9a2535b782f6657f564
2012-03-13 07:29:11 +01:00
Warren Togami 6f3d7a38aa CDMA specific apns-conf.xml.
To use, include this in your device's cm.mk:
$(call inherit-product, vendor/cm/config/cdma.mk)

Change-Id: I5651bf1ad702f7ed2afe49f0d74110c7921daeab
2012-03-10 14:22:26 -10:00
Jef Oliver 2de0bba259 Merge "Modular backuptool.sh. Executes backup and restore methods defined in arbitrary /system/addon.d/*.sh scripts." into ics 2012-03-09 10:07:33 +03:00
Steve Kondik 7f9ee227dc Merge "Croatian LatinIME dictionary" into ics 2012-03-09 09:42:27 +03:00
Warren Togami b1637c8e2b Modular backuptool.sh. Executes backup and restore methods defined in arbitrary /system/addon.d/*.sh scripts.
Tips & Tricks
=============
* 50-cm.sh contains only a reference implementation.  You may customize the methods however you wish.
  For example, 20-foobar.sh pre-backup can use a loop with conditionals to generate a dynamic backup list in
  /tmp/foobar_file_list which is later printed by list_files() so the backup method will act on those files.
* Optional methods pre-backup, post-backup, pre-restore, or post-restore may be defined for special purposes.
* Inject new files into /tmp/addon.d/ prior to backuptool.sh backup if you want to act during the current CM upgrade.
* Delete files from /tmp/addon.d/ during post-restore if you want to permanently remove files from /system/addon.d/
  Addons may use this approach to run a script only once.
* Scripts run in sort -n order.  Prefix with numbers 00 through 99 if want to run in a particular order.
* You can have two separate scripts, implementing only backup in one, and only restore in the other with a different
  number prefix of each.  This allows even greater control the backup/restore order even further.
* You could use pre-backup to generate a one-time use backup script in /tmp/addon.d/ that deletes itself in
  post-restore.

Patch Series
============
http://review.cyanogenmod.com/#change,13265
CyanogenMod/android_build
  * edify generator
http://review.cyanogenmod.com/#change,13266
CyanogenMod/android_system_core
  * permissions on /system/addon.d
http://review.cyanogenmod.com/#change,13267
CyanogenMod/android_vendor_cm
  * 50-cm.sh reference backup script
  * modular backuptool.sh
  * support backuptool.functions used by /system/addon.d/*.sh scripts

Change-Id: Ifd5eaf9dcfd68d92e5043c21d1bae1dc0ad54860
2012-03-08 20:40:36 -10:00
Steve Kondik 0624f43180 Merge "apns-conf.xml: Fix Mobifone APN settings." into ics 2012-03-09 09:36:59 +03:00
Warren Togami ce375df5ab SpeechRecorder is missing from -userdebug
Change-Id: I86a37a2d59d16042dc2ff5d0fce87d63c3082b30
2012-03-06 00:08:01 -10: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
navdra 50ac435001 Croatian LatinIME dictionary
Change-Id: Iebc1f18f8a63530d6c2bb3df0381c29dd34c51f1
2012-03-04 22:15:56 +01:00
Steve Kondik 4233c20e60 Merge "added audio files contributed by "Dennis Cleiren"" into ics 2012-03-04 03:37:14 +03:00
codeworkx dd5be36f6c added audio files contributed by "Dennis Cleiren"
Change-Id: If10709db3a35e195ed4bf53e7b934d4cc9fbc49c
2012-03-03 23:34:07 +01:00
Diogo Ferreira 8c67daebf8 cm: Add 2011 SEMC devices
This commit adds support for the following devices:
anzu: Xperia Arc / Xperia Arc S
coconut: Xperia Live With Walkman
haida: Xperia Neo V
hallon: Xperia Neo
iyokan: Xperia Pro
mango: Xperia Mini Pro
satsuma: Xperia Active
smultron: Xperia Mini
urushi: Xperia Ray
zeus: Xperia Play GSM

These devices require the following additional repositories:

android_device_semc_msm7x30-common | semc/msm7x30-common
android_device_semc_mogami-common | semc/mogami-common
android_device_semc_zeus-common | semc/zeus-common

Change-Id: Ia133717024d04711c725f78cf5cc9ef3a592b824
2012-03-02 11:01:41 +00:00
kallt_kaffe f8fadb4ce1 vendorsetup.sh: Add p5 and p5wifi (Samsung Galaxy Tab 8.9 P7300(3G+wifi) and P7310(wifi-only))
Repos that needs to be forked:
https://github.com/kalltkaffe/android_device_samsung_p5-common
https://github.com/kalltkaffe/android_device_samsung_p5
https://github.com/kalltkaffe/android_device_samsung_p5wifi

Proprietary files:
https://github.com/kalltkaffe/android_vendor_samsung_p5
https://github.com/kalltkaffe/android_vendor_samsung_p5wifi

Known issues:
- Camera is not working.
- Compass is 90 degrees wrong.
- Rotation animation "blanks out" before it starts.
- Voice calls (p5 version) isn't working although some report recieving calls work while outgoing calls is not.
- HDMI output is rotated 90 degrees.

Some more info:
Most of this is based upon the p4/p4wifi repos as it shares a lot with the p4 and I've forked pershoots p4 kernel and modified it to work with the p5.
It's very stable and can be used as a daily driver, the biggest limitation is the lack of working cameras (imho).

Kernel source: https://github.com/kalltkaffe/galaxy-2636

Change-Id: Iab45d767eb5916cc35bed8e7611123af4a44e861
2012-03-01 22:17:15 +01:00
Steve Kondik fa29585608 Merge "Fix overridden packages in backuptool" into ics 2012-03-01 20:32:22 +03:00
BumbleBee ad25568c25 Add tf101 and tf201 to vendorsetup.sh
Change-Id: I6c6fa75dba6d613fd41af6c77268bb592a2de192
2012-02-29 17:21:19 -08:00
Steve Kondik 2824bf86ba Fix overridden packages in backuptool
- Fix Gallery typo
 - Add QuickSearchBox override

Change-Id: I7ac14e62eebf4289a55d2d1f065d34866cb67abd
2012-02-29 15:42:19 -08:00
codeworkx 24f1966a7f vendorsetup: add galaxys2 lunch combo
Change-Id: If66d8f1fc0521e7fb67711ff8b7a59eb57b1b606
2012-02-29 19:55:41 +01:00
Steve Kondik b3b545c4ff Merge "Ensure backup of voice search" into ics 2012-02-29 10:53:26 +03:00
Steve Kondik c81b8cdfa3 Merge "handle_compcache: update props to match MemoryManagement in settings" into ics 2012-02-29 10:36:00 +03:00
Steve Kondik ed69bd6f48 Merge "LatinIME: Add official Czech, Russian and Dutch dictionaries" into ics 2012-02-29 10:15:15 +03:00
Shawn Alty 5dda0a9e97 Ensure backup of voice search
Currently the tool only backs up the lib, but not the apk.
Seeing as how the market version of voice search is still not
up to date with the current release, it should still be backed
up with this script.

Change-Id: Ia130bb3e289fc3c2206a60ed0fcfd7dab816425d
2012-02-25 11:06:23 -06:00
Koushik Dutta 0f1ea3a21d fix up the version/date so it actually goes in ascending order.
Change-Id: I0172d1e8afd0556a22cbccc93597f33e3b9ca99e
2012-02-24 13:50:18 -08:00
Koushik Dutta 45130b4332 fix buikld
Change-Id: Id6fb8c83566aa678bb90ebb85bad4d06b2559916
2012-02-23 16:05:14 -08:00
Koushik Dutta d69b2920af cm verison cleanup, modversion legacy support
Change-Id: I2af5640ff319bb5861df08338e612c5eab3c6831
2012-02-23 14:07:44 -08:00
Koushik Dutta 4102233330 use PRODUCT_DEVICE everywhere instead of PRODUCT_RELEASE_NAME. It is more consistent and friendlier for automated tools.
Change-Id: I48c6779fa1ef7b59662a21dfdc0400c80b0e2eaa
2012-02-23 14:05:40 -08:00
Andrew Sutherland 258d2a7b58 handle_compcache: update props to match MemoryManagement in settings
Change-Id: I74ebcb03d5e096b8e9c71672a23b1c5a70eaef37
2012-02-22 14:55:53 -06:00
Warren Togami 5960a70595 Add SoundRecorder.apk to -userdebug
Change-Id: I096ab50a56c658db570cc99021a466bb24174b8c
2012-02-22 09:22:42 -10:00
blunden 74417838d6 LatinIME: Add official Czech, Russian and Dutch dictionaries
Change-Id: I6a7e097613d866c463d591968b367233d5113b0d
NOTE: Please test them if you use any of these languages.
2012-02-20 18:05:42 +01:00
Steve Kondik fa95dd2a4b Remove CMStats, now part of Settings app.
Change-Id: I749c63e9a410b1b46bcaec04ed24b521416854de
2012-02-18 13:52:49 -08:00
Steve Kondik bc1f988afa Merge "Add CM_SNAPSHOT ro.cm.version label option for SNAPSHOT builds." into ics 2012-02-18 23:55:31 +03:00
Ricardo Cerqueira 2dc7045f2b backuptool: Deal with multiple files with the same name
Since the destination for all backed up files during an installation was
/tmp, all files sharing a name (like the full_model.bin files from
the various face detectors) ended up being restored as copies of
the last such file, effectively breaking the backup.
As a fix, when backing up files, use the entire original path to make
sure they're kept separate and restorable.

Change-Id: I399f7a9433a225871d97e0ecaeb051a90e68696b
2012-02-18 12:28:37 -08:00
Mike Kasick 06b4c76dea Add CM_SNAPSHOT ro.cm.version label option for SNAPSHOT builds.
Scheme for labeling date-encoded builds that aren't technically NIGHTLIES.
Also includes CM_EXTRAVERSION appendage to add additional designations to
SNAPSHOT builds.
2012-02-18 14:34:37 -05:00