Changing the Windows Mobile Hybrid App Package Icon

Modify the Hybrid App package application icon.

You cannot add new icons to the folder, but you can replace the existing icon images, using the same file name. The Hybrid App application icons are named ampiconindex.png, where index is a number between 30 and 116. The default Hybrid App icon is ampicon48.png. This is also the icon shown on the menu item that lists all the Hybrid Apps.

Each Hybrid App icon uses a pair of associated images:

  1. Identify the image currently used by the Hybrid App package that you want to replace.
    When you build the Hybrid Web Container with custom icons, the original icons still appear in SAP Control Center and in SAP Mobile WorkSpace.
  2. In Solution Explorer, navigate to the HybridWebContainer\Resources\Images folder.
  3. Replace the ampiconindex.png and ampiconindexp.png image files with the new images.
    Note: For each icon file that you replace, use the same name, extension, and resolution as the original. To preserve the original image make a copy of it. To prevent the copy from interfering with resource indexing, place it in a different folder.
  4. Rebuild and test the Hybrid Web Container.
Related tasks
Manually Adding a Custom Icon to the Manifest.xml File