Skip to content

Commit

Permalink
Revert "Removed Vibrant from list of CyanogenMod devices"
Browse files Browse the repository at this point in the history
Emergency call is fixed and we have a new maintainer now.

This reverts commit a42da13.
  • Loading branch information
pawitp committed Feb 10, 2012
1 parent d53aecd commit 2d96823
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions products/AndroidProducts.mk
Expand Up @@ -67,6 +67,7 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/cyanogen_urushi.mk \
$(LOCAL_DIR)/cyanogen_v9.mk \
$(LOCAL_DIR)/cyanogen_vega.mk \
$(LOCAL_DIR)/cyanogen_vibrantmtd.mk \
$(LOCAL_DIR)/cyanogen_vision.mk \
$(LOCAL_DIR)/cyanogen_vivo.mk \
$(LOCAL_DIR)/cyanogen_vivow.mk \
Expand Down
51 changes: 51 additions & 0 deletions products/cyanogen_vibrantmtd.mk
@@ -0,0 +1,51 @@
# Inherit AOSP device configuration for vibrantmtd.
$(call inherit-product, device/samsung/vibrantmtd/full_vibrantmtd.mk)

# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common_full.mk)

# Include GSM stuff
$(call inherit-product, vendor/cyanogen/products/gsm.mk)

#
# Setup device specific product configuration.
#
PRODUCT_NAME := cyanogen_vibrantmtd
PRODUCT_BRAND := samsung
PRODUCT_DEVICE := vibrantmtd
PRODUCT_MODEL := SGH-T959
PRODUCT_MANUFACTURER := Samsung
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=soju BUILD_ID=GRJ22 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"

# Build kernel
#PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL=
#PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_DIR=kernel-samsung
#PRODUCT_SPECIFIC_DEFINES += TARGET_KERNEL_CONFIG=cyanogen_vibrantmtd_defconfig

# Extra galaxys overlay
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/vibrantmtd

# Add the FM app
# PRODUCT_PACKAGES += FM

# Extra RIL settings
PRODUCT_PROPERTY_OVERRIDES += \
ro.ril.enable.managed.roaming=1 \
ro.ril.oem.nosim.ecclist=911,112,999,000,08,118,120,122,110,119,995 \
ro.ril.emc.mode=2

# Add additional mounts
PRODUCT_PROPERTY_OVERRIDES += \
ro.additionalmounts=/mnt/emmc \
ro.vold.switchablepair=/mnt/sdcard,/mnt/emmc

# Release name and versioning
PRODUCT_RELEASE_NAME := Vibrant
PRODUCT_VERSION_DEVICE_SPECIFIC :=
-include vendor/cyanogen/products/common_versions.mk

#
# Copy galaxys specific prebuilt files
#
PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/hdpi/media/bootanimation.zip:system/media/bootanimation.zip
1 change: 1 addition & 0 deletions vendorsetup.sh
Expand Up @@ -72,6 +72,7 @@ add_lunch_combo cyanogen_u8220-eng
add_lunch_combo cyanogen_urushi-eng
add_lunch_combo cyanogen_v9-eng
add_lunch_combo cyanogen_vega-eng
add_lunch_combo cyanogen_vibrantmtd-eng
add_lunch_combo cyanogen_vision-eng
add_lunch_combo cyanogen_vivo-eng
add_lunch_combo cyanogen_vivow-eng
Expand Down

0 comments on commit 2d96823

Please sign in to comment.