Voice assistant TalkBack na Honor 10 i is a useful feature for users with visual impairments, but its accidental activation can turn using a smartphone into a real nightmare. The screen begins to sound every touch, gestures stop working as usual, and standard settings become unavailable without special combinations. If you encounter this problem, do not panic: there are several ways to disable TalkBack even if the smartphone is completely โ€œlockedโ€ by voice control.

In this article we will look at all current methods for deactivating TalkBack on Honor 10 iincluding standard disabling through settings, using gestures, resetting to factory settings and even working with ADB for experienced users. We will pay special attention to the nuances associated with the firmware EMUI (which is used on devices Huawei/Honor), since the interface here differs from โ€œpureโ€ Android. You will also learn how to prevent the function from re-enabling and what to do if the smartphone does not respond to touches.

Why does TalkBack turn on by itself?

Most often TalkBack it is activated accidentally - for example, when you press the power button repeatedly or through the key combination in Accessibility settings. On Honor 10 i this can happen in the following situations:

  • ๐Ÿ”„ Triple press the power button is enabled in the settings โ€”if the shortcut function to Accessibility.
  • ๐Ÿค– Firmware update โ€”sometimes after an upgrade EMUI accessibility settings are reset.
  • ๐Ÿ‘ถ Children or pets โ€”accidental touches of the screen in the menu Settings โ†’ System.
  • ๐Ÿ”ง Resetting settings โ€” after returning to factory settings, some accessibility features are enabled by default.

In addition, on some versions EMUI (especially 9.0โ€“10.1) there was a bug in which TalkBack started after connecting headphones or a headset. If your smartphone behaves this way, check for system updates in Settings โ†’ System โ†’ Software Update How do you usually disable unnecessary functions on Android? data-i="65">I use ADB Settings โ†’ System โ†’ Software Update.

๐Ÿ“Š How do you usually disable unnecessary features on Android?
Through settings
Factory reset
I use ADB
I ask for help from friends

Method 1: Standard shutdown through settings (if the screen is responsive)

If you can still interact with the screen (even with the sound of each action), follow these instructions. The main thing is to remember that in the TalkBack mode, gestures work differently:

  • ๐Ÿ‘† Single touch - selects an element (does not press!).
  • ๐Ÿ‘†๐Ÿ‘† Double tap - equivalent to a single click.
  • ๐Ÿ‘†๐Ÿ‘ˆ Tap + swipe left/right โ€”scroll the list.

To disable TalkBack:

  1. Open Settings (gear icon). To do this, double-tap on the icon.
  2. Scroll down the list to the item Accessibility (use a two-finger swipe gesture).
  3. In section Vision find TalkBack and double-tap to open it.
  4. Move the slider to position Off. (double-tap on it).
  5. Confirm the action in the dialog box (double tap again on OK).

Make sure your smartphone is charged more than 20%|Connect to Wi-Fi for backup|Remember your Huawei account password (required after resetting)|Check if other special functions are enabled possibilities-->

If after disconnecting TalkBack the screen continues to voice actions, restart the device. Sometimes the service does not close correctly and the โ€œfreezingโ€ can only be resolved by restarting the system.

Method 2: Disabling through quick settings (if the icon is available)

On some versions EMUI an icon is displayed in the quick settings panel (curtain). This is the fastest way to deactivate, if you can find it: TalkBack. This is the fastest way to deactivate if you can find it:

  1. Swipe down with two fingers to open the notification panel.
  2. Swipe down again to expand quick settings.
  3. Find the icon with the image eyes in a square (this is TalkBack).
  4. Double tap on it - the function will turn off.

If there is no icon, you can add it:

  1. Open the quick settings panel and click on Edit (pencil icon).
  2. Find it in the list TalkBack and drag it to the active area (to do this, use double tap + hold).
  3. Save the changes and disable the function as described above.
๐Ÿ’ก

If the Quick Settings panel does not open due to TalkBack, try using the two-finger gesture from the top of the screen downwards. This is a universal command for expanding the curtain in Accessibility mode.

Method 3: Gestures for emergency shutdown

If TalkBack turned on and the screen does not respond to usual touches, use special gestures. data-i="119">Action Honor 10 i With EMUI The following combinations work:

Gesture Action Note
Double tap + hold for 2 seconds Long press emulation Works to call the context menu
Swipe down with two fingers Open the notification panel Swipe analogue from top to bottom
Swipe with two fingers left/right Scroll the page Replaces the standard swipe
Triple tapping the on-screen "Back" key Disable TalkBack (on some versions of EMUI) Does not always work, depends on the firmware

To disable TalkBack gestures:

  1. Unlock your smartphone (if the screen is locked, use your fingerprint or double-tap PIN).
  2. Swipe down with two fingers to open the notification panel.
  3. Find a notification TalkBack is enabled and double-tap to open it.
  4. In the window that opens, double-tap Disable.
What to do if gestures do not work?

If none of the gestures work, try connecting your smartphone to the computer and using ADB (see Method 5). You can also try hardware reset (press the power button + volume up for 10 seconds), but this will lead to data loss.

Method 4: Reset settings to factory settings (as a last resort)

