User guide
Developers guidelines | AT commands
155 June 2010
AT*EAPP Application function (ver. 5)
Description: Requests the MT to perform an application function specified by <app>
and <subfunc>. The <subfunc> parameter specifies which function within
the specified application to call. The <text> parameters can be used to
pass data to the application. The use of the <text> parameters are speci-
fied with each subfunction.
Note: There is no guarantee that the application will execute. The com-
mand will return OK if the command, including parameters, is supported.
There is no correlation between the OK response and the time the applica-
tion function is performed by the MT.
Note: If the *EAPP command is issued and the <app> parameter refer-
ences an application that is already running, a second instance of this
application will not be started. The application already running should
however perform the subfunction indicated with the <subfunc> parameter.
Note: The syntax for MMS (<app>=6) is as follows:
AT*EAPP=6,<subfunc1>[,<text1>[,<subfunc2>,<text2>[,<subfunc3>,<text
3>…]]]
It is thus possible to add different attachments (image, video clips, and so
on) to a message.
Example: Sending a message with text, “Look at my new car!” and an
image located in “//filesystem/pictures/mycar.jpg”:
AT*EAPP=6,0,“Look at my new car!”,4,“//filesystem/pictures/mycar.jpg”
The syntax for email (<app>=2) is the same as the syntax for MMS:
AT*EAPP=2,0,“Look at my new car!”,4,“//filesystem/pictures/mycar.jpg”
Test command shows which applications and subfunctions are supported
by the MT.
AT*EAPP=?
*EAPP: 0,(0-5)
*EAPP: 1,(1,3,4-5)
*EAPP: 3,(0,4)
*EAPP: 4,(0-2)
Set command: AT*EAPP=<app>[,<subfunc>[,<text1>[,<text2>]]]
Test command: AT*EAPP=? Shows if the command is supported.
Test command
response: *EAPP: <app>,(list of supported <subfunc>s)[<CR><LF>
<app>,(list of supported <subfunc>s)[...]]
Parameters:
<app>:
<app> Description
0 Message application
1 Phonebook application
2 Email application
3 WAP application
4 Calendar application
5 Not supported
6 Multimedia messaging application










