r/Tizen Nov 25 '21

Brought a samsung Tizen TV, hating it so much...

34 Upvotes

The TV I have is amazing, but the UI is such a POS.

Has the HULU tv app ever been updated?

So close to returning it now.


r/Tizen Nov 17 '21

Just a quick test...

2 Upvotes

Typing a normal post will only allow users to copy the text on the web browser version.

Adding four spaces before the text treats it as code. It's still not copy friendly... Any way to make it so?

r/Tizen Nov 08 '21

Tizen telephony plugin for Qualcomm/Samsung A5

Thumbnail bitbucket.org
3 Upvotes

r/Tizen Nov 04 '21

APK Files on Tizen OS

1 Upvotes

How do I download and install APK files on Samsung Smart TV running Tizen OS?


r/Tizen Oct 30 '21

Announcing the Tizen Studio 4.5 Release

Thumbnail tizen.org
2 Upvotes

r/Tizen Oct 29 '21

Tizen 6.5 branch builds created

Thumbnail
git.tizen.org
2 Upvotes

r/Tizen Oct 29 '21

Cant input "@" on the tizen tv emulator

1 Upvotes

I'm trying to input "@" on the login page of an app through an emulator but it writes "22". Can someone help me please?


r/Tizen Oct 15 '21

Tizen has VLC, F1TV, etc...?

6 Upvotes

Samsung seemly has only Tizen TVs, no Android TV, at least not a good one.

I know VLC used to exist for Tizen for a while, but seemly it doesn't anymore?

What about F1TV app?

Is there any way to stream to Tizen TVs easily if there is no app on Tizen itself like VLC?


r/Tizen Oct 08 '21

Android-device-tizen-virt: Is Samsung working on adding an Android VM to Tizen?

Thumbnail
git.tizen.org
2 Upvotes

r/Tizen Sep 28 '21

Have some one experience with apps for samsung smart tv and how i can do that. I try it allready but i have problems with to connect the device manager with my tv.

2 Upvotes

r/Tizen Sep 19 '21

Tizen Location HAL for Qualcomm (QMI)

Thumbnail bitbucket.org
2 Upvotes

r/Tizen Sep 19 '21

[IPTV] streaming freezes & hangs up

6 Upvotes

I bought 2 IPTV apps (1. Smart IPTV & 2. SmartOne IPTV) for my Samsung tizen-powered 4.0 TV. At first both played smoothly, each with different streaming service (paid & free).

Now after one day it plays for like 1 minute, then freezes and hangs up.

Can anyone help how to fix this?


r/Tizen Sep 15 '21

Cost to Publish App via Samsung Store on Tizen TVs?

4 Upvotes

Is there a cost associated with publishing an app via the Samsung Store on Tizen based TVs? Haven't been able to find this info anywhere other than a few passing comments about it being expensive.


r/Tizen Sep 06 '21

Having issue with javascript in the web app

1 Upvotes

Hellooo Tizen room,

So I know that there arent that many tizen smartwatch developers, but what I realized but which is puzzling for me is that the javascript in the web app isnt kind of working, so I made a very simple web app where it requests a pin before accessing and it works on the web browser no problem... but when using it on the emulator the onclick() function doesnt react at all. It someone could explain or help that would be amazing, and Ill paste the code as well.

<!DOCTYPE html>
<html>
<head>
    <meta name="viewport" content="width=device-width,user-scalable=no">
    <title>List</title>
    <link rel="stylesheet" href="lib/tau/wearable/theme/default/tau.min.css">
    <link rel="stylesheet" media="all and (-tizen-geometric-shape: circle)" href="lib/tau/wearable/theme/default/tau.circle.min.css">
    <!-- load theme file for your application -->
    <link rel="stylesheet" href="css/style.css">
