The supervisor allows to control the m application can be controlled via SMS commands. SMS control must be enabled, and commands must be prefixed by the smskey configured in the supervisor properties.
The available SMS commands are:
|
m status: running, mem=>mem, net=>mcc,>mnc, loc=>lac,>cid, sig=>signal |
If m is not running, the reply will look like:
|
m status: NOT running (>category reason), net=>mcc,>mnc, loc=>lac,>cid, sig=>signal |
The meaning of the fields is the following:
| mem | bytes of memory used by m (only on Symbian 2nd Edition) |
| category | m exit category (if panicked) |
| reason | m exit reason (if panicked) |
| mcc | GSM mobile country code |
| mnc | GSM mobile network code |
| lac | GSM location area code |
| cid | GSM cell id |
| signal | GSM signal strength |
|
mshell start |
|
mshell run MySupervisor 0769988776 |
|
mshell status → m status: NOT running (E32USER-CBase 71),
net=228,115, loc=1616,17689, sig=3 |
m is not running because it crashed with a E32USER-CBase 71 panic. The phone is somewhere near cell 17689 in area 1616 of the Swisscom GSM network.