Quantcast
Jump to content


Recommended Posts

Posted

Hi, I've developed the Tizen app using the web and now after building it, the build is created in wgt format.

I want to install the build directly on Samsung Tv so that I can test the app there once.

I've already created the certificates and it's also verified by the Tizen team.

Now, when I tried to connect the SamsungTv with Tizen using the Device Manager I'm getting these following errors

  • The remote device is already connected by another one.
  • This remote device is running on a non-standard port or
  • There is no IP address, please check the physical connection

What I've done?
I opened the developer mode of Samsung tv and updated the IP address with my system IP address and in the device manager I added all the details what was required and after clicking on add button then I faced the above errors.

Can anyone help me like how can we either create the build in .tmg format because Usb demo packaging tool is not supported now.  Or how can I connect the SamsungTv with Tizen Studio using the Device Manager. 
I've read and went through the documentation from official site still I face this issue.

  • 3 weeks later...


  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

It sounds like you're having some trouble connecting your Samsung TV with Tizen Studio and installing your app. Let's break this down:

  1. Connection Issues: The error messages suggest that your Samsung TV might be connected to another device, or there’s a problem with the IP address or port settings. Double-check that no other device is using the same connection. Ensure that both your TV and computer are on the same network and that you've entered the correct IP address in the Tizen Device Manager.

  2. Build Format: Since the USB demo packaging tool is no longer supported, you might want to use Tizen Studio to create a TMG package. Unfortunately, this process isn’t as straightforward as the previous tool. If you still face issues, consider reaching out to Samsung’s developer support or check their latest documentation for alternative methods.

Hope this helps! If you have more details or need further assistance, feel free to ask.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Similar Topics

    • By Sau
      Hello,
       
      I have Samsung TV (qe55q80datxxh) with Tizen OS and unfortunately it doesn’t find necessary apps on its store. I.e. App called “TV Zone” (https://tvzone.app) - it supports Tizen OS, but on Samsung store it is not visible. Is there any way to install this app in Samsung via store or like a third party app using usb stick (is it even possible?)?
      Txanx!
    • By Samsung Newsroom
      We are pleased to announce the release of Tizen Studio version 6.0.
       
      This release includes new features to enhance developer experience on Visual Studio Extension for Tizen, Visual Studio Code Extension for Tizen and Tizen Studio IDE.
       
      Key features:
       
      VS Code
      Tizen activity bar, Device Monitoring and Welcome Page features have been added to enhance Tizen developer experience. TV Web development has been added along with the TV Web Simulator and Web Inspector features. SDK Installation Wizard is provided to easily setup Tizen SDK and Extensions. Unit Test, Code Coverage, ASAN, and LSAN Tools support has been added for Tizen Native Applications. Visual Studio (Windows)
      Added Unit Test and Code Coverage support for Tizen Native Applications. Added ASAN and LSAN tools support for Tizen Native Applications. Added context menu option named Install Tizen Application to install application directly on a target device.  
      Tizen Studio
      Added Tizen 9.0 profile and deprecated all Tizen profiles below 6.0. Tizen Issue Reporter added in SDK and Baseline tools. Tizen Studio and Tizen tools are now supported on Windows 11 OS.  
       
      For more information about the new features and bug fixes, check Release Notes.
       
      To download Tizen Studio, visit https://developer.tizen.org/development/tizen-studio/download.
      View the full article
    • By adem377
      Hello everyone, I hope you're doing well. I have Tizen TV 4 and 6 devices, and I would like to know how I can capture a screenshot within the Tizen system on these devices.
    • By jerry
      I have created two hosted web apps on Tizen. One serves as a launcher app, and the other functions as a receiver app, responsible for displaying the page initiated by the launcher. How can I achieve this? Any suggestions?
      (Note: Both are hosted Tizen apps.)
    • By Blackbird
      I plugged a USB microphone into TV to record external audio. In my .NET app I can detect it with AudioManager.GetConnectedDevices(). To record audio I set the privileges (microphone) and follow the instructions here:
      https://docs.tizen.org/application/dotnet/guides/multimedia/raw-audio/
      I tried both methods sync and asysnc:
      https://docs.tizen.org/application/dotnet/api/TizenFX/API11/api/Tizen.Multimedia.AudioCapture.html
      https://docs.tizen.org/application/dotnet/api/TizenFX/API11/api/Tizen.Multimedia.AsyncAudioCapture.html
      I instantiate AudioCapture or AsyncAudioCapture objects and when I invoke the Prepare() method the app crashes without any exception or error message.
      Simplified code snippet:
      AudioCapture audioCapture = new AudioCapture(44100, AudioChannel.Mono, AudioSampleType.S16Le); int bufferSize = audioCapture.GetBufferSize(); const int RecordingSec = 1; bufferSize *= 10 * RecordingSec; audioCapture.Prepare(); // THIS LINE CRASHES byte[] buffer = audioCapture.Read(bufferSize); The same result is on two different models (Tizen 6.0 and Tizen 6.5).
      How can I record audio from microphone on Tizen TV? What am I missing?





×
×
  • Create New...