If none of the above methods help, there is a radical solution - reset to factory settings. This will delete all data from the device, including applications, photos and accounts, so use this method only as a last resort.

How to reset Honor 10 i:

  1. Turn off your smartphone (press and hold the power button for 10 seconds).
  2. Press simultaneously Power button and Volume up until logo Huawei.
  3. In the menu Recovery select Wipe data/factory reset (use volume buttons to navigate and power button to confirm).
  4. Confirm the action by selecting Yes.
  5. After reset, select Reboot system now.
๐Ÿ’ก

Resetting to factory settings deletes all data, including the linked Huawei account. If you do not remember the password for your account, after resetting the smartphone may require you to enter it to unlock (function FRP).

After reboot TalkBack will be disabled, but you will have to configure the device from scratch. To avoid problems in the future, immediately after setup:

  • ๐Ÿ”ง Disable Triple press the power button in Settings โ†’ Accessibility โ†’ Accessibility Shortcuts.
  • ๐Ÿ“ฑ Set a password or fingerprint to prevent accidental changes to settings.

Method 5: Disabling via ADB (for advanced users)

If you are familiar with Android Debug Bridge (ADB)you can disable TalkBack via command line. This method is suitable if the screen does not respond to touches, but USB debugging was enabled previously.

Instructions:

  1. Download and install ADB on your computer (for example, via Platform Tools from Google).
  2. Connect Honor 10 i to your PC via a USB cable.
  3. Open the command line (cmd) and enter:
    adb devices

    Make sure the device is detected.

  4. Execute command to disable TalkBack:
    adb shell settings put secure enabled_accessibility_services com.android.talkback/com.google.android.marvin.talkback.TalkBackService:0
  5. Reboot your smartphone:
    adb reboot

If after reboot TalkBack activates again, check whether the function is enabled in the account settings Huawei. Sometimes cloud services restore accessibility settings after synchronization.

๐Ÿ’ก

Before using ADB, make sure that your smartphone is enabled USB debugging (Settings โ†’ About phone โ†’ Build number - press 7 times, then return to Settings โ†’ System โ†’ For developers).

How to prevent TalkBack from accidentally turning on in the future

To no longer encounter the problem of spontaneous activation TalkBack, follow a few simple steps:

  • ๐Ÿ”’ Disable accessibility shortcuts:
    1. Go to Settings โ†’ Accessibility โ†’ Accessibility shortcuts.
    2. Disable the option Triple press the power button.
  • ๐Ÿ‘ค Set up access control:
    1. Add Settings โ†’ Security โ†’ Blocking applications add Settings to the list of protected applications.
    2. Set a password or fingerprint to change system settings.
  • ๐Ÿ“ฑ Update the firmware:
    1. Check for updates in Settings โ†’ System โ†’ Update Software.
    2. Install the latest version EMUIto avoid bugs with spontaneous activation of functions.
  • It is also recommended to create a backup copy of important data (photos, contacts, messages) in cloud storage Huawei Cloud or on a computer. This will help you quickly restore information after resetting the settings if the problem recurs.

    Frequently asked questions about TalkBack on Honor 10 i

    Is it possible to disable TalkBack if the screen does not respond to touches?

    Yes, there are three options:

    1. Use two-finger gestures (swipe down to open the curtain, double tap to press).
    2. Connect to the PC and disable the function via ADB (if software debugging is enabled USB).
    3. Run hard reset (hold the power button + volume up).
    Why does TalkBack turn on again after turning off?

    This can happen in the following ways reasons:

    • ๐Ÿ”„ Enabled synchronization of settings with account Huawei (the function restores accessibility settings).
    • ๐Ÿค– Installed third-party software, which manages special features (for example, launchers or optimizers).
    • ๐Ÿ“ฑ On the smartphone not enough memory, and the system resets the settings.

    Solution: disable synchronization in Settings โ†’ Accounts โ†’ Huawei โ†’ Synchronization and check the list of installed applications.

    How to disable keyboard sound after turning off TalkBack?

    If, after deactivation TalkBack the keyboard continues to make sounds, follow these steps:

    1. Open Settings โ†’ System โ†’ Language and input.
    2. Select Virtual keyboard โ†’ Gboard (or other).
    3. Disable the option Sound when pressing keys.

    If you are using a keyboard from Huawei, a similar setting is in Keyboard settings โ†’ Sounds and vibration.

    Is it possible to disable TalkBack on a locked screen?

    No, if the screen is locked and TalkBack enabled, it is impossible to disable the function using standard methods. Options:

    • ๐Ÿ”‘ Unlock your smartphone using fingerprint (double tap on the scanner).
    • ๐Ÿ’ป Connect to the PC and use ADB (if debugging was enabled previously).
    • ๐Ÿ”ง Perform hard reset (data loss!).
    How to return standard gestures after disabling TalkBack?

    After deactivation TalkBack all gestures return to standard settings EMUI. If something does not work correctly:

    1. Restart your smartphone.
    2. Check the gesture settings in Settings โ†’ System โ†’ Gestures and movements.
    3. If the problem persists, reset the settings Settings โ†’ System โ†’ Reset โ†’ Reset interface settings.