HyperTizen is a Hyperion / HyperHDR capturer for Tizen TVs.
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.
-
Download the latest release from the releases page.
-
Change the Host PC IP address to your PC's IP address by following this
-
Install the package:
tizen install -n path/to/io.gh.reisxd.HyperTizen.tpkNote 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.
-
Install TizenBrew to your TV. Follow this guide.
-
Add
reisxd/HyperTizen/HyperTizenUIas a GitHub module to the module manager. You can access the module manager by pressing the [GREEN] button on the remote.
-
Change the Host PC IP address to your PC's IP address by following this
-
After following the guide for the Tizen Studio installation, you have to create a certificate profile. You can follow this guide.
-
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- You should now be able to install the package.