Discussion-------Third party S/w?

Login to reply to this topic.
Mon, 2007-09-10 06:21
Joined: 2007-05-15
Forum posts: 137


Hi, friends-->
Just eager to know

What is a third party S/w?
How it is installed?
How to find programmatically what 3rd party s/w are running?


Mon, 2007-09-10 08:44
Forum Nokia Champion
Joined: 2003-06-10
Forum posts: 720
Re: Discussion-------Third party S/w?

With "3rd party software" one generally refers to "somebody else's software".

In other words, any applications that are not your own (which come some from other ISV, Indepdendent Software Developer), is "3rd party".

If you take a device manufacturer, like Nokia, then the 3rd party software would be any software that was not developed by Nokia or Symbian, who'd represent the 1st party and you, yourself, would be the 2nd party, I guess.

3rd party software is installed just as you install any other software/applications:
- preinstalled by the manufacturer
- installed by the phone user

Mon, 2007-09-10 09:23
Joined: 2007-05-15
Forum posts: 137
Re: Discussion-------Third party S/w?

ok,

How to find the 3rd party s/w s running on the phone?
is there any way?

Mon, 2007-09-10 09:50
Joined: 2005-11-20
Forum posts: 1242
Re: Discussion-------Third party S/w?

I don't know of any *official* way to query the installed programs, documented in the SDK.

But there seems to be - at least under UIQ - a file C:\System\Data\Apparc.db, where the system stores all the installed programs. See e.g. here, under chapter 3 "Lost Apps":
http://3lib.ukonline.co.uk/tipsp800.htm

Maybe it would be possible with a reasonble effort to reverse-engineer the structure of this file and used the information contained in it. But you would probably be pretty much on your own doing so...


René Brunner

Mon, 2007-09-10 09:58
Joined: 2005-11-20
Forum posts: 1242
Re: Discussion-------Third party S/w?

... and, just thinking about it a little more, maybe all will be lost on 3rd edition phones because you don't get any direct access to such system files.


René Brunner

Mon, 2007-09-10 10:46
Joined: 2007-05-15
Forum posts: 137
Re: Discussion-------Third party S/w?

Nice man,
felt nice to hear from you again......

Sat, 2007-09-15 15:55
Joined: 2005-11-20
Forum posts: 1242
Re: Discussion-------Third party S/w?

Maybe the poster gave up already waiting for an answer, but anyway, seeing another post I just realised that of course there is an official and documented way to list all available applications (built-in and installed i.e. third-party):

The RApaLsSession class does the trick...


René Brunner

  • Login to reply to this topic.