Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the ui.json file, which is in the <EMM_HOME>/repository/deployment/server/jaggeryapps/emm/config/ directory.
  2. Update the DEVICES_IMAGE_SERVICE property with the path where the device images are stored. Note that is path can be location to any folder or URL.
    "DEVICES_IMAGE_SERVICE" : "<PATH>",

    For example:
    "DEVICES_IMAGE_SERVICE" : "/emm/assets/wso2mobile/img/models", 

 


The latter mentioned device images should comply to the following specifications:

  • If the device height is greater than its width, the height should be 400px.

  • If the device width is greater than its height, the width should be 400px.

  • If the height and width are of the same size, the height and width should be both 400px.

  • The images should be named using the model of the device (e.g. GT-I9300.jpg)