What bloatapps can be uninstalled ? And, camera comments please. - Xiaomi Redmi Note 7 Pro Questions & Answers

Which bloatapps in the RN7P can be uninstalled?
And, which cannot.
Someone please do a mini review of the camera. I really distrust reviews on the net.
And, comment on the ads. Only one review actually mentioned the ads.

xda2014 said:
Which bloatapps in the RN7P can be uninstalled?
And, which cannot.
Someone please do a mini review of the camera. I really distrust reviews on the net.
And, comment on the ads. Only one review actually mentioned the ads.
Click to expand...
Click to collapse
Very few can be uninstalled like Facebook amazon opera.
and jn my opinion camera is amazing for the price. Totally satisfied with it.
and yes ads suck , I am desperately waiting for a stable Lineage.

Nilesh Jaybhaye said:
Very few can be uninstalled like Facebook amazon opera.
and jn my opinion camera is amazing for the price. Totally satisfied with it.
and yes ads suck , I am desperately waiting for a stable Lineage.
Click to expand...
Click to collapse
You can easily remove ads by following few steps in each Mi app. I am not facing any ad issue.

AbhiAbhiBisht said:
You can easily remove ads by following few steps in each Mi app. I am not facing any ad issue.
Click to expand...
Click to collapse
Which few steps?

kushal.purkar said:
Which few steps?
Click to expand...
Click to collapse
Uncheck Wallpaper Carousel. Turn of recommendations and suggestions in each mi app. It will hugely remove ads.

There's a tutorial to remove bloatware here. It will uninstall apps for current user and you can always re-install them with a click.

This will help with blocking of ads systemwide not just miui apps - https://www.xda-developers.com/enable-private-dns-xiaomi-devices-miui-10/
I am using adguard dns - https://adguard.com/en/adguard-dns/overview.html

I have uninstalled these apps using the adb method.
Google Apps:
adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall -k --user 0 com.google.android.music #Play Music
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
Facebook:
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.appmanager
MIUI Apps:
adb shell pm uninstall -k --user 0 com.android.browser
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.compass
adb shell pm uninstall -k --user 0 com.miui.notes
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.miui.player
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
adb shell pm uninstall -k --user 0 com.xiaomi.scanner
adb shell pm uninstall -k --user 0 com.miui.weather2
adb shell pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
adb shell pm uninstall -k --user 0 com.mfashiongallery.emag
adb shell pm uninstall -k --user 0 com.miui.android.fashiongallery

please elaborate
bhavishay97 said:
I have uninstalled these apps using the adb method.
Google Apps:
adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall -k --user 0 com.google.android.music #Play Music
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
Facebook:
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.appmanager
MIUI Apps:
adb shell pm uninstall -k --user 0 com.android.browser
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.compass
adb shell pm uninstall -k --user 0 com.miui.notes
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.miui.player
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
adb shell pm uninstall -k --user 0 com.xiaomi.scanner
adb shell pm uninstall -k --user 0 com.miui.weather2
adb shell pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
adb shell pm uninstall -k --user 0 com.mfashiongallery.emag
adb shell pm uninstall -k --user 0 com.miui.android.fashiongallery
Click to expand...
Click to collapse
Will you please elaborate, How you uninstalled them? Also, will they come back if I reset my phone or via system update?

ectoanonymous said:
Will you please elaborate, How you uninstalled them? Also, will they come back if I reset my phone or via system update?
Click to expand...
Click to collapse
I have used the adb i.e. Android Debug Bridge method which doesn't require root or unlocking bootloader. It is given in link below. Yes, the apps will come back after phone reset.
https://forum.xda-developers.com/redmi-5/how-to/guide-remove-stock-apps-root-t3829593

Related

[GUIDE] [DEBLOAT] Remove stock apps WITHOUT ROOT

