⋆ [2022-09-28] Remove system apps on Realme UI 2.0 using ADB ⋆

Search This thread

STUPID CAT

New member
Aug 16, 2021
2
0
India
Remove system apps on Realme UI using ADB
Updated : 10th October 2020​

Tested Using:
  • Realme X50 / X2 Series
  • Realme 8 / 7 / 6 / 5 Series
  • Realme C3 / C2

Notes:
  • This method should not delete your phone data, however always take full backup of your phone for safety.
  • This method uninstalls/disables the apps for user 0. It does not physically remove the apps from your system partition.

Requirements:

Un-install a system app
Code:
adb shell pm uninstall -k --user 0 <package.name.of.the.app>

List all system apps which you have un-installed
Code:
adb shell "(pm list packages -u && pm list packages) | sort | uniq -u | cut -c 9-"

Re-install a system app
Code:
adb shell cmd package install-existing <package.name.of.the.app>

Re-install all uninstalled apps at once on a Linux machine
Code:
for i in $(adb shell "(pm list packages -u && pm list packages) | sort | uniq -u | cut -c 9-") ; do adb shell cmd package install-existing "$i" ; done

Disable a system app
Code:
adb shell pm disable-user --user 0 <package.name.of.the.app>

List all system apps which you have disabled
Code:
adb shell "pm list packages -d | cut -c 9-"

Re-enable a system app
Code:
adb shell pm enable --user 0 <package.name.of.the.app>

Re-enable all disabled system apps at once on a Linux Machine
Code:
for i in $(adb shell "(pm list packages -d | sort | cut -c 9-)") ; do adb shell pm enable --user 0 "$i" ; done

Code:
# AOSP & Google Apps
adb shell pm uninstall -k --user 0 com.android.chrome
adb shell pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
adb shell pm uninstall -k --user 0 com.android.stk
adb shell pm uninstall -k --user 0 com.google.android.apps.nbu.paisa.user
adb shell pm uninstall -k --user 0 com.google.android.feedback
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.youtube


# ColorOS & Oppo Apps
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
adb shell pm uninstall -k --user 0 com.coloros.backuprestore
adb shell pm uninstall -k --user 0 com.coloros.childrenspace
adb shell pm uninstall -k --user 0 com.coloros.compass2
adb shell pm uninstall -k --user 0 com.coloros.healthcheck
adb shell pm uninstall -k --user 0 com.coloros.healthservice
adb shell pm uninstall -k --user 0 com.coloros.personalassistant.overlay.common
adb shell pm uninstall -k --user 0 com.coloros.phonemanager
adb shell pm uninstall -k --user 0 com.coloros.securepay
adb shell pm uninstall -k --user 0 com.coloros.securitykeyboard
adb shell pm uninstall -k --user 0 com.coloros.video
adb shell pm uninstall -k --user 0 com.coloros.weather.service
adb shell pm uninstall -k --user 0 com.coloros.weather2
adb shell pm uninstall -k --user 0 com.coloros.widget.smallweather
adb shell pm uninstall -k --user 0 com.oppo.quicksearchbox
adb shell pm uninstall -k --user 0 com.oppo.music

# Facebook Apps
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system

# Heytap Apps
# You can remove all if you dont use Realme/Heytap online account
adb shell pm disable-user --user 0 com.heytap.market
adb shell pm disable-user --user 0 com.heytap.themestore
adb shell pm uninstall -k --user 0 com.heytap.browser
adb shell pm uninstall -k --user 0 com.heytap.cloud
adb shell pm uninstall -k --user 0 com.heytap.habit.analysis
adb shell pm uninstall -k --user 0 com.heytap.mcs
adb shell pm uninstall -k --user 0 com.heytap.openid
adb shell pm uninstall -k --user 0 com.heytap.pictorial
adb shell pm uninstall -k --user 0 com.heytap.usercenter

# Nearme & Realme Apps
# Secure Payment Protection Feature
adb shell pm uninstall -k --user 0 com.nearme.atlas
adb shell pm uninstall -k --user 0 com.realme.securitycheck

