ROMashki firmware from the community of enthusiasts Xiaomi has become a popular alternative to the standard MIUI It's because of optimized code, no advertising, and advanced settings, but even with this clean firmware, there are dozens of pre-installed applications that take up precious memory space and run in the background, using up battery power. MIUI, where removing system applications often leads to failures, ROMashki allows you to more flexibly manage the software - but there are nuances here.
In this article, we will not just list the junk apps, but break them down by risk category, explain which ones are associated with key firmware functions (like Magisk modules or interface customization), and show you how to remove them correctly without consequences. We will focus on applications that seem unnecessary but are actually responsible for ROMashki chips, such as dark theme or control gestures. You will also learn how to restore a remote application if the phone starts to glittle, and what tools to use to safely clean the system.
Why ROMashki still has "extra" apps
Many users mistakenly believe that custom firmware like ROMashki is free of the default โjunkโ; in fact, developers leave some of the system applications for three key reasons:
- ๐ง Compatibility with Magisk modules. Some applications (e.g. com.xiaomi.magisk) are needed for proper root rights and modifications.
- ๐จ UI Customization: Utilities like com.custom.themes are responsible for the themes that ROMashki users choose.
- ๐ Backward compatibility: some software is left to support older versions MIUI, from which certain functions are inherited.
In addition, ROMashki often integrates alternative services (e.g. MicroG instead of Google Services) that take up space but are necessary to operate without Googleโs proprietary components.
โ ๏ธ Note: If you use ROMashki with Signature Spoofing (for MicroG), removing com.google.android.gms or com.android.vending will disrupt Googleโs alternative services. โ Annexes โ Disable, not remove completely.
Application categories: what can be removed and what can not
All pre-installed applications in ROMashki can be divided into 4 groups by the level of risk of removal. Below is a table with examples and recommendations:
| Risk category | Examples of applications | Effects of removal | Recommendation |
|---|---|---|---|
| Safe (can be removed) | com.miui.weather2, com.xiaomi.scanner, com.miui.videoplayer | Loss of standard utilities (weather, scanner) QR, videoplayer) | Remove through ADB router |
| Conditionally safe (can be removed, but with reservations) | com.miui.gallery, com.android.email, com.miui.notes | Loss of synchronization with Mi Cloud, failure of some Magisk modules | Delete only if you do not use your Mi Account |
| Dangerous (not recommended to be removed) | com.miui.home, com.android.systemui, com.miui.securitycenter | Interface crash, loss of system performance | Only disable through settings |
| Critical (deleting will lead to "brick") | com.qualcomm.qti.telephonyservice, com.android.phone | Loss of network, inability to call, need to flash | Never remove |
The app is different from the one that seems unnecessary but is actually responsible for ROMashkiโs unique features.
- ๐๏ธ com.custom.icons โ manages the customization of icons in the launcher.
- ๐ com.xiaomi.search โ responsible for global firmware search (including search in settings).
- ๐ฑ com.miui.phrase โ a module for gestures and hot phrases (for example, โHey Googleโ analogues).
List of safe to remove applications (checked at ROMashki 2026)
Below is an up-to-date list of applications that can be removed without risking system stability.Be sure to backup through the system before removing it. TWRP Or a tool like Swift Backup, based on tests on Xiaomi Redmi Note 10 Pro, Poco. F3 Mi 11 with the latest versions of ROMashki (14.0)+).
1. Xiaomi standard utilities (replaced with third-party ones)
- ๐ฆ๏ธ com.miui.weather2 โ Weather (can be replaced by AccuWeather or Yahoo Weather).
- ๐ท com.xiaomi.scanner - Scanner QR-Codes (alternative: Google Lens).
- ๐ต com.miui.player - Music player (replace with Poweramp or VLC).
- ๐ฝ๏ธ com.miui.videoplayer - Video player (alternative: MX Player).
- ๐ com.miui.notes โ Notes (synchronized with Mi Cloud, if not used โ you can delete).
- ๐ com.android.calendar โ Calendar (replace by Google Calendar).
- โ๏ธ com.android.email (unless you use Exchange).
- ๐ com.android.contacts โ Contacts (caution: deletion will result in loss of the standard call interface; replace with Simple Contacts before removal).
2 Mi Account Services and Cloud Functions
- โ๏ธ com.xiaomi.account โ Mi Account (only delete if you are not using sync and cloud).
- ๐ com.miui.cloudservice โ Cloud service (responsible for backups in Mi Cloud).
- ๐ com.miui.cloudbackup โ Backup (can be replaced by Titanium Backup).
3. Applications for the Chinese market
- ๐จ๐ณ com.miui.hybrid โ Hybrid services for China (includes payments, news and other services).
- ๐ฐ com.xiaomi.payment โ Mi Pay (not operating outside China).
- ๐ฐ com.miui.yellowpage - Yellow Pages (Chinese Handbook).
- ๐ฎ com.xiaomi.gamecenter.sdk.service - Game Center (Chinese games and achievements).
Duplicate system components
- ๐ com.android.providers.partnerbookmarks โ Browser bookmarks (duplicates) Chrome/Firefox).
- ๐ก com.qualcomm.location โ Duplicate geolocation module (if MicroG is used).
- ๐ com.android.providers.userdictionary โ User dictionary (can be reset via settings).
โ๏ธ Preparation for removal of applications
How to remove applications correctly: step-by-step instructions
Removing system applications on ROMashki requires caution, and here are three proven methods, from the safest to the riskiest.
Method 1: Disconnect via settings (without root rights)
If you don't have root access or you don't want to take risks, you can just turn off unnecessary apps, which will stop them working and free up RAM, but won't delete files from the device.
- Go to Settings โ Applications โ Application Management.
- Select the app from the list (such as the weather).
- Click Disable (if the button is inactive, the application is critical to the system).
- Confirm the action. The app will disappear from the menu and stop working in the background.
Method 2: Removal via ADB (without root rights but with PC)
This method requires connecting the phone to the computer, but does not violate the warranty and does not require unlocking the bootloader.
You'll need:
- A computer with ADB Tools installed.
- Included debugging by USB (Settings โ The phone. โ Version. MIUI โ Press 7 times, then return to Settings โ Additionally. โ For developers โ Debugging by USB).
- List of packets to remove (see previous section).
adb shell
pm uninstall -k --user 0 com.miui.weather2Replace. com.miui.weather2 to the name of the package of the desired application. --user 0 means deletion only for the current user (does not affect system files).
โ ๏ธ Note: Some applications (e.g. com.miui.home) even when removed via ADB flag-headed --user 0 They can cause a launcher to malfunction. 1-2 Apps and restart the phone.
Method 3: Removal through a root conductor (for experienced)
If you have Magisk and root access, you can remove applications directly from the system partition, which is the cleanest method, but also the most risk.
- Install Root Explorer or FX File Explorer with Root Rights Support.
- Go to /system/priv-app/ or /system/app/.
- Find a folder with the name of the application (for example, Weather2 weather-wise).
- Delete the folder or rename it (add.bak at the end).
- Reboot the phone.
To restore the remote application, it is enough to return the folder to place or reflash the firmware on top (without a Wipe).
๐ก
Before removing system applications through the root conductor, take a screenshot of the folder contents /system/priv-app/. This will help you quickly recover files if something goes wrong.
What to do if after removing the phone began to glittle
Even when you remove "safe" apps, you can have problems, like losing your weather widget or losing your gestures, and here's how to diagnose and fix common bugs:
1. functionality (e.g. gestures or themes) is missing
If ROMashki features (such as customizing icons or navigation gestures) have stopped working after youโve been removed, chances are youโve removed one of these apps:
- com.custom.icons โ loss of icon customization.
- com.miui.phrase โ voice commands are not working.
- com.miui.touchassistant โ navigational failure.
Solution: Restore the remote application from the backup or reflash the firmware on top (without formatting) /data).
2. Persistent errors and system processes
If you have a message like "System". UI stopped" or "Settings are not responding" means that a critical application (e.g. com.miui.home or com.android.systemui) has been removed).
Decision:
- Reboot the phone to TWRP.
- Back up the section. /system (if problems worsen).
- Sweep the original version of ROMashki over the current one (Dirty Flash option).
- If the problem persists, do a full reset (Wipe Data), but this will delete all user data.
3. Problems with network connection or mobile data
Deleting applications like com.qualcomm.qti.telephonyservice or com.android.phone can cause network loss.
- Check it out. IMEI *#06# - if it is missing, you will need to recover it from the QCN-file.
- Fly the firmware with a full Wipe (Wipe Dalvik, Cache, System, Data).
- If the problem remains, then run the stock. MIUI Use the Mi Flash Tool to re-install ROMashki.
How to repair IMEI after-failure?
Removal Alternatives: How to Optimize ROMashki Without Risk
If youโre unsure of your abilities or fear disrupting your systemโs stability, there are safer ways to free up memory and speed up your phone:
1. Freeze applications via Magisk
The App Systemizer or Debloater module for Magisk allows you to freeze unwanted applications without physically removing them.
- โ๏ธ The application does not work and does not consume resources.
- ๐ You can easily defrost if you need it.
- ๐ก๏ธ No risk to the system (files remain in place).
Installation:
- Download the App Systemizer module.
- Install it through Magisk Manager.
- Restart your phone and select freezer apps.
Limitation of background activity
ROMashki has built-in tools to limit the resources that apps consume:
- Go to Settings โ Battery and Performance โ Battery Management.
- Select an app (such as Weather).
- Set a Limit: Limit background activity or Deep Optimization.
This will reduce battery consumption and processor load without removing the application itself.
3. Use of lightweight alternatives
Many Xiaomi system applications can be replaced with lighter analogues:
| Standard annex | The alternative | Saving memory |
|---|---|---|
| Mi Browser (com.android.browser) | Bromite or Kiwi Browser | ~50MB |
| Mi Gallery (com.miui.gallery) | Simple Gallery or Aves | ~80MB |
| Mi Music (com.miui.player) | VLC or Musicolet | ~40MB |
| Mi File Explorer (com.android.fileexplorer) | Solid Explorer or FX File Explorer | ~30MB |
๐ก
Before replacing standard applications with alternatives, disable or freeze the original versions, which will prevent conflicts and duplication of features.