Tagged Questions

12
votes
17answers
28k views

iPhone Proximity Sensor

Can the iPhone SDK take advantage of the iPhone's proximity sensors? If so, why hasn't anyone taken advantage of them? I could picture a few decent uses. For example, in a racing game, you could put ...
3
votes
1answer
262 views

Can I monitor the iPhone proximity sensor without turning off screen? Also, landscape

I've got the proximity sensor working so that I can trigger events when in proximity, but I'm trying to use it as a sort of dead man switch. The problem is that whenever in proximity, the screen turns ...
2
votes
1answer
158 views

Proximity sensor recommendation to detect hand & blood [closed]

My company is interested in designing a protection system for small industrial machines, where factory employees insert wooden objects that are then cut by these machines. The protection system needs ...
2
votes
1answer
722 views

toggling proximity sensor on iPhone loses an event

I'm using setProximitySensingEnabled and implemented proximityStateChanged in my UIApplication subclass. It looks like if sensing is toggled, that the first "off" event is being lost. My ...
1
vote
0answers
78 views

Volume Control while Screen Off with proximity sensor

In Android, is there a way to be able to change volume through volume tracker up/down when screen is turned off through proximity sensor?
1
vote
2answers
1k views

Not able to get proximity sensor's values in android

Can someone provide an example as to how to use the proximity sensor? I tried to use it the same way as other sensors, but it's not working. This is the code snippet i have been using: final ...
1
vote
1answer
276 views

Proximity Monitoring on the iPhone without blacking out the screen?

I'm able to detect proximity on the iPhone SDK, but the screen blacks out whenever the proximity state is triggered. is there a way I can prevent the proximity sensor from blacking out the screen, ...
0
votes
1answer
68 views

Does windows phone currently have APIs for proximity and light sensors?

Does windows phone currently have APIs for proximity and light sensors? I want to access these two sensors, but can not find the API. Is there some methods to use them ?
0
votes
1answer
97 views

How to use javascript to get proximity or ambient light sensor value from mobile device?

I'm looking for a way to get proximity or ambient light sensor value through javascript for web app development. I know that it's possible on each platform through every native app development.
0
votes
2answers
512 views

Help with PROXIMITY_SCREEN_OFF_WAKE_LOCK in Android

I've enabled the proximity wakelock in my app, and it turns off the screen when the proximity sensor detects something. But there is a problem when the screen wakes back up -- it goes to the ...
0
votes
1answer
993 views

Android Sensors - Problem getting Proximity Sensor Values and problems with using different phones

Have done some Android Dev in the past but it has been a while - want to build an app that uses Orientation and Proximity Sensors. so... mSensorManager = (SensorManager) ...
0
votes
1answer
108 views

iPhone proximity sensor in landscape not available?

Is the proximity sensor available in landscape mode? It only seems to work for me when I'm in portrait...