Most of the Apps on Redmi 5 cannot be disabled in setting.
So this thread is created to disable apps so that they will never wake up to consume battery and will be uninstalled for current user.
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have device connected via USB, run adb devices command to see if your device is connected via ADB.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now copy and run the commands from below list for the app which you want to remove.
NOTE : Chrome is necessary for WebView Implementation and hence should not be removed so excluded from below list.
This will remove apps for current user and will return in case of factory reset.
So if you mess something up, do factory reset to get out of trouble.
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google App
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner​
Code:
adb shell pm uninstall -k --user 0 com.google.android.apps.docs
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.android.browser
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.compass
adb shell pm uninstall -k --user 0 com.miui.notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.miui.player
adb shell pm uninstall -k --user 0 com.xiaomi.midrop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
adb shell pm uninstall -k --user 0 com.xiaomi.scanner
AVinaSh_S said:
Most of the Apps on Redmi 5 cannot be disabled in setting.
So this thread is created to disable apps so that they will never wake up to consume battery and will be uninstalled for current user.
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have device connected via USB, run adb devices command to see if your device is connected via ADB.
Now copy and run the commands from below list for the app which you want to remove.
NOTE : Chrome is necessary for WebView Implementation and hence should not be removed so excluded from below list.
This will remove apps for current user and will return in case of factory reset.
So if you mess something up, do factory reset to get out of trouble.
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google App
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner​
Code:
adb shell pm uninstall -k --user 0 com.google.android.apps.docs
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.android.browser
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.compass
adb shell pm uninstall -k --user 0 com.miui.notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.miui.player
adb shell pm uninstall -k --user 0 com.xiaomi.midrop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
adb shell pm uninstall -k --user 0 com.xiaomi.scanner
Click to expand...
Click to collapse
thank you very much bro!:good:
i know this is a foolish question, but will i keep receiving official updates by xiaomi if i do this, i mean is it safe, will it void my warranty or anything like that?
driton.talinoci said:
i know this is a foolish question, but will i keep receiving official updates by xiaomi if i do this, i mean is it safe, will it void my warranty or anything like that?
Click to expand...
Click to collapse
You will still receive OTA updates if you do this. Apps which are uninstalled this way can be brought back by doing factory reset. I don't know about the warranty, but If you care about it - as I said, you can do factory reset to install the apps again, therefore your warranty will be valid.
Nothing will Happen!
driton.talinoci said:
i know this is a foolish question, but will i keep receiving official updates by xiaomi if i do this, i mean is it safe, will it void my warranty or anything like that?
Click to expand...
Click to collapse
nah man.. nothing will happen... U will still get updates and Ur warranty is not voided!
AP hacker said:
nah man.. nothing will happen... U will still get updates and Ur warranty is not voided!
Click to expand...
Click to collapse
thanks man
I bought it for my dad yesterday and now I was waiting 360 hours to unlock the bootloader, root it for unistalling thoses apps !!
You are a genius thank you SO MUCH !!
I got to say I got a failure.
merely, some failures.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb devices
List of devices attached
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb devices
List of devices attached
4b58065b7ce5 device
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.google.android.ap
ps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photo
s
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Goo
gle App
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
Success
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb devices
List of devices attached
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb devices
List of devices attached
4b58065b7ce5 device
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.google.android.ap
ps.docs
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.android.browser
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.videoplayer
adb shell pm uninstall -k --user 0 com.miui.player
adb shell pm uninstall -k --user 0 com.xiaomi.midrop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
adb shell pm uninstall -k --user 0 com.xiaomi.scannerFailure [not installed for
0]
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.google.android.ap
ps.docs
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.videosFailure [not install
ed for 0]
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.google.android.ap
ps.docs
Failure [not installed for 0]
C:\Users\yikeu\Desktop\minimal_adb_fastboot_v1.4.2\minimal_adb_fastboot_v1.4.2\M
inimal ADB and Fastboot>
Click to expand...
Click to collapse
double post because of the screenshot.
Silversniper said:
I got to say I got a failure.
merely, some failures.
Click to expand...
Click to collapse
[not installed for 0] -- is a generic error. Meaning the app you are trying to uninstall is already removed.
So no issues here if you face it for few apps.
AVinaSh_S said:
[not installed for 0] -- is a generic error. Meaning the app you are trying to uninstall is already removed.
So no issues here if you face it for few apps.
Click to expand...
Click to collapse
well, actual none got removed.
Silversniper said:
well, actual none got removed.
Click to expand...
Click to collapse
Copy all the lines from code section.. without the #app_name.
Give authentication in ADB session.
Type
adb devices
Should show device ID without device unauthenticated text.
Then in same session fire commands without # i.e.
adb shell pm uninstall -k --user 0 com.google.android.music
Try and report back :good:
AVinaSh_S said:
Copy all the lines from code section.. without the #app_name.
Give authentication in ADB session.
Type
adb devices
Should show device ID without device unauthenticated text.
Then in same session fire commands without # i.e.
adb shell pm uninstall -k --user 0 com.google.android.music
Try and report back :good:
Click to expand...
Click to collapse
Well, ofc I tried both version of the code, as you can see. I even tried removing by use of single lines.
But I'll repeat it with an adb devices and also some configurations on the device.
We talk here about plain vanilla devices with locked bootloader/no root, right?
Silversniper said:
Well, ofc I tried both version of the code, as you can see. I even tried removing by use of single lines.
But I'll repeat it with an adb devices and also some configurations on the device.
We talk here about plain vanilla devices with locked bootloader/no root, right?
Click to expand...
Click to collapse
Yes .. no root required.
Do one thing .. try to uninstall apps like user apps.
The command removes system app and I believe you have updated few apps and the apps from /userdata are shown in app drawer.
After the commands you will be able to just uninstall these apps like regular apps.
How about google play services? Can i uninstall it through this method?
As I want to uninstall update, but since miui cannnot do that.
t2950486 said:
How about google play services? Can i uninstall it through this method?
As I want to uninstall update, but since miui cannnot do that.
Click to expand...
Click to collapse
It will disable goolge play services which will break Google Play Store so not recommended.
Thank you!
I successfully removed:
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.appmanager
What about stock messaging app?
Noob question
Just want to confirm that it will work on miui 10 as well?
This gave my battery draining after i disabled some apps. Android system battery usage was very high.