# Red Tea Mobile Apps
# Get new SIM, recharge data plans when abroad.
adb shell pm uninstall -k --user 0 com.redteamobile.roaming
adb shell pm uninstall -k --user 0 com.redteamobile.roaming.deamon

# Tencent Apps
adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver

# !! Warning !!
# Temporarily Blocks OTA Updates, For Advanced Users Only
adb shell pm uninstall -k --user 0 com.coloros.sau
adb shell pm uninstall -k --user 0 com.oppo.otaui
adb shell pm uninstall -k --user 0 com.oppo.ota



Credits:
Doug Lynch of XDA Portal : https://www.xda-developers.com/author/doug-lynch/
Original Article : https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access
I have a phone “realme u1” with colour os 6 . I'm not able to uninstall few apps like oppo app market, game center, theme store when i tried it says [ internal_system_failure] so can we do somthing about those irritating apps ??
 

elada22

Senior Member
Jun 3, 2009
100
1
Hi

I did somthing realy stupid.
Realme Q2 Pro (CN)

I normally dont use screen lock code but today I had it on.
I probably removed the app to input it when the phones boot up.
Now the its on and all but I cant touch nothing, the screen is blinking like its trying to load up the password screen but it cant.
power doesnt seems to power off and also cant reboot (10 sec long press doesnt work)
ADB control still there

I belive the app is "com.iflytek.inputmethod.oppo"

any ideas?
of course I need a ton of files on it

thank you
 

Feitz7

New member
Sep 9, 2021
1
0
C
Remove system apps on Realme UI using ADB
Updated : 10th October 2020​

Tested Using:
  • Realme X50 / X2 Series
  • Realme 8 / 7 / 6 / 5 Series
  • Realme C3 / C2

Notes:
  • This method should not delete your phone data, however always take full backup of your phone for safety.
  • This method uninstalls/disables the apps for user 0. It does not physically remove the apps from your system partition.

Requirements:

Un-install a system app
Code:
adb shell pm uninstall -k --user 0 <package.name.of.the.app>

List all system apps which you have un-installed
Code:
adb shell "(pm list packages -u && pm list packages) | sort | uniq -u | cut -c 9-"

Re-install a system app
Code:
adb shell cmd package install-existing <package.name.of.the.app>

Re-install all uninstalled apps at once on a Linux machine
Code:
for i in $(adb shell "(pm list packages -u && pm list packages) | sort | uniq -u | cut -c 9-") ; do adb shell cmd package install-existing "$i" ; done

Disable a system app
Code:
adb shell pm disable-user --user 0 <package.name.of.the.app>

List all system apps which you have disabled
Code:
adb shell "pm list packages -d | cut -c 9-"

Re-enable a system app
Code:
adb shell pm enable --user 0 <package.name.of.the.app>

Re-enable all disabled system apps at once on a Linux Machine
Code:
for i in $(adb shell "(pm list packages -d | sort | cut -c 9-)") ; do adb shell pm enable --user 0 "$i" ; done

Code:
# AOSP & Google Apps
adb shell pm uninstall -k --user 0 com.android.chrome
adb shell pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
adb shell pm uninstall -k --user 0 com.android.stk
adb shell pm uninstall -k --user 0 com.google.android.apps.nbu.paisa.user
adb shell pm uninstall -k --user 0 com.google.android.feedback
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.youtube


# ColorOS & Oppo Apps
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
adb shell pm uninstall -k --user 0 com.coloros.backuprestore
adb shell pm uninstall -k --user 0 com.coloros.childrenspace
adb shell pm uninstall -k --user 0 com.coloros.compass2
adb shell pm uninstall -k --user 0 com.coloros.healthcheck
adb shell pm uninstall -k --user 0 com.coloros.healthservice
adb shell pm uninstall -k --user 0 com.coloros.personalassistant.overlay.common
adb shell pm uninstall -k --user 0 com.coloros.phonemanager
adb shell pm uninstall -k --user 0 com.coloros.securepay
adb shell pm uninstall -k --user 0 com.coloros.securitykeyboard
adb shell pm uninstall -k --user 0 com.coloros.video
adb shell pm uninstall -k --user 0 com.coloros.weather.service
adb shell pm uninstall -k --user 0 com.coloros.weather2
adb shell pm uninstall -k --user 0 com.coloros.widget.smallweather
adb shell pm uninstall -k --user 0 com.oppo.quicksearchbox
adb shell pm uninstall -k --user 0 com.oppo.music

