r/Tizen

Overscan: an open-source browser you can sideload on a Samsung TV
▲ 19 r/Tizen

Overscan: an open-source browser you can sideload on a Samsung TV

Overscan is a sideloadable web browser for Samsung TVs. Works on my 2019 set; I need testers on other model years.

The built-in Samsung browser identifies itself as a TV, so sites hand it a stripped-down "smart TV" page instead of the real one. Overscan wraps the TV's own web engine in an app that behaves like a desktop browser: desktop user agent, JavaScript on, a pointer you drive with the D-pad, an on-screen keyboard that types into the address bar and into search boxes on the page, plus favourites and history on a start screen built for a TV.

MIT licensed, all of it public: https://github.com/Apps2Samsung/Overscan

Up front, two things

1. Most of the code was written by an AI agent with me directing it. I made the design calls, did every hardware test, and reviewed what went in but I'm not going to pretend I hand-typed it. It's open source specifically so you can judge the code rather than take my word for it. Where the AI was genuinely useful was the grind: reading TizenFX source to work out which APIs exist on which platform, and building diagnostic tooling for a TV you can't get logs out of.

2. It does NOT make pages load faster. It uses the TV's own engine, so rendering speed is identical and forcing desktop sites can make it slower, since desktop pages are heavier than the TV versions. If YouTube crawls on your set today, this won't fix that. There's an images-off toggle and a mobile-UA option that genuinely help, and youtube.com/tv will always beat the desktop site on old hardware.

What actually works, and where

TV year Status
2018 (Tizen 4.0) Builds, not yet tested
2019 - 2020 (Tizen 5.0 / 5.5) Works, tested on my UE55RU7020
2021 - 2024 (Tizen 6.0 / 8.0) Builds, not yet tested
2025+ (Tizen 9.0 / 10.0) Build, not yet tested

Known problems: pages render vertically stretched on Tizen 5.0 the TV's own keyboard can still flash up on sites that autofocus their search box.

The catch for 2019/2020 sets: the package has to be signed with a partner-level certificate. That's not a preference the TV's web engine links its DRM stack, and an ordinary app isn't permitted to load it, so the browser won't start at all. Finding that out took building a separate diagnostic app that walks start up one call at a time and reports over HTTP, because these TVs give you no shell, no logs and no crash dumps. Newer sets don't have the restriction.

What I need

- Anyone with a 2018, 2021–2024, or 2025+ Samsung TV willing to sideload and report back.

- Reports on real sites. Everything so far has been DuckDuckGo and Wikipedia. I'd like to know what a 2019 engine actually does with news sites, webmail and video.

With Apps2Samsung (https://apps2samsung.com/) you can side load the app on your TV and create the required certificates just click the gear icon

Deafult Screen

And toggle Force Samsung Certificate and Partner signing (experimental)

Settings

Once you've created a Partner certificate you can untoggle Force Samsung certificate again

Oh and once you've installed the app and opened it, you can monitor it's debug log via http://[TV-IP]:8081

Issues and releases are on the repo. Happy to answer anything about how it works.

reddit.com
u/Pitiful-Store7076 — 4 days ago
▲ 2 r/Tizen

Can't open developer mode on UA43AU7700.

I tried to open developer mode, but it is not working.
I go to app settings, press 12345, and then it automatically goes back to the home screen immediately.
I tried changing the country and account, but it is still the same.

reddit.com
u/Youthtavanh — 4 days ago
▲ 13 r/Tizen+2 crossposts

Sideloading Jellyfin & VLC on Samsung Tizen TVs using ONLY an Android │ Phone (No PC, No USB, No Tizen Studio, No Signing Certificates │ required!)

Hey everyone!

I wanted to share a method I put together to sideload custom `.wgt` app packages (like Jellyfin, VLC, or Ad-free YouTube/TizenBrew) onto

Samsung Tizen Smart TVs using nothing but Termux on an Android phone.

Normally, sideloading Tizen apps is a massive pain it requires a 64-bit Linux PC, downloading gigabytes of Tizen Studio SDK, creating developer/author certificates, and signing apps.

This script connects over SDB (Smart Development Bridge) using raw socket file transfer, bypassing the need for a PC, USB, Tizen Studio, or signing certificates.

I've documented the steps in my repository here:

👉 https://github.com/Suz41/Sideload-Tizen-by-Android

### Quick Steps:

  1. Turn Developer Mode ON in the TV App Store (PIN `12345`) and set

Host IP to your phone Hotspot IP.

  1. In Termux, generate and sync RSA keys.

  2. Connect: `adb connect <TV_IP>:26101`

  3. Run the installer directly over the internet:

curl -sL https://raw.githubusercontent.com/Suz41/Sideload-Tizen-by-Android/main/install.py | python3 -

Check out the full guide for details, app download URLs, and a flowchart!

u/suzalpins — 8 days ago
▲ 2 r/Tizen+1 crossposts

Unable to install wgt on Tizen 9

hi everyone, I managed to install the device manager for Samsung tv Tizen 9, but I see only wgt is the one with 'old' in its title and once I try to add that (up, network status double checked) it just keeps circling and doesn't install on tv or device manager program, any tips for that? thank you!

reddit.com
u/marlysammy — 13 days ago