[GUIDE] [DEBLOAT] Remove stock MIUI apps WITHOUT ROOT or BOOTLOADER

First install ADB (just you can copy and paste a some files on C:\ADB). Follow this https://www.xda-developers.com/quickly-install-adb/
Use this on CMD, for Windows Shift+Click -> "Open CMD here"
Test if your phone connected: adb devices
The CMD returns:
"List of devices attached
43648### device"
And uninstall the apps that you wants
adb shell pm uninstall -k --user 0 com.android.browser #Mi Browser
adb shell pm uninstall -k --user 0 com.android.calendar #Calendario
adb shell pm uninstall -k --user 0 com.android.deskclock #Reloj
adb shell pm uninstall -k --user 0 com.android.mms #Mensajes
adb shell pm uninstall -k --user 0 com.facebook.appmanager #Facebook App Manager
adb shell pm uninstall -k --user 0 com.facebook.services #Facebook Services
adb shell pm uninstall -k --user 0 com.facebook.system #Facebook App Installer
adb shell pm uninstall -k --user 0 com.google.android.apps.docs #Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps #Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox #Google App
adb shell pm uninstall -k --user 0 com.google.android.inputmethod.latin #Gboard
adb shell pm uninstall -k --user 0 com.google.android.music #Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall -k --user 0 com.google.android.youtube #Youtube
adb shell pm uninstall -k --user 0 com.mi.android.globalFileexplorer #Administrador de archivos
adb shell pm uninstall -k --user 0 com.miui.analytics #Analytics
adb shell pm uninstall -k --user 0 com.miui.bugreport #Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.calculator #Calculadora
adb shell pm uninstall -k --user 0 com.miui.compass #Mi Compass
adb shell pm uninstall -k --user 0 com.miui.msa.global #mas (main system advertising)
adb shell pm uninstall -k --user 0 com.miui.notes #Mi Notes
adb shell pm uninstall -k --user 0 com.miui.player #Mi Music
adb shell pm uninstall -k --user 0 com.miui.screenrecorder #Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer #Mi Video
adb shell pm uninstall -k --user 0 com.xiaomi.midrop #Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks #Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner #Mi Scanner
..
Here's the sh script nobody asked for
github [ dot com ] /KushagraKarira/Unbloat/blob/master/miui.sh
I plan to add all of the miui bloatware on all mi devices,
great keep it up...hate those bloatware
add one more
peter9811 said:
First install ADB (just you can copy and paste a some files on C:\ADB). Follow this https://www.xda-developers.com/quickly-install-adb/
Use this on CMD, for Windows Shift+Click -> "Open CMD here"
Test if your phone connected: adb devices
The CMD returns:
"List of devices attached
43648### device"
And uninstall the apps that you wants
adb shell pm uninstall -k --user 0 com.android.browser #Mi Browser
adb shell pm uninstall -k --user 0 com.android.calendar #Calendario
adb shell pm uninstall -k --user 0 com.android.deskclock #Reloj
adb shell pm uninstall -k --user 0 com.android.mms #Mensajes
adb shell pm uninstall -k --user 0 com.facebook.appmanager #Facebook App Manager
adb shell pm uninstall -k --user 0 com.facebook.services #Facebook Services
adb shell pm uninstall -k --user 0 com.facebook.system #Facebook App Installer
adb shell pm uninstall -k --user 0 com.google.android.apps.docs #Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps #Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox #Google App
adb shell pm uninstall -k --user 0 com.google.android.inputmethod.latin #Gboard
adb shell pm uninstall -k --user 0 com.google.android.music #Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall -k --user 0 com.google.android.youtube #Youtube
adb shell pm uninstall -k --user 0 com.mi.android.globalFileexplorer #Administrador de archivos
adb shell pm uninstall -k --user 0 com.miui.analytics #Analytics
adb shell pm uninstall -k --user 0 com.miui.bugreport #Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.calculator #Calculadora
adb shell pm uninstall -k --user 0 com.miui.compass #Mi Compass
adb shell pm uninstall -k --user 0 com.miui.msa.global #mas (main system advertising)
adb shell pm uninstall -k --user 0 com.miui.notes #Mi Notes
adb shell pm uninstall -k --user 0 com.miui.player #Mi Music
adb shell pm uninstall -k --user 0 com.miui.screenrecorder #Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer #Mi Video
adb shell pm uninstall -k --user 0 com.xiaomi.midrop #Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks #Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner #Mi Scanner
Click to expand...
Click to collapse
adb shell pm uninstall -k --user 0 com.xiaomi.glgm # Mi Games
Thanks it work fine for me
Can anyone make a flashable zip file to remove all google play services and google apps completely
Does removing any of those apps cause any instability or crashes in other apps?
worked fine on Xiaomi Mi 9 (EU)
darkstar107 said:
Does removing any of those apps cause any instability or crashes in other apps?
Click to expand...
Click to collapse
None whatsoever in Redmi Y3 MIUI 10.3.6 Android 9
Command to remove wallpaper carousel app
type the following command to remove the wallpaper carousel app.
pm uninstall -k --user 0 com.miui.android.fashiongallery
Is that any different from simply freezing all this apps via titanium backup?
Test
Test
Thank you
I didn't paid attention to the title, good to know method without root. Thank you.
To uninstall Security center:
adb shell pm uninstall -k --user 0 com.miui.securitycenter #security
I did this, with less uninstallation, and now my Redmi Note 5 Pro is stuck in a constant loop of booting into Mi Recovery. Does anyone have any ideas?
?
Hiyouyo said:
I did this, with less uninstallation, and now my Redmi Note 5 Pro is stuck in a constant loop of booting into Mi Recovery. Does anyone have any ideas?
?
Click to expand...
Click to collapse
Flash stock image via fastboot!
Be carreful at what you remove
It weird that work so easily like this, but i'm not newer in that convenient and some system's app can't be removed without bootloop or brick.
I think as security app who is very deeply integrate to the system.
For more information a person have maked a list of app can be removed (but now i've not have ability to post url) (the xda post name : MIUI 10 De-bloat (Systemless+Automated) and username :Sreekantt)
Hi guys.
I'd like know if there is a list of bloatware apps that I Should remove to get my miui faster and cleaner that that.
Many thanks.

Debloat With ADB

Reminder:
You can debloat apps with ADB:
Here are the command I successfully did, it will remove SwiftKey, xGoogle, OkGoogle, Security Manager and Facebook. Choose the one you need.
You can try to debloat more with the help of App Inspector to reveal the app IDs.
adb shell pm uninstall -k --user 0 com.swiftkey.swiftkeyconfigurator
adb shell pm uninstall -k --user 0 com.touchtype.swiftkey
adb shell pm uninstall -k --user 0 com.android.hotwordenrollment.xgoogle
adb shell pm uninstall -k --user 0 com.huawei.securitymgr
adb shell pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.services
Hallo,
Nice List :good:
list of installed packages
- adb shell pm list packages
did anybody know the packages of Hicare and AppGallery?? Can't find it
hisearch was really anyojing so I debloat it
maybe you can add it to your list.
pm uninstall -k --user 0 com.huawei.search
I was not able to remove app gallery with ADB despite knowing it's ID ?
(I removed a lot more but was waiting a few days in case of bugs, will improve the list in a few days)
Btw after debloat I gained 10 000 PTS on antutu compared to a stock view 20. It's not that relevant anyway ?
mchtt said:
I was not able to remove app gallery with ADB despite knowing it's ID ?
Click to expand...
Click to collapse
AppGallery: com.huawei.appmarket
HiCare: com.huawei.phoneservice
howto install deleted apps without factory reset
adb shell cmd package install-existing <package name>
demir02 said:
AppGallery: com.huawei.appmarket
HiCare: com.huawei.phoneservice
howto install deleted apps without factory reset
adb shell cmd package install-existing <package name>
Click to expand...
Click to collapse
Thx ???
wow you are fast :good:
Huawei video:
com.huawei.himovie.overseas
Designs: com.huawei.android.thememanager
be careful, if you uninstall Designs you lose the background pictures and the ability on homescreen with the gesture zoom out to get access on background but you can easily change you backgrounds in the settings menu. So I can deal with that.
Does anyone know the package name of the huawei notepad app? Most of us use Keep, Evernote or OneNote anyway.
Use App Inspector for that I already removed it so cannot find the name ?
notepad: com.example.android.notepad
My List:
adb shell pm uninstall -k --user 0 com.swiftkey.swiftkeyconfigurator
adb shell pm uninstall -k --user 0 com.touchtype.swiftkey
adb shell pm uninstall -k --user 0 com.huawei.securitymgr
adb shell pm uninstall -k --user 0 com.facebook.system
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.huawei.gameassistant
adb shell pm uninstall -k --user 0 com.huawei.appmarket
adb shell pm uninstall -k --user 0 com.huawei.himovie.overseas
adb shell pm uninstall -k --user 0 com.huawei.wallet
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.android.mediacenter
adb shell pm uninstall -k --user 0 com.example.android.notepad
adb shell pm uninstall -k --user 0 com.hicloud.android.clone
adb shell pm uninstall -k --user 0 com.android.stk
adb shell pm uninstall -k --user 0 com.huawei.android.remotecontroller
adb shell pm uninstall -k --user 0 com.huawei.phoneservice
demir02 said:
Hallo,
hisearch was really anyojing so I debloat it
maybe you can add it to your list.
pm uninstall -k --user 0 com.huawei.search
Click to expand...
Click to collapse
That's the most important thing to do on this phone. The phone is complete hijacked by the stupid Huawei search if you don't remove this package.
anonimo said:
That's the most important thing to do on this phone. The phone is complete hijacked by the stupid Huawei search if you don't remove this package.
Click to expand...
Click to collapse
read post #2
adb shell pm uninstall -k --user 0 com.huawei.health
adb shell pm uninstall -k --user 0 com.huawei.KoBackup
adb shell pm uninstall -k --user 0 com.huawei.android.totemweather
blumax said:
adb shell pm uninstall -k --user 0 com.huawei.health
adb shell pm uninstall -k --user 0 com.huawei.KoBackup
adb shell pm uninstall -k --user 0 com.huawei.android.totemweather
Click to expand...
Click to collapse
All great info! Thanks a bunch. This bloatware is the worst.
So my questions are, can the actual dialer be removed and sideloaded with the Google dialer? Can the contacts be deleted through ADB and Google Contacts installed (if so what is the package name?)? I'd say the same for the gallery (package name) and just have Google Photos replace it?
My biggest issue really is the launcher. I've installed Apex launcher, but it's a little buggy sometimes. I'd really, really, really love to get the rootless Pixel launcher on here but it always says there is an error and to uninstall it when I try. Any suggestions?
---------- Post added at 04:52 PM ---------- Previous post was at 04:29 PM ----------
diggyphil said:
All great info! Thanks a bunch. This bloatware is the worst.
So my questions are, can the actual dialer be removed and sideloaded with the Google dialer? Can the contacts be deleted through ADB and Google Contacts installed (if so what is the package name?)? I'd say the same for the gallery (package name) and just have Google Photos replace it?
My biggest issue really is the launcher. I've installed Apex launcher, but it's a little buggy sometimes. I'd really, really, really love to get the rootless Pixel launcher on here but it always says there is an error and to uninstall it when I try. Any suggestions?
Click to expand...
Click to collapse
Disregard about the pixel launcher. I didn't realize you had to enable the 2 permissions for it before you opened it and then chose it as the default launcher. All good on that front now and with the pixel bridge. I did install app inspector to view the packages, but not quite sure how the contacts/dialer thing works or works together and how/if they can be separate and removed.
What are the 2 permissions you need???
Edit found them .
I debloat my View 20 and After this, its not possible to get an update for the Huawei Designs app without updating the App Gallery.
Did anyone find a solution, to update thhe Designs app without updating app gallary?
Thanks!!
does anyone know the name of the default weather widget? deleted it by mistake and can't get it back:
C:\adb>adb shell cmd package install-existing com.huawei.android.totemweather
android.content.pm.PackageManager$NameNotFoundException: Package com.huawei.android.totemweather doesn't exist
Anyone try removing Honor Files app? It drains a lot of my battery.
flamery said:
does anyone know the name of the default weather widget? deleted it by mistake and can't get it back:
C:\adb>adb shell cmd package install-existing com.huawei.android.totemweather
android.content.pm.PackageManager$NameNotFoundException: Package com.huawei.android.totemweather doesn't exist
Click to expand...
Click to collapse
Perhaps you would have to reset your device to get it back.

De-bloat, any suggestions?

Hi, I know 1+ does not have much bloat on it but anyone have any suggestions for apps they've adb uninstalled with no adverse affects ? Obviously the google stuff is the usual candidates here but any other suggestions will be most welcome.
thanks.
Facebook!
Gesendet von meinem ONE E1003 mit Tapatalk
I read the Facebook apps are possible to uninstall, however Facebook service remains (active!)
Anyway to remove without root?
https://www.androidpolice.com/2020/08/05/oneplus-is-poisoning-its-phones-with-facebook-bloatware/
There we go:
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
If you have developers options enabled, connect to PC with USB debugging enabled.
and type each line in CMD which CD to the platformtools/adb then press enter:
This is System Tracing which is automatically enabled when dev options is on.
adb shell pm disable-user com.android.traceur
oneplus bug reporting
adb shell pm disable-user com.oneplus.opbugreportlite
zen mode (i dont use)
adb shell pm disable-user com.oneplus.brickmode
oneplus logging
adb shell pm disable-user net.oneplus.odm
more oneplus logging
adb shell pm disable-user net.oneplus.odm.provider
you can re-enable these packages by doing
adb shell pm enable <package_to_enable>
Source. Experienced good results on my OP7 after disabling OP Logging.
Piotrekk said:
If you have developers options enabled, connect to PC with USB debugging enabled.
and type each line in CMD which CD to the platformtools/adb then press enter:
This is System Tracing which is automatically enabled when dev options is on.
adb shell pm disable-user com.android.traceur
oneplus bug reporting
adb shell pm disable-user com.oneplus.opbugreportlite
zen mode (i dont use)
adb shell pm disable-user com.oneplus.brickmode
oneplus logging
adb shell pm disable-user net.oneplus.odm
more oneplus logging
adb shell pm disable-user net.oneplus.odm.provider
you can re-enable these packages by doing
adb shell pm enable <package_to_enable>
Source. Experienced good results on my OP7 after disabling OP Logging.
Click to expand...
Click to collapse
Brilliant, thanks all. Exactly sort of thing i was looking for.
Does debloating with adb change the system partition? So OTA updates are impossible?
Gesendet von meinem ONE E1003 mit Tapatalk
phillip1711 said:
Does debloating with adb change the system partition? So OTA updates are impossible?
Gesendet von meinem ONE E1003 mit Tapatalk
Click to expand...
Click to collapse
Nein. Yes ota is still available you only disable the apps.
..
DIR49DNOR0N said:
com.oneplus.collectiondata
possible candidate for removal considering the name, i removed it. I might give a full list when i'm done.
Click to expand...
Click to collapse
Are you guys disabling or uninstalling the apps cause as far as i know disabling can be reactivated via system which suggest if you really don't need them uninstalling would be the better option.
I only disabled Facebook app manager, app installer and services in settings and they are still stayed disabled.
Sent from my Nord using XDA Labs
I disabled these, running the risk of asking a very dumb question, but can I do this is one line? Tried is with spaces but didn't work
pm uninstall -k --user 0 com.netflix.mediaclient
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.google.android.gm
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.apps.walletnfcrel
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.android.apps.youtube.music
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.calendar
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.oneplus.gamespace
pm uninstall -k --user 0 com.oneplus.gamespace.black.overlay
pm uninstall -k --user 0 com.oneplus.gamespace.white.overlay
Japhies said:
I disabled these, running the risk of asking a very dumb question, but can I do this is one line? Tried is with spaces but didn't work
pm uninstall -k --user 0 com.netflix.mediaclient
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.google.android.gm
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.apps.walletnfcrel
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.android.apps.youtube.music
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.calendar
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.oneplus.gamespace
pm uninstall -k --user 0 com.oneplus.gamespace.black.overlay
pm uninstall -k --user 0 com.oneplus.gamespace.white.overlay
Click to expand...
Click to collapse
In Windows you should be able to put above into a batch file (.bat extension) and execute via command prompt or in powershell.
BTW, what's the last 3 entries (.gamespace) relating to? In particular the overlay entries?
Thanks will give it a try.
Gamespace...i was wondering the same. Noticed it in the app drawer but couldn't uninstall. Never played a game in my life so didn't want it there
https://play.google.com/store/apps/details?id=com.oneplus.gamespace&hl=nl
Piotrekk said:
If you have developers options enabled, connect to PC with USB debugging enabled.
and type each line in CMD which CD to the platformtools/adb then press enter:
adb shell pm disable-user
Click to expand...
Click to collapse
Did you mean pm uninstall -k --user 0 ?
I tried this one out but it spits out; Package ********* new state: disabled-user, as far as i can tell it changes something, but does not uninstall it.
Japhies said:
I disabled these, running the risk of asking a very dumb question, but can I do this is one line? Tried is with spaces but didn't work
pm uninstall -k --user 0 com.netflix.mediaclient
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.google.android.gm
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.google.android.apps.walletnfcrel
pm uninstall -k --user 0 com.google.android.youtube
pm uninstall -k --user 0 com.google.android.apps.youtube.music
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.calendar
pm uninstall -k --user 0 com.android.chrome
pm uninstall -k --user 0 com.google.android.apps.docs
pm uninstall -k --user 0 com.google.android.apps.tachyon
pm uninstall -k --user 0 com.oneplus.gamespace
pm uninstall -k --user 0 com.oneplus.gamespace.black.overlay
pm uninstall -k --user 0 com.oneplus.gamespace.white.overlay
Click to expand...
Click to collapse
Like this ? double click the file to debloat, you can edit with notepad, it's a reproduction of your list atm...
My bit extreme debloat :
/system/app/OPPush
/system/app/AntHalService
/system/app/BasicDreams
/system/app/BackupRestoreRemoteService
/system/app/BookmarkProvider
/system/app/BTtestmode
/system/app/BuiltInPrintService
/system/app/CarrierDefaultApp
/system/app/CtsShimPrebuilt
/system/app/DeskClock
/system/app/EngineeringMode
/system/app/EngSpecialTest
/system/app/FBAppmanager
/system/app/EasterEgg_O2
/system/app/GoogleAssistant
/system/app/GooglePrintRecommendationService
/system/app/LogKitSdService
/system/app/netflix-activation
/system/app/netflix-stub
/system/app/NFCTestMode
/system/app/NVBackupUI
/system/app/oem_tcma
/system/app/OemAutoTestServer
/system/app/OEMLogKit
/system/app/OPAppUpgrader
/system/app/OPBreathMode
/system/app/OPBackup
/system/app/OPCommonLogTool
/system/app/OPBugReportLite
/system/app/OPFilemanager
/system/app/OPGeoIpTime
/system/app/OPSesAuthentication
/system/app/OPPush
/system/app/OPGamingSpace
/system/app/OPBackupRestore
/system/app/OPGeoIpTime
/system/app/OPYellowpage
/system/app/OPLiveWallpaper
/system/app/WallpaperBackup
/system/app/WapiCertManage
/system/app/OPScreenRecord
/system/app/OPTelephonyCollectionData
/system/app/PartnerBookmarksProvider
/system/app/PhotosOnline
/system/app/PlayAutoInstallConfig
/system/app/Rftoolkit
/system/app/SensorTestTool
/system/app/SmscPlugger
/system/app/SoterService
/system/app/Stk
/system/app/Traceur
/system/app/WAPPushManager
/system/app/YTMusic
/system/priv-app/BackupRestoreConfirmation
/system/priv-app/CallLogBackup
/system/priv-app/CtsShimPrivPrebuilt
/system/priv-app/EmergencyInfo
/system/priv-app/FBInstaller
/system/priv-app/FBServices
/system/priv-app/HotwordEnrollmentOKGoogleHEXAGON
/system/priv-app/HotwordEnrollmentXGoogleHEXAGON
/system/priv-app/IFAAService
/system/priv-app/GoogleDocumentsUIPrebuilt
/system/priv-app/ManagedProvisioning
/system/priv-app/OnePlusWizard
/system/priv-app/OPCellBroadcastReceiver
/system/priv-app/OPDeviceManagerProvider
/system/priv-app/OPDeviceManager
/system/priv-app/OPSimContacts
/system/priv-app/RcsSDK
/system/priv-app/SharedStorageBackup
/system/priv-app/TagGoogle
/system/product/app/Account
/system/product/app/CalendarGoogle
/system/product/app/Chrome
/system/product/app/GoogleContacts
/system/product/app/DeviceInfo
/system/product/app/Drive
/system/product/app/Duo
/system/product/app/Nearme
/system/product/app/Gmail2
/system/product/app/GoogleLocationHistory
/system/product/app/GooglePayIndia
/system/product/app/GooglePay
/system/product/app/GoogleTTS
/system/product/app/IndiaAccount
/system/product/app/Maps
/system/product/app/Messages
/system/product/app/OPMemberShip
/system/product/app/Photos
/system/product/app/PowerOffAlarm
/system/product/app/remoteSimLockAuthentication
/system/product/app/remotesimlockservice
/system/product/app/talkback
/system/product/app/TmoEngMode
/system/product/app/uceShimService
/system/product/app/uimgbaservice
/system/product/app/uimlpaservice
/system/product/app/uimremoteclient
/system/product/app/uimremoteserver
/system/product/app/Videos
/system/product/app/YouTube
/system/product/app/heytap_mcs_in
/system/product/app/HeytapIdProvider
/system/product/priv-app/AndroidAutoStub
/system/product/priv-app/CloudService
/system/product/priv-app/GoogleFeedback
/system/product/priv-app/GoogleDialer
/system/product/priv-app/OobConfig
/system/product/priv-app/GoogleOneTimeInitializer
/system/product/priv-app/GooglePartnerSetup
/system/product/priv-app/GoogleRestore
/system/product/priv-app/OPWorkLifeBalance
/system/product/priv-app/SetupWizard
/system/product/priv-app/Velvet
/system/product/priv-app/Turbo
/system/product/priv-app/Wellbeing
/system/product/priv-app/StorageManager
/system/product/priv-app/IndiaOPRoamingServiceRelease
/system/product/priv-app/GoogleFeedback
/system/product/priv-app/Velvet
/system/reserve/Audible
/system/reserve/AmazonShoppingMDIP
/system/reserve/AudibleMDIP
/system/reserve/card
/system/reserve/GameCenter
/system/reserve/facebook-localapk-stub
/system/reserve/instagram-localapk-stub
/system/reserve/Kindle
/system/reserve/messenger-localapk-stub
/system/reserve/OPBackupRestore
/system/reserve/OPForum
/system/reserve/OPIconpackOnePlusH2
/system/reserve/OPIconpackOnePlusO2
/system/reserve/OPNote
/system/reserve/OPSports
/system/reserve/OPWidget
/system/reserve/PrimeVideo
/system/reserve/SoundRecorder
/system/reserve/Weather
/system/vendor/app/pasrservice"
Nice one , is it tested and safe?
mchtt said:
Nice one , is it tested and safe?
Click to expand...
Click to collapse
Yes, i run it as daily. Note that i use other messages, dial-er etc so this list removes a lot
Thanks 2 over here! But thing is, if an next ota/full rom zip is installed you have to do it all over again..
lekiaM said:
Thanks 2 over here! But thing is, if an next ota/full rom zip is installed you have to do it all over again..
Click to expand...
Click to collapse
Use an magisk debloat zip. Install from magisk
https://androidfilehost.com/?fid=4349826312261823503
I am not the creator of this zip but i made my own install.sh to replace the one in the zip (attached, remove .txt)
You can edit the .sh with notepad++ or other text editor. Magisk will run the debloat every boot, so long you maintain magisk it should survive an update.

Flash indian Rom on Redmi 9A/9AT Global

Hi guys i have a Global Redmi 9AT with dialer and sms app by google. Can i flash indian rom with miui dialer how i did with my Redmi Note 8? I need the call recorder.
I follow this Guide: MIUI Stock Dialer And SMS app for Global RN8/ RN8 pro
Thx all and sorry for my bad english
hi guys i tried to flash indian rom and work fine byeeeeeeeee
Steps please ?
Just follow the guide for redmi note 8.
1.Unlock bootloader with official tool download from miui.com (7 days wait)
2.Download Indian rom for Redmi 9A/9AT "Dandelion" V12.0.8.0.QCDINXM
3.Flash with Mi Flash Tool download from miui.com and run as administrator
4.Remember to select just "flash all .bat" and not "flash all .bay and relock"
5.Finish
--------------
6.I used adb for uninstall useless apps
Remember there are not all applications this is my list
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google App
adb shell pm uninstall -k --user 0 com.android.emergency # Informazioni per le emergenze
adb shell pm uninstall -k --user 0 com.android.egg # Android EsterEgg
adb shell pm uninstall -k --user 0 com.google.android.music # Google Play Music
adb shell pm uninstall -k --user 0 com.google.ar.lens # Google Lens
adb shell pm uninstall -k --user 0 com.google.android.marvin.talkback # Google Talkback
adb shell pm uninstall -k --user 0 com.google.android.gm # Gmail
adb shell pm uninstall -k --user 0 com.android.chrome # Google Chrome
adb shell pm uninstall -k --user 0 com.google.android.youtube # Google YouTube
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Docs
adb shell pm uninstall -k --user 0 com.google.android.videos # Google Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 ru.yandex.searchplugin # Yandex
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
adb shell pm uninstall -k --user 0 com.miui.cloudbackup # Cloud Backup
adb shell pm uninstall -k --user 0 com.miui.calculator # Mi Calculator
adb shell pm uninstall -k --user 0 com.android.calendar # Mi Calendar
adb shell pm uninstall -k --user 0 com.android.email # Email
adb shell pm uninstall -k --user 0 com.mi.android.globalFileexplorer # File Explorer
adb shell pm uninstall -k --user 0 com.miui.fm # Radio FM
adb shell pm uninstall -k --user 0 com.miui.gallery # Gallery
adb shell pm uninstall -k --user 0 com.xiaomi.glgm # Games
adb shell pm uninstall -k --user 0 com.xiaomi.payment # Mi Payment
adb shell pm uninstall -k --user 0 com.xiaomi.mirecycle # Mi Recycle
adb shell pm uninstall -k --user 0 com.miui.virtualsim # Mi Roming
adb shell pm uninstall -k --user 0 com.miui.miservice # Servizi & feedback
adb shell pm uninstall -k --user 0 com.miui.yellowpage # Yellow Pages
adb shell pm uninstall -k --user 0 com.xiaomi.simactivate.service # SIM Active Services
adb shell pm uninstall -k --user 0 com.miui.msa.global # MSA
adb shell pm uninstall -k --user 0 com.miui.analytics # MIUI Analytics
adb shell pm uninstall -k --user 0 com.miui.daemon # MIUI Daemon
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller # Mi Remote controller
adb shell pm uninstall -k --user 0 com.miui.enbbs # Xiaomi MIUI Forum
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # GetApps
adb shell pm uninstall -k --user 0 com.qualcomm.qti.haven.telemetry.service # Qualcomm Telemetry
adb shell pm uninstall -k --user 0 com.amazon.appmanager # Amazon Telemetry
# Cell Broadcast
adb shell pm uninstall -k --user 0 com.android.cellbroadcastreceiver
adb shell pm uninstall -k --user 0 com.android.cellbroadcast.overlay.common
# 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
# Mi Pay
adb shell pm uninstall -k --user 0 com.mipay.wallet.id
adb shell pm uninstall -k --user 0 com.mipay.wallet.in

Categories

Resources