This page was last modified 09:45, 16 May 2008.
KIS000962 - Group folder remains after uninstallation of application
From Forum Nokia Wiki
| ID | KIS000962 | Creation date | May 16, 2008 |
| Platform | S60 2nd Edition, S60 3rd Edition | Devices | All |
| Category | Symbian C++ | Subcategory | UI |
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.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| want application not in Installation but as a main menu | palak_shah_23 | General Symbian C++ | 6 | 2006-07-24 12:11 |
| Password Protected Folder for N80 in Symbain | nital_shah | General Symbian C++ | 29 | 2008-06-21 13:02 |
| Hide User created folder | sruthimp | General Symbian C++ | 1 | 2007-09-28 14:50 |
| Qusestion about application icon after installing? | sparklezou | General Symbian C++ | 5 | 2007-04-30 08:59 |
| Autostarting, please help | Shaddy_ | General Symbian C++ | 3 | 2008-01-01 20:52 |

