Theft Tracking Chris Meyers
Scenario You realize that you don’t have your phone – Lost – Stolen First, let your phone know it’s missing – Txt message – Phone call – Poll the user
Code Red Activate microphone and record, GPS, and accelerometer – Stream to server – Backlog until connection available Accelerometer might be useful to know how fast the thief is going: train, plain, or automobile?
Code Blue Starts a service that allows you to login to your phone remotely User can then choose to turn on/off previously describe features. By default the location tracking should be turned on
Code Green Low power consumption tracking – Kill all unimportant applications Maybe turn on/off features based on battery life Slow toggle tracking features and batch transfer results to server
Code Stealth Don’t alert the thief Do all logging in background
Code WTF! Call number in text and activate speaker phone to talk to the thief
Summary Invoke operating modes remotely Modes: – Log: {mic record, GPS, gyro, …} – Send: {Real-time, log, periodic} Interface: {On, Off}
The End Questions ?