Archived:Application name may remain in application manager after uninstallation on Series 80 (Known Issue)
extkbeditor2
(Talk | contribs) m |
hamishwillee
(Talk | contribs) m (moved Application name may remain in application manager after uninstallation on Series 80 (Known Issue) to Archived:Application name may remain in application manager after uninstallation on Series 80 (Known Issue)) |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Archived|timestamp=20120403201600|user=[[User:Lpvalente|Lpvalente]]}} |
| − | + | [[Category:Known Issue]][[Category:Symbian C++]][[Category:Series 80 2nd Edition]] | |
| − | + | ||
| − | {{ | + | {{ArticleMetaData <!-- v1.2 --> |
| − | | | + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> |
| − | | | + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> |
| − | |devices=Nokia 9500 - 4.51(0), <br>Nokia 9300 - 4.53(0) | + | |devices= Nokia 9500 - 4.51(0), <br>Nokia 9300 - 4.53(0) |
| − | | | + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> |
| − | | | + | |platform= Series 80 2nd Edition |
| − | | | + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> |
| − | |keywords= | + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> |
| + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20050707 | ||
| + | |author= [[User:Technical writer 1]] | ||
| + | <!-- The following are not in current metadata --> | ||
| + | |subcategory= | ||
| + | |id= KIS000263 | ||
}} | }} | ||
==Overview== | ==Overview== | ||
| − | When an application is uninstalled, it may still be in the list of installed applications. The application files are removed from the device. | + | {{Abstract|When an application is uninstalled, it may still be in the list of installed applications. The application files are removed from the device.}} |
==Description== | ==Description== | ||
| − | The application | + | The application's .sis stub file may remain in the System\install directory after uninstallation if the package file contains a GUI application and a recognizer. |
==How to reproduce== | ==How to reproduce== | ||
| Line 24: | Line 40: | ||
==Solution== | ==Solution== | ||
No solution exists.<br> | No solution exists.<br> | ||
| − | |||
| − | |||
Latest revision as of 09:36, 15 June 2012
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
The article is believed to be still valid for the original topic scope.
The article is believed to be still valid for the original topic scope.
Article Metadata
Tested with
Devices(s): Nokia 9500 - 4.51(0),
Nokia 9300 - 4.53(0)
Nokia 9300 - 4.53(0)
Compatibility
Platform(s): Series 80 2nd Edition
Article
Created: User:Technical writer 1
(07 Jul 2005)
Last edited: hamishwillee
(15 Jun 2012)
Contents |
Overview
When an application is uninstalled, it may still be in the list of installed applications. The application files are removed from the device.
Description
The application's .sis stub file may remain in the System\install directory after uninstallation if the package file contains a GUI application and a recognizer.
How to reproduce
Create a package file containing at least an .app file and a recognizer:
; problem.pkg
;
;Language - standard language definitions
&EN
; standard SIS file header
- {"AppwithRecog"},(0x07CA3060),1,0,0, TYPE=SA
;Supports Series 80 v 2.0
(0x101F8ED2), 0, 0, 0, {"Series80ProductID"}
"\epoc32\release\armi\urel\SomeApplication.app"-"c:\system\apps\SomeApplication \SomeApplication.app"
"\epoc32\release\armi\urel\SomeRec.mdl"- "c:\system\recogs\SomeRec.mdl"
Solution
No solution exists.

