32 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
532
views
Tizen Studio step SDB shell handle failed
I am trying my hand at Tizen TV App Development and every time i try to launch, I get an error saying: "Step SDB shell handle failed" And when I click details
step SDB shell handle failed ...
0
votes
2
answers
351
views
Tizen Download API is not working properly?
I’m trying to use Tizen download API to download media from a server (images, videos, gifs, etc), and it doesn’t download the file properly. This is the code I used from the tizen docs:
const ...
1
vote
1
answer
583
views
Unable to use most of the methods of samsung-tv-control package, getting error -RangeError: Invalid WebSocket frame: invalid status code 1005
Want to access my Samsung Smart TV (Tizen OS) using the IP protocol, for that using samsung-tv-control package npm package link
, I am unable to use most of the methods, in the below code I am unable ...
user avatar
user21744620
2
votes
3
answers
4k
views
Error launching Tizen TV Emulator on Win 11 "-enable-whpx: invalid option"
I’m running Tizen Studio 5.0 on a Windows 11 Pro PC. When I try to launch the TV emulator, I receive a popup error message "-enable-whpx: invalid option" and the emulator does not launch.
I've been ...
0
votes
0
answers
50
views
Can we use MySQL with Xamarin Forms Tizen TV App ? I am getting exception on connection.Open() line
I am unable to debug it also.
connection.Open() Here i am getting exception while running from Tizen Emulator.
GetMySqlConnection() will return the mysqlconnector instance.
public async Task<...
1
vote
1
answer
392
views
Tizen TV 4.0 and 4.5 Web App Signalr not connect
I developed a web application with ReactJs and installed the same application as a tizen tv widget.
I am establishing longpolling connection with SignalR on remote server. It works on version 5.5 of ...
1
vote
2
answers
4k
views
how to perform default key operations in tizen?
I am trying to develop a basic Tizen tv application.
for that, I've created two anchor tags and a button.
the code is as follows.
<!DOCTYPE html>
<html>
<head>
<title>...
0
votes
1
answer
247
views
TIZEN STUDIO NATIVE SIGN BUILD ISSUE
I made one application in Tizen studio and created a signed certificate(Author and distributer).
So now I want to create a signed package and send it to someone.
How to do that can anyone guide me?
...
1
vote
1
answer
400
views
Debugging via Visual Studio Code tizentv Extension
I can debug my app in Tizen Studio, however, the web inspector does not work when debugging the app in Visual Studio Code via tizentv extension.
https://marketplace.visualstudio.com/items?itemName=...
0
votes
0
answers
926
views
Tizen Tv Automation
I am beginner with Tizen automation, C# and .Net. Appologies if my question sound very basic.
I need to develop a test automation for Tizen TV and perform UI automation for simulating remote control ...
2
votes
1
answer
1k
views
Issues debugging Tizen .NET app on Samsung Tizen 5.5 TV Emulator
It seems that there are issues with running and debugging Tizen .NET (Xamarin Forms) apps on Tizen emulators.
My environment is a Windows 10 machine, with the latest 2004 version. For development I ...
3
votes
1
answer
2k
views
Is there are proper way to develop Samsung TV (Tizen) app with React?
I need to develop an application for Samsung TV and I know it can be developed with Tizen Studio but I would like to use React. When I build React application and launch it on TV it works fine, ...
1
vote
1
answer
708
views
Tizen TV - how to launch the app on the emulator?
I'm using the latest version of Tizen Studio and all of the development tools. When I try to launch my app on an emulator, it starts, but there is no sign of the presence of the application - just an ...
2
votes
1
answer
936
views
How to download video using samsung tv api?
Basically I am developing web application for Samsung TV.
I am trying to download image and videos from Server and then displaying it.
var contentdownload = function () {
var url = 'https://...
0
votes
1
answer
355
views
How do I blacklist files in .tproject using Tizen Studio
Disclaimer: I have no idea what I am doing here.
I was given a project with a large .tproject file (7956 lines). This is because it is blacklisting numerous files that shouldn't build. It's mostly ...