Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.95 KB

File metadata and controls

42 lines (25 loc) · 1.95 KB

HyperTizen

HyperTizen is a Hyperion / HyperHDR capturer for Tizen TVs.

Installation

To install HyperTizen, you need to have a Samsung TV (Tizen).

You'll need Tizen Studio to install the app on your TV. You can download it from the official website.

  1. Download the latest release from the releases page.

  2. Change the Host PC IP address to your PC's IP address by following this

  3. Install the package:

tizen install -n path/to/io.gh.reisxd.HyperTizen.tpk

Note that tizen is in C:\tizen-studio\tools\ide\bin on Windows and in ~/tizen-studio/tools/ide/bin on Linux.

If you get install failed[118, -12], reason: Check certificate error error, you'll have to resign the package.

  1. Install TizenBrew to your TV. Follow this guide.

  2. Add reisxd/HyperTizen/HyperTizenUI as a GitHub module to the module manager. You can access the module manager by pressing the [GREEN] button on the remote.

Resigning the package

  1. Change the Host PC IP address to your PC's IP address by following this

  2. After following the guide for the Tizen Studio installation, you have to create a certificate profile. You can follow this guide.

  3. Sign the package:

tizen package -t tpk -s YourProfileName -o path/to/output/dir -- path/to/io.gh.reisxd.HyperTizen.tpk

# Example:
# tizen package -t tpk -s HyperTizen -o release -- io.gh.reisxd.HyperTizen.tpk
  1. You should now be able to install the package.