Commit Graph

1012 Commits

Author SHA1 Message Date
Brint E. Kriebel
a8cdb375cc harmony: forked original harmony (smb_a1002) to new malata smb9701 (Zpad T8) device
Change-Id: I7855585cde3375e30ceb11c1030e2e283126f64e
2011-05-31 16:53:27 +01:00
Brint E. Kriebel
aa4f413d5b harmony: renamed harmony to malata smb_a1002 (GTablet)
Change-Id: I2adea07f09ac8b5fd516ec0b3b462ce6ddbbe950
2011-05-31 16:40:35 +01:00
Arne Coucheron
c18a14d215 ldpi: Add missing line in status_bar_expanded.xml
Was added to main layout in #5315, but wasn't added to ldpi overlay

Change-Id: Id844e20ac92180042f63dc1269c888dd464b4cc8
2011-05-30 05:52:21 +02:00
Ladios Jonquil
8c5b23d57e get-rommanager: Prevent saving a broken download
Change-Id: I6a5553f64407b05c20febc1ae44abca52cd2fdea
2011-05-29 16:25:06 -04:00
atinm
07738b846a Set has_rgb_notification_led to false for SGS phones
Change-Id: Ia1d2c0e441bb3f28e9531beb01a600a23a148ec8
2011-05-28 14:13:58 -04:00
Ladios Jonquil
262bd3ce6c gsm: Add SPN overrides list for localized carrier names
Change-Id: I8c51eb9e571f049d9b93e81fee4e574abca9d68a
2011-05-28 05:18:02 +08:00
Denham Crafton
66f011fb23 Update supersonic fingerprint
Have it match the 3.70 OTA (latest)

Change-Id: I80d1d7e95a562d807aa66b5cabffbd2243068fae
2011-05-26 04:54:08 -05:00
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