Confirmed users
1,018
edits
No edit summary |
|||
Line 36: | Line 36: | ||
# A remote wipe operation will format any additional storage (e.g. SD card) on the phone and reset the phone to initial Factory conditions. | # A remote wipe operation will format any additional storage (e.g. SD card) on the phone and reset the phone to initial Factory conditions. | ||
* Only allow registered user to display and remotely control devices. | * Only allow registered user to display and remotely control devices. | ||
** login page? | |||
** secured by session cookie | |||
* Securely send commands to: | * Securely send commands to: | ||
** report location on a regular interval (for motion tracking) | ** report location on a regular interval (for motion tracking) | ||
Line 42: | Line 44: | ||
** play a default audio alarm. | ** play a default audio alarm. | ||
*** For known period? Forever? What happens if multiple of these commands sent? | *** For known period? Forever? What happens if multiple of these commands sent? | ||
** lock a device | |||
*** to a key code (if not present? Override?) | |||
*** display an optional message | |||
** remove all user information from a device | ** remove all user information from a device | ||
*** | *** Factory reset | ||
*** | *** Display message and contact phone | ||
*** lock to a key code | |||
* Securely display UI for phone including | * Securely display UI for phone including | ||
** current location | ** current location | ||
** previous locations | ** previous recent locations | ||
* store user & device information (multiple devices) | * store user & device information (multiple devices) | ||
** How long to store data? | ** How long to store data? |