|
2013-12-18
, 10:38
|
Posts: 8 |
Thanked: 0 times |
Joined on Dec 2013
|
#12
|
|
2014-05-14
, 03:22
|
|
Posts: 1,552 |
Thanked: 3,108 times |
Joined on Jun 2012
@ Russia, 96
|
#13
|
|
2014-07-31
, 10:03
|
|
Posts: 99 |
Thanked: 64 times |
Joined on Jun 2009
@ Stuttgart/Germany
|
#14
|
echo 0 > /sys/devices/platform/i2c_omap.2/i2c-2/2-0039/prox_enable
|
2014-10-30
, 20:37
|
Posts: 1 |
Thanked: 0 times |
Joined on Oct 2014
@ Germany
|
#15
|
|
2015-03-12
, 05:40
|
Posts: 1 |
Thanked: 0 times |
Joined on Mar 2015
|
#16
|
Here is a script which you can run to disable/enable the sensor. Helps when you have your N9 behind some kind of foil.
Save it as /use/sbin/proximity_disable.sh or /use/bin/proximity_disable.sh, note however that you need to login as root (devel-su) to use the script. Don't forget to chmod the script to add execution rights.Code:# # 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
|
2015-03-13
, 12:42
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#17
|
# This file was generated by dbus-scripts-settings # If you edit it by hand you might confuse the program, # and you might lose your changes next time the program runs. #:call_start #/opt/scripts/call_start.sh * * com.nokia.mce.signal sig_call_state_ind active normal #:call_end #/opt/scripts/call_end.sh * * com.nokia.mce.signal sig_call_state_ind none normal
|
2016-05-17
, 21:57
|
Posts: 1 |
Thanked: 2 times |
Joined on May 2016
@ Czech Republic
|
#18
|
The Following 2 Users Say Thank You to hepoun For This Useful Post: | ||
|
2016-05-18
, 10:23
|
Posts: 204 |
Thanked: 619 times |
Joined on May 2015
|
#19
|
|
2016-05-18
, 14:55
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#20
|
I broke my N9 screen and I had to replace the LCD recently from a local market. After this, my proximity sensor is not working. On accepting incoming call requests, the display goes off and am unable to perform any operation. Infact I cannot end my call too and I am forced to wait until the the person at the other end ends the call to get my display back
I tried using the command shared by wolke but it doesnt help too
On entering as root user, I did the following
#pwd
/root
#echo 0 > /sys/devices/platform/i2c_omap.2/i2c-2/2-0039/prox_enable
#
Hope this is fine. Wondering why no changes are noticed after this.
Somebody please help me with this.
Many thanks in advance.