Query regarding exe application and calling facilities in emulator
| Wed, 2007-08-29 12:07 | |
|
I am making an application in Symbian 9.1 which does some operation whenever an incoming call comes. So for that I had used CTelephony API. My application runs as a back ground application. There is no GUI in this application. So I had created an exe application. Now my question is how can I run an exe in Emulator? As there is no icon of this application like GUI application. Other thing is that how can I test this application in Emulator? As there is no facility of calling in normal Emulator provided with SDK. Thanks. |
|






Forum posts: 1246
I havn't tried this, but you shouldn't need a UI to create an icon to start your app.
Just make sure to create the registration resource file. (yourapp_reg.rsc)
In 9.1, the only difference between a UI app or "background" process is if you choose to use the app UI framework or not.
Forum posts: 82
Call handling(incoming, outgoing calls) is not supported in emulator. You have to test this on phone only.
Br
G;p
Forum posts: 2
Thanks a lot guys!!!