Skip to content

Commit

Permalink
RM OPcam; Fonts; sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas389 committed May 4, 2022
1 parent ecb97f7 commit 82e3801
Show file tree
Hide file tree
Showing 31 changed files with 32 additions and 24 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- Disabled unnecessary OnePlus & Google Apps
- Multiuser will be disabled automatically (Can be enabled in Settings)
- Blurred Background (Notification shade)
- Updates the OnePlus Camera to v6.X

### Disabled Google Play Services functions

Expand Down Expand Up @@ -74,6 +73,9 @@

## Changelog

- v13.1
- Removed OnePlus Camera

- v13
- Updated Emoji
- Fixed OnePlus Camera
Expand Down
5 changes: 5 additions & 0 deletions common/post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
MODDIR=${0%/*}

# This script will be executed in post-fs-data mode
resetprop ctl.stop dtest
resetprop ctl.stop oemlogkit
resetprop ctl.stop charger_logkit
resetprop ctl.stop dumpstate_log
resetprop ctl.stop oemasserttip
34 changes: 19 additions & 15 deletions common/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,23 @@ MODDIR=${0%/*}

# This script will be executed in late_start service mode

#Wait 90 secs
sleep 90
# Late props which must be set after boot_completed
{
until [[ "$(getprop sys.boot_completed)" == "1" ]]; do
sleep 1
done

# Disabling services
pm disable com.google.android.gms/com.google.android.gms.analytics.service.AnalyticsService
pm disable com.google.android.gms/com.google.android.gms.nearby.discovery.service.DiscoveryService
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
pm disable com.google.android.gms/com.google.android.gms.analytics.AnalyticsService
pm disable com.google.android.gms/com.google.android.gms.measurement.AppMeasurementJobService
pm disable com.google.android.gms/com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver
pm disable com.google.android.gms/com.google.android.gms.measurement.PackageMeasurementReceiver
pm disable com.google.android.gms/com.google.android.gms.measurement.PackageMeasurementService
pm disable com.google.android.gms/com.google.android.gms.measurement.service.MeasurementBrokerService
pm disable com.google.android.gms/com.google.android.location.internal.AnalyticsSamplerReceiver
# Disabling services
pm disable com.google.android.gms/com.google.android.gms.analytics.service.AnalyticsService
pm disable com.google.android.gms/com.google.android.gms.nearby.discovery.service.DiscoveryService
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
pm disable com.google.android.gms/com.google.android.gms.analytics.AnalyticsService
pm disable com.google.android.gms/com.google.android.gms.measurement.AppMeasurementJobService
pm disable com.google.android.gms/com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver
pm disable com.google.android.gms/com.google.android.gms.measurement.PackageMeasurementReceiver
pm disable com.google.android.gms/com.google.android.gms.measurement.PackageMeasurementService
pm disable com.google.android.gms/com.google.android.gms.measurement.service.MeasurementBrokerService
pm disable com.google.android.gms/com.google.android.location.internal.AnalyticsSamplerReceiver
}&
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SKIPMOUNT=false
PROPFILE=true

# Set to true if you need post-fs-data script
POSTFSDATA=false
POSTFSDATA=true

# Set to true if you need late_start service script
LATESTARTSERVICE=true
Expand Down Expand Up @@ -98,9 +98,9 @@ REPLACE="
/system/system_ext/priv-app/By_3rd_OPODDMClient
/system/system_ext/priv-app/OPAccessoryFramework
/system/system_ext/priv-app/OpLogkit
/system/system_ext/priv-app/OnePlusCamera
"

# /system/system_ext/priv-app/OnePlusCamera
##########################################################################################
#
# Function Callbacks
Expand Down
6 changes: 3 additions & 3 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=v13
versionCode=13
version=v13.1
versionCode=13.1
author=niklas389
description=Removes Bloat and adds some nice features.
description=Removes Bloat and adds some features.
Binary file removed system/fonts/Roboto-Black.ttf
Binary file not shown.
Binary file removed system/fonts/Roboto-BlackItalic.ttf
Binary file not shown.
Binary file removed system/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file removed system/fonts/Roboto-BoldItalic.ttf
Binary file not shown.
Binary file removed system/fonts/Roboto-Italic.ttf
Binary file not shown.
Binary file removed system/fonts/Roboto-Light.ttf
Binary file not shown.
Binary file removed system/fonts/Roboto-LightItalic.ttf
Binary file not shown.
Binary file removed system/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file removed system/fonts/Roboto-MediumItalic.ttf
Binary file not shown.
Binary file removed system/fonts/Roboto-Regular.ttf
Binary file not shown.
Binary file removed system/fonts/Roboto-Thin.ttf
Binary file not shown.
Binary file removed system/fonts/Roboto-ThinItalic.ttf
Binary file not shown.
Binary file removed system/fonts/RobotoCondensed-Bold.ttf
Binary file not shown.
Binary file removed system/fonts/RobotoCondensed-BoldItalic.ttf
Binary file not shown.
Binary file removed system/fonts/RobotoCondensed-Italic.ttf
Binary file not shown.
Binary file removed system/fonts/RobotoCondensed-Light.ttf
Binary file not shown.
Binary file removed system/fonts/RobotoCondensed-LightItalic.ttf
Binary file not shown.
Binary file removed system/fonts/RobotoCondensed-Medium.ttf
Binary file not shown.
Binary file removed system/fonts/RobotoCondensed-MediumItalic.ttf
Binary file not shown.
Binary file removed system/fonts/RobotoCondensed-Regular.ttf
Binary file not shown.
Binary file removed system/product/media/audio/alarms/Carbon.ogg
Binary file not shown.
Binary file removed system/product/media/audio/alarms/Headline.ogg
Binary file not shown.
Binary file removed system/product/media/audio/alarms/Helium.ogg
Binary file not shown.
Binary file removed system/product/media/audio/alarms/Timer2.ogg
Binary file not shown.
Binary file removed system/product/media/audio/ringtones/Ring10.wav
Binary file not shown.
3 changes: 0 additions & 3 deletions system/system_ext/priv-app/OnePlusCamera/OnePlusCamera.apk

This file was deleted.

0 comments on commit 82e3801

Please sign in to comment.