-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
after-upgrade.sh
31 lines (30 loc) · 1.89 KB
/
after-upgrade.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
adb shell pm install-existing --user 0 com.android.mms.service
adb shell pm install-existing --user 0 com.coloros.athena
adb shell pm install-existing --user 0 com.coloros.calculator
adb shell pm install-existing --user 0 com.coloros.encryption
adb shell pm install-existing --user 0 com.coloros.focusmode
adb shell pm install-existing --user 0 com.coloros.gamespace
adb shell pm install-existing --user 0 com.coloros.providers.downloads.ui
adb shell pm install-existing --user 0 com.coloros.sau
adb shell pm install-existing --user 0 com.coloros.translate.engine
adb shell pm install-existing --user 0 com.google.android.accessibility.soundamplifier
adb shell pm install-existing --user 0 com.google.android.apps.nbu.paisa.user
adb shell pm install-existing --user 0 com.google.android.configupdater
adb shell pm install-existing --user 0 com.google.android.contacts
adb shell pm install-existing --user 0 com.google.android.ims
adb shell pm install-existing --user 0 com.google.android.inputmethod.latin
adb shell pm install-existing --user 0 com.google.android.syncadapters.contacts
adb shell pm install-existing --user 0 com.heytap.openid
adb shell pm install-existing --user 0 com.nearme.romupdate
adb shell pm install-existing --user 0 com.oplus.romupdate
adb shell pm install-existing --user 0 com.oplus.sau
adb shell pm install-existing --user 0 com.opos.cs
adb shell pm install-existing --user 0 com.oppoex.afterservice
adb shell pm install-existing --user 0 com.qti.snapdragon.qdcm_ff
adb shell pm install-existing --user 0 com.google.android.dialer
adb shell pm install-existing --user 0 com.realme.securitycheck
adb shell pm install-existing --user 0 com.qti.xdivert
adb shell pm install-existing --user 0 com.google.android.apps.messaging
adb shell pm install-existing --user 0 com.google.android.apps.maps
adb shell pm install-existing --user 0 com.coloros.soundrecorder
set /p exitkey= "Press any key to continue..."