Commit Graph

1005 Commits

Author SHA1 Message Date
Steve Kondik
be9a9e339b Merge "LDPI: Update battery icons" into gingerbread 2011-05-20 09:47:14 +04:00
Koushik Dutta
a8546a0de1 Merge branch 'gingerbread' of git://github.com/CyanogenMod/android_vendor_cyanogen into gingerbread 2011-05-19 16:21:00 -07:00
Tom Giordano
db06806366 Add Huawei U8220/U8230
The U8220 and U8230 are the same device. This should be compatible with both, but so far has only been tested on U8220 (aka T-Mobile Pulse).

device config should be forked from https://github.com/TomGiordano/android_device_huawei_u8220

Change-Id: If0141d63d8d41360a9cfa69283e5bdbda17c1b8f
2011-05-19 16:20:53 -07:00
Nihanth Subramanya
e69f7f7666 LDPI: Update battery icons
Remade from the recent MDPI battery icon update.

Change-Id: I363c27b3153294a7701129456cbe29ec37ac78e8
2011-05-19 13:42:02 +05:30
joeykrim
e66a28ba6f crespo4g dekang cyanogen vendor to better suit the ns4g
Change-Id: I9674cf1d33437066dd3d57ed23b9b6a843b5ed23
2011-05-19 00:09:15 -04:00
Koushik Dutta
419b1fc2c8 lunch
Change-Id: I33ab97c30a28885fe43eda2f5a0b77014362cafa
2011-05-18 18:45:22 -07:00
Koushik Dutta
429eb24b19 crespo4g
Change-Id: I23b733999b33c29fdcfd1779f6c86472d2a94d9f
2011-05-18 18:07:57 -07:00
Koushik Dutta
c852302e24 add galaxys/
Change-Id: Ia5ef80d507307bbd778e5b9f746fd72960309516
2011-05-18 15:26:53 -07:00
Koushik Dutta
e00c5065f8 add vibrant
Change-Id: I9508eaab56007295ac3773f3424f6118c3f0351c
2011-05-18 11:37:12 -07:00
Steve Kondik
230b4b9981 Merge "Update get-google-files for 20110501-MDPI" into gingerbread 2011-05-18 18:50:49 +04:00
Denham Crafton
164602af5f Update get-google-files for 20110501-MDPI
Also remove the dead mirror.

Change-Id: I83c35650c41f5d7d96680db371040310bdfcd224
2011-05-17 23:42:23 -05:00
Koushik Dutta
4f46538b2f Merge branch 'gingerbread' of git://github.com/CyanogenMod/android_vendor_cyanogen into gingerbread 2011-05-17 18:30:04 -07:00
Koushik Dutta
989bc23020 CyanogenMod for Samsung Captivate (MTD)
Change-Id: I86d32defdb3ab1c81cd875d4620e697cf4183f3a
2011-05-17 18:29:45 -07:00
PaulW
cfe876cefb Update backuptool.sh to correctly process force_backuptool flag/file.
This is regarding the following patch:
5cdb4ec653

The patch which was to allow custom_backup_list.txt to be maintained while flashing via ROMManager
WHILE the flag/file force_backuptool is set/present still has issues.  There are 2 reasons for this.

1) The flag is only checked during the first pass (backuptool.sh backup), as once /etc/force_backuptool
   is known to exist, all files are moved to /tmp/backupdir as designated, but when the script is
   ran again once /system has been wiped and updated, the file /etc/force_backuptool no longer exists
   as it was moved to /tmp/backupdir/force_backuptool, so the script fails as it is not checking that
   location.

2) When the backuptool.sh script is called, the above function (checking for force_backuptool) is called
   *before* the /system partition is mounted.  This therefor ignores the file regardless of whether it
   exists or not.  This is caused by check_installscript being called at the wrong point of the script.

