MEI is an NV Item (550) and is a 9*8 bit structure. Use CMD_CODE 39 (Nonvolatile Item Write) Request Message to build the command for this NV item with ITEM_DATA as follows...
IMEI - 15 digits. 15th (spare) digit normally '0'.
IMEI example "123456-78-9012340"
{ 0x08, 0x1A, 0x32, 0x54, 0x76, 0x98, 0x10, 0x32, 0x04 }
| || |
/ || |
length || |
/ | /
1st digit | 15th digit
/
always A
"length" always set to 8.
Where would this request be useful? Can it be inputted from a command line?
ReplyDelete