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:
- nosms - Disables notification for unread SMS
- nocall - Disables notification for missed call
- noemail - Disables notification for unread email
- noreminder - Disables notification for missed reminder
- about - Shows info about app
- help - Shows 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 command-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 doesn't need to be updated.
What's New in This Release: [ read full changelog ]
· added "-help" option
· added "-about" option