Инструменты пользователя

Инструменты сайта


release_4.0

Это старая версия документа.


Глобальное обновление медиацентров на ПО версии 4.0

9 апреля 2018 г. будет выпущено глобальное обновление медиацентров TVIP S-Box на новую прошивку версии 4.0.
Обновление коснется моделей: S300, S310, S400, v.110, v.410/412/415, v.500/501.

Обновление уже доступно в полном объеме для медиацентров v.600/605, а также в ветке Beta для всех остальных медиацентров.

Т.к. интерфейс претерпел значительные изменения и может быть непривычен, может потребоваться время для ознакомления с ним конечных пользователей и сотрудников клиентского сервиса. Мы предусмотрели вариант, позволяющий отложить обновление. Для этого для каждой из моделей приставок предусмотрен тип обновления 3.9, в котором будет доступна прошивка со старым интерфейсом (3.9.13). Например, для v.410 - это «linux-qt/3.9». В случае необходимости остаться на прошивке 3.9, следуйте инструкциям ниже.

Особенности

  • Переключение цветовых схем и установка баннера (через provisioning)
  • По-умолчанию, номера каналов не отображаются - включение через provisioning или настройки.
  • Если вы используете Веб-портал «для всей системы», вы не заметите серьезных изменений. Изменится только внешний вид настроек медиацентра.

Настройки для задержки обновления

Пример настроек provisioning для перевода всех приставок на тип обновления 3.9 (за исключением модели v.600/605).

<update_types>
  <device id="s310" force_type="3.9" force_os="linux-qt">
    <type name="Old Release" os="linux-qt" type="3.9" />   
  </device>
  <device id="s300" force_type="3.9" force_os="linux-qt">
    <type name="Old Release" os="linux-qt" type="3.9" />   
  </device>
  <device id="s400" force_type="3.9" force_os="linux-qt">
    <type name="Old Release" os="linux-qt" type="3.9" />   
  </device>
  <device id="s110" force_type="3.9" force_os="linux">
    <type name="Old Release" os="linux" type="3.9" />    
  </device>
  <device id="s410" force_type="3.9" force_os="linux-qt">
    <type name="Old Release" os="linux-qt" type="3.9" />   
  </device>
  <device id="s500" force_type="3.9" force_os="linux-qt">
    <type name="Old Release" os="linux-qt" type="3.9" />   
  </device>
    <device id="s501" force_type="3.9" force_os="linux-qt">
    <type name="Old Release" os="linux-qt" type="3.9" />    
  </device>
</update_types>

для возврата обратно на release:

<update_types>
  <device id="s310" force_type="release" force_os="linux-qt">
    <type name="Release" os="linux-qt" type="release" /> 
    <type name="Beta" os="linux-qt" type="beta" />    
  </device>
  <device id="s300" force_type="release" force_os="linux-qt">
    <type name="Release" os="linux-qt" type="release" /> 
    <type name="Beta" os="linux-qt" type="beta" />     
  </device>
  <device id="s400" force_type="release" force_os="linux-qt">
    <type name="Release" os="linux-qt" type="release" /> 
    <type name="Beta" os="linux-qt" type="beta" />    
  </device>
  <device id="s110" force_type="release" force_os="linux">
    <type name="Release" os="linux" type="release" /> 
    <type name="Beta" os="linux" type="beta" />      
  </device>
  <device id="s410" force_type="release" force_os="linux-qt">
    <type name="Release" os="linux-qt" type="release" /> 
    <type name="Beta" os="linux-qt" type="beta" />      
  </device>
  <device id="s500" force_type="release" force_os="linux-qt">
    <type name="Release" os="linux-qt" type="release" /> 
    <type name="Beta" os="linux-qt" type="beta" />      
  </device>
  <device id="s501" force_type="release" force_os="linux-qt">
    <type name="Release" os="linux-qt" type="release" /> 
    <type name="Beta" os="linux-qt" type="beta" />      
  </device>
</update_types>
release_4.0.1525943452.txt.gz · Последние изменения: 2018/05/10 12:10 — Aleksey Shevelkin

Инструменты страницы