# Facebook Apps
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system

# Heytap Apps
# You can remove all if you dont use Realme/Heytap online account
adb shell pm disable-user --user 0 com.heytap.market
adb shell pm disable-user --user 0 com.heytap.themestore
adb shell pm uninstall -k --user 0 com.heytap.browser
adb shell pm uninstall -k --user 0 com.heytap.cloud
adb shell pm uninstall -k --user 0 com.heytap.habit.analysis
adb shell pm uninstall -k --user 0 com.heytap.mcs
adb shell pm uninstall -k --user 0 com.heytap.openid
adb shell pm uninstall -k --user 0 com.heytap.pictorial
adb shell pm uninstall -k --user 0 com.heytap.usercenter

# Nearme & Realme Apps
# Secure Payment Protection Feature
adb shell pm uninstall -k --user 0 com.nearme.atlas
adb shell pm uninstall -k --user 0 com.realme.securitycheck

# Red Tea Mobile Apps
# Get new SIM, recharge data plans when abroad.
adb shell pm uninstall -k --user 0 com.redteamobile.roaming
adb shell pm uninstall -k --user 0 com.redteamobile.roaming.deamon

# Tencent Apps
adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver

# !! Warning !!
# Temporarily Blocks OTA Updates, For Advanced Users Only
adb shell pm uninstall -k --user 0 com.coloros.sau
adb shell pm uninstall -k --user 0 com.oppo.otaui
adb shell pm uninstall -k --user 0 com.oppo.ota



Credits:
Doug Lynch of XDA Portal : https://www.xda-developers.com/author/doug-lynch/
Original Article : https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access
Can i reset my phone after uninstalling all apps mentioned above ?is it safe to reset ? will all uninstalled apps come back ?
 

dazone04

New member
Oct 5, 2017
4
0
The phone can't boot after the realme UI 2.0 android 11 update. I think some of the system app in the list might caused it.
 

02KT

New member
Sep 19, 2021
1
0
The phone can't boot after the realme UI 2.0 android 11 update. I think some of the system app in the list might caused it.
Hi

I did somthing realy stupid.
Realme Q2 Pro (CN)

I normally dont use screen lock code but today I had it on.
I probably removed the app to input it when the phones boot up.
Now the its on and all but I cant touch nothing, the screen is blinking like its trying to load up the password screen but it cant.
power doesnt seems to power off and also cant reboot (10 sec long press doesnt work)
ADB control still there

I belive the app is "com.iflytek.inputmethod.oppo"

any ideas?
of course I need a ton of files on it

thank you
It's because of com.coloros.weather.service app, reinstall it and everything will be back to normal.
 

Keh xaka

New member
Oct 12, 2021
1
0
Can i remove com.android.blutooth
Will it completely stop blutooth services in my phone..
 

RichZ

Member
Jan 19, 2022
14
1
Apparently a few apps were apparently renamed recently, instead of com.oppo.music I see com.heytap.music now.. haven't examined all yet.
 

mattia.b89

Senior Member
Sep 22, 2010
424
33
34
Thanks for work!
I am on Realme GT Master Edition and I used OP as starting point, since you declare it is aimed to other device...

Anyway, thanks again, and here is the list of apps I have uninstalled on RealmeUI 2.0, Android 11, Europe:
Code:
# Netflix Apps
adb shell pm uninstall -k --user 0 com.netflix.partner.activation
adb shell pm uninstall -k --user 0 com.netflix.mediaclient

# Facebook Apps
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system

