|
2013-08-29
, 17:43
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#2
|
|
2013-08-29
, 17:58
|
Posts: 39 |
Thanked: 16 times |
Joined on Mar 2011
@ Germany
|
#3
|
you can easily remove the proximity sensor until your new screen comes, and the phone will work fine.
which brings me to my next point...
|
2013-08-29
, 18:38
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#4
|
|
2013-08-29
, 18:40
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#5
|
|
2013-08-29
, 23:03
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#6
|
The Following 5 Users Say Thank You to wolke For This Useful Post: | ||
|
2013-09-03
, 21:11
|
Posts: 39 |
Thanked: 16 times |
Joined on Mar 2011
@ Germany
|
#7
|
im fulla sh*t:
echo 0 > /sys/devices/platform/i2c_omap.2/i2c-2/2-0039/prox_enable
|
2013-09-05
, 10:25
|
Posts: 39 |
Thanked: 16 times |
Joined on Mar 2011
@ Germany
|
#8
|
|
2013-09-05
, 14:25
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#9
|
|
2013-09-13
, 17:52
|
Posts: 52 |
Thanked: 33 times |
Joined on Oct 2011
@ Poland, Tricity
|
#10
|
# # Disable/enable proximity sensor # # To enable use: proximity_disable.sh 0 # prox_enable_path=`find /sys/devices/ -name 'prox_enable'` if [ -z "$1" ]; then echo "0" > $prox_enable_path else echo "1" > $prox_enable_path fi
I've already searched on the forum but I haven't found anything useful.
I've been having problems with the proximity sensor of my N9 since I replaced its lcd. Unfortunately the frame of the lcd I've installed is not as tight as the original one so the screen seems to come out of some millimeters from the phone itself causing the proximity sensor misbehavior.
After I've applied some glue to the plastic frame of the lcd the situation has improved but the problem still comes out from time to time and I'm sure it will arise again if the phone will fall down to the ground.
I believe that by disabling the proximity sensor I will still be able to make calls without problems by locking the phone with the power button in the same way I use to do on my N900.
I'm kindly looking forward to your suggestions. Thank you in advance!
Last edited by wokawoka; 2013-09-03 at 21:14.