New smartWatchM API - this is the 3rd party notification support replacement, recomended to use instead of the file comunication.
This allow anyone to create a custom notification - vibrate the watch, display envelope and two lines of text.
To display this notification, just create or edit any *.txt file in smartWatchM\ext directory. (Read the smartWatchM directory from HKLM\Software\smartmadsoft\smartwatchm, Path).
To display the two lines, save these two lines (separated by new line) as a content of this txt file.
To customize the notification, put any of following commands in the filename. (For example My_notification_EnvelopeOn_TextOff.txt will display only envelope and vibrate.)
Copy .bmp file (96x16, monochrome) to smartWatchM\ext to display it on the screen. (Default timeout is 7 seconds, but it can be changed in registry - MessageDisplayTime)
EnvelopeOn - display envelope and vibrate (cannot be turned off)
EnvelopeOff (default) - not to display envelope
VibrateOn (default) - vibrate
VibrateOff - not to vibrate
TextOn (default) - load and display content of txt file
TextOff - not to display any text
AutoscrollOn (default) - scrollable display up to 192x16 px (MBW-150/200 only)
AutoscrollOff - standard 96x16 px, no arrow, no flicking
FulltextOff (default) - displays 2 lines
FulltextOn - displays the whole text
Currently not working...
CIDOff (default) - no Caller ID
CIDOn - displays text as Caller ID (one text line)