Xiaomi Redmi Note 8T
MIUI
Mi Browser
Mi Music
GetApps
ADB
root-access
Many users are afraid to get into the system settings for fear of breaking the phone. Indeed, careless actions can lead to crashes, but if you follow the proven instructions, the risks are minimal. In this article, we will analyze all available methods - from safe (disconnection through settings) to radical (removal of system systems). APK-You will also learn which applications can be removed without consequences, and which are better left.
β οΈ Important: Before any manipulation of system files, backup the data. Some methods require unlocking the bootloader, which will reset the phone to factory settings.
1. Method: Disabling applications through MIUI settings
The easiest and safest method is not to delete, but to disable unnecessary programs, which will not free up memory, but will stop them from working in the background and hide them from the menu.
How to do this:
- Open Settings β Applications β Application Management.
- Slip on the three dots in the upper right corner and select Show all apps.
- Find the app you want (such as Mi Browser) and open the page.
- Click Disable (if the button is active).
β Pros: does not require superuser rights, reversible, secure.
β Cons: the application remains in memory, system program updates can activate them again.
π‘
If the βDisableβ button is inactive, try to remove all app updates first (the βRemove Updatesβ button on the same page).
- πΉ What apps can be turned off without risk: Mi Browser, Mi Music, Mi Video, GetApps, Mi Pay.
- πΉ What to Avoid: Google Play Services, MIUI System Apps, Security (antivirus).
- πΉ After disabling: the icon will disappear from the menu, but the file will remain in the menu. /system/priv-app/.
2. Method: Removal via ADB (without root)
ADB (Android Debug Bridge) is a debugging tool that allows you to manage system files without root rights.The method works on all Xiaomi smartphones, including the Redmi Note 8T, but requires a connection to a PC.
Step-by-step:
- Turn on Developer Mode: Go to Settings β About Phone and tap the MIUI version 7 times.
- Return to Settings β Additional β For developers and activate Debugging over USB.
- Connect your phone to your PC, install ADB Tools, and open the command line in the adb.exe folder.
- Enter the commands in turn: adb devices adb shell pm uninstall -k --user 0 com.android.browser (replace com.android.browser with the desired application package).
π How do you find the application package? Use the command:
pm list packages | grep"miui"Or install Package Name Viewer from Google Play.
Install ADB Tools on PC|
Enable debugging over USB on your phone |
Connect the phone with the original cable |
Check the list of packages by the command `pm list packages`|
Backup important data-->
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Browser | com.android.browser | Yes. |
| Mi Music | com.miui.player | Yes. |
| GetApps | com.xiaomi.mipicks | Yes. |
| Mi Video | com.miui.video | Yes. |
| Security (antivirus) | com.miui.securitycenter | No. |
β οΈ Note: Removing system applications through ADB It can lead to errors in the work MIUI, Especially if you remove components associated with Google Services or MIUI Always check the name of the package before deleting it!
3. Method: Use of MIUI Hidden Settings
MIUI has a hidden menu that allows you to disable system applications without ADB.
- Open the Settings app.
- In the search bar, enter. (star point star).
- Select the Hidden Settings (Hidden Settings) option that appears.
- Go to Manage Applications (Manage Applications).
- Find the unnecessary app and disable it.
πΉ Advantage of the method: does not require a PC and ADB, It works on all versions. MIUI 10-14.
πΉ Disadvantage: Not all apps are available to disable via this menu.
What if Hidden Settings doesnβt open?
4. Method: Removal by Root Rights (Magisk)
If your Redmi Note 8T has Magisk installed, you can remove system applications using a root-enabled file manager, such as Root Explorer or Root Explorer (paid but reliable).
System App Remover
Debloater
How to restore a remote application:
Fastboot
Yes, I'm using Magisk|.
Yeah, but then I deleted the root.|
No, I'm afraid to break my phone.|
I tried it, but it didn't work.-->
5. Method: Flashing with Remote Applications
If you are ready for radical measures, you can install custom firmware without unnecessary applications, such as Xiaomi.EU or LineageOS (requires an unlocked bootloader).
The advantages of custom firmware:
- π§Ή Complete absence of Bloatware (unnecessary applications);
- π Regular security updates;
- ποΈ Additional customization settings.
β οΈ Note: Installing custom firmware will reset all data on the phone and may result in a loss of warranty. L1 for Netflix HD) They may stop working.
Step-by-step instructions for installing Xiaomi.EU:
- Unlock the bootloader through the Mi Unlock Tool (requires an account binding Mi).
- Download the firmware. π‘Custom firmware is the most reliable way to get rid of Bloatware forever, but requires technical skills and removes the warranty. 6 Method: Using debloat commands through ADB If you don't want to delete apps one at a time, you can use scripts to mass debloat. For example, Universal Android Debloater (UAD) β GUI tool to remove unnecessary packets. UAD: Download and install. UAD Put the phone on with the debugging enabled. USB. Launch it. UAD, Choose Xiaomi from the list of manufacturers. Tick the boxes of unnecessary applications and click Uninstall. π Pre-installed listings for Xiaomi: π± Safe to delete: Mi Browser, Mi Music, Mi Video, GetApps, Mi Pay. β οΈ Dangerous (can break the system): MIUI System, Security Center, Google Play Services. π Conditionally secure (remove if not used): Mi Remote, Mi Community, Mi Drop. Frequent errors and how to avoid them When removing system applications, users often face problems. Here are the most common ways to solve them: Error Reason Solution Phone is not turned on after removal Removed Critical System Package Refuse via Fastboot or restore backup ADB Does not see the device Not installed drivers or not enabled debugging Install Google USB Driver and check the debugging by USB The app returns after update MIUI System restores deleted packets Disable auto-update or delete the packet again Failure Error [DELETE_FAILED_DEVICE_POLICY_MANAGER] Application protected by the device policy Use pm uninstall --user 0 instead of pm uninstall β οΈ Warning: If after deleting the app, the phone starts to overheat, discharge quickly or give out errors, immediately restore the deleted package from the backup or sew the phone back again. FAQ: Frequently Asked Questions Can Google Play Services Be Deleted? β No! Google Play Services is a critical component for most applications, including Google Play, Gmail, and maps, and its removal will cause massive disruptions. If you want to get rid of Google services, install custom firmware without GApps (like LineageOS for microG). Why does it reappear after you delete the app? It's because of auto-update. MIUI To avoid this, disable auto-update in Settings β The phone. β Update the system. Use pm uninstall -k --user 0 Instead of completely uninstalling (the app will stay on the system but will be hidden to your user) How to know which app can be removed and which can not be removed? π Use these rules: β Applications with Mi names (e.g. Mi Browser) can be removed if they are not related to system functions. β You can not delete: everything that contains in the package Android, Google, miui.system, security. β οΈ Conventional: Mi Remote, Mi Community β you can delete if you do not use these features. For accurate verification, look for information about the package on the forums XDA Developers.Do I need to unlock the bootloader to remove applications? β‘οΈ Not if you use it. ADB Unlock the bootloader is only necessary for: Install custom firmware; Get root rights; Delete system files via Root Explorer. β οΈ Unlocking will reset your phone to factory settings! How to return a remote system application? π Recovery Methods: If you had a backup: return the folder from the backup to /system/app/ or /system/priv-app/. If there is no backup: run your phone through Fastboot (will save data if you don't format userdata). For Google apps: install them manually from APKMirror.