From a0f41f5d2480ed8bf26e9a9cecd225fd27855cdf Mon Sep 17 00:00:00 2001 From: Niklas Date: Sun, 23 May 2021 17:00:11 +0200 Subject: [PATCH] A11 background blur --- README.md | 4 ++++ common/system.prop | 3 ++- install.sh | 4 +--- module.prop | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e45af61..24ece09 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - H2OS Bootanimation - Disabled unnecessary OnePlus & Google Apps - Multiuser will be disabled automatically (Can be enabled in Settings) +- Blurred Background (Notification shade) ### Disabled Google Play Services functions @@ -70,6 +71,9 @@ ## Changelog +- v10 + - Enabled Android 11 Background Blur + - v9 - Added updated OP Live Wallpaper - Setting animation scales to 0.65 (faster animations system-wide) diff --git a/common/system.prop b/common/system.prop index b977b33..fd41595 100644 --- a/common/system.prop +++ b/common/system.prop @@ -1,3 +1,4 @@ # This file will be read by resetprop # Example: Change dpi -# ro.sf.lcd_density=320 \ No newline at end of file +# ro.sf.lcd_density=320 +ro.surface_flinger.supports_background_blur=1 \ No newline at end of file diff --git a/install.sh b/install.sh index 558a735..5ffbf04 100644 --- a/install.sh +++ b/install.sh @@ -25,7 +25,7 @@ SKIPMOUNT=false # Set to true if you need to load system.prop -PROPFILE=false +PROPFILE=true # Set to true if you need post-fs-data script POSTFSDATA=false @@ -88,10 +88,8 @@ REPLACE=" /system/system_ext/app/OPBugReportLite /system/system_ext/app/OPCommonLogTool /system/system_ext/app/OPEngMode -/system/system_ext/app/OPOnlineConfig /system/system_ext/app/OPTelephonyCollectionData /system/system_ext/app/OPTelephonyDiagnoseManager -/system/system_ext/app/QTIDiagServices /system/system_ext/app/Rftoolkit /system/system_ext/app/SensorTestTool /system/system_ext/priv-app/By_3rd_OPODDMClient diff --git a/module.prop b/module.prop index b1ce06b..f39acb7 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=niklas389_oos_modpack_r name=ModPack for OxygenOS 11 -version=v9 -versionCode=9 +version=v10 +versionCode=10 author=niklas389 description=Removes Bloat and adds some nice features. \ No newline at end of file