Iris Presets
In Iris you can use any number of predefined texts to send as SMS
messages. Each of these presets has a short title for your reference
and a text. To reduce the presets size Iris compacts them into a binary
format, which can be created with the command-line utility starting
from a simple XML file.
The structure of the XML file can be sampled in a few lines:
<?xml version="1.0" encoding="utf-8" ?>
<Presets>
<preset title="Arrived">I arrived right now.</preset>
<preset title="Busy">I'll be busy in the next hour, please
call me later.</preset>
...
</Presets>
To build your presets unzip the presets builder utility in any folder, open
a command line to it and launch it by specifiying the name of your XML file.
For instance, if your XML file is named Presets.xml in folder D:\Sample,
launch the builder with:
PresetBuilder D:\Sample\Presets.xml
The output file will be D:\Sample\Presets.irp. Just copy it to your device
in Iris folder to use it.