# Heytap
adb shell pm uninstall -k --user 0 com.heytap.mcs
adb shell pm uninstall -k --user 0 com.heytap.cast
adb shell pm uninstall -k --user 0 com.heytap.music
adb shell pm uninstall -k --user 0 com.heytap.openid
adb shell pm uninstall -k --user 0 com.heytap.datamigration

# Tencent
adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver

# ColorOS & Oppo Apps
adb shell pm uninstall -k --user 0 com.coloros.video
adb shell pm uninstall -k --user 0 com.coloros.weather.service
adb shell pm uninstall -k --user 0 com.coloros.weather2
adb shell pm uninstall -k --user 0 com.oppo.quicksearchbox
adb shell pm uninstall -k --user 0 com.coloros.calculator
adb shell pm uninstall -k --user 0 com.coloros.gamespaceui
adb shell pm uninstall -k --user 0 com.coloros.backuprestore
adb shell pm uninstall -k --user 0 com.coloros.compass2
adb shell pm uninstall -k --user 0 com.coloros.filemanager
adb shell pm uninstall -k --user 0 com.coloros.oshare
adb shell pm uninstall -k --user 0 com.coloros.soundrecorder
adb shell pm uninstall -k --user 0 com.coloros.phonemanager

# AOSP & Google Apps
adb shell pm uninstall -k --user 0 com.android.chrome
adb shell pm uninstall -k --user 0 com.android.stk
adb shell pm uninstall -k --user 0 com.google.android.feedback
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.youtube
adb shell pm uninstall -k --user 0 com.google.android.apps.googleassistant
adb shell pm uninstall -k --user 0 com.google.android.apps.walletnfcrel

NB: I have removed *gallery* app because it is needed to quickly access photo/video shoot directly from camera App
 
Aug 1, 2020
10
0
i did uninstalled apps in my realmeui1.0 on my 6 pro and then i updated my phone to realmeui2.0 and now i think its in a loop(?). does me uninstalling apps from this list have to do with it doing the loop?

this is my phone and that's my homescreen, i can't turn it off nor can i restart it, idk if i can access my adb either, any help?

here's also the list i uninstalled

edit: i have read this
The phone can't boot after the realme UI 2.0 android 11 update. I think some of the system app in the list might caused it.
Hi

I did somthing realy stupid.
Realme Q2 Pro (CN)

I normally dont use screen lock code but today I had it on.
I probably removed the app to input it when the phones boot up.
Now the its on and all but I cant touch nothing, the screen is blinking like its trying to load up the password screen but it cant.
power doesnt seems to power off and also cant reboot (10 sec long press doesnt work)
ADB control still there

I belive the app is "com.iflytek.inputmethod.oppo"

any ideas?
of course I need a ton of files on it

thank you

Click to expand...
It's because of com.coloros.weather.service app, reinstall it and everything will be back to normal.
but the thing is i can't touch anything and can't access the prompt that allows my lappy to access my phone, so a can't do adb(?) so please help
 

Attachments

  • VID_20220312_070114[1].mp4
    25.3 MB · Views: 0
  • disabled.png
    disabled.png
    32.4 KB · Views: 66
Last edited:
Aug 1, 2020
10
0
Hi

I did somthing realy stupid.
Realme Q2 Pro (CN)

I normally dont use screen lock code but today I had it on.
I probably removed the app to input it when the phones boot up.
Now the its on and all but I cant touch nothing, the screen is blinking like its trying to load up the password screen but it cant.
power doesnt seems to power off and also cant reboot (10 sec long press doesnt work)
ADB control still there

I belive the app is "com.iflytek.inputmethod.oppo"

any ideas?
of course I need a ton of files on it

