forked from CyanogenMod/android_vendor_cyanogen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
harmony: forked original harmony (smb_a1002) to new malata smb9701 (Z…
…pad T8) device Change-Id: I7855585cde3375e30ceb11c1030e2e283126f64e
- Loading branch information
Showing
7 changed files
with
548 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
overlay/smb_b9701/packages/apps/ADWLauncher/res/values/config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
7
overlay/smb_b9701/packages/apps/CMParts/res/values/config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
491
overlay/smb_b9701/packages/apps/Contacts/AndroidManifest.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters