How to remove the Tele2 menu on Xiaomi: the complete guide

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.

๐Ÿ“Š How often do you have an operator menu?
Every day.
Once a week.
Only when you call.
Never seen one.

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 devices

If 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

Done: 0 / 4

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 nameDescriptionSecurity of removal
ru.tele2.mytele2Main application "My Tele2"Safe.
com.android.mms.tele2Service SMS of the operatorSafe.
ru.tele2.servicesTele2 background servicesSafe.
com.miui.virtualsimVirtual 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.mytele2

Once 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?
If you have removed the application through ADB You can restore it by command: adb shell cmd package install-existing package_name. This will return the system application to the current user.

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.

Frequently Asked Questions (FAQ)

Is it safe to delete the Tele2 menu through ADB?
Yes, it is safe if you only delete packets associated with the operator (e.g., the operator, ru.tele2...). Use of the flag --user 0 It allows you to remove the application only for your profile, leaving it in the system in case of resetting to factory settings.
Will the service be deleted after the service menu is removed?
No, voice and mobile will continue to work normally, and you only remove the client app for tariff and balance management, not the modem drivers or network settings. SIM-The card will work as usual.
Can I restore the remote menu?
If you used the pm uninstall --user 0 command, then the application can be restored by the cmd package install-existing command via ADB. If you deleted through the root rights with full erasure, only flashing the phone or resetting to factory settings will help.
Why does the Tele2 menu reappear after the MIUI update?
When you update your firmware globally or reset to factory settings, the system can automatically restore pre-installed carrier applications, in which case the removal procedure through ADB will need to be repeated.
Do you need root rights to remove the menu?
No, you don't need root rights to remove user and most system applications through ADB. The pm uninstall --user 0 method runs on standard, unblocked firmware.