Tagged Questions

4
votes
3answers
2k views

Does iPhone allow Light sensors as input?

I was just wondering whether iPhone developement allows light sensors to be used, as buttons or action elements?? I found this link online... Possible to use Light Sensor as a Button? [Archive] - ...
2
votes
2answers
27 views

Android: Slow light sensor (only when unplugged)

I am currently working on an app that utilizes the light sensors to perform a task in my service. I used the examples from this site as my base: Android Light Sensor The sensors work perfectly when ...
1
vote
0answers
201 views

Android ambient light sensor and Service

Hello, I'm developing an application that start a service to execute an action when the ambient light changes. Here is the cinematic: Activity A On Start --> If Service S running, start ...
0
votes
1answer
100 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
1answer
238 views

Reading LightSensor from LG P990

thanks for this wonderfull board. It solved a lot of Problems for me! Great Work. I googled many things but can not find an answer to my Problem. I am trying to Develop a Light Sensor App for my LG ...
0
votes
1answer
499 views

android - get light level every ten 10 minutes

My app needs to have an updated light level value (a 10-15 minute delay is fine or something) (this is not a commercial app) within its background service.... I know how to retrieve the light value ...
0
votes
2answers
531 views

Android Sensor.TYPE_LIGHT unity

Does anybody knows the unity of the return value of Sensor.TYPE_LIGHT on Android ? Thanks.