thank you
yow how did you get adb control to still work :( mine doesn't even show up that popup that let my lappy access it
 

harvey186

Senior Member
May 14, 2010
423
134
Remove system apps on Realme UI 2.0 using ADB
Updated : 2022-09-28​

Tested On:
  • Model: RMX2001
  • Hardware Version: RMX_2001_11​
  • RealmeUI Version: V2.0
  • ColorOS Version: V11​
  • Android Version: 11
  • Android Security Update: 2022-03-05
  • Build Number: RMX2001_11_C.18​
  • Baseband Version: M_V3_P10,M_V3_P10​
  • Kernel Version: 4.14.186+​

Notes:
  • DO NOT INSTALL OTA UPDATE ON A DEBLOATED PHONE. YOU WILL FACE BOOT LOOPS.
  • RE-INSTALL / RE-ENABLE BLOATWARE APPS, RESTART PHONE AND THEN INSTALL OTA UPDATE.
  • This method should not delete your phone data, however always take full backup of your phone for safety.
  • This method uninstalls/disables the apps for user 0. It does not physically remove the apps from your system partition.

Requirements:

Un-install a system app
Code:
adb shell pm uninstall -k --user 0 <package.name>

List all system apps which you have un-installed
Code:
adb shell "(pm list packages -u && pm list packages) | sed 's/^package://' | sort | uniq -u"

Re-install a system app
Code:
adb shell cmd package install-existing <package.name>

Re-install all uninstalled apps at once on a Linux machine
Code:
for i in $(adb shell "(pm list packages -u && pm list packages) | sed 's/^package://' | sort | uniq -u"); do adb shell "cmd package install-existing ${i}"; done

Disable a system app
Code:
adb shell pm disable-user --user 0 <package.name>

List all system apps which you have disabled
Code:
adb shell "pm list packages -d | sed 's/^package://' | sort | uniq -u"

Re-enable a system app
Code:
adb shell pm enable --user 0 <package.name>

Re-enable all disabled system apps at once on a Linux Machine
Code:
for i in $(adb shell "pm list packages -d | sed 's/^package://' | sort | uniq -u"); do adb shell "pm enable --user 0 ${i}"; done

Code:
# AOSP & Google Apps
adb shell pm uninstall -k --user 0 com.android.chrome
adb shell pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
adb shell pm uninstall -k --user 0 com.android.stk
adb shell pm uninstall -k --user 0 com.google.android.apps.nbu.paisa.user
adb shell pm uninstall -k --user 0 com.google.android.feedback
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.youtube

# ColorOS & Oppo Apps
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
adb shell pm uninstall -k --user 0 com.coloros.backuprestore
adb shell pm uninstall -k --user 0 com.coloros.childrenspace
adb shell pm uninstall -k --user 0 com.coloros.compass2
adb shell pm uninstall -k --user 0 com.coloros.healthcheck
adb shell pm uninstall -k --user 0 com.coloros.healthservice
adb shell pm uninstall -k --user 0 com.coloros.personalassistant.overlay.common
adb shell pm uninstall -k --user 0 com.coloros.phonemanager
adb shell pm uninstall -k --user 0 com.coloros.securepay
adb shell pm uninstall -k --user 0 com.coloros.securitykeyboard
adb shell pm uninstall -k --user 0 com.coloros.video
adb shell pm uninstall -k --user 0 com.coloros.weather.service
adb shell pm uninstall -k --user 0 com.oppo.quicksearchbox
adb shell pm uninstall -k --user 0 com.oppo.music

# Facebook Apps
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system

# Heytap Apps
# You can remove all if you dont use Realme/Heytap online account
adb shell pm disable-user --user 0 com.heytap.market
adb shell pm disable-user --user 0 com.heytap.themestore
adb shell pm uninstall -k --user 0 com.heytap.browser
adb shell pm uninstall -k --user 0 com.heytap.cloud
adb shell pm uninstall -k --user 0 com.heytap.habit.analysis
adb shell pm uninstall -k --user 0 com.heytap.mcs
adb shell pm uninstall -k --user 0 com.heytap.openid
adb shell pm uninstall -k --user 0 com.heytap.pictorial
adb shell pm uninstall -k --user 0 com.heytap.usercenter

# Nearme & Realme Apps
# Secure Payment Protection Feature
adb shell pm uninstall -k --user 0 com.nearme.atlas
adb shell pm uninstall -k --user 0 com.realme.securitycheck

# Red Tea Mobile Apps
# Get new SIM, recharge data plans when abroad.
adb shell pm uninstall -k --user 0 com.redteamobile.roaming
adb shell pm uninstall -k --user 0 com.redteamobile.roaming.deamon

# Tencent Apps
adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver

Credits:
Doug Lynch of XDA Portal : https://www.xda-developers.com/author/doug-lynch/
Original Article : https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access
Sorry, but that's not really an uninstalling. The apps are still available on your device. That's why you are able to 'reinstall' them via adb

for real uninstalling / removing you need to have root.
 

Vanquish 13

New member
Nov 8, 2019
1
0
Kindly remove the <com.coloros.weatheros.service package>, post the Realme UI 2.0 update uninstalling that package leads to screen flicker on reboot. It is a critical package now from me and several others have experienced.
If you do still watch this thread, this small update will help users in future.

As of writing this, Realme won't be releasing anymore OTA to this device so apart from this no other changes are necessary.
 

warpaper

Senior Member
Jun 6, 2010
292
5
LG G3
OnePlus 3T
i deleted the below app and my realmeQ got stuck after boot, guess it was something the screen lock got issue. Wipe data to bring it back luckily it is only my secondary phone without important data.

pm uninstall -k --user 0 com.coloros.healthcheck
pm uninstall -k --user 0 com.android.contacts
pm uninstall -k --user 0 com.heytap.cloud
pm uninstall -k --user 0 com.coloros.calendar
pm uninstall -k --user 0 com.coloros.gamespace
pm uninstall -k --user 0 com.nearme.atlas
pm uninstall -k --user 0 com.coloros.securepay
pm uninstall -k --user 0 com.coloros.childrenspace
pm uninstall -k --user 0 com.coloros.weather.service
pm uninstall -k --user 0 com.coloros.assistantscreen
pm uninstall -k --user 0 com.coloros.karaoke
pm uninstall -k --user 0 com.heytap.themestore
pm uninstall -k --user 0 com.heytap.music
pm uninstall -k --user 0 com.heytap.market
pm uninstall -k --user 0 com.finshell.wallet
pm uninstall -k --user 0 com.coloros.assistantscreen
pm uninstall -k --user 0 com.coloros.alarmclock
pm uninstall -k --user 0 com.coloros.filemanager
pm uninstall -k --user 0 com.coloros.phonemanager
 

Top Liked Posts

  • There are no posts matching your filters.
  • 18
    Remove system apps on Realme UI 2.0 using ADB
    Updated : 2022-09-28​

    Tested On:
    • Model: RMX2001
    • Hardware Version: RMX_2001_11​
    • RealmeUI Version: V2.0
    • ColorOS Version: V11​
    • Android Version: 11
    • Android Security Update: 2022-03-05
    • Build Number: RMX2001_11_C.18​
    • Baseband Version: M_V3_P10,M_V3_P10​
    • Kernel Version: 4.14.186+​

    Notes:
    • DO NOT INSTALL OTA UPDATE ON A DEBLOATED PHONE. YOU WILL FACE BOOT LOOPS.
    • RE-INSTALL / RE-ENABLE BLOATWARE APPS, RESTART PHONE AND THEN INSTALL OTA UPDATE.
    • This method should not delete your phone data, however always take full backup of your phone for safety.
    • This method uninstalls/disables the apps for user 0. It does not physically remove the apps from your system partition.

    Requirements:

    Un-install a system app
    Code:
    adb shell pm uninstall -k --user 0 <package.name>

    List all system apps which you have un-installed
    Code:
    adb shell "(pm list packages -u && pm list packages) | sed 's/^package://' | sort | uniq -u"

    Re-install a system app
    Code:
    adb shell cmd package install-existing <package.name>

    Re-install all uninstalled apps at once on a Linux machine
    Code:
    for i in $(adb shell "(pm list packages -u && pm list packages) | sed 's/^package://' | sort | uniq -u"); do adb shell "cmd package install-existing ${i}"; done

    Disable a system app
    Code:
    adb shell pm disable-user --user 0 <package.name>

    List all system apps which you have disabled
    Code:
    adb shell "pm list packages -d | sed 's/^package://' | sort | uniq -u"

    Re-enable a system app
    Code:
    adb shell pm enable --user 0 <package.name>

    Re-enable all disabled system apps at once on a Linux Machine
    Code:
    for i in $(adb shell "pm list packages -d | sed 's/^package://' | sort | uniq -u"); do adb shell "pm enable --user 0 ${i}"; done

    Code:
    # AOSP & Google Apps
    adb shell pm uninstall -k --user 0 com.android.chrome
    adb shell pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
    adb shell pm uninstall -k --user 0 com.android.stk
    adb shell pm uninstall -k --user 0 com.google.android.apps.nbu.paisa.user
    adb shell pm uninstall -k --user 0 com.google.android.feedback
    adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
    adb shell pm uninstall -k --user 0 com.google.android.youtube
    
    # ColorOS & Oppo Apps
    adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
    adb shell pm uninstall -k --user 0 com.coloros.backuprestore
    adb shell pm uninstall -k --user 0 com.coloros.childrenspace
    adb shell pm uninstall -k --user 0 com.coloros.compass2
    adb shell pm uninstall -k --user 0 com.coloros.healthcheck
    adb shell pm uninstall -k --user 0 com.coloros.healthservice
    adb shell pm uninstall -k --user 0 com.coloros.personalassistant.overlay.common
    adb shell pm uninstall -k --user 0 com.coloros.phonemanager
    adb shell pm uninstall -k --user 0 com.coloros.securepay
    adb shell pm uninstall -k --user 0 com.coloros.securitykeyboard
    adb shell pm uninstall -k --user 0 com.coloros.video
    adb shell pm uninstall -k --user 0 com.coloros.weather2
    adb shell pm uninstall -k --user 0 com.oppo.quicksearchbox
    adb shell pm uninstall -k --user 0 com.oppo.music
    
    # Facebook Apps
    adb shell pm uninstall -k --user 0 com.facebook.appmanager
    adb shell pm uninstall -k --user 0 com.facebook.services
    adb shell pm uninstall -k --user 0 com.facebook.system
    
    # Heytap Apps
    # You can remove all if you dont use Realme/Heytap online account
    adb shell pm uninstall -k --user 0 com.heytap.market
    adb shell pm uninstall -k --user 0 com.heytap.themestore
    adb shell pm uninstall -k --user 0 com.heytap.browser
    adb shell pm uninstall -k --user 0 com.heytap.cloud
    adb shell pm uninstall -k --user 0 com.heytap.habit.analysis
    adb shell pm uninstall -k --user 0 com.heytap.mcs
    adb shell pm uninstall -k --user 0 com.heytap.openid
    adb shell pm uninstall -k --user 0 com.heytap.pictorial
    adb shell pm uninstall -k --user 0 com.heytap.usercenter
    
    # Nearme & Realme Apps
    # Secure Payment Protection Feature
    adb shell pm uninstall -k --user 0 com.nearme.atlas
    adb shell pm uninstall -k --user 0 com.realme.securitycheck
    
    # Red Tea Mobile Apps
    # Get new SIM, recharge data plans when abroad.
    adb shell pm uninstall -k --user 0 com.redteamobile.roaming
    
    # Tencent Apps
    adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver
    
    # Misc Apps
    adb shell pm uninstall -k --user 0 com.glance.internet
    adb shell pm uninstall -k --user 0 com.finshell.fin

    Credits:
    Doug Lynch of XDA Portal : https://www.xda-developers.com/author/doug-lynch/
    Original Article : https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access
    2
    update please, cos some app make the phone stuck on rui 2.0
    1
    I recommend trying ADB AppControl. This is my new software with which you can easily manage applications on your device. Getting rid of bloatware has never been easier.