WingsNotify

WingsNotify is small, UI-less, application which notifies on missed call, unread SMS, unread email and missed reminder by orange blinking of the right notification LED.
It is designed for HTC S730 (Wings) Smartphone, but it could work on each device using AllLedMgr. It's useless on Pocket PCs because they have, unlike Smartphones, notifications on missed anything by default.

WingsNotify is launched during the start up. It is controlled by several command-line options:
-nosmsDisables notification for unread SMS
-nocallDisables notification for missed call
-noemailDisables notification for unread email
-noreminderDisables notification for missed reminder
-aboutShows info about app
-helpShows help

So, without any command line option all notifications are enabled by default.
Example: WingsNotify.exe -noemail will disable checking emails.

App can be closed by launch it again.

After installation WingsNotify shortcut is created in the \Windows\StartUp folder. This shortcut doesn't contain any command-line parameter. If you would like to customize it, e.g. disable email notification, just use some text editor, e.g. built-in one within TotalCommnader or Vieka Wordpad. Open file \Windows\StartUp\WingsNotify.lnk. Its content will look like:
44#"\Program Files\WingsNotify\WingsNotify.exe". Add commad-line options to the end, each separated by single space character. E.g. 44#"\Program Files\WingsNotify\WingsNotify.exe" -noemail. Don't bother with the number in front of '#' character. It means number of characters behind the '#', but it doens't need to be updated.

Download:

    Version history:
  • 0.4
    • - added "-help" option
    • - added "-about" option
  • 0.3.2
    • - fixed another bug in parsing command line
  • 0.3.1
    • - fixed bug in parsing command line when only one parameter was specified
  • 0.3
    • - added command line options to configure notifications - by default all notifications are enabled
    • - added message about closing already running WingsNotify.exe instance
  • 0.2
    • - added notification on missed reminders
    • - added notification on unread emails (unread emails from all email accounts together)
  • 0.1
    • - Initial release

Download cab (27k) or download zip (11k)

In case of any question, issue or anything other, post it here.