Versions Compared

Key

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

...

Home Screen for TV Profile

...

Featured Content row will display app icons based on platform capability. 

  •  Upcoming Feature: Extend support for Composite Input and HDMI CEC Sink.

...

Guide Screen

  •  EPG guide is a continuous updating menu that shows scheduling information for current and upcoming programs.
  •  EPG/Guide can be invoked by clicking on the second icon of the side panel.
  •  EPG Guide will show list of channels and shows which are currently airing. It will also show user the upcoming programs.
  •  One can scroll through channels by using up and down arrow keys and through shows by using left and right arrow keys.

...

  • When playing the content user has the ability to view all the channels as an overlay.
  • This feature allows user to change channels while playing the content.

  • Version 3.8 comes with a new feature to open premium apps Apps (Amazon , Netflix and YouTube etc) can be launched from the guide screen.These three clickables will take place of the first three channels.
  • In presence of DTV plugin other channels will follow these three apps.
  • In absence of a DTV plugin , the guide screen will still openable with these three items populated.

Apps Screen

...

My Apps, App Catalog, Manage Apps tabs

...

now is dedicated for supporting DAC Apps or app-store on a supported device and firmware with provisioned ASMR Cloud app-store functionality.

On selecting the Apps Icon from left banner; User shall be presented a new page with 3 tabs highlighted with "My Apps" which shall list the list of all installed app bundles on that particular platform. If no installed app bundles are found; user shall be presented with the "App Catalog" tab which will display all available downloadable app bundles from remote server from which user shall be able to install selected app. Installation progress shall be displayed when user interacts with that selected App Icon. After installation competes; that app will be displayed under "My Apps" as well as "Manage Apps" tabs. From "My Apps"; user shall be able to launch the App. To "EXIT" from that app instance; user need to press HOME key which will redirect him to UI HOME page. From "Manage Apps"; user shall be able to uninstall the installed App.

...

  •  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 if proper configuration is available. Firmware need to have the following JSON format with proper details as below.

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


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.

...