Android project : "Block Phone calls of Driver's Phone while driving"
Block Phone calls of Driver's Phone while driving
Main idea :
- First we set a magnet on driver's seat
- The application run in background & continuously sense the context.
- Then with the help of geographic magnetic filed sensor we measure the magnetic field reading in phone (to make sure it's the drivers phone, not the passengers) , if it is greater than a predefined threshold value then the application will automatically turn on the GPS sensor , & with the help of it's reading it determines the rate of location change i.e the velocity of the driver (i.e the car ).
- If the velocity is higher than a predefined threshold velocity value , then it it's block all incoming & outgoing calls immediately.
- If the velocity is again turns below the threshold value then it unblocks the calls immediately.
- During driving , if someone called in the drivers phone , then it Automatically replies to caller "I'm Driving now! I'll call you back later!"
Comments
Post a Comment