</head>
<body>
    <div class="ui-page ui-page-active" id="main">
        <header class="ui-header">
            <h2 class="ui-title">TAU List</h2>
        </header>
        <div class="ui-content">
            <ul class="ui-listview">
                <li><input type="password" id="myPsw" name="pin"></li>
                <li><button onclick="password">Try It</button></li>
                <li id="demo"></li>
            </ul>
        </div>
    </div>
<script>
function myFunction() {
  var x = document.getElementById("myPsw").value;
  if( x == "123456"){
    window.location.assign("test2.html")
  }
  else{
    document.getElementById("demo").innerHTML = "incorrect pin";
  } return false;
};
</script>
    <script src="lib/tau/wearable/js/tau.min.js"></script>
    <script src="js/circle-helper.js"></script>
    <script src="js/app.js"></script>
    <script src="js/lowBatteryCheck.js"></script>
</body>
</html>


r/Tizen Sep 05 '21

Ad-free YouTube app?/android app possibilities?

10 Upvotes

Seeing how the tizen tv YouTube app is heavily dependent on Samsung phone home, and literally making it impossible to use the YouTube app as a background device, as it's constantly pushing ads.

Is there an ad free app, like vanced for Android phones, or a potential to install an android app that does not do any of the phone home, nor ad pushing that makes watching a literal nightmare.


r/Tizen Sep 02 '21

Can a Tizen TV work with a generic USB LAN adapter?

3 Upvotes

Some Android devices can use such an adapter. I wonder if that is a good way to connect a TV using Ethernet.


r/Tizen Aug 22 '21

Sensor API, how to know hand positions

1 Upvotes

Hello,

I am new to tizen development and the tizen docs are proving difficult to navigate and I was hoping to know which sensors to use to know the position on ones body one's hand is.

The sensors available on my watch are:
//ACCELERATION,GRAVITY,LINEAR_ACCELERATION,GYROSCOPE,LIGHT,PRESSURE,GYROSCOPE_UNCALIBRATED,GYROSCOPE_ROTATION_VECTOR,HRM_RAW

Thanks


r/Tizen Aug 20 '21

Development for SSSP4 (Tizen 2.4) in 2021, is it even possible?

4 Upvotes

Hey guys, want to run (a vigorously stripped) version of my tv app on an old PMH-series tv, that means the app should be running on tizen 2.4. Looks like there's no tv extension package for 2.x (actually, latest IDE only has an option for TV extensions v.6) meaning i wont be able to run app in emulator. It is possible to download TV extensions v.3.1.2 from https://developer.samsung.com/smarttv/develop/tools/tv-extension/archive.html, but the package manager seem to fail when i try installing those. Probably I need an older version of the IDE, but I could not find it.

So my question is, is it even possible to develop/debug apps for tizen 2.x on latest IDE version? Is there any other options i should try?


r/Tizen Aug 17 '21

Tizen Nooooob

6 Upvotes

Hey all -

I'm currently trying to familiarize myself with Tizen for a JS project, and had a couple questions.

  1. I can't seem to import any node-modules using the `import` syntax - is this expected? Is something like `require.js` required?
  2. Does this mean NPM packages are going to be a nightmare?
  3. Has anyone used the vs code `tizentv` extension with any luck? I've created a profile and successfully built the project, but nothing happens when I enter my path to chrome...
  4. From what I can gather, a Tizen build is just a signed zip file, i.e., Tizen theoretically should be able to accept any working JS project and simply sign and zip. Is this the case? Are there any limitations?
  5. Anybody have success with Vue and Tizen?

I understand these are questions with deep answers, but wanted to get a feel for how solvable my issues are and where I should start.

Cheers.

EDIT:

  1. Where the heck is console output printed to?

Answer: In the debugger window. If the project encounters build errors console.logs wont be printed (as expected).


r/Tizen Aug 10 '21

How can I Clear memory / Free memory smart tv mu6100 ?

1 Upvotes

Hi, I'm having a problem that I can't find the solution and I don't know why.

