Menu Tele2 on Android smartphones - this is a pre-installed operator application, which many users consider obsessive. It takes up space in the system tray, sends notifications about tariffs, promotions and โ€œusefulโ€ services that not everyone needs. The worst thing is that standard deletion via Settings โ†’ Applications is often blocked by the system: the "Delete" button is inactive, and "Disable" returns the menu after a reboot.

In this article we Let's look 5 proven methodshow disable the Tele2 menu forever from simple methods without root access to radical solutions for advanced users. All instructions are relevant for Android 10โ€“14 and work on most brands: Samsung, Xiaomi, Honor, Realme and others. Important: some methods may affect the stability of the system - read the warnings carefully!

Why does the Tele2 menu return after disabling?

The problem is that the application Tele2 Menu (the package is usually called com.tele2.menu or ru.tele2.selfcare) is integrated into the operatorโ€™s firmware. Even if you click "Disable" in the settings, the system may automatically restart it when:

  • ๐Ÿ”„ Rebooting the device โ€”many firmware restores system applications.
  • ๐Ÿ“ถ Changing SIM card โ€”especially if a card is inserted Tele2.
  • ๐Ÿ”„ Updating software โ€”the operator can return the application via OTA-apat.
  • ๐Ÿ“ฑ Reset to factory settings โ€”the menu will return along with the clean firmware.

Moreover, on some devices (for example, Samsung Galaxy A-series with firmware from Tele2) the application is protected by policies Knox, which makes its removal without root almost impossible. But there are workarounds - read on.

๐Ÿ“Š How do you usually deal with unnecessary system applications?
Disable through settings
Deleting using ADB
Using root access
Ignoring

Method 1: Disabling through Android settings (without root)

The safest, but also the least effective method. Suitable for users who do not want to risk system stability. Instructions:

  1. Open Settings โ†’ Applications.
  2. Click on the three dots in the upper right corner and select Show system ones.
  3. Find in the list Tele2 Menu (or SelfCare, My Tele2).
  4. Tap on the application โ†’ Disable โ†’ confirm the action.

If the "Disable" button is inactive, try:

  • ๐Ÿ”ง Reset application settings (button "Storage" โ†’ "Clear data").
  • ๐Ÿ“ต Block notifications in the "Notifications" section of the same menu.

Make a backup copy of important data

Check the battery charge (minimum 50%)

Make sure that the SIM card is not from Tele2 (if possible)

Write down the name of the application package (useful for ADB)-->

โš ๏ธ Attention: On some devices (for example, Huawei with EMUI) disabling system applications can lead to errors in the operation of the mobile network. If after disconnecting the signal disappears, return the settings back.

Method 2: Uninstall via ADB (without root, but from a PC)

If the standard shutdown does not work, you can delete the menu Tele2 using Android Debug Bridge (ADB). This method does not require root access, but you will need a computer and a USB cable. Step-by-step guide:

  1. Enable on your smartphone Developer mode (tap on the number 7 times build in Settings โ†’ About phone).
  2. Activate USB debugging in the developer menu.
  3. Download ADB-tools to your PC and unpack it into a separate folder.
  4. Connect your phone to the PC, open the command line in the folder with ADB and enter:
adb devices

(Your device should appear. If not, install the drivers.)

adb shell pm uninstall -k --user 0 com.tele2.menu

If the package is called differently (for example, ru.tele2.selfcare), replace the name in the command.

