This system module handles the system notifications.
The maximum number of notifications that can be stored/handled is 100, hence the intended range for notificationIDs is 0-99.
News service "news:u"
Command Header
|
Description
|
0x000100C8
|
|
This service only has one command.
News service "news:s"
News module savedata
- "news.db": This is the main save-file, the filesize is fixed to 0x2BD0-bytes.
- "newsXXX.txt" This is the message data for this notification, where XXX is the decimal notification-index in the below headers-array.
- "newsXXX.mpo" This is the MPO data for this notification if any, where XXX is the decimal notification-index in the below headers-array.
news.db
Offset
|
Size
|
Description
|
0x0
|
0x10
|
Header, normally first byte is value 0x1 and the rest all-zero.
|
0x10
|
0x2BC0 (100 * 0x70)
|
Array of headers for each notification.
|
Errors
Error code
|
Description
|
0xC8A12805
|
The notification header data for the specified notificationID is not set.
|