The proximity sensor on the Xiaomi Mi 10T is a useful feature that automatically turns off the screen during a phone conversation to prevent accidental brushing with the cheek or ear. However, many users face problems: the sensor is too sensitive, the screen does not turn on after a call or turns off during games / video watching. In some cases, the sensor begins to โglutโ after updating the MIUI or mechanical damage (for example, after changing the glass).
In this article, weโll look at three proven ways to disable the proximity sensor on the Mi 10T, from standard settings to the use of engineering menus and ADB commands. Youโll also learn why disabling the sensor can increase battery life by 5โ12% (based on MIUI 12โ14 tests) and how to avoid typical errors when manipulating system parameters. Importantly, some methods require unlocking the bootloader or superuser rights โ weโll point out where this is critical.
Why turn off the proximity sensor on Xiaomi Mi 10T?
At first glance, the proximity sensor seems to be a minor element, but its incorrect operation can seriously interfere with:
- ๐ Missed calls: The screen does not turn on after the conversation is over and you do not see the โOutโ buttonยป.
- ๐ฎ False positives in games: the sensor takes the hand for the โobstacleโ and extinguishes the display (relevant to the game). PUBG Mobile, Genshin Impact).
- ๐ Increased battery consumption: The sensor is constantly questioned by the system, even when the phone is lying on the table.
- ๐ ๏ธ Hardware problems: After a fall or repair, the sensor may not work stable (for example, it will be triggered by bright light).
According to service centers, up to 15% of calls on Xiaomi Mi 10T are related to malfunctions of the proximity sensor โ most often after self-replacement of the display module. If you do not plan to call through the headset or use the phone mainly for multimedia, disabling the sensor can be a rational solution.
Method 1: Disconnect via standard MIUI settings
The easiest method is to use built-in system options. It does not require root rights or additional programs, but does not work on all versions of MIUI (starting with MIUI 12.5, the function can be hidden).
- Open the Settings app (the gear icon on the home screen).
- Go to the All settings section โ System โ More.
- Find the Approximation Sensor (may be called Smart Screen or Screen at the time of the call).
- Turn off the slider next to the option Automatically turn off the screen.
If there is no such item, try an alternative path:
- Go to Settings โ Applications โ All applications.
- Find the Phone app and open its settings.
- Turn on the screen always on during the call (if available).
Check out the MIUI version (Settings โ About the phone)
Backup your settings (Settings โ Additional โ Backup)
Make sure your phone is at least 30% charged.
Close all background applications-->
Limitations of the method:
- โ Doesn't work on firmware below. MIUI 12.
- โ Does not turn off the sensor completely - only its effect on the screen during calls.
- โ After updating the system, the settings may reset.
๐ก
If the sensor is triggered by bright light (such as the sun), try to stick a thin black film on the sensor area (near the speaker), which will reduce sensitivity without completely turning off.
Method 2: Engineering menu (for experienced users)
The engineering menu (#4636##) allows you to manually calibrate or disable the proximity sensor, which works on most versions of MIUI, but requires caution - incorrect settings can lead to failures.
Instructions:
- Open the Phone app and enter the combination: ##4636##.
- In the menu that appears, select Testing (or Engineering Menu).
- Scroll down to the Sensors section and find Proximity Sensor.
- You can tap the sensor, and it'll show a schedule.
| Action. | Description | Risks. |
|---|---|---|
| Calibrate | Sensor recalibration (can help with false positives) | No. |
| Disable | Completely shutting down the sensor before restarting | Post-rebutt discharge |
| Set Threshold | Change in response threshold (0-5 cm) | Could make things worse. |
For permanent shutdown:
- In the engineering menu, go to Hardware Testing โ Sensor โ Proximity Sensor.
- Find the parameter. proximity_offset and set the value 255.
- Save the settings and restart the phone.
โ ๏ธ Warning: Changing the parameters in the engineering menu can lead to unstable operation of the light sensors or gyroscope. If after manipulation the phone begins to overheat or discharge quickly, reset the settings through Settings โ Reset.
Method 3: Disconnect via ADB (for advanced)
If standard methods donโt work, you can disable the sensor via Android Debug Bridge (ADB), which requires connecting the phone to a PC and unlocking the bootloader (on the Xiaomi Mi 10T, this is done via the Mi Unlock Tool).
Step-by-step:
- Download and install ADB Tools on PC.
- Turn on the phone Developer Mode (7 times click on the MIUI version in Settings โ About phone).
- Activate USB Debugging in Settings โ Additional โ For developers.
- Connect the phone to the PC and type in the command line:
adb shell settings put global proximity_sensor_disabled 1To return the original settings, use:
adb shell settings put global proximity_sensor_disabled 0Alternative method (requires root):
su
echo 0 > /sys/class/sensors/proximity/enableโ ๏ธ Note: Disconnect the sensor through ADB It may conflict with some applications (e.g. Google Pay or bank clients) because they check the integrity of the system. If contactless payments stop working after completing commands, return the settings back.
What if the ADB does not recognize the device?
Checking the operability of the sensor after disconnection
To make sure that the sensor is actually turned off, perform the following tests:
- ๐ฑ Call test: Call your phone and put your hand up to the top of the screen, and if the sensor is turned off, the screen must not go out.
- ๐ฆ Flashlight test: Light a flashlight on the sensor area (near the front camera.
- ๐ Checking through apps: Install CPU-Z Sensor Test from Google Play and check the status of Proximity Sensor.
If the sensor is still working, it may only be disabled at the interface level and the hardware is still working, in which case only a physical shutdown (such as kernel flashing) or a replacement of the display module will help.
๐ก
Disabling the proximity sensor does not affect the operation of Face Unlock or gestures on the Xiaomi Mi 10T โ these features are used by other sensors (infrared camera and gyroscope).
Possible problems and solutions
After the sensor is turned off, Mi 10T users may face the following difficulties:
| Problem. | Reason. | Decision |
|---|---|---|
| The screen will not turn on after the call. | Conflict with firmware or launcher | Install an alternative launcher (e.g. Nova Launcher) |
| Fast battery discharge | Background processes of the sensor did not stop | Run adb shell pm clear com.android.phone |
| The gestures don't work. | Resetting sensor settings | Recalibrate sensors in the engineering menu |
If after disconnecting the sensor, the phone began to overheat or spontaneously reboot, this may indicate:
- Conflict with the castom core (if established).
- Damage to system files when working through ADB.
- Hardware malfunction (for example, short circuit on the sensor plume).
In such cases, it is recommended to reset to factory settings or reflash the phone through the Mi Flash Tool.