View Single Post
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#3
Originally Posted by Dragoss91 View Post
When I take the phone away from ear I have to wait ~3 seconds to end a call . I also noticed that proximity sensor shuts down display when the phone it's under solar light . Can someone fix this ? It's pretty annoying .
You may run the following command under xterminal to test the sensitivity of the proximity sensor (CTRL-C to break) to see if there's any hardware issue:

Code:
while true; do cat /sys/devices/platform/gpio-switch/proximity/state; done
'open' means nothing in front of the sensor, 'close' otherwise.
 

The Following User Says Thank You to 9000 For This Useful Post: