The proximity sensor on the Xiaomi Redmi Note 8 is a useful feature that automatically turns off the screen during a phone conversation when you bring the device to your ear. However, sometimes this sensor starts to malfunction: the screen goes out for no reason, does not respond to touch or, conversely, does not turn off when you call, which leads to accidental pressing. If you encounter such problems, turning off the sensor can be a temporary or permanent solution.
In this article, we will discuss three proven ways to deactivate the proximity sensor: through standard settings. MIUI, assisted ADB-Each method has its own nuances, so choose the one that suits your level of training. We will also look at the possible consequences of disabling the sensor and alternative solutions if the problem is not in it, but in software failures or physical damage.
Why does the proximity sensor interfere?
Before we go into shutdown, it's important to know if the sensor is really the problem, and here are the most common symptoms of sensor malfunction:
- ๐ต The screen goes off when you call, even if the phone is not pressed to your ear.
- ๐ The sensor does not respond to the approach โ the screen remains active, which leads to random pressing.
- ๐ Fast battery discharge due to constant sensor activity.
- ๐ฏ False positives when using a cover or protective glass.
Often, the cause of failure is contamination of the sensor (dust, greasy prints) or damage after a fall. Before turning off, try to wipe the area around the front camera and sensors with a soft wipe. If this does not help, read on.
Method 1: Disconnect via MIUI settings (without root)
The easiest and safest method is to use the built-in MIUI capabilities. Unfortunately, in the standard settings of the Redmi Note 8 there is no direct option to disable the proximity sensor, but you can get around this limitation through special features settings.
Follow the instructions:
- Open the Settings. โ Special facilities.
- Go to the Physical Opportunities section โ Answering the challenge.
- Activate Automatic Response (this will temporarily turn off approach response during calls).
- Return to Special Options โ System Settings โ Delete animation (this indirectly affects the operation of sensors).
This method does not shut down the sensor completely, but it reduces its activity, and more radical measures will be needed to completely deactivate it.
Make a backup copy of the data
Check out the MIUI version (Settings โ About the phone)
Battery charge of at least 50%
Make sure that USB-Debugging enabled (for methods 2 and 3)-->
Method 2: Use of the ADB-Teams (for advanced users)
If you need to turn off the proximity sensor completely, you will need access to Android Debug Bridge (ADB), a method that works without root permissions, but requires connecting the phone to a computer.
Step-by-step:
- Download and install ADB Tools on PC.
- Turn it on. USB-Debugging on the phone: Go to Settings โ About the phone. Press 7 times on the version. MIUI, To activate the developer mode. Go back to Settings. โ Additionally. โ For developers and enable debugging by USB.
adb
adb devices(Your device should appear)
adb shell settings put system proximity_delay 2500(This increases the sensor delay)
adb shell settings put system proximity_sensor_enabled 0(total sensor shutdown)
After you've done the commands, restart your phone. To get the sensor back on track, replace the last command with:
adb shell settings put system proximity_sensor_enabled 1๐ก
If after disconnecting the sensor, the screen stopped fading during calls, but other problems appeared (for example, fast battery discharge), check the activity of background processes in Settings โ Battery.
Method 3: Engineering menu (hidden settings)
The Redmi Note 8 has a hidden engineering menu where you can test and disable the proximity sensor, which doesn't require a PC connection, but it does require caution โ making the wrong changes can disrupt the phone.
Instructions:
- Open the Phone app.
- Enter the code ##6484## (the MTK Engineer Mode menu should open).
- Go to the Hardware Testing โ Sensor section.
- Find the Proximity Sensor and select it.
- In the Proximity Sensor Test field, click Disable.
- Save the settings and restart the phone.
If none of the methods worked and the sensor is still not working properly, there may be a problem with the hardware, in which case we recommend contacting an authorized Xiaomi service center.
FAQ: Frequent questions about shutting down the proximity sensor
Can I turn off the proximity sensor without a computer?
Will automatic brightness adjustment work after the sensor is turned off?
How to check if the proximity sensor is working?
Can the sensor be turned off for specific applications only?
Will the sensor return to its original state after the phone is reset?
If you decide to disable the proximity sensor on the Xiaomi Redmi Note 8, choose the method that suits your level of training. For beginners, we recommend starting with method 1, and for experienced users, try the ADB or engineering menu.
โ ๏ธ Note: On some versions MIUI (For example, global or Chinese) paths to settings may vary. If you do not find the menu items listed, check the firmware version in Settings โ The phone.
โ ๏ธ Warning: After the proximity sensor is turned off during calls, the screen will remain active. To avoid accidental pressing, use headphones or turn on speakerphones.