- register move and raise alarm
- register touch and raise alarm
- log events to file
- can playback sound on alarm
- can send SMS on alarm
- can wakeup on alarm
- can bring up to front on alarm
- can minimize itself on arm
- can switch phone to sleep mode on alarm
- can switch phone to sleep mode on arm
- can run selected program on arm
- user-defined sensivity of move detection
- user-defined time of all alarm stages
- user define code to deactivate alarm (empty on startup)
- skin support
- multilanguage support
- can be armed/disarmed via command line parameters
- it's free
Tested devices: HTC Touch HD, HTC Touch Diamond, HTC Touch Pro, Samsung Omnia (with HTCemu).
Integration informations:
Applications stores own state in registry path HKLM\Software\Dally\DTM in key CurrentState. Supported values:
- 0 - disarmed/inactive
- 1 - waiting for arm
- 2 - armed
- 3 - warning
- 4 - alarm
Command line parameters:
Main DTM executable:
DTM [-a]
where:
-a - arm immediately after start
DTMRunner executable:
DTMRunner [-a] [-d[code]] [-e]
where:
-a - arm (run DTM if not runned)
-d - disarm. [code] is deactivation code
-e - exit program, can be combined with -d command.