How to create background service for symbian os without icon?

Login to reply to this topic.
Thu, 2005-06-23 06:17
Joined: 2004-10-07
Forum posts: 47
Hi All,
  Please help me out... I want to create service application in symbian series 60 devices...

Thanks & Regards,
Symbi,

Thanks & Regards,
Symbi


Thu, 2005-06-23 06:35
Joined: 2004-01-09
Forum posts: 188
Re: How to create background service for symbian os without icon
There are many ways of creating a service application ( or we can say server). U can create a mdl ( or Dll ) and let it be running in bakcground or load it when they are required.
You can create a application ( app ) and can make it as hidden, so that it will not shown in application list.

But the best way is to create your server as a DLL.

----
Chetan Kulshrestha

Thu, 2005-06-23 06:56
Joined: 2004-10-07
Forum posts: 47
Re: How to create background service for symbian os without icon
Thanks Chetan,
   One more help....how can hidden my application fron list?

Thanks & Regards,
Symbi,

Thanks & Regards,
Symbi

Thu, 2005-06-23 07:04
Joined: 2004-01-09
Forum posts: 188
Re: How to create background service for symbian os without icon
See SDK help on "Application information file source format"

There is on property in ur application information file ( i.e. AIF file )

hidden= KAppNotHidden | KAppIsHidden.

Set it as KAppIsHidden.

----
Chetan Kulshrestha

  • Login to reply to this topic.