Skip to content

Commit

Permalink
harmony: forked original harmony (smb_a1002) to new malata smb9701 (Z…
Browse files Browse the repository at this point in the history
…pad T8) device

Change-Id: I7855585cde3375e30ceb11c1030e2e283126f64e
  • Loading branch information
bekriebel authored and rmcc committed May 31, 2011
1 parent dc39c81 commit 2b6b75c
Show file tree
Hide file tree
Showing 7 changed files with 548 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Maintainers:
* Geeksphone ZERO: arcee
* Z71 (Boston, G1305, XT502, A60, Blaze, others): arcee
* Wildfire: Jacob Crawley, Arne Coucheron
* Harmony (Malata smb_a1002): bekit, pershoot
* Harmony (Malata smb_a1002/smb_b9701): bekit, pershoot
* Ace (Desire HD): Kali-
* Glacier (MT4G): Zinx, Kmobs
* Click (Tattoo): KalimochoAz
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- config_desktopColumns/Rows min value is 3, so it will add 3 to whatever value you set here -->
<integer name="config_desktopColumns">5</integer>
<integer name="config_desktopRows">4</integer>
</resources>
7 changes: 7 additions & 0 deletions overlay/smb_b9701/packages/apps/CMParts/res/values/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Whether or not to display the trackball settings -->
<bool name="has_trackball">false</bool>

<bool name="has_led_flash">false</bool>
</resources>
491 changes: 491 additions & 0 deletions overlay/smb_b9701/packages/apps/Contacts/AndroidManifest.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions products/AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/cyanogen_passion.mk \
$(LOCAL_DIR)/cyanogen_sholes.mk \
$(LOCAL_DIR)/cyanogen_smb_a1002.mk \
$(LOCAL_DIR)/cyanogen_smb_b9701.mk \
$(LOCAL_DIR)/cyanogen_speedy.mk \
$(LOCAL_DIR)/cyanogen_supersonic.mk \
$(LOCAL_DIR)/cyanogen_u8220.mk \
Expand Down
41 changes: 41 additions & 0 deletions products/cyanogen_smb_b9701.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
$(call inherit-product, device/malata/smb_b9701/smb_b9701.mk)

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

#
# Setup device specific product configuration.
#
PRODUCT_NAME := cyanogen_smb_b9701
PRODUCT_BRAND := nvidia
PRODUCT_DEVICE := smb_b9701
PRODUCT_MODEL := Zpad-T8
PRODUCT_MANUFACTURER := malata
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=smb_b9701 BUILD_ID=GRJ22 BUILD_DISPLAY_ID=GRJ22 BUILD_FINGERPRINT=google/passion/passion:2.3.4/GRJ22/121341:user/release-keys PRIVATE_BUILD_DESC="passion-user 2.3.4 GRJ22 121341 release-keys"

# Extra overlay
PRODUCT_PACKAGE_OVERLAYS += \
vendor/cyanogen/overlay/tablet \
vendor/cyanogen/overlay/smb_b9701

#
# Set ro.modversion
#
ifdef CYANOGEN_NIGHTLY
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-7-$(shell date +%m%d%Y)-NIGHTLY-smb_b9701
else
ifdef CYANOGEN_RELEASE
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-7.1.0-RC0-smb_b9701
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-7.1.0-RC0-smb_b9701-KANG
endif
endif

#
# Copy passion specific prebuilt files
#
PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/mdpi/media/bootanimation.zip:system/media/bootanimation.zip
1 change: 1 addition & 0 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ add_lunch_combo cyanogen_p999-eng
add_lunch_combo cyanogen_passion-eng
add_lunch_combo cyanogen_sholes-eng
add_lunch_combo cyanogen_smb_a1002-eng
add_lunch_combo cyanogen_smb_b9701-eng
add_lunch_combo cyanogen_speedy-eng
add_lunch_combo cyanogen_supersonic-eng
add_lunch_combo cyanogen_u8220-eng
Expand Down

0 comments on commit 2b6b75c

Please sign in to comment.