Skip to content

Commit

Permalink
A11 background blur
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas389 committed May 23, 2021
1 parent 2e9b73d commit a0f41f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion common/system.prop
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file will be read by resetprop
# Example: Change dpi
# ro.sf.lcd_density=320
# ro.sf.lcd_density=320
ro.surface_flinger.supports_background_blur=1
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a0f41f5

Please sign in to comment.