This page was last modified 19:05, 24 June 2008.
Series 60 2nd/3rd隐藏应用程序图标
From Forum Nokia Wiki
Series60 2nd和3rd平台的应用程序都可通过设定应用程序注册结构的hidden属性隐藏应用程序图标,但是这两个平台使用的结构不一样,这个结构所在的文件名通常是xxxxxx_reg.rss:
Series 60 2nd:
RESOURCE AIF_DATA
{
app_uid= 0x0000000; //app uid
num_icons=2;
embeddability = KAppEmbeddable;
hidden= KAppIsHidden;
}
Series 60 3rd:
RESOURCE APP_REGISTRATION_INFO
{
app_file="YourProject";
localisable_resource_file = "\\resource\\apps\\YourProject";
localisable_resource_id = R_YOURPROJECT_LOCALISABLE_APP_INFO;
embeddability=KAppNotEmbeddable;
newfile=KAppDoesNotSupportNewFile;
hidden= KAppIsHidden;
}
另外,我在Series 60 3rd MR这个SDK隐藏应用程序图标后却怎么样也修改不回来,执行命令清理,搜索SDK目录工程相关的文件删除后都不成,最后没办法只能重建工程换了一个UID程序程序图标才显示出来,目前还不知道是什么原因造成的.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem in SMS Sending Example | abhijeetguptag | General Symbian C++ | 7 | 2007-04-10 09:41 |
| 6670 application install error | lucidness | General Discussion | 1 | 2006-04-10 09:56 |
| API for copying Contact to SIM | anupamah | General Symbian C++ | 2 | 2005-08-19 09:40 |
| S60 2nd and 3rd edition SDK's conflict HEEELP | stefanbefa | Symbian Tools & SDKs | 10 | 2007-10-26 10:34 |
| Newbie - Flip Event to Play Sound on S40 2nd (nokia 6060) | philby | Mobile Java General | 3 | 2007-07-31 14:24 |
