1,409 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-2
votes
1
answer
497
views
How to Check Tizen Version on TV to Determine API Compatibility (Tizen 6.5+ or Older)?
I’m unsure how to check the Tizen OS version on my TV. I need to determine whether it’s running Tizen 6.5 (or later) or an older version, as this affects whether I should use the Tizen API or H....
0
votes
0
answers
47
views
Smart View SDK: 404 Not Found with PhotoPlayer.playContent() on new Samsung Tizen TV (UE43DU7000UXTK / 2024 Model)
I'm using the Samsung Smart View SDK (version 2.5.34) to cast local photos from my Android app to a 2024 Samsung Smart TV (Model: UE43DU7000UXTK, Tizen OS: T-KSU2EDDEUC-1301.0).
I can successfully ...
-1
votes
2
answers
123
views
Debugging tizen app with Visual Studio Code tizen extension
I'm using a Visual Studio Code extension for Tizen. And everything works fine, it generates a build and uploads on a real TV but when I start debugging on the TV, I can't see my logs in the console of ...
0
votes
0
answers
37
views
Tizen tv unintentionally goes to no internet screen
I am creating a tizen web app where I am checking the internet connection and the do a fetch request to check that the internet is working. but the issue is that it randomly tells me that no internet ...
0
votes
1
answer
57
views
Angular 15 - typescript compilar option target and usedefineforclassfields are set to es2022 and false respectively by angular cli
We have a Tizen Angular 12 project its ECMA target "target": "es5" & "module": "es2020"
When we try to upgrade to Ang 15 upwards we get warning
typescript ...
0
votes
0
answers
145
views
Cannot play video files in Tizen Web Apps
I am trying to play video in Tizen web app. I use sample code:
var video = document.createElement("video");
video.src = "video/0.mp4";
video.controls = false;
video.muted = true;
...
1
vote
0
answers
107
views
Add GA4 Events for Tizen and Web OS TV
I'm trying to add GA4 custom events to my project. I need to get these events to be fired from Tizen and Web OS TV
As per my understanding, I have implemented the following steps:
I have added below-...
0
votes
1
answer
159
views
Vue3 App on Tizen OS 5 returns Mime type error
I've created a web app in Vue3 but I can't seem to get it to work on my Smart TV running Tizen 5.
I've already added babel in my solution to tone down the new JS but that isn't the issue.
I keep ...
0
votes
1
answer
3k
views
TizenBrew error, instalatin falied Check certificate error : :Invalid certificate chain with certificate in signature.:<-3>
I can't install TizenBrew on my Samsung QN85D. I have tizenOS 8.0.
I used this instruction:
https://github.com/reisxd/TizenBrew/blob/main/docs/README.md
and this to create certificate profile
https://...
-1
votes
1
answer
109
views
How to Use a Database with a Tizen 6.5 Web App Using Only HTML, CSS, and JavaScript? [closed]
I am developing a web app for Tizen 6.5 and am only using HTML, CSS, and JavaScript. I need to implement database functionality to store and manage data within the app
Is it possible to use a database ...
0
votes
2
answers
152
views
Resuming a failed download on Tizen Samsung Smart TV
We are building a Tizen web app but this should be relevant to native apps or .NET apps as well.
We download files using:
var downloadRequest = new tizen.DownloadRequest(url, path);
var downloadId = ...
0
votes
0
answers
35
views
issue related to focus in tizen, using javascript
When my focus is on the menu bar and I am pressing the right key, focus is skipping the first item_row i.e. from the menu bar it goes to row_item_1_1, skipping row_item_1_0 and from menu to ...
-3
votes
1
answer
1k
views
How to install Tizen wgt build directly on Tv or create tmg build from wgt
How can we create the tmg build from wgt build, earlier we used to use USB Demo Packing Tool to convert the wgt build to tmg build but now this tool is not available in Samsung seller portal.
I tried ...
0
votes
1
answer
128
views
How to display default TV volume in Tizen web app?
I'm developing a web application for Tizen Smart TVs, and I need to display the current volume level of the TV on the screen when the app starts.
I need to display the OnScreenDisplay of Volume when ...
-1
votes
1
answer
388
views
Is it possible to download installed app from Samsung SmartTV (TizenOS)? [closed]
I have one old Samsung SmartTV (with TizenOS on it) and installed app (widget) from SmartHub store
Now I have new one TV and want to have that app installed on it. But, that app was removed from ...