@@ 625,7 625,13 @@ hooks depending on the kind of device that you are running.
<tr>
<td>hooks/sxmo_hook_pickup.sh</td>
<td>
- <p>Executable script to run when the phone is accepting an incoming call</p>
+ <p>Executable script to run when the phone is accepting an incoming call.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>hooks/sxmo_hook_hangup.sh</td>
+ <td>
+ <p>Executable script to run when you hangup the phone.</p>
</td>
</tr>
<tr>
@@ 731,7 737,11 @@ hooks depending on the kind of device that you are running.
that carries in case your device gets compromised.</td>
</tr>
<tr>
- <td>hooks/sxmo_hook_desktopwidget.sh</td>
+ <td>hooks/sxmo_hook_restart_modem_daemons.sh</td>
+ <td>This hook will run when the modem daemons are restarted.</td>
+ </tr>
+ <tr>
+ <td>hooks/sxmo_hook_desktop_widget.sh</td>
<td>This script is run after the window manager starts to provide a desktop widget (like a clock)</td>
</tr>
<tr>
@@ 755,6 765,12 @@ hooks depending on the kind of device that you are running.
</td>
</tr>
<tr>
+ <tr>
+ <td>hooks/sxmo_hook_tailtextlog.sh</td>
+ <td>This hook displays the sms log for a numbers passed as $1.
+ </td>
+ </tr>
+ <tr>
<td>hooks/DEVICENAME/sxmo_hook_inputmenu.sh</td>
<td>This script is called when a (hardware) button is pressed or a touchscreen gesture occurs.
You can override the default button mappings here.