Disable Proximity Sensor during call

前端 未结 9 1556
春和景丽
春和景丽 2021-02-01 02:44

I dropped my phone and looks like my proximity sensor no longer works reliably. It returns Near all the time. The problem is, the display turns off during call and I wo

相关标签:
9条回答
  • 2021-02-01 03:15

    edit build.prop in folder /system if below line is exist change the value and if not exist add this line and save.(device must be rooted)

    ro.lge.proximity.delay=25
    mot.proximity.delay=25  
    
    0 讨论(0)
  • 2021-02-01 03:18

    Some more answers from the interwebs: "fix" the sensor (glue screen back on more, or clean it with alcohol, or blow it off with air sent through the headphone jack, tap on it, clean the screen, etc.).

    Adjust (after some finding) setting in the "phone" app to disable proximity sensor use. No such setting in mine, that I could find. Proximity Screen Off Lite also didn't work, nor macrodroid.

    Another option: root your phone and remove some files:

    From root explorer or similar program delete these folders and file
    /data/system/sensors
    /data/misc/sensors
    /persist/sensors/sns.reg
    

    Or if you're truly desperate I suppose a totally different dialer system like TextNow or google hangouts dialer :|

    0 讨论(0)
  • 2021-02-01 03:20

    If you have LineageOS 7.1.2 (and have root), try this solution from XDA.


    After having tried all the solutions proposed here, none of which worked for my Nexus 4 (mako), I found one on XDA that solves the problem with the Android dialer (but not with other apps). Basically I downloaded a recompiled version of the Dialer.apk file, which simply ignores the proximity sensor and behaves in the same way as the stock dialer app does.

    Rename /system/priv-app/Dialer/Dialer.apk to something, then place the downloaded file to that folder. After reboot, I had to install the new dialer manually (simply by clicking on it). So now the original app is replaced, and the calls should be handled by this new one.

    [Downside: the new way to answer a call is by pulling down the status bar and clicking 'Answer' (or 'Dismiss'), the usual slider is missing. Also, you'll need to repeat this every time your Android updates to a newer version.]

    0 讨论(0)
  • 2021-02-01 03:27

    I also had problem with proximity sensor (I shattered screen in that region on my Nexus 6, Android Marshmallow) and none of proposed solutions / third party apps worked when I tried to disable proximity sensor. What worked for me was to calibrate the sensor using Proximity Sensor Reset/Repair. You have to follow the instruction in app (cover sensor and uncover it) and then restart your phone. Although my sensor is no longer behind the glass, it still showed slightly different results when covered / uncovered and recalibration did the job.

    What I tried and didn't work? Proximity Screen Off Lite, Macrodroid and KinScreen.

    What would've I tried had it still not worked?[XPOSED] Sensor Disabler, but it requires you to be rooted and have Xposed Framework, so I'm really glad I've found the easier way.

    0 讨论(0)
  • 2021-02-01 03:27

    I found my solution here. Basically use an app called Proximity Screen Off Lite and set it as below:

    1. Screen On/Off Modes Check "Cover and hold to turn on Screen" Timeout: 1 second Check "Disable Accidentla Lock" Timeout: 4 seconds

    2. All settings Check "Disable in Lanscape" Check "Lock phone on screen ON"

    3. [Advanced] Configure Sensore Select sensor: Proximity sensor Value when sensor covered: 0 Value when sensor un-covered: 1

    0 讨论(0)
  • 2021-02-01 03:30

    I have been researching this for a while, tested and wrote apps.

    If you have no option in Settings → Phone → Use proximity sensor, then the only choice, seem to be to disable or modify its settings in rooted devices.

    Also consider, that if you plug the headset, the screen will remain on :D

    0 讨论(0)
提交回复
热议问题