2 Commits
bka ... vic

Author SHA1 Message Date
theshaenix
578de65b7c RMX2061:Initialize EvolutionX 2025-10-01 22:58:31 +05:30
theshaenix
b0a704bd46 RMX2061: Drop background blur support due to graphical issues
* Device exhibits glitches and instability with SurfaceFlinger blur enabled.
* Removing ro.surface_flinger.supports_background_blur from device props.
* Prevents visual artifacts and ensures smoother system UI performance.
2025-09-21 07:35:27 +05:30
2 changed files with 10 additions and 13 deletions

View File

@@ -2,31 +2,31 @@
{
"repository": "device_realme_RMX2061",
"target_path": "device/realme/RMX2061",
"branch": "bka"
"branch": "vic"
},
{
"repository": "vendor_realme_RMX2061",
"target_path": "vendor/realme/RMX2061",
"branch": "bka"
"branch": "vic"
},
{
"repository": "kernel_realme_sm7125",
"target_path": "kernel/realme/sm7125",
"branch": "bka"
"branch": "vic"
},
{
"repository": "device_realme_sm7125-common",
"target_path": "device/realme/sm7125-common",
"branch": "bka"
"branch": "vic"
},
{
"repository": "vendor_realme_sm7125-common",
"target_path": "vendor/realme/sm7125-common",
"branch": "bka"
"branch": "vic"
},
{
"repository": "hardware_dolby",
"target_path": "hardware/dolby",
"branch": "bka-aospa"
"branch": "vic"
}
]

View File

@@ -7,17 +7,12 @@
# Inherit from RMX2061 device
$(call inherit-product, device/realme/RMX2061/device.mk)
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk)
# Bootanimation Resolution
TARGET_BOOT_ANIMATION_RES := 1080
# Target
TARGET_SUPPORTS_QUICK_TAP := true
# EvolutionX flags
TARGET_USES_MINI_GAPPS := true
# Inherit some common lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
@@ -43,5 +38,7 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
SystemDevice=RMX2061 \
SystemName=RMX2061
# OMX
TARGET_SUPPORTS_OMX_SERVICE := false
# Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := true