Question
I'm encountering several critical issues when developing for Tizen TV:
-
Firmware Bug: Current Tizen 4 TV firmware has a bug that prevents application installation. While the widget transfers to the TV, the firmware incorrectly handles the destination path, causing installation failure.
-
Device Manager Issue: Tizen Studio 2.5 (both Windows and Linux) fails when installing apps on TVs, showing the error: "org.tizen.sdlib.exception.SdbCommandRejectedException: closed". For Tizen 3 or older Tizen 4 TVs, the workaround is using the CLI command:
tizen install -t [model] -n [widget name].wgt -- [folder]. Note that the CLI may falsely report failure when installation actually succeeds. -
Certificate Manager Problem: While Tizen Studio 2.5 can generate Tizen certificates, the Windows version fails when trying to create Samsung certificates. Use the Linux version instead for Samsung certificate generation.
I hope sharing these issues helps other developers avoid wasting time troubleshooting.
Answer
Problem Understanding
The user reports three distinct technical challenges in Tizen TV development:
- Firmware-related installation failures
- Tizen Studio device manager issues
- Certificate generation problems
Solution Methods
-
For Firmware Bug:
- The issue is tracked in Tizen's bug tracker (TT-285). Developers are encouraged to upvote this issue.
- Workaround: Use CLI installation despite false failure messages.
-
For Device Manager Issue:
- Use the command line installation method:
tizen install -t [model] -n [widget name].wgt -- [folder] - Ignore the false failure message if the installation actually succeeds.
- Use the command line installation method:
-
For Certificate Generation:
- Use Linux version of Tizen Studio for Samsung certificate generation.
- For Tizen certificates, either Windows or Linux version works.
Additional Tips
- Report bugs through official channels:
- For published apps, consider using Samsung Apps TV Seller Office's 1:1 Q&A support.