There are therefor 2(two) main changes to this script to allow the force_backuptool override to work.
The first being within the main function of check_installscript, and the second being the location of
where check_installscript is called (ie, I moved it to below check_prereq call in the case statement,
as mounting is called before the check_prereq function checks if the ROM version is the same).

This affects *all* devices.

Change-Id: Ia7438f396eaa91b0723e56bb32ce98725e2b2025
2011-05-17 17:49:39 +01:00
Steve Kondik
2769ff7ab8 Merge "vega: update fingerprint" into gingerbread 2011-05-17 18:56:32 +04:00
Steve Kondik
3d7305b5d1 Merge "Use common.mk instead of common_full.mk for smaller /system" into gingerbread 2011-05-17 18:55:31 +04:00
Steve Kondik
2e76708b33 Merge "Move CMWallpapers from common.mk to common_full.mk" into gingerbread 2011-05-17 18:55:17 +04:00
Steve Kondik
bc29330384 Merge "Revert "Add skip_themes directive to build process"" into gingerbread 2011-05-17 18:55:04 +04:00
Steve Kondik
6b5f2aab8d Merge "Revert "Fix "Add skip_themes directive to build process""" into gingerbread 2011-05-17 18:54:47 +04:00
Steve Kondik
18200589ec Merge "Revert "Vega: skip themes at the right place"" into gingerbread 2011-05-17 18:53:30 +04:00
Steve Kondik
0d40d65623 Merge "Revert "fix build"" into gingerbread 2011-05-17 18:53:04 +04:00
Steve Kondik
6e212cf45f cm: Update APK name of new Kineto app
Change-Id: I46c18bde4654f11969137be3be954206f9620d81
2011-05-16 22:38:17 -04:00
FUKAUMI Naoki
a03202a0de vega: update fingerprint
Change-Id: I8fa266f567cf980ba98be25a19a603bc6a686ebc
2011-05-14 16:41:27 +09:00
FUKAUMI Naoki
2e530fdce2 Use common.mk instead of common_full.mk for smaller /system
Change-Id: I830a2d431772523de325d51c77d1ca3e46310ba6
2011-05-13 16:06:48 +09:00
FUKAUMI Naoki
912b0ffa8a Move CMWallpapers from common.mk to common_full.mk
Change-Id: I7bd7e27cd30cfee9a2708a498c9dcad86cae893d
2011-05-13 16:05:00 +09:00
FUKAUMI Naoki
bf042ca3d9 Revert "Add skip_themes directive to build process"
This reverts commit 090e2ec0c1e576bc12be069ce7991eace4d3c9d9.
2011-05-13 15:37:29 +09:00
FUKAUMI Naoki
0074a0137a Revert "Fix "Add skip_themes directive to build process""
This reverts commit 630196ebe21ff308011c64f8ac491a718607623b.
2011-05-13 15:37:22 +09:00
FUKAUMI Naoki
edfc0b74f5 Revert "Vega: skip themes at the right place"
This reverts commit 581539d85e63278940fad100276698ee25660e9b.
2011-05-13 15:37:10 +09:00
FUKAUMI Naoki
42041c59e6 Revert "fix build"
This reverts commit fb76b2b3abfe08af1f0d41b537fe10fc80a2ed07.
2011-05-13 15:36:49 +09:00
Koushik Dutta
40cfe2f734 Merge branch 'gingerbread' of git://github.com/CyanogenMod/android_vendor_cyanogen into gingerbread 2011-05-12 20:52:26 -07:00
Koushik Dutta
f628f3dfa8 fix netflix not working due to build.prop mismatches.
Change-Id: I8ee50198febd267865cb2b943aa5cccd0e072e6e
2011-05-12 20:52:08 -07:00
Keyan Mobli
63aa95c68f Merge "ace: updated GB fingerprint" into gingerbread 2011-05-13 04:27:32 +04:00
Keyan Mobli
c789d0c88f Merge "Revert "Add target specific option to skip wallpapers from build"" into gingerbread 2011-05-13 04:21:17 +04:00
Ricardo Cerqueira
63719d6ae8 Update Hero maintainer
Change-Id: Ie40ed4304b358ff548bee361035a726927fb810a
2011-05-11 12:19:36 +01:00
Emilio López
6b1b96c9f4 Revert "Add target specific option to skip wallpapers from build"
This reverts commit a185fd8b356995fa22da05ce9b5d384758411762.
This commit is broken and disables wallpapers and themes on anything
under vega (zeppelin, zero for example)
2011-05-10 18:41:23 +00:00
Ricardo Cerqueira
2b7ab9d5b8 Merge "Add target specific option to skip wallpapers from build" into gingerbread 2011-05-06 19:21:35 +04:00
Giulio Cervera
63ca48ca70 ace: updated GB fingerprint
Change-Id: Id0318b1700699e7c2e3ecce8c3e4698ece2daa74
2011-05-06 17:19:24 +02:00
Tony Layher
431ac375fa Mecha: Add overlay configs in vendor
Change-Id: I188363ae2d2f1cce550b97304bc773bcfe164aef
2011-05-06 04:21:02 -04:00
Steve Kondik
e6b2ec0241 Merge "Fix LDPI status_bar_expanded overlay" into gingerbread 2011-05-06 12:20:26 +04:00
Steve Kondik
cb27e1f347 Merge "PT-BR: Fix typo" into gingerbread 2011-05-06 12:12:13 +04:00
Steve Kondik
68d09d2943 Merge "Update backuptool.sh for new Gtalk app and lib" into gingerbread 2011-05-06 12:11:29 +04:00
Steve Kondik
f3dfdbef0d Merge "Update BUILD_ID and FINGERPRINT with latest OTA values" into gingerbread 2011-05-06 12:11:05 +04:00
Tony Layher
de1ebef2d3 Mecha: Add AicBootFix to force phone into correct DSP Mode
Change-Id: Ie9a399bda682732702909a0b338abdaa78ebe6d1
2011-05-06 04:06:12 -04:00
Nihanth Subramanya
3106c105ee Fix LDPI status_bar_expanded overlay
Fail again... my local repo wasn't getting sync'd and
I didn't realize the fix wasn't commited earlier.
:(

Change-Id: I72d7cd9e29622fe358b966f17f55ae38c3e01313
2011-05-05 22:07:04 +05:30
Gustavo
dc03b63b36 PT-BR: Fix typo
Change-Id: I60d24dc10077a278d7de2503f02712a2dea621e2
2011-05-04 11:25:37 -07:00
Sven Dawitz
c98791f46f Add target specific option to skip wallpapers from build
...and enable this for vega

Change-Id: I4fbe52dc0c6ffb6b732046f1579824317d9ea449
2011-05-04 18:36:40 +02:00
blunden
05bd2e3cf0 Update backuptool.sh for new Gtalk app and lib
The new Gtalk app with video and voice chat from the Nexus S
OTA update is currently not backed up by the script because
Google renamed it Talk2.apk and added a new lib for it.

Change-Id: I2b0245d561584fa4d84e7d424653543d723a1ac6
2011-05-04 12:56:18 +02:00
blunden
7377659401 Update BUILD_ID and FINGERPRINT with latest OTA values
Verified Market works fine with new values.

Change-Id: Ie664f721f8fbcd0f3bd42b6e96583741410cf6bb
2011-05-04 01:39:25 +02:00
Steve Kondik
e9304e142e wimax: Include packages for WiMAX-enabled devices
Change-Id: I3209e8aa8cf9cb1d8ba0dd8365baaf4cdae74910
2011-05-03 15:50:24 -04:00
Giulio Cervera
2d3a218d61 cm: update BUILD_DISPLAY_ID to GRJ22
Change-Id: Ie48fa7ecaf52fef2956e47b7adc00a35b6882810
2011-05-03 12:37:18 +02:00