-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebloat_rmui2.0-RMX3151.bat
91 lines (61 loc) · 2.54 KB
/
debloat_rmui2.0-RMX3151.bat
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
@echo off
echo Running REALME 8i debloat script by Pritish
echo Uninstalling stk
adb shell pm uninstall -k --user 0 com.android.stk
echo Uninstalling video
adb shell pm uninstall -k --user 0 com.coloros.video
echo Uninstalling browser
adb shell pm uninstall -k --user 0 com.heytap.browser
echo Uninstalling google keep
adb shell pm uninstall -k --user 0 com.google.android.keep
echo Uninstalling youtube
adb shell pm uninstall -k --user 0 com.google.android.youtube
echo Uninstalling google news
adb shell pm uninstall -k --user 0 com.google.android.apps.magazines
echo Disabling heytap cloud
adb shell pm disable-user --user 0 com.heytap.cloud
echo Uninstalling gamecentre
adb shell pm uninstall -k --user 0 com.nearme.gamecenter
echo Uninstalling Games
adb shell pm uninstall -k --user 0 com.oplus.games
echo Uninstalling phonemanager
adb shell pm uninstall -k --user 0 com.coloros.phonemanager
echo Uninstalling google assistant
adb shell pm uninstall -k --user 0 com.google.android.apps.googleassistant
echo Uninstalling facebook appmanager
adb shell pm uninstall -k --user 0 com.facebook.appmanager
echo Uninstalling facebook services
adb shell pm uninstall -k --user 0 com.facebook.services
echo Uninstalling coloros calculator
adb shell pm uninstall -k --user 0 com.coloros.calculator
echo Uninstalling finshell
adb shell pm uninstall -k --user 0 com.finshell.fin
echo Uninstalling clone phone
adb shell pm uninstall -k --user 0 com.coloros.backuprestore
echo Uninstalling hot apps
adb shell pm uninstall -k --user 0 com.opos.cs
echo Uninstalling kids space
adb shell pm uninstall -k --user 0 com.coloros.childrenspace
echo Uninstalling lockscreen magazine
adb shell pm uninstall -k --user 0 com.heytap.pictorial
echo Uninstalling my realme
adb shell pm uninstall -k --user 0 com.heytap.usercenter
echo Uninstalling sound recorder
adb shell pm uninstall -k --user 0 com.coloros.soundrecorder
echo Disabling themestore
adb shell pm disable-user --user 0 com.heytap.themestore
echo Uninstalling weather
adb shell pm uninstall -k --user 0 com.coloros.weather2
echo Uninstalling compass
adb shell pm uninstall -k --user 0 com.coloros.compass2
echo Uninstalling oroaming
adb shell pm uninstall -k --user 0 com.redteamobile.roaming
echo Uninstalling filemanager
adb shell pm uninstall -k --user 0 com.coloros.filemanager
echo Disabling clock
adb shell pm disable-user --user 0 com.coloros.alarmclock
echo Uninstalling music
adb shell pm uninstall -k --user 0 com.heytap.music
echo Uninstalling google lens
adb shell pm uninstall -k --user 0 com.google.ar.lens
echo Done