Skip to content

Commit

Permalink
v9
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas389 committed Apr 21, 2021
1 parent 1d65892 commit 2e9b73d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 14 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@
- Disabled unnecessary OnePlus & Google Apps
- Multiuser will be disabled automatically (Can be enabled in Settings)

#### Disabled Google Play Services functions
### Disabled Google Play Services functions

- com.google.android.gms.analytics.service.AnalyticsService
- com.google.android.gms.nearby.discovery.service.DiscoveryService
- com.google.android.gms.ads.AdRequestBrokerService
- com.google.android.gms.checkin.CheckinApiService
- com.google.android.gms.ads.identifier.service.AdvertisingIdService
- [You won't get an Google Advertising Id after installing this mod]
- [You won't get an Google Advertising Id after installing this mod]

### Disabled Apps

#### Disabled Apps
- /system/app/BasicDreams
- /system/app/BookmarkProvider
- /system/app/BTtestmode
Expand Down Expand Up @@ -67,15 +68,18 @@
- /system/system_ext/priv-app/OPAccessoryFramework
- /system/system_ext/priv-app/OpLogkit


## Changelog

- v9
- Added updated OP Live Wallpaper
- Setting animation scales to 0.65 (faster animations system-wide)

- v8
- Added more apps to Kill-List
- Updated media
- Updated Readme
- Added more apps to Kill-List
- Updated media
- Updated Readme

- v7
- Added OnePlus Accessory (App for Oneplus Fitness Band)
- fixed BTTestmode not being disabled
- updated iOS Emoji
- Added OnePlus Accessory (App for Oneplus Fitness Band)
- fixed BTTestmode not being disabled
- updated iOS Emoji
4 changes: 4 additions & 0 deletions common/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ pm disable com.google.android.gms/com.google.android.gms.nearby.discovery.servic
pm disable com.google.android.gms/com.google.android.gms.ads.AdRequestBrokerService
pm disable com.google.android.gms/com.google.android.gms.checkin.CheckinApiService
pm disable com.google.android.gms/com.google.android.gms.ads.identifier.service.AdvertisingIdService

settings put global window_animation_scale 0.65
settings put global transition_animation_scale 0.65
settings put global animator_duration_scale 0.65
7 changes: 3 additions & 4 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
id=niklas389_oos_modpack_r
name=ModPack for OxygenOS 11
version=v8
versionCode=8
version=v9
versionCode=9
author=niklas389
description=Removes Bloat and adds some nice features.

description=Removes Bloat and adds some nice features.
Binary file modified system/fonts/NotoColorEmoji.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2e9b73d

Please sign in to comment.