Quantcast
Jump to content


Recommended Posts

Posted

The Tizen Mobile App Incentive Program, designed for developers around the world, has just begun. 
All developers who submitted an app to the Tizen Store Seller Office can participate in the Tizen Mobile App Incentive Program, and make the Monthly Top 100 Apps to win a $10,000 reward. 

The Incentive Program takes place from February to October. For general information, refer to the FAQ and Resources, and use Contact Us for any inquiries regarding the program. 

http://www.tizenincentive.com/index.do



  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 Parth
      Hello Samsung / Tizen Technical Support Team,
      We are observing a playback issue on Samsung Tizen TVs when streaming DRM-protected content that uses a multi-key DRM configuration. We would like to report the issue and request assistance in investigating the behavior on Samsung devices.
      DRM Provider: Castlabs
      DRM Type: Widevine
      Streaming Format: MPEG-DASH (MPD)
      Player Environment: Samsung Tizen Application using the Samsung AVPlay / native playback stack.
      Content DRM Configuration:
      Our content is packaged with a multi-key DRM setup, where different resolution groups use different encryption keys:
      Key 1: 360p, 480p, 720p
      Key 2: 1080p, 4K
      Observed Issue:
      Playback starts normally and the video plays correctly at the initial resolution. However, when the adaptive bitrate algorithm triggers a resolution change that requires switching DRM keys, playback fails.
      Specifically, the issue occurs in the following scenarios:
      When switching from 720p → 1080p or higher
      When switching from 1080p → 720p or lower In both cases, the switch requires a DRM key change, and the playback fails shortly after the transition.
      Additional Observations:
      If we modify the MPD to limit playback to only one key group (for example, only up to 720p or only 1080p and above), playback works correctly without any interruption.
      The issue appears only when the player needs to switch between representations encrypted with different keys.
      Playback works correctly on other platforms using the same MPD and DRM configuration.
      The issue appears specific to Samsung Tizen playback behavior during multi-key DRM key transitions. Device Details (Example Device Where Issue Was Observed):
      Model Code: UA32T4380AKXXL Software Version: T-KTS2UABC-2700.6 Platform: Samsung Tizen TV Error Behavior:
      Video plays normally for some time and then fails after a resolution change requiring key switch. In some cases playback stops after ~20–30 seconds when adaptive bitrate switching occurs. Request:
      Could you please confirm:
      Whether multi-key DRM streams with adaptive bitrate switching across keys are fully supported on Samsung Tizen TVs.
      If there are specific packaging or DRM license configuration requirements for multi-key playback.
      Whether there are known limitations in AVPlay or Tizen DRM handling related to key switching during DASH adaptive playback. We would appreciate any guidance or debugging steps that could help identify the root cause of this issue.
      Device Details:
      Test Labs Device: Korea (Suwon-TV), NEO QLED 4K, QN55QN80F(2025), Tizen 9.0, QN55QN80FAFXZA
      Actual TV: UA32T4380AKXXL (Model Number)

    • By Samsung Newsroom
      The Galaxy Watch ecosystem is designed for seamless connection from capturing screenshots that sync automatically to your phone, to sharing what's on your wrist in seconds. This works great for most users.
      However, if you’re a developer, tester, or creator who prefers working directly on a computer, there’s a more efficient, hands-on way to capture your Galaxy Watch’s display.
      Using Command Prompt (or Windows Terminal) and Android Debug Bridge (ADB), you can directly screen record or capture screenshots from your Galaxy Watch without needing a companion mobile device or any third-party apps. It’s fast, simple, and perfect for creating app demos, tutorials, or development documentation.
      Record your Galaxy Watch screen via ADB
      Follow these steps to record your Galaxy Watch screen directly from your computer:
      Open the Command Prompt and use the cd command to navigate to the platform-tools folder: cd %LocalAppData%/Android/Sdk/platform-tools
      Pair and connect your Galaxy Watch to your computer over Wi-Fi. NoteThe link directs you to steps on how to connect the Galaxy Watch to Android Studio, but you can follow the same steps and commands when using the Command Prompt. Enter the command below to start screen recording your watch: adb shell screenrecord /sdcard/record_demo.mp4
      This command tells your computer (via ADB) to start recording the screen of your connected Galaxy Watch. Let's break it down piece-by-piece:
      adb – connects your computer to the watch or Android device. shell – opens a command-line interface inside the device. screenrecord – starts recording the device's screen. When you run screenrecord, the device starts capturing the display and saves it as a video file (the default format is .mp4). /sdcard/record_demo.mp4 – sets the file path where the recording will be saved on the device and the file name. Stop the recording by pressing CTRL + C.
      Transfer the recorded video to your computer: adb pull /sdcard/record_demo.mp4 C:\Destination\Folder\In\Your_Computer
      The pull command copies the recording from your watch to your computer.
      (Optional) Delete the recording from your watch using the rm command. adb shell rm /sdcard/record_demo.mp4 You now have a recorded video of your Galaxy Watch screen saved directly on your PC, ready for editing or presentation.


      Capture screenshots directly from Galaxy Watch to PC
      If you only need static images, you can easily transfer screenshots from your Galaxy Watch without using a phone:
      Take a screenshot on your Galaxy Watch by pressing the Home and Back buttons simultaneously until you see the screenshot animation.
      Locate the screenshot file using ADB shell and copy its filename.
      adb shell cd sdcard/DCIM/screenshots ls
      NoteYou can also run the simplified version of this command:
      adb shell ls /sdcard/DCIM/screenshots/ The ls command lists the screenshots stored on your watch.
      Transfer the screenshot to your computer: adb pull /sdcard/DCIM/screenshots/[File_Name].png C:\Destination\Folder\In\Your_Computer
      The image is now available on your computer for quick viewing or editing.

      Things to keep in mind
      This method works best with Galaxy Watches running Wear OS powered by Samsung (Galaxy Watch4 and newer models), as these devices support ADB connections for development and debugging. While this approach is highly effective for capturing screen activity, it has some limitations:
      Audio Capture: The screenrecord command records video but does not capture system audio. If you need audio, additional steps or tools may be required. Recording Duration: The recording duration may be limited (typically up to 3 minutes). This restriction can vary depending on the device and ADB implementation. Compatibility: Older Tizen-based Galaxy Watches may not support ADB connections, making this method unsuitable for those devices. Using ADB through Command Prompt provides a direct and efficient way to interact with your Galaxy Watch. Whether you're developing apps, recording demos, or capturing visuals for documentation, these simple commands make it easy to manage your device directly from your computer.
      View the full blog at its source
    • By Daniel
      I’m still dealing with persistent UI lag and bugs on my Samsung S95B, and I’m surprised this issue continues even this year with brand new firmware 1661 and resets.
          Symptoms:
      Menu interface is slow and laggy, especially in Settings and Home screen.
      Scrolling causes stutters or jumps/skips lines in some menus.
      Delays when switching inputs, opening apps, or using Smart Hub.
      UI gradually becomes less responsive the longer the TV stays on.
             What I’ve tried (none of these solved it):
      Updated to firmware
      Multiple cold boots (hold power button until restart)
      Smart Hub reset
      Disabled TV Plus, Autorun content, ad services, autoplay previews, etc.
      Clean install with only core apps
      Factory reset → works for a few days then problem returns
      Disconect internet
      Only “solution” that works (but temporarily):
      Using “Device Care > Memory Cleanup”
      It improves UI performance significantly...
      BUT only for couple hours
      After that, lag and line skipping come back just like before.
      So far, this is the only reliable way to temporarily fix the sluggish interface.
      Likely cause (based on community feedback):
      Tizen OS memory mismanagement (leaks, poor RAM recycling, app bloat)
      Possibly related to ad-driven Smart Hub tiles or unoptimized background services
      UI lag happens even with no streaming apps open and minimal setup
      What I’m asking the community:
      Has anyone found a real permanent fix????
      Any way to disable Smart Hub completely or force a minimal launcher?
      Anyone rollback to a more stable firmware (e.g. 1304, 1430) and fixed this?
      Did anyone get Samsung to acknowledge or repair it under warranty?
      It’s frustrating to have a flagship OLED 2500$ USD with incredible picture quality, but an TIZEN OS that feels like it’s choking on basic tasks. Hoping for any solutions beyond daily memory cleaning.
      On my opinion this is a bad memory using that cause this. Memory because saturated over time.
      In all case, Tizen team should redo their homework ASAP.
    • By Samsung Newsroom
      Samsung Electronics today announced a significant expansion of the Samsung Tizen OS Licensing Program, reinforcing its position as a leading provider of smart TV operating systems.
       
       
      Tizen OS Continues To Grow As Reliable Smart TV Platform
      Following the launch of Samsung Tizen OS 8.0, the licensing program now includes prominent original design manufacturers (ODMs). This marks an important milestone in the evolution of the Tizen ecosystem and demonstrates strong global demand for Samsung’s acclaimed smart TV platform. In its licensing program, Samsung continues to build strategic partnerships with companies that prioritize high-quality products and reliable support throughout the entire value chain.
       
      Additionally, Samsung Tizen OS will be embedded in new TVs from well-known brands in key markets, enhancing its presence across Europe, North and Latin America, and Australia. Notable new additions include EKO and QBELL (Ayonz) in Australia and Europe, RCA (Kayve Groupo) in Mexico, RCA (Treasure Creek) in the United States and Canada, and Axdia in Germany. Many more brands are expected to join in the second half of 2025 as Samsung continues to expand its strategic partnerships into new markets.
       

       
      “We are proud to expand our RCA TV portfolio across Mexico and Latin America through our partnership with Samsung’s Tizen OS,” said Jonathan Vera, Head of Marketing & Communications, Grupo Kayve. “The Tizen team provides comprehensive technical and marketing support, enabling an agile go-to-market process.”
       
      “Partnering with Samsung on Tizen OS allows us to deliver high-quality and competitive smart TV solutions to our global brand customers,” said Gerard Louis, Chief Operating Officer (COO) at Axdia,
       
       
      Premium Content and Connectivity at Core of Tizen OS-Powered Smart TVs
      Samsung is also dedicated to continuous platform innovation, introducing smart features such as advanced content discovery, integration with Samsung TV Plus for FAST channel services, cloud gaming capabilities via Samsung Gaming Hub, and seamless multi-device connectivity through SmartThings. These enhancements ensure that licensees benefit not only from proven technology but also from a forward-looking platform that adapts to evolving consumer expectations.
       
      To further differentiate Tizen-powered TVs at retail, Samsung offers tailored marketing kits and digital content toolkits for each region, enabling partners to highlight key attributes such as premium content access, fast performance, and smart connectivity—all backed by Samsung’s robust global brand credibility.
       
      As the Tizen OS Licensing Program evolves to meet the needs of global partners, Samsung is broadening regional coverage, introducing more affordable hardware solutions, and enhancing app availability worldwide. Moreover, partners can gain access to Samsung’s specialized R&D support to confidently bring Tizen-powered smart TVs to market.
       

       
      “Tizen OS is recognized for its performance, reliability, and innovation,” said Jooyoung Kim, Vice President at Samsung Electronics. “This year, we are focused on expanding our licensing program and creating diverse collaboration strategies for our key partners. We are serious about growing our global partner network and enhancing the ecosystem. By offering expanded regional support, an enriched app ecosystem, and tailored marketing resources, we aim to deliver even greater value to consumers worldwide.”
       
      With Tizen OS extending beyond Samsung’s own TV offerings, the company remains steadfast in its commitment to delivering an open, robust, and premium smart TV experience for consumers around the world.
      View the full article
    • Government UFO Files
    • By Samsung Newsroom
      June 2025 Samsung Launches One UI 8 Beta Program: The First-Generation Upgrade, Arriving First on the New Galaxy Foldables
      Samsung’s latest Galaxy foldables will be unveiled later this year and will be the first devices to launch with One UI 8 on Android 16. One UI, initially introduced in 2018, is Samsung’s integrated software platform. It is designed to enhance convenience and productivity for Galaxy users and has been developed through more than a decade of collaboration with Google, offering an optimized user experience.  The One UI 8 Beta program launched on May 28 for Galaxy S25, S25+, and S25 Ultra users in Korea, the U.S., the U.K., and Germany. Participants in the program can explore new features and enhancements before the official release and provide feedback, which Samsung will use to further refine the final version. Join the One UI 8 Beta program on the Samsung Members application to preview a smarter, AI-powered Galaxy experience.

      Learn More Content Publish API: New User Guides Now Available on the Portal
      Two new user guides have been published for the Content Publish API, designed to help you streamline your application management. Our Submit an Update guide walks you through the process of creating an application update, uploading your binary, and submitting your application. The Staged Rollout Release guide explains how to submit a release with staged rollout, giving you more control over your application updates. Start automating the way you manage your applications using the Galaxy Store Developer APIs today!

      Learn more Tutorial: Adding, Updating & Canceling Cards using Samsung Wallet Server APIs
      Are you a Samsung Wallet partner aiming to enhance scalability and dynamism? Our new tutorial blog explores how to leverage the Samsung Wallet Server APIs to achieve this. Samsung Wallet's Get Card Data API allows users to add issued wallet cards to their devices. These cards automatically refresh with the latest data via the Data Fetch Link when a user opens the card.  Furthermore, Samsung Wallet offers the Update Notification API for pushing individual card updates, and the Cancel Notification API for canceling or deleting multiple cards for specific events. This comprehensive guide will walk you through configuring and utilizing these powerful APIs, including how to generate an authorization token to access them. Check out the blog to learn how to use various APIs for Samsung Wallet and start delivering smarter services as a Samsung Wallet partner.

      Learn More The Exceptionally Sleek Galaxy S25 Edge Emulator Skin is Here!
      Experience the latest flagship device in your application development! The new Galaxy S25 Edge emulator skin brings the ultra-sleek look and feel of this thin, yet mighty device directly to your Android application development environment. Designed with extreme care, this skin beautifully highlights the device’s curved edges and streamlined silhouette. Download the emulator skins today to bring exceptional style to your application development.

      Download Tutorial: Designing a Watch Face with Customizable Edge Complication Slots and Digital Clock
      Watch Face Studio has recently launched a powerful new version of its tool, packed with exciting features! This update introduces all-new supported font styles for digital clocks, making customization for physical watches easier and more stylish than ever. Additionally, the studio now allows you to design stunning and functional watch faces with customizable edge complication slots. Click below to discover how to make the most of these new features in your watch face designs.

      Learn More Gyroscope Animations with Watch Face Studio
      Unleash dynamic watch faces that react to real-time wrist movements. The new gyroscope feature in Watch Face Studio enables your designs to respond directly to wrist motion, creating more immersive and interactive experiences for users. This tutorial walks you through two creative use cases for the gyroscope. You'll learn how to seamlessly switch scenes when the user raises or lowers their wrist, and how to add a parallax effect that brings depth to your design using just 2D assets – no complex code required. Add a personal touch to your designs with ease.

      Learn More From AI Concept to Reality: AI-Powered Modems for Next-Gen Samsung Cellular Networks
      AI is transforming wireless network performance, serving as a crucial technology for boosting efficiency, reliability, and sustainability in the upcoming 5G Advanced and 6G eras. Samsung has already validated the real-time potential and performance of AI-powered virtualized base stations (vRAN). Our new blog post introduces a testbed that deploys this real-time AI directly into actual networks, demonstrating and validating its effectiveness. Learn how AI models are applied to complex tasks like L1 channel estimation. You’ll also explore real-world implementations of integrated AI processing architectures, stretching from central and edge data centers to base stations, and discover our distributed AI acceleration solution.

      Learn More Trick-GS: A Balanced Bag of Tricks for Efficient Gaussian Splatting
      3D reconstruction presents a long-standing challenge across fields like computer vision, robotics, VR, and multimedia. It’s especially difficult to accurately convert 2D images into dense 3D spaces. Gaussian Splatting (GS) is a powerful technique that represents 3D scenes using volumetric splats to capture detailed geometry and appearances. While GS offers fast training and inference speeds that yield high-quality reconstruction results, its reliance on millions of Gaussians limits its use on mobile devices due to significant storage and computing demands.

      To address the challenge, Samsung Research R&D Institute United Kingdom is utilizing Trick-GS. This innovative approach significantly boosts GS’s storage and computational efficiency. Trick-GS employs a suite of advanced optimization techniques that dramatically enhance both training and inference performance without compromising rendering quality.

      Thanks to these optimizations, Trick-GS delivers significant improvements: 
      •    Compress model size by up to 23 times
      •    Improve training time by 1.7 times
      •    Increase frames per second (FPS) by 2 times
      •    All while maintaining excellent visual performance (PSNR).

      Discover how Trick-GS enables a lightweight model with real-time 3D rendering capabilities directly on mobile devices. Explore its structure and experimental results on the Samsung Research blog.

      Learn More View the full blog at its source
  • Similar Tagged Content






×
×
  • Create New...