5 Commits
bka ... vic

Author SHA1 Message Date
Deivid21
5d9be43fa3 tundra: Include a radio vendor device
Change-Id: Id2c1eea2e70abf40379316a8291f8c33281d8de9
2025-09-19 23:43:24 -03:00
Deivid21
dad69cf0d7 tundra: Update to U1SJS34.2-92-10-9
Change-Id: I671830efb6490537514bc90ea2dca106d8042c99
2025-09-19 23:36:01 -03:00
Deivid21
f6901e1dc9 tundra: overlay: Add RefreshRate configs according to stock
Change-Id: I812496ef495fff1aa7d07ca69f898c490903c99e
2025-09-12 01:00:44 -03:00
Deivid21
4df1a93c17 tundra: overlay: Add Maintainer name string
Change-Id: I5839441007dca957c31b4e21bd22143a0a34bb98
2025-09-12 00:33:33 -03:00
LuK1337
4659c06feb tundra: Migrate to AIDL LiveDisplay HAL
Change-Id: I4e8be836e94d442b40c63a1ac7dade3c9d9c784c
2025-09-12 00:32:41 -03:00
5 changed files with 33 additions and 8 deletions

View File

@@ -40,12 +40,13 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 90
# Security
BOOT_SECURITY_PATCH := 2025-04-01
BOOT_SECURITY_PATCH := 2025-08-01
VENDOR_SECURITY_PATCH := $(BOOT_SECURITY_PATCH)
# Verified Boot
BOARD_AVB_ROLLBACK_INDEX := 26
BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX := 26
BOARD_AVB_ROLLBACK_INDEX := 30
BOARD_AVB_VBMETA_SYSTEM_ROLLBACK_INDEX := 30
# inherit from the proprietary version
include vendor/motorola/tundra/BoardConfigVendor.mk
include vendor/motorola/tundra-radio/BoardConfigVendor.mk

View File

@@ -9,5 +9,11 @@
"target_path": "vendor/motorola/tundra",
"remote": "github-non-los",
"branch": "lineage-22.2"
},
{
"repository": "Deivid-21s-Sources/proprietary_vendor_motorola_tundra-radio",
"target_path": "vendor/motorola/tundra-radio",
"remote": "gitlab",
"branch": "lineage-22.2"
}
]

View File

@@ -23,6 +23,6 @@ PRODUCT_MODEL := motorola edge 30 fusion
PRODUCT_GMS_CLIENTID_BASE := android-motorola
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="tundra_g-user 14 U1SJS34.2-92-10-6 c9587-03599 release-keys" \
BuildFingerprint=motorola/tundra_g/tundra:14/U1SJS34.2-92-10-6/c9587-03599:user/release-keys \
BuildDesc="tundra_g-user 11 U1SJS34.2-92-10-9 40971b release-keys" \
BuildFingerprint=motorola/tundra_g/tundra:11/U1SJS34.2-92-10-9/40971b:user/release-keys \
DeviceProduct=tundra_g

View File

@@ -1,6 +1,4 @@
## All proprietary files from this list, unless pinned and noted otherwise,
## are from edge 30 fusion (14 U1SJS34.2-92-10-6 c9587-03599).
## RETAIL variant
# All unpinned blobs are extracted from tundra_g U1SJS34.2-92-10-9
# ACDB Data
vendor/etc/acdbdata/Bluetooth_cal.acdb

View File

@@ -223,4 +223,24 @@
<item>2164</item> <!-- sensorLocationY -->
<item>91</item> <!-- sensorRadius -->
</integer-array>
<!-- The default refresh rate for a given device. Change this value to set a higher default
refresh rate. If the hardware composer on the device supports display modes with a higher
refresh rate than the default value specified here, the framework may use those higher
refresh rate modes if an app chooses one by setting preferredDisplayModeId or calling
setFrameRate().
If a non-zero value is set for config_defaultPeakRefreshRate, then
config_defaultRefreshRate may be set to 0, in which case the value set for
config_defaultPeakRefreshRate will act as the default frame rate. -->
<integer name="config_defaultRefreshRate">0</integer>
<!-- The default peak refresh rate for a given device. Change this value if you want to prevent
the framework from using higher refresh rates, even if display modes with higher refresh
rates are available from hardware composer. Only has an effect if the value is
non-zero. -->
<integer name="config_defaultPeakRefreshRate">144</integer>
<!-- Default refresh rate in the zone defined by brightness and ambient thresholds.
If non-positive, then the refresh rate is unchanged even if thresholds are configured. -->
<integer name="config_defaultRefreshRateInZone">90</integer>
</resources>