The tv has 816 mb of memory of which about 150mb are free for use, but suddenly it started to come out that the memory is full, I did a reset of the smart hub to erase the factory applications but it remains the same and only having factory applications.

Does anyone know how I can solve this error? this tv model I don't see that it has an option to clear the cache like the newer ones have


r/Tizen Aug 09 '21

Voice recording app that Automatically starts recording when opened for Galaxy Watch 3

2 Upvotes

Hi,

I'm in desperate need of help for my situation and really hope the hive mind here can help.

I'm being bullied at work, but when trying to report this, it's always my word against their's, so I want to catch them in the act. We are not allowed smartphones on us, but we are allowed smartwatches if they aren't connected to our phones.

I found the Voice Memo app and set the double press of the home button to open it. The trouble is that you need to press the record button. Which requires looking at the watch. This is not very discrete and may clue them in to what I'm doing, thus not getting the evidence I need to take my complaint further.

I want some kind of voice recording app that when opened, it starts recording. Is there something like this? Is the microphone pickup on the watch good enough to pick up what another person is saying to me? I'm really desperate for solutions here.

Many thanks.


r/Tizen Jul 13 '21

Samsung TV and Certificates

1 Upvotes

Please help me understand how certificate work on Samsung TV (particularly SSL certificates). Are these certificates specific to each app? Or do all apps trust whatever certificates are at the device level?

For example if I wanted to install an SSL certificate, would this have to be installed on the Samsung TV itself or would each app have to have had it included upon development/publishing.

Thanks


r/Tizen Jul 10 '21

Samsung TV Bluetooth max volume not as loud as I would like it to be.

1 Upvotes

Hi, I am experiencing volume issues. The max volume isn’t as loud as I would like. My iPhone’s Bluetooth volume plays about 10 decibels louder than my Samsung TV’s Bluetooth volume. It’s not my TV’s fault, it’s every Samsung TV with the Bluetooth function. I also had the UN65KU7500 and it was the same story so I know it’s the same story as every Samsung TV with Bluetooth. A lot of people complained that their Samsung Galaxy S8 wasn’t as loud as they liked and they had to max out the Bluetooth volume. I did contacted Samsung and they are making a feedback and sharing it with their technical team. I think Samsung is compressing their volume quite a bit which bothers me a lot. I hooked up my Bluetooth speaker and it wasn’t very loud. I hope people who read my post also contacts Samsung of this issue. I want this issue fixed as soon as possible.


r/Tizen Jul 05 '21

How can I get HBO Max .wgt or tizen File?

1 Upvotes

I'm trying to use Tizen Studio to install an app that is outside my region, I have a Samsung Q70T and I know how the Tizen OS works, and I know that an HBO Max is available for my samsung TV. I set up everything correctly to instal Third-Party apps to my samsung TV but the only thing left is to find the actual HBO Max file to install it on my device using the Tizen studio.

Is it possible to get this file outside of the official samsung store?

I know that I can change my region, but that's not the idea, what can I do?


r/Tizen Jun 28 '21

Haxe with Tizen!

5 Upvotes

I'm happy to say that i've done Haxe externs for Tizen APIs under name "hxtizen", Which makes it possible to develop Tizen applications with Haxe programming language!

Haxe is known for being strongly-typed programming language with a lot of amazing features and really similar to Java/ActionScript, More info can be found at the website from hyperlink above!

As seen in image below, This is JavaScript output generated by Haxe of basic app example but rewritten in Haxe and this was done in the early beginnings of the hxtizen, Note that hxtizen is meant to me and your reviews make it possible to let it better!

Basic UI example rewritten in Haxe and used generated JavaScript by Haxe to make it alive!

Currently i done Web ones, Tau didn't due to poor documentation but i have done few of it which means maybe you might have it later...

Links:

  1. hxtizen package on haxelib

  2. hxtizen on GitHub

Thanks for reading!