Have you encountered a situation where the feedback mode has been activated on the Androiddevice (touchback), but the screen is locked - and you canโt unlock it using standard methods? This problem most often occurs after unsuccessful updates, malfunctions TalkBack (built-in screen reader) or accidental activation of the function via hotkeys. In such cases, even entering a pattern key or password becomes impossible: the system either does not respond to touches, or voices every action, but does not perform it.
In this article we will analyze 5 working methods for disabling pushback on a locked Androiddevice - from simple ones (through service codes) to advanced (use ADB i Fastboot). All instructions are adapted for modern versions Android 10โ14 and tested on devices Samsung, Xiaomi, Google Pixel and other popular brands. Important: some methods require preliminary preparation (for example, the debugging mode is turned on USB), so first read the conditions of each method.
1. What is pushback and why does it block the screen
TalkBack is a built-in function Android for people with visual impairments, which voices all actions on the screen: clicks, swipes, notifications. In normal mode, it can be disabled through accessibility settings. However, in case of failures or accidental activation (for example, by holding down the volume buttons), the talkback can:
- ๐ Block input password โthe screen does not respond to touches or requires specific gestures (double tap, hold).
- ๐ Loop the interface โafter unlocking, voice acting is immediately activated, and the system returns to the lock screen.
- ๐ต Disable the sensor โon some devices (Xiaomi Redmi, Realme) the pushback conflicts with the sensor drivers.
The reason for blocking lies in the operating mechanism TalkBack: it intercepts touch events in order to process them through its engine. If the function is enabled incorrectly (for example, without prior configuration), the system perceives any actions as commands for the screen reader, and not for unlocking.
โ ๏ธ Attention: On devices with Android 12+ and One UI 4.0+ (Samsung) the pushback can even block hardware buttons (for example, Power + Volume Down to reset). In this case, you will need to connect to PC.
2. Method 1: Disabling via service codes (without PC)
If the sensor partially works or the device responds to hardware buttons, try using USSD service codes. This method is suitable for devices Samsung, LG, Huawei and some models Xiaomi.
Instructions:
- Open the application
Phone(if the screen is locked, try swiping up from the bottom edge or press the buttonHome). - Enter one of the codes:
- ๐
##4636##โ test menu (on some devices allows you to disable special features). - ๐
#0#โ diagnostic mode (Samsung, LG). - ๐
##7284##โ direct shutdown TalkBack (does not work on all firmware).
- ๐
TalkBack or Special features in the menu and deactivate it.On devices Google Pixel and Android One service codes are often blocked by the manufacturer. In this case, proceed to the next method.
If the screen does not respond to touches, try connecting a USB keyboard via an OTG adapter. In some cases, pushback allows you to control the device using it by pressing Tab to navigate. and Enter to select.
3. Method 2: Using Google Assistant voice commands
On devices with Android 8.0+ and pre-configured Google Assistant you can try disabling voice pushback. This method works. if: Google Assistant network).
- ๐ค The voice assistant is enabled on the device (
Okay Google). - ๐ถ There is access to the Internet (via Wi-Fi or mobile network).
- ๐ The battery level is above 15% (otherwise the Assistant may not respond).
Step-by-step guide:
- Activate the voice assistant:
- Tell
Okay, Google(if function is enabled). - Or hold down the button
Home(on devices with a hardware button).
- Tell
Turn off TalkBack or Turn off accessibility features.Yes.On some firmwares (MIUI, ColorOS) Voice commands may not work due to manufacturer restrictions. In this case, proceed to the method with ADB.
โ ๏ธ Attention: If the device is locked via Find My Device (remote blocking Google), voice commands will not work. You will need to unlock through your account.
4. Method 3: Disabling via ADB (PC required)
The most reliable method is using Android Debug Bridge (ADB). It works even on completely locked devices, but requires prior activation USB debugging mode in the developer settings. If you have not enabled this option before, skip this section.
What you will need:
- ๐ป Computer with Windows/macOS/Linux.
- ๐ Cable USB (preferably original).
- ๐ฆ Utilities ADB i Fastboot (download from official Android website).
Instructions:
- Connect the device to PC and open the command line (
cmdto Windows orTerminalto macOS/Linux). - Check the device connection:
adb devicesIf the device is displayed in the list, proceed to the next step. If not, install drivers (Google USB Driver for Windows).
- Run the command to disable TalkBack:
adb shell settings put secure enabled_accessibility_services com.android.talkback/com.google.android.marvin.talkback.TalkBackService:0 - Reboot the device:
adb reboot
If the pushback is activated again after a reboot, run an additional command to reset accessibility settings:
adb shell settings reset secure
โ๏ธ Preparing to work with ADB
5. Method 4: Reset via Recovery Mode (data loss)
If the previous methods did not work, it remains hard reset via Recovery Mode. This method will delete all data from the device, including apps, photos, and accounts. Use it only as a last resort!
How to log in Recovery Mode on different devices:
| Manufacturer | Button combination | Notes |
|---|---|---|
| Samsung | Power + Volume Up + Bixby |
On new models (Galaxy S22+), hold the buttons for 10+ seconds. |
| Xiaomi/Redmi/Poco | Power + Volume Up |
On MIUI 13+ you may need to connect to a charger. |
| Google Pixel | Power + Volume Downthen Volume Up to enter Recovery |
In the menu, use the volume buttons to navigate. |
| OnePlus | Power + Volume Down |
On OxygenOS 12+ confirmation is required via Volume Up. |
After entering Recovery Mode:
- Select item
Wipe data/factory reset(use the volume buttons to navigatePowerto confirm). - Confirm the reset (
Yes โ Delete all user data). - Once completed, select
Reboot system now.
โ ๏ธ Attention: On devices with FRP protection (Factory Reset Protection) after the reset you will need to enter account data Googlethat was linked before blocking. If you don't remember your password, use recovery service.
What to do if Recovery Mode asks for a password?
On some devices (Samsung Knox, Huawei), resetting via Recovery requires entering the account password. In this case, the only way out is to contact the service center with proof of ownership of the device (receipt, box).
6. Method 5: Contacting the service center (warranty cases)
If none of the methods helped, and the data on the device is critical, contact official service center. In most cases, specialists can:
- ๐ง Disable pushback via EDL mode (for Qualcommdevices).
- ๐ฑ Restore access without data loss (if the device has not been flashed).
- ๐ Flash the device while saving user files (on some models).
What to take with you:
- ๐ Document confirming the purchase (receipt, warranty coupon).
- ๐ฑ Box from the device (if saved).
- ๐ Account data Google (if enabled FRP).
The cost of the service varies from 1,500 to 5,000 rubles depending on complexity. On devices with Under the current warranty, unlocking can be free if the problem arose due to the fault of the firmware.
The service center is the only legal way to unlock without losing data, if independent methods do not work. Do not trust โhandicraftโ workshops offering to bypass. FRP in 5 minutes is often a scam.
7. How to prevent repeated blocking by pushback
To avoid similar situations in the future, follow a few simple steps:
- ๐ Disable hot keys for TalkBack:
- Go to
Settings โ Accessibility โ TalkBack โ Settings. - Disable the option
TalkBack hotkeys.
- Go to
- ๐ฑ Set up backup:
- Enable automatic synchronization with Google Drive (
Settings โ Accounts โ Backup). - Save copies of important files to PC or an external drive.
- ๐ง Activate USB debugging in advance:
- Go to
Settings โ About phone โ Number build(press 7 times to activate developer mode). - Go back to
Settings โ System โ For Developersand enableUSB Debugging.
- Go to
- Enable automatic synchronization with Google Drive (
- Disable pushback via ADB (method 4).
- Run the command
adb shell settings reset secureto reset all accessibility settings. - Use the original cable Samsung.
- Install drivers Samsung USB Driver for Mobile Phones.
- Enable the option
OEM Unlockin the developer settings (if the device is unlocked). - Connect the device to charge for 30+ minutes (even if the indicator is not lit).
- Use a different cable and power supply.
- If the device does not respond, contact a service center for diagnostics.
We also recommend installing the application QuickShortcutMaker from Google Play. It allows you to create shortcuts to quickly disable TalkBack directly from the main screen.
FAQ: Frequently asked questions about disabling TalkBack
Is it possible to disable TalkBack without losing data?
Yes, if you have debugging enabled by USB or the device responds to service codes. Otherwise, you will need to reset via Recoverywhich will delete all data.
Why does the pushback turn on again after a reboot?
This is due to a glitch in the accessibility settings. Solution:
Does the method with ADB work on Samsung with Knox?
On devices Samsung with Knox debugging USB may be limited. If the command adb devices does not show the device, try:
What to do if the device does not charge and does not turn on?
This may be due to a deep battery discharge or a hardware malfunction. Try:
Is it possible to disable pushback via Find My Device?
No, Google Find My Device only allows you to lock or erase data from the device, but not to manage accessibility settings. To disable TalkBack use the methods described in the article.