Versions Compared

Key

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

...

You will be prompted to the below screen if the Bluetooth remote is not connected to the device 

You will be prompted to the below screen if the network is not connected to the device. To connect to the WIFI network, please refer to the section ‘Connect to WIFI’ available in this documentation 

Image Removed

Home Screen 

The home screen contains sections for apps, tv shows, and settings. YouTube and the metrological app can be launched from app listings. Video content can be played from the TV Shows section. Bluetooth and WIFI settings can be managed from the settings section. Search bar and time display are also available in the home UI. As of now, functionalities with the search bar and mic are not implemented. 

Note: The user should set the timezone in you STB before loading the UI using the curl command

curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:9998/jsonrpc' -d '{"jsonrpc":"2.0","id":"3","method":"org.rdk.System.1.setTimeZoneDST","params":{"timeZone":"Asia/Kolkata"}}';echo

If the timezone is not properly set in the box the UI by default shows Eastern Standard Time.

  1. Use the Enter/Right key from the side panel icon to move the focus to apps/tv-shows/settings 
  2. Use Left/Right/Up/Down keys to navigate within the home UI

...

-To install Lightning CLI -  npm install -g @lightningjs/cli

  • Clone the RDKAPPS repo using the below command in git bash

...