Skip to content

Commit

Permalink
Add support for Mesmerize and Showcase.
Browse files Browse the repository at this point in the history
This one is pretty easy, as the device is almost identical to the Fasciante
I even set it up to use the Fascinate Kernel to minimize commits adn time
when updating for all three devices.

Please fork the the device trees from here.

https://github.com/AOKPSGS

Use the ics branch, as it is set up for AOKP, and make sure showcase's Dir is name
showcasemtd, I named it showcase when I created it by accident.

Change-Id: I5c4989a507ef98f5355c60672d1de3730fd3e25b
  • Loading branch information
Stevespear426 committed Jun 7, 2012
1 parent e894303 commit 293da6a
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
2 changes: 2 additions & 0 deletions products/AndroidProducts.mk
Expand Up @@ -10,6 +10,7 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/fascinatemtd.mk \
$(LOCAL_DIR)/galaxysmtd.mk \
$(LOCAL_DIR)/inc.mk \
$(LOCAL_DIR)/mesmerizemtd.mk \
$(LOCAL_DIR)/otter.mk \
$(LOCAL_DIR)/p1c.mk \
$(LOCAL_DIR)/p4.mk \
Expand All @@ -21,6 +22,7 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/p999.mk \
$(LOCAL_DIR)/picasso.mk \
$(LOCAL_DIR)/pyramid.mk \
$(LOCAL_DIR)/showcasemtd.mk \
$(LOCAL_DIR)/stingray.mk \
$(LOCAL_DIR)/supersonic.mk \
$(LOCAL_DIR)/tenderloin.mk \
Expand Down
23 changes: 23 additions & 0 deletions products/mesmerizemtd.mk
@@ -0,0 +1,23 @@
$(call inherit-product, device/samsung/mesmerizemtd/full_mesmerizemtd.mk)

# Release name
PRODUCT_RELEASE_NAME := Mesmerize

$(call inherit-product, vendor/aokp/configs/common_phone.mk)

PRODUCT_PACKAGE_OVERLAYS += vendor/aokp/overlay/aries-common

# $(call inherit-product, vendor/cm/config/gsm.mk)

## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := mesmerizemtd
PRODUCT_NAME := aokp_mesmerizemtd
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SCH-I500

#Set build fingerprint / ID / Prduct Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=SCH-I500 TARGET_DEVICE=SCH-I500 BUILD_ID=IML74K BUILD_FINGERPRINT=google/soju/crespo:2.3.4/GRJ22/121341:user/release-keys PRIVATE_BUILD_DESC="soju-user 2.3.4 GRJ22 121341 release-keys"

# boot animation
PRODUCT_COPY_FILES += \
vendor/aokp/prebuilt/bootanimation/bootanimation_480_800.zip:system/media/bootanimation.zip
23 changes: 23 additions & 0 deletions products/showcasemtd.mk
@@ -0,0 +1,23 @@
$(call inherit-product, device/samsung/showcasemtd/full_showcasemtd.mk)

# Release name
PRODUCT_RELEASE_NAME := Showcase

$(call inherit-product, vendor/aokp/configs/common_phone.mk)

PRODUCT_PACKAGE_OVERLAYS += vendor/aokp/overlay/aries-common

# $(call inherit-product, vendor/cm/config/gsm.mk)

## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := showcasemtd
PRODUCT_NAME := aokp_showcasemtd
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SCH-I500

#Set build fingerprint / ID / Prduct Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=SCH-I500 TARGET_DEVICE=SCH-I500 BUILD_ID=IML74K BUILD_FINGERPRINT=google/soju/crespo:2.3.4/GRJ22/121341:user/release-keys PRIVATE_BUILD_DESC="soju-user 2.3.4 GRJ22 121341 release-keys"

# boot animation
PRODUCT_COPY_FILES += \
vendor/aokp/prebuilt/bootanimation/bootanimation_480_800.zip:system/media/bootanimation.zip
2 changes: 2 additions & 0 deletions vendorsetup.sh
Expand Up @@ -9,6 +9,7 @@ add_lunch_combo aokp_espressowifi-userdebug
add_lunch_combo aokp_fascinatemtd-userdebug
add_lunch_combo aokp_galaxysmtd-userdebug
add_lunch_combo aokp_inc-userdebug
add_lunch_combo aokp_mesmerizemtd-userdebug
add_lunch_combo aokp_otter-userdebug
add_lunch_combo aokp_p1c-userdebug
add_lunch_combo aokp_p4-userdebug
Expand All @@ -20,6 +21,7 @@ add_lunch_combo aokp_p990-userdebug
add_lunch_combo aokp_p999-userdebug
add_lunch_combo aokp_picasso-userdebug
add_lunch_combo aokp_pyramid-userdebug
add_lunch_combo aokp_showcasemtd-userdebug
add_lunch_combo aokp_stingray-userdebug
add_lunch_combo aokp_supersonic-userdebug
add_lunch_combo aokp_tenderloin-userdebug
Expand Down

0 comments on commit 293da6a

Please sign in to comment.