Skip to content

Latest commit

 

History

History
108 lines (60 loc) · 5.4 KB

README.md

File metadata and controls

108 lines (60 loc) · 5.4 KB

TizenBrew

Welcome to TizenBrew! TizenBrew is a way to experience modded websites (like TizenTube) and you can install newer apps without having to deal with Tizen Studio multiple times.

TizenBrew is a modular system, meaning you can install new modded websites and apps without having to mess with Tizen Studio.

Installation

To install TizenBrew, you need to have a Samsung TV (Tizen) device that has at least Tizen 3.0 (2017 or newer). There are four ways to install TizenBrew.

Using TizenBrew Updater

This method is easier than any other method and works on all Tizen versions.

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

  2. Download the latest TizenBrew Updater for your OS from the releases page.

  3. Run the TizenBrew Updater and follow the instructions.

  4. Change the Host PC IP address to 127.0.0.1 by following this

  5. You can now launch the TizenBrew app on your TV.

Note that you may not be able to install TizenBrew to your TV if your TV is Tizen 8 or newer (2024+). You'll have to rebuild TizenBrew from source to install it on newer TVs.

Using TizenBrew Installer

This method is easier than the USB Demo Package method, but it works only on Tizen 3.0 to 6.0 (2017 to 2021). If you have a newer TV, use the TizenBrew Updater or the USB Demo Package method or the Command Line method.

  1. Change the Host PC IP address to 127.0.0.1 by following this

  2. Open up https://tizentube.vercel.app/installer on your TV's browser.

  3. Click on the "Install TizenBrew" button.

  4. You can now launch the TizenBrew app on your TV.

Using USB Demo Package

Note that if you want to install TizenBrew using this method, the app will be installed for only 30 days. If you want to have TizenBrew permanently installed, use the command line method. This method is the 2nd easiest way to install TizenBrew.

  1. Download the latest TizenBrew USB Demo Package from the releases page.

  2. Extract the contents of the zip file to a USB drive.

  3. Connect the USB drive to your TV.

  4. Wait for the TV to recognize the USB drive and it'll automatically install TizenBrew.

  5. Change the Host PC IP address to 127.0.0.1 by following this

  6. You can now launch the TizenBrew app on your TV.

Using The Command Line

  1. Install Tizen Studio by following the instructions here.

  2. Connect to your TV using this guide.

  3. Download the latest TizenBrew Widget from the releases page.

  4. Check if the TV is connected by running:

sdb devices

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

  1. Install the TizenBrew Widget by running:
tizen install -n path/to/TizenBrewStandalone.wgt 

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

  1. Set the Host PC IP address to 127.0.0.1 by following this

  2. You can now launch the TizenBrew app on your TV.

Rebuilding TizenBrew

To rebuild TizenBrew, you need to have Node.js installed on your system. You can install Node.js from here. You also need to have Tizen Studio installed on your system. You can install Tizen Studio from here.

  1. Download the source code from the releases page (zip file) or clone the repository by running:
git clone https://github.com/reisxd/TizenBrew.git
  1. Open up Tizen Studio and import the project by going to File > Import > Tizen > Tizen Web Project and import the tizenbrew-app/TizenBrew folder.

  2. Open up the tizenbrew-app/TizenBrew/service folder in a terminal and run:

npm install
npx @vercel/ncc build service.js
  1. Connect to your TV by following this

  2. Open up Certificate Manager by going to Tools > Certificate Manager and create a new Samsung certificate. See this for more information.

  3. Now Run the project by right clicking on the project and clicking on Run As > Tizen Web Application.

  4. Change the Host PC IP address to 127.0.0.1 by following this

  5. You can now launch the TizenBrew app on your TV.