After executing the command, the application will disappear from the system for the current one). user (not for all accounts on the device, it may return when you reset the settings or update the software.

โš ๏ธ Attention: On devices with MIUI (Xiaomi), after this command the mobile data may stop working. In this case, do:
adb shell pm enable com.android.phone

Method 3: Blocking via Package Disabler (for Samsung)

Smartphone owners Samsung are more fortunate: there is a specialized application for them Package Disabler Pro (or a free analogue Bloatware RemoverIt allows you to disable system applications without root, bypassing restrictions Knox.

Instructions:

  1. Download Package Disabler from Google Play.
  2. Open the application and provide access to Accessibility services (needed for operation).
  3. In the search bar enter tele2 or selfcare.
  4. Select the found application and press Disable.

The advantage of this method is that the application is not just disabled, but completely blocked at the system level, however, after resetting the settings or updating the firmware, the blocking will have to be repeated.

What to do if Package Disabler does not find the application?

If searching for "tele2" does not produce results, try:

1. View the full list of system applications manually (section "System Apps").

2. Find the package by part of the name: "menu", "selfcare", "mytele2".

3. Check if the application is hidden in the filter settings (filter icon in the upper right corner).

Method Requires root Requires PC Recovered after reset Risk to the system
Disable in settings โŒ No โŒ No โœ… Yes โš ๏ธ Low
ADB removal โŒ No โœ… Yes โœ… Yes โš ๏ธ Average
Package Disabler โŒ No โŒ No โœ… Yes โš ๏ธ Low
Root + Titanium Backup โœ… Yes โŒ No โŒ No โ— High
Reflashing โœ… Yes โœ… Yes โŒ No โ— Critical

Method 4: Complete removal with root access

If you are willing to take the risk, root access gives maximum opportunities for cleaning the system. The most popular tools for this:

  • ๐Ÿ› ๏ธ Titanium Backup โ€” allows you to โ€œfreezeโ€ or completely remove system applications.
  • ๐Ÿงน System App Remover โ€”specialized software for removing bloatware.
  • ๐Ÿ“ฆ Root Explorer โ€”for manually removing package files from /system/app.

Instructions for Titanium Backup:

  1. Get root access (for example, through Magisk).
  2. Install Titanium Backup and provide root access.
  3. Find in the application list com.tele2.menu (or similar).
  4. Tap on it โ†’ select Freeze! (safer) or Delete! (radical).

After deleting via root, the application will not return even after resetting the settings, but there are risks:

  • ๐Ÿšจ Disruption of the mobile network (if the application is associated with a SIM card).
  • ๐Ÿ”ง Errors when updating software (the system may require restoration deleted files).
  • โš ๏ธ Loss of warranty (root deprives of official support).
๐Ÿ’ก

Before deleting via root, make a backup copy of the package in Titanium Backup. If something goes wrong, you can restore the application in a few seconds.

Method 5: Flashing to pure Android (for advanced)

The most radical, but also the most reliable method is install custom firmware without pre-installed operator applications. Suitable for devices with an unlocked bootloader (for example, Xiaomi, Google Pixel, some models Samsung).

Popular firmware without bootloader:

  • ๐Ÿค– LineageOS - pure Android without unnecessary applications.
  • โšก Pixel Experience โ€”firmware with an interface from Google Pixel.
  • ๐Ÿ”ฅ Havoc-OS โ€”customizable firmware with many functions.

Warnings:

โš ๏ธ Attention: Flashing can lead to losing IMEI (and, as a consequence, the lack of mobile network) on some devices. Before the procedure, save IMEI using an application Chamelephon or similar.
โš ๏ธ Attention: On devices with Exynos (some Samsung) flashing can block Knoxwhich will make it impossible to use Samsung Pay, Secure Folder and other services.

If you have never flashed smartphone, it is better to contact an experienced user or study the guides on 4PDA for your model. Errors in the firmware can turn the device into a โ€œbrick.โ€

What to do if nothing helps?

If none of the methods worked, the following options remain:

  • ๐Ÿ“ฑ Change SIM card to another operator. On many devices, the menu Tele2 appears only if their SIM is present.
  • ๐Ÿ”ง Disable auto-update of applications v Google Play (so that the menu is not restored).
  • ๐Ÿ›ก๏ธ Use Launcher without system widgets (for example, Nova Launcher or Lawnchair).
  • ๐Ÿ“ด Disable mobile data for the application in traffic settings (so that it does not send notifications).

As a last resort, you can hide the icon. menu using applications like Hide App-Hide Application (requires special features). This will not delete the application itself, but at least remove it from view.

๐Ÿ’ก

If the Tele2 menu returns after each firmware update, the only reliable way is to disable automatic software updates in the device settings.

FAQ: Frequently asked questions

Is it possible to delete the Tele2 menu without a computer?

Yes, but with limitations Without a PC. you can:

  • Disable the application in settings (method 1).
  • Use Package Disabler (method 3, only for Samsung).
  • Hide the icon using the launcher.

For complete removal without root you will need ADB (method 2), and this already requires a connection to the PC.

Why does the menu return after deleting via ADB?

This happens because the command pm uninstall --user 0 deletes the application only for the current user. When resetting the settings or creating a new profile, it can return. To remove it completely, you need root access.

Will mobile data work after deleting the Tele2 menu?

In 90% of cases - yes. However, on some devices (especially Huawei and Samsung with firmware from the operator), the application Tele2 Menu may be related to the APN settings. If after deletion the Internet disappears, check:

  1. APN settings in Settings โ†’ Mobile network โ†’ Access points (APN).
  2. Having an active SIM card (sometimes helps reboot).

If all else fails, restore the application via ADB:

adb shell cmd package install-existing com.tele2.menu
Is it possible to return the Tele2 menu if needed?

Yes, but the method depends on the removal method:

  • If disabled in the settings: just click "Enable" in the application menu.
  • If deleted via ADB: run the command adb shell cmd package install-existing [package].
  • If deleted via root: restore from backup (if done) or reflash device.
Is it legal to delete pre-installed operator applications?

From a legal point of view, you have the right to modify your device as you like - this is your property.

  • The operator may refuse warranty service if it detects changes in the firmware.
  • Some functions (for example, shareware content from Tele2) will stop working.
  • In rare cases, the operator may block the SIM card for "unauthorized use" (unlikely, but theoretically possible).

In practice, millions of users remove bloatware without consequences.