Query regarding exe application and calling facilities in emulator

Login to reply to this topic.
Wed, 2007-08-29 12:07
Joined: 2007-05-16
Forum posts: 2

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.


Wed, 2007-08-29 13:30
Joined: 2004-11-29
Forum posts: 1246
Re: Query regarding exe application and calling facilities in em

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.

Thu, 2007-08-30 17:21
Joined: 2007-06-21
Forum posts: 82
Re: Query regarding exe application and calling facilities in em

Call handling(incoming, outgoing calls) is not supported in emulator. You have to test this on phone only.

Br
G;p

Fri, 2007-08-31 07:48
Joined: 2007-05-16
Forum posts: 2
Re:

Thanks a lot guys!!!

  • Login to reply to this topic.