vote up 1 vote down star

Hi All,

could you please give me some information For how to develop an application/Service for iPhone/Smart phone to restrict Texting in device if it is in Motion of 10MPH speed.

Thanks in Advance.

Bhramar

flag
2  
What have you tried? – mjv Oct 30 at 6:14
1  
I'd simply suggest putting the phone down. – GMan Oct 30 at 7:37

3 Answers

vote up 1 vote down

Use the GPS api to locate your iPhone at certain intervals, and use the location difference and the time sampling interval to get an estimate of your speed. When your speed exceeds 10MPh, you could restrict texting within your app, doing it all across the device is somewhat close to impossible.

link|flag
vote up 1 vote down

If I understand you right, your intent is to restrict use while in a moving vehicle.

This would be tantamount to implementing an inertial navigation system on a platform with accelerometer support but no gyroscope to provide rotation sensing; which is pretty much a non-starter.

link|flag
Accelerometer data isn't needed. GPS should be sufficient: just get position periodically, and calculate speed from that. – Kristopher Johnson Oct 30 at 20:19
vote up 2 vote down

From my understanding, without "special" apple support, an iPhone application is only running when it is the foreground -- and if your application is running then it might as well be an animated lighter and the speed of movement doesn't matter (unless, perhaps the flame should burn higher or something).

At least some months ago, this was the summation of the limitation on an iPhone application. If I recall correctly, a "lo jack" program had special support at the time.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.