Versions Compared

Key

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

...

  •  Note: "App Catalog & Manage Apps" are supporting only the minimal LISA API features. In future it will have the extended features of details of apps, view memory usage etc. Also the App bundle hosting shall not be covered in this section as it is not under the scope of UI.

Device configuration for fetching ASMR DAC App Catalog details:

UI supports ASMR Cloud based app store out of the box without any manual configuration if proper configuration is available. Firmware need to have the following JSON format with proper details matching below template.

Code Block
languagejs
root@raspberrypi4-64-rdk-android-mc:~# cat /opt/appmanagerregistry.conf
{
  "app-catalog-cloud": {
    "url": "<ASMS Cloud Base URL>",
    "firmwareVersions": [
      {
        "platform": "rpi4",
        "ver": "1.0.0-aabbccddeeffgghhiijjkkllmmnnooppqq112233-dbg"
      },
      {
        "platform": "ah212",
        "ver": "1.0.0-aabbccddeeffgghhiijjkkllmmnnooppqqrrsstt-dbg"
      }
    ]
  }
} 

Note: Each platform should configure appmanagerregistry.conf (above template) with proper "url", "platform" and "ver" keys since those are platform specific.

Reference: https://github.com/stagingrdkm/lgpub/blob/master/dac/labci/dactest.py#L36 shall have the ASMS Cloud Base URL and matching platform VERembedded within the device firmware at build time.

Featured Video Player

The redesigned video player utilizes UVE implementation and has kept the minimal controls such as a progress bar with pause and play buttons. Various player controls are detailed below.

...