Versions Compared

Key

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

...

  • From WIFI tab , press right key , focus will be on Enable/Disable Button WIFI Tab background is changed to black and icon to white colour.
  • Button icon will be enlarged on Focused , and return to normal when navigate back to WIFI tab.
  • On key press 'Enter' on Button , It will scan for available SSID’s and will be displayed on the screen, Using Down key user can navigate  desired WIFI  device and 
  • pressing enter will connect to selected device.

USB Access


Steps to enable  USB on box 

1) Connect USB/HDD to Box.

2) Login to box using below command:

      ssh root@box_ip 

    ex: ssh root@192.168.1.7

3)  Mount usb on box with 'mount' command on box.

4)  Create soft  link using below command:

      ln -sf /usb /opt/www/usbdrive

 Note: while creating Soft link use the path where the USB content are mounted for example in above case usb contents are mounted in /usb path.


-> 1) On selection of USB tab , an enable/disable button will be shown 
2) -> Enable/disable button added to control retrieve of USB data once USB connected to Box.
3) -> Enable only if  USB/HDD connected to box.
4) -> USB data are aggregated into three Types:
        a)Audio file(.mp3)
        b)Video file(.mp4)
        c)Images (.JPG and .PNG)
5) -> For each type item custom folders are shown in setting screen when we enable USB. 
6) -> Separate screen are shown for each type of data.
7) -> Data are listed horizontally along with there name.
8) Preview ->Preview is shown for  focused item.
9) -> Custom image are used to show Audio/Video item default preview.
10) -> Actual image on USB are shown in preview.
11) -> On selecting Video items , Video will be played in Full Screen.
12) -> Audio playback is not yet implemented.
13) -> For each screen Video/Audio/Images , there are headers showing back button and IP.
14) -> On Navigating Back button and enter , will land in setting screen and Focus is on USB folders.

...