That only works to stop the applications does not remove them from the system, after a restart they reappearThese are quick instructions on how to remove some of the Redmi NOTE 7 and Redmi Note 7 Pro Bloatware. Root is NOT NEEDED and a UNLOCKED bootloader is NOT NEEDED to accomplish this. If there are anymore packages that are safe to remove that need to be added to the list just post a reply on this thread and i will add it to the list
Please keep this strictly REDMI NOTE 7 and REDMI NOTE 7 Pro orientated only.
1) install fastboot and adb on your PC
fastboot download: (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/)
fastboot/adb installation/usage instructios: https://www.xda-developers.com/install-adb-windows-macos-linux/
2) once you have adb running and working with your device run the following commands to remove the desired packages.
Code:adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo 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 adb shell pm uninstall -k --user 0 com.google.ar.lens # Google Lens adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Docs 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.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote 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
Enviado desde mi LG-V20 (LS997) mediante Tapatalk Pro