Owners of Xiaomi smartphones purchased through telecom operators or with pre-installed SIM-The card, often faced with an intrusive service menu Tele2. This software can pop up at the most inopportune moment, overlapping the desktop or requiring an update. Removing this component is a priority for many users seeking clean interfaces. MIUI.
The problem is that the operator's applications are deeply integrated into the system partition of memory. Normal deletion through standard settings is often unavailable or hides only a shortcut, leaving the background processes active. In this article, we will discuss proven methods to completely get rid of the service menu and associated software.
There are several levels of access to the system, each offering its own tools to combat pre-installed software, from simple settings in the phone menu to use. ADB-The choice of method depends on your smartphone model and firmware version.
Causes and influence on the system
Tele2's service menu appears on devices that were purchased by the operator specifically for resale or shipped from the factory with partner services activated. It's not a virus, but legitimate, though undesirable, software, and it's responsible for balancing, connecting packages and displaying branded content.
The main problem is that these applications often have extended access rights, which can request permissions to read SMS, access contacts and phone, which calls into question data privacy, and background processes constantly consume RAM, which negatively affects the autonomy of Xiaomi.
Users often notice that after installing MIUI updates, menu functionality can expand. Operators use these channels to notify with advertising tariffs, blocking these processes is the only way to regain control of the device and reduce the load on the processor.
โ ๏ธ Note: Before making changes to system settings or removing components through ADB, Make sure to back up your important data in a complete way. Incorrectly deleting system files can cause your device to be unstable.
The impact on performance is especially noticeable on low-end models with a small amount of RAM. Operator services can take up to 100-200 MB of RAM in the background, which leads to more frequent unloading of active applications from memory.
Standard methods of disconnection through settings
The first step is to try to disable the app using the Android operating system, which is safe and doesn't require a computer connection, but it doesn't work in all cases, because some firmware versions block this capability.
To start, go to Settings and find the App. In the list of all installed programs, look for services called "My Tele2", "Tele2 Services" or similar. Click on the app name to open its detailed menu.
If the Remove button is inactive (gray), try pressing the Disable or Stop button, and then the system will stop running the processes of this application when the phone starts, and it is also recommended to go to the Permissions section and disable all accesses, including phone, SMS and location.
- ๐ฑ Go to Settings. โ Annexes โ All applications.
- ๐ Find in the list of the app with a logo or name Tele2.
- ๐ Click Disable or Remove Updates if the first one is not available.
- ๐ซ In the "Permissions" section, disallow access to all items.
In some cases, the operator hides its services in the Tools or Google folder on the desktop. Deleting the shortcut doesn't remove the app itself, so be sure to check the full list in the system settings. If the standard method didn't work, move on to more radical measures.
๐ก
If the โDisableโ button is gray and not pressed, then the application has the status of a system and requires the use of ADB or superuser rights to delete.
Using ADB to Remove System Applications
The most effective way to get rid of the menu Tele2 Xiaomi โ using the Android Debug Bridge debugging (ADB). This method allows you to remove even those applications that are hidden from the average user. USB-cable.
Before starting the procedure, you need to activate the developer mode on your smartphone. Go to Settings โ About the phone and quickly click 7 times on the MIUI Version. After the message โYou became a developerโ, return to the main settings menu, select Additional โ For developers and turn on the debugging switch over USB.
Connect your phone to your computer. You'll see a request for debugging permission on your smartphone screen -- check the "Always Allow" box and press OK. On your computer, open the command line in the ADB folder and type in a command to check the connection:
adb devicesIf the list shows the serial number of your device with device status, the connection is successfully established. Now you can start searching and removing carrier packets. --user 0, which removes the application only for the current user without affecting the system partition.
โ๏ธ Check before removal through ADB
List of removal packages and commands
The hardest part of the process is identifying the correct packet names. Tele2 applications can be named differently depending on the firmware version and region. Below is a table with the most common packet names to search for and remove.
| Packet name | Description | Security of removal |
|---|---|---|
| ru.tele2.mytele2 | Main application "My Tele2" | Safe. |
| com.android.mms.tele2 | Service SMS of the operator | Safe. |
| ru.tele2.services | Tele2 background services | Safe. |
| com.miui.virtualsim | Virtual SIM (if not used) | Careful. |
To remove a specific packet, use the following command in the ADB terminal:
adb shell pm uninstall -k --user 0 ru.tele2.mytele2Once you execute the command, you should receive a Success message: If the packet is deleted successfully, its icon will disappear from the desktop, and the processes will no longer appear in the Task Manager.
โ ๏ธ Note: Be extremely careful when entering package names. Removing Xiaomi system components (e.g. com.miui.securitycenter) can lead to a cyclical phone reboot (bootloop).
If you are not sure about the purpose of the package, it is better to skip it or pre-use the command adb shell pm disable-user. --user 0 package_name. This will disable the app without physically removing it, making it easy to restore in case of problems.
How to return a remote application?
Blocking Advertising and Pop-ups
Even after the main menu is removed, some residual processes may attempt to display ads or pop-ups. DNS local VPN-linkage.
One effective method is to configure a private DNS. Go to Settings โ Connection and Sharing โ Private DNS. Select the option โHost Name of the DNS providerโ and enter the address of a reliable blocker, such as dns.adguard.com. This will help cut off most advertising requests from the operatorโs services.
Also check notification settings for remaining system applications. Go to Settings โ Notifications and Status bar โ Notification Management. Go through the list and turn off notifications for all suspicious services, especially those that donโt have an icon or have a standard Android icon.
- ๐ Use it. DNS (For example, AdGuard to block advertising domains.
- ๐ Turn off notifications for system services in settings MIUI.
- ๐งน Clear the cache of the browser and system services of Google.
- ๐ต Check permissions for โMastering on top of other appsโ and ban suspicious services.
Often, operators use a โfloating windowsโ mechanism to make their menus visible on top of other applications. Check the list of applications that have this resolution in the Settings โ Applications โ Permissions โ Display on top of other applications.
๐ก
An integrated approach involving packet removal through ADB and tuning DNS-Filtering ensures complete elimination of the menu Tele2 and advertising on Xiaomi.
Possible problems and solutions
In the process of cleaning the system, users may encounter various difficulties: the computer may not see the phone, ADB commands may give an error, or after deleting the menu, the phone may begin to behave strangely.
If ADB If you can't see the device, check the drivers installed. Xiaomi often requires specific drivers or the installation of the Mi Flash Tool platform, which automatically puts the desired components. USB-cable or switch port on your computer.
In case of Failure error [DELETE_FAILED_INTERNAL_ERROR] When you delete a packet, it means that the application is actively used by the system or protected from removal. Try restarting the phone to safe mode and repeating the command. If this does not help, then this particular package is critical to the modem operation or SIM-maps in your firmware version.
โ ๏ธ Note: If after deleting services, mobile Internet or the ability to make calls is lost, reset the network settings (Settings) โ Connection and sharing โ Reset Wi-Fi, mobile networks and Bluetooth).
Sometimes, deleting the menu causes the balance to stop showing up in the status bar. This is normal behavior, since you have removed the service responsible for reading. USSD-You can now only control your expenses through the official app, which you can install from Google Play again if you really need it.