Compare commits

6 Commits

Author SHA1 Message Date
9fddbf1e47 Exclude some packages
- Lawnchair
- Pixel Launcher

Signed-off-by: MOVZX <movzx@yahoo.com>
2025-12-04 20:44:28 +07:00
theshaenix
edadc1b2e4 RMX2061:updated dependencies 2025-11-29 18:41:42 +05:30
theshaenix
0bf2a44203 RMX2061:Add maintainers flag 2025-11-24 00:55:01 +05:30
theshaenix
9809a030f1 RMX2061: Add OFFICIAL build flag 2025-11-17 17:43:38 +05:30
theshaenix
b4d8befd2f RMX2061: Add GMS flag 2025-11-17 17:42:10 +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 23 additions and 14 deletions

View File

@@ -1,26 +1,26 @@
[ [
{ {
"repository": "kernel_realme_sm7125", "repository": "MistOS-Devices/kernel_realme_sm7125",
"target_path": "kernel/realme/sm7125", "target_path": "kernel/realme/sm7125",
"remote": "pixel-devices", "remote": "github",
"branch": "thirteen" "branch": "16.0"
}, },
{ {
"repository": "device_realme_sm7125-common", "repository": "MistOS-Devices/device_realme_sm7125-common",
"target_path": "device/realme/sm7125-common", "target_path": "device/realme/sm7125-common",
"remote": "pixel-devices", "remote": "github",
"branch": "thirteen" "branch": "16.0"
}, },
{ {
"repository": "vendor_realme_RMX2061", "repository": "MistOS-Devices/vendor_realme_RMX2061",
"target_path": "vendor/realme/RMX2061", "target_path": "vendor/realme/RMX2061",
"remote": "pixel-devices-blobs", "remote": "github",
"branch": "thirteen" "branch": "16.0"
}, },
{ {
"repository": "vendor_realme_sm7125-common", "repository": "MistOS-Devices/vendor_realme_sm7125-common",
"target_path": "vendor/realme/sm7125-common", "target_path": "vendor/realme/sm7125-common",
"remote": "pixel-devices-blobs", "remote": "github",
"branch": "thirteen" "branch": "16.0"
} }
] ]

View File

@@ -42,5 +42,14 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
# Face Unlock # Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := true TARGET_FACE_UNLOCK_SUPPORTED := true
# Blur # GMS
TARGET_ENABLE_BLUR := true WITH_GMS := true
# OFFICIAL BUILD
MIST_BUILD_TYPE := OFFICIAL
# MAINTAINER
MISTOS_MAINTAINER := MOVZX
TARGET_DEFAULT_PIXEL_LAUNCHER := false
TARGET_PREBUILT_LAWNCHAIR_LAUNCHER := false