Namespaces
Variants
Actions
(Difference between revisions)

Archived:Group folder remains after uninstallation of application (Known Issue)

Jump to: navigation, search
m
Line 2: Line 2:
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
{|style="background:#eceff2" width="660px" border="1" cellpadding="5" cellspacing="0"
+
{{KnowledgeBase
|-
+
|id=KIS000962
|'''ID''' ||KIS000962
+
|platform=S60 2nd Edition, S60 3rd Edition
|'''Creation date''' ||May 16, 2008
+
|devices=All
|-
+
|category=Symbian C++
|'''Platform''' ||S60 2nd Edition, S60 3rd Edition
+
|subcategory=UI
|'''Devices''' ||All
+
|creationdate=May 16, 2008
|-
+
|keywords=
|'''Category''' ||Symbian C++
+
}}
|'''Subcategory''' ||UI
+
|}
+
  
 
==Description==
 
==Description==
Line 33: Line 31:
 
</code>
 
</code>
  
==How to reproduce:==
+
==How to reproduce==
 
+
 
1. Install an application into a group folder.
 
1. Install an application into a group folder.
  
Line 42: Line 39:
  
 
==Solution==  
 
==Solution==  
 
 
No solution exists.
 
No solution exists.
  
 
[[Category:Symbian C++]][[Category:S60 3rd Edition ]][[Category:Known Issue]]
 
[[Category:Symbian C++]][[Category:S60 3rd Edition ]][[Category:Known Issue]]

Revision as of 21:05, 27 October 2008

Template:KBKI


Article Metadata

Tested with
Devices(s): All

Compatibility
Platform(s): S60 2nd Edition, S60 3rd Edition

Article
Created: (16 May 2008)
Last edited: extkbeditor2 (27 Oct 2008)

Description

After an application that is installed in a group folder is uninstalled, the group folder remains on the device. The folder has to be deleted manually.

The following code shows how to install your application into a group folder.

RESOURCE APP_REGISTRATION_INFO
{
app_file="application_name";
embeddability=KAppNotEmbeddable;
newfile=KAppDoesNotSupportNewFile;
............
.........
.....
//Group folder where you want to install your application
group_name ="Folder name";
}

How to reproduce

1. Install an application into a group folder.

2. Uninstall the application.

You can see the empty group folder after the application has been uninstalled.

Solution

No solution exists.

391 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved