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

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


release_4.0

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


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

10 апреля 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 для перевода всех приставок на тип обновления 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.1522839124.txt.gz · Последние изменения: 2018/04/04 13:52 — Alexander

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