-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This device tree will handle GSM, Sprint, and Verizon variants of m7 in TWRP. Change-Id: Icddff30d3e120302c2f6cfc4d8a925363ce91972
- Loading branch information
Showing
7 changed files
with
18 additions
and
21 deletions.
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
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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
**TWRP - HTC One (GSM)** | ||
**TWRP - HTC One (Universal)** | ||
|
||
This is a recovery-only device tree for the HTC One (GSM) (m7att / m7tmo / m7ul). | ||
This is a recovery-only device tree for the HTC One (m7att / m7tmo / m7ul / m7wls / m7wlv). | ||
|
||
**Quick build instructions:** | ||
|
||
. build/envsetup.sh | ||
lunch cm_m7-eng | ||
lunch cm_m7univ-eng | ||
mka recoveryimage |
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 |
---|---|---|
@@ -1,18 +1,15 @@ | ||
# Release name | ||
PRODUCT_RELEASE_NAME := m7 | ||
PRODUCT_RELEASE_NAME := m7univ | ||
|
||
# Inherit some common CM stuff. | ||
$(call inherit-product, vendor/cm/config/common_full_phone.mk) | ||
|
||
# Inherit device configuration | ||
$(call inherit-product, device/htc/m7/device.mk) | ||
$(call inherit-product, device/htc/m7univ/device.mk) | ||
|
||
# Device identifier - this must come after all inclusions | ||
PRODUCT_DEVICE := m7 | ||
PRODUCT_NAME := cm_m7 | ||
PRODUCT_DEVICE := m7univ | ||
PRODUCT_NAME := cm_m7univ | ||
PRODUCT_BRAND := htc | ||
PRODUCT_MODEL := One | ||
PRODUCT_MANUFACTURER := HTC | ||
|
||
PRODUCT_BUILD_PROP_OVERRIDES += \ | ||
PRODUCT_NAME=m7_google |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# | ||
# system.prop for m7 | ||
# system.prop for m7univ | ||
# |