Series 60 2nd/3rd hide application icons

Source: Internet
Author: User

Application of series60 2nd and 3rd platformsProgramYou can hide the application icon by setting the den attribute of the Application Registration structure. However, the two platforms use different structures. The file name of this structure is usually xxxx_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;
}

In addition, after hiding the application icon in the SDK of Series 60 3rd Mr, I cannot modify it back, execute the command to clear it, and the files related to the search SDK Directory project cannot be deleted, in the end, there is no way to display it only when the reconstruction project is changed to a uid program icon. I do not know why.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.