Archived:Application name may remain in application manager after uninstallation on Series 80 (Known Issue)
extkbeditor2
(Talk | contribs) m |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot change of template (Template:KnowledgeBase) - now using Template:ArticleMetaData) |
||
| Line 2: | Line 2: | ||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
| − | {{ | + | {{ArticleMetaData |
|id=KIS000263 | |id=KIS000263 | ||
|platform=Series 80 2nd Edition | |platform=Series 80 2nd Edition | ||
| Line 10: | Line 10: | ||
|creationdate=July 7, 2005 | |creationdate=July 7, 2005 | ||
|keywords= | |keywords= | ||
| + | |||
| + | |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]]) --> | ||
| + | |sdk=<!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | ||
| + | |devicecompatability=<!-- Compatible devices (e.g.: All* (must have GPS) ) --> | ||
| + | |signing=<!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities=<!-- Capabilities required (e.g. Location, NetworkServices.) --> | ||
| + | |author=[[User:Technical writer 1]] | ||
}} | }} | ||
Revision as of 14:07, 25 June 2011
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
(25 Jun 2011)
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.

