Voice assistant Alice from Yandex has become an integral part of the ecosystem of many Android devices, including smartphones Samsung. However, not all users like its constant presence: from random activations to the collection of location and preference data. If you decide to completely remove Alice from a Samsung phone not just to disable it, but to get rid of it forever - this article will help you do it correctly, without risk to the system.
It is important to understand that Samsung does not always allow remove pre-installed applications using standard methods. Alice can be integrated at the firmware level, especially if your phone was sold with pre-installed Yandex.Search or Yandex.Launcher. We will consider all possible scenarios: from simple shutdown to deep removal through ADB and manual editing of system files. We will also look at how to avoid re-installing the assistant through updates.
If you are not confident in your technical skills, start with the first two methods - they are safe and do not require superuser rights (root). Advanced methods are provided for experienced users, including working with ADB and modifying system partitions. We warn you: incorrect actions may lead to unstable operation of the phone or loss of warranty.
1. Disabling Alice through Android settings
The easiest way is deactivate the assistant in the system settings. This won't physically remove the app, but it will stop it from running, remove the icon from the menu, and disable voice activation. The method is suitable for all models Samsungincluding Galaxy S23, A54, A34 and older devices on Android 10+.
Instructions:
- ๐ฑ Open
Settings โ Applications. - ๐ In the search bar, enter โAlice" or "Yandexยป.
- ๐ Select application Yandex with Alice (or just Aliceif it is installed separately).
- ๐ Click
Disable(if the button is inactive, click firstStop). - โ ๏ธ Confirm the action in the dialog box.
After disabling:
- โ The Alice icon will disappear from the application menu.
- โ Voice activation using the phrase โHello, Alice" will stop working.
- โ Application files will remain in memory (take up ~100โ300 MB).
- โ When updating the system, Alice may be activated again.
โ ๏ธ Attention: On some firmware Samsung One UI a disabled application may appear again after a reboot. In this case, proceed to the next method.
2. Removing Alice as a regular application
If Alice was installed by you manually (not pre-installed by the manufacturer), it can be deleted in the standard way. Check it like this:
- ๐ Go to
Settings โ Applications โ Yandex with Alice. - ๐ฆ If there is a button
Delete(and notDisable) - the application is not system.
To delete:
- ๐ฑ Go to
Settings โ Applications. - ๐ Find Yandex with Alice or Alice.
- ๐๏ธ Click
Deleteand confirm. - ๐งน Clear cache and data via
Storage โ Clear cache/data(if the option is available).
If buttons Delete no, but you are sure that the application is not a system one, try:
- ๐ ๏ธ Use Google Play Market: open the page Yandex with Alice and click
Delete. - ๐ฒ Install a third-party uninstaller, for example App Inspector or Package Disabler (requires rights ADB).
โ ๏ธ Attention: Some models Samsung (for example, Galaxy A for the Russian market) come with pre-installed Yandex.Search, which cannot be deleted without rootrights. In this case, proceed to method 3 or 4.
โ๏ธ Preparing to remove Alice
3. Removal via ADB (without root access)
If Alice is pre-installed, but you do not want to get rootaccess, you can use Android Debug Bridge (ADB). This method removes the application for the current user without affecting system files. Suitable for Samsung Galaxy on Android 8.0+.
What you will need:
- ๐ป Computer with Windows/macOS/Linux.
- ๐ USB cable (preferably original).
- ๐ฑ Enabled USB debugging on the phone.
- ๐ ๏ธ Utility ADB (download from official Android website).
Step-by-step guide:
- ๐ฑ On your phone, enable:
Settings โ About phone โ Build number (tap 7 times until "You have become a developer" appears)Settings โ Options developer โ USB debugging (enable) - ๐ป Connect the phone to the PC and confirm permission to debug.
- ๐ฅ๏ธ Open the command line (
cmdon Windows orTerminalon macOS/Linux) in the folder withADB. - ๐ Enter the command to check the connection:
adb devicesThe serial number of your device should appear.
- ๐๏ธ Remove Alice with the command (select the appropriate one):
adb shell pm uninstall -k --user 0 ru.yandex.aliceor
adb shell pm uninstall -k --user 0 ru.yandex.searchplugin
If the command was executed without errors, Alice will be deleted for your user. In this case:
- โ The application will disappear from the menu.
- โ Voice activation will be disabled.
- โ The files will remain in the system partition (but will not take up space for the user).
- โ After resetting the settings, Alice can return.
If the command adb devices does not show your phone, try reinstalling the drivers Samsung USB Driver or use a different USB cable.
4. Complete removal with root access
For irretrievable deletion Alice from the phone Samsung requires rootrights. This method is suitable for experienced users, since incorrect actions can lead to loss of warranty or โbrickโ of the device. The advantage of this method is that Alice will be deleted at the level of system files and will not return after updates.
What needs to be done:
- ๐ Get it root-access (for example, through Magisk or KingRoot).
- ๐ฑ Install a file manager with support for root, for example Root Explorer or FX File Explorer.
- ๐๏ธ Go to folder
/system/priv-app/or/system/app/. - ๐ Find folders with names:
YandexAliceYandexSearchYandexApp
.bak).Alternative method via ADB with root:
adb shellsu
mount -o rw,remount /system
rm -rf /system/priv-app/YandexAlice
rm -rf /system/app/YandexSearch
mount -o ro,remount /system
reboot
โ ๏ธ Attention: Removing system applications can disrupt operation Samsung Knox and lead to failures in over-the-air updates (OTABefore proceeding, make a full backup via TWRP or Samsung Smart Switch.
What to do if, after removing Alice, OTA updates stopped working?
If you deleted Yandex system files, and then the phone stopped receiving updates over the air, the reason may be a violation of the integrity of the firmware. Restore deleted files from a backup or flash the phone via Odin with official firmware.
5. Blocking re-installation of Alice
Even after uninstallation, Alice can return through:
- ๐ System updates (if Yandex is integrated into the firmware Samsung).
- ๐ฅ Auto-update applications in Google Play.
- ๐ ๏ธ Restoring factory settings.
To prevent a return:
- ๐ซ Disable auto-update for Yandex.Search and Alice:
Google Play โ Menu (โฐ) โ Settings โ Auto-update applications โ Do not update automatically - ๐ก๏ธ Use Package Disabler (requires ADB or root) to block packages:
ru.yandex.aliceru.yandex.searchpluginru.yandex.browser(if not needed)
Settings โ Applications โ Menu (โฎ) โ Special access โ Install unknown applications โ Disable for all browsers
If Alice returns after resetting the settings, consider flashing the phone custom firmware without pre-installed applications (for example LineageOS). However, this requires unlocking the bootloader and may void the warranty.
Even after completely deleting Alice, its files may remain in the system cache. For deep cleaning, use SD Maid or CCleaner with rights. superuser.
6. Alternative methods: disabling via Knox and Bixby. On some models, Alice may be associated with Alisa. In this case, it will help:
On some models Samsung (For example, Galaxy S22, Z Fold 4) Alice may be related to Bixby or Samsung Knox. In this case it will help:
| Method | Action | Effect |
|---|---|---|
| Disable Bixby |
|
Alice will no longer be activated through Bixby |
| Blocking in Knox |
|
Alice will be blocked at the Knox level |
| Replacing the launcher |
|
The Alice icon will disappear from the main screen |
If Alice is activated via voice search (for example, by holding down the button Home), disable this function:
Settings โ Additional functions โ Side button โ Select another action
7. Checking for residual files and surveillance
Even after Alice is deleted services can continue to run in the background, collecting data. To check and clear leftovers:
- ๐ Use App Inspector to search for packages:
ru.yandex.aliceโ main application.ru.yandex.searchpluginโ search plugin.ru.yandex.mobileadsโ advertising module.
- ๐ Check activity via
Settings โ Battery โ Battery usage(if Alice is there, it works). - ๐ก๏ธ Revoke permissions:
Settings โ Applications โ Yandex โ Permissions โ Disable everything
For complete confidence:
- ๐ Install NetGuard or AFWall+ (requires root) and block Internet access for all packages
ru.yandex.*. - ๐งน Clear the cache and data via SD Maid (section
CorpseFinder). - ๐ Restart the phone in safe mode (hold the power off button โ
Safe mode) and check if the Alice.
โ ๏ธ Attention: Some functions Samsung (for example, Quick Share or Samsung Pay) can use Yandex components for geolocation. Disabling them may disrupt the operation of these services.
FAQ: Frequently asked questions about deleting Alice
โ Is it possible to delete Alice without a computer?
Yes, if it is not a system one. Use Settings โ Applications โ Delete. For system applications without root only disabling via ADB (needs a computer for one command) or Package Disabler (requires ADB-access) will help.
โ Will Alice return after updating Android?
Probably yes, if it was pre-installed SamsungTo prevent it from returning:
- Disable auto-update in Google Play.
- Use Package Disabler to block packages.
- Install custom firmware without Yandex services.
โ Why did voice search disappear after removing Alice?
Alice in Samsung is sometimes integrated with Bixby Voice or Google Assistant. If voice search stops working after uninstallation:
- Check your settings Google:
Settings โ Google โ Devices and sharing โ Voice Match. - Reinstall Google App via Play Market.
- Reset settings Bixby (if used).
โ How to remove Alice from a child's phone?
For children's devices it is recommended:
- Use parental controls (for example, Samsung Kids or Google Family Link).
- Disable Alice via
Settings โ Applications(see Method 1). - Install an alternative launcher (for example, Kids Place), where Alice will be hidden.
Avoid rootmethods, as they may disrupt stability phone.
โ Is it legal to delete pre-installed applications?
Yes, but with reservations:
- ๐ From a legal point of view you have the right to delete any software from your device.
- โ ๏ธ However Samsung may regard modification of system files as a violation of the warranty terms.
- ๐ง If the phone is corporate (with Knox), deleting system applications may lead to blocking the device.
For complete security, use methods without root (Methods 1โ3).