Jellyfin Forum
SOLVED: Jellyfin App disappeared after Tizen update Samsung TV - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Jellyfin App disappeared after Tizen update Samsung TV (/t-solved-jellyfin-app-disappeared-after-tizen-update-samsung-tv)



Jellyfin App disappeared after Tizen update Samsung TV - eriksl - 2025-02-07

I've had two Tizen updates of my Samsung TV in the last few months. The last one seems to be a major one.

Jellyfin App has gone.

So I tried to install it again, using the instructions. This failed:

gaia erik:~/tizen/java/tools/ide/bin $ ./tizen install -n ~/Downloads/Jellyfin-10.10.z.wgt -t QE55S95CATXXN     
Transferring the package...
Transferred the package: /home/erik/Downloads/Jellyfin-10.10.z.wgt -> /home/owner/share/tmp/sdk_tools/tmp
Installing the package...
--------------------
Platform log view
--------------------
install AprZAARz4r.Jellyfin
package_path /home/owner/share/tmp/sdk_tools/tmp/Jellyfin-10.10.z.wgt
app_id[AprZAARz4r.Jellyfin] install start
app_id[AprZAARz4r.Jellyfin] installing[9]
app_id[AprZAARz4r.Jellyfin] installing[19]
app_id[AprZAARz4r.Jellyfin] install failed[118, -12], reason: Check certificate error : :Invalid certificate chain with certificate in signature.:<-3>
spend time for wascmd is [6454]ms
Failed to install Tizen application.
Total time: 00:00:08.772
[1]    1739722 exit 1    ./tizen install -n ~/Downloads/Jellyfin-10.10.z.wgt -t QE55S95CATXXN

"Google" says this indicates a version of the app / package is still installed. Ok, so I tried to uninstall it. Nowhere to be found on the TV. Sdb has an "uninstall" option, but needs a "package id". I am lost as where to find that.

Can anybody help here? Make the original version of the app appear again? Or install the new version over the existing version? Or remove the old version? Other options (besides a sfactory reset).

I've done a search command on the site here, but it seems this hasn't been mentioned before.

Thanks!


RE: Jellyfin App disappeared after Tizen update Samsung TV - TheDreadPirate - 2025-02-07

You've tried re-creating a cert? #3 in our "getting started instructions?

https://developer.samsung.com/smarttv/develop/getting-started/setting-up-sdk/creating-certificates.html

https://github.com/jellyfin/jellyfin-tizen?tab=readme-ov-file#getting-started


RE: Jellyfin App disappeared after Tizen update Samsung TV - eriksl - 2025-02-07

I will have a look, thanks, be right back.


RE: Jellyfin App disappeared after Tizen update Samsung TV - Ubaldo Aguilar - 2025-02-08

Me paso lo mismo con eso y no funciono


RE: Jellyfin App disappeared after Tizen update Samsung TV - eriksl - 2025-02-08

(2025-02-07, 02:00 PM)TheDreadPirate Wrote: You've tried re-creating a cert?  #3 in our "getting started instructions?
https://developer.samsung.com/smarttv/develop/getting-started/setting-up-sdk/creating-certificates.html
https://github.com/jellyfin/jellyfin-tizen?tab=readme-ov-file#getting-started
<rant>Now I am quite an experienced IT guy (Unix sysadmin, network administrator, software developer in various programming languages), but these descriptions are really hard to follow. If only because the web pages and the program output they refer to have changed, they no longer match. Also there are different approaches that are sometimes hard to distinguish. And of course everything assumes you're running windows.</rant>

Anyway, I deleted everything I had that looked like Tizen and I seem to have been able to install the Tizen stuff again. Including the terrible package manager, the certificate extensions and the Samsung TV extensions. Even though there were some errors along the way, most of which were benign and where able to fix.

I created two certificates as described.

gaia erik:~/tizen-studio/tools/ide/bin $ ./tizen install-permit
Install Permitted


So this seems to work. That's already one step further then before.

But then, exactly the same humbug:

gaia erik:~/tizen-studio/tools/ide/bin $ ./tizen install -n ~/tmp/jellyfin/Jellyfin-10.10.z.wgt -t QE55S95CATXXN

Transferring the package...
Transferred the package: /home/erik/tmp/jellyfin/Jellyfin-10.10.z.wgt -> /home/owner/share/tmp/sdk_tools/tmp
Installing the package...
--------------------
Platform log view
--------------------
install AprZAARz4r.Jellyfin
package_path /home/owner/share/tmp/sdk_tools/tmp/Jellyfin-10.10.z.wgt
app_id[AprZAARz4r.Jellyfin] install start
app_id[AprZAARz4r.Jellyfin] installing[9]
app_id[AprZAARz4r.Jellyfin] installing[19]
app_id[AprZAARz4r.Jellyfin] install failed[118, -12], reason: Check certificate error : :Invalid certificate chain with certificate in signature.:<-3>
spend time for wascmd is [7606]ms
Failed to install Tizen application.
Total time: 00:00:09.887
[1]    819726 exit 1    ./tizen install -n ~/tmp/jellyfin/Jellyfin-10.10.z.wgt -t QE55S95CATXXN

No improvement there.

This is interesting too, a command that is suggested as alternative for "tizen install-permit":

gaia erik:~/tizen-studio/tools $ ./sdb push ~/SamsungCertificate/erik-20250208/device-profile.xml /home/developer

WARNING: Your data are to be sent over an unencrypted connection and could be read by others.
pushed            device-profile.xml 100%   1824 B     0KB/s
error: failed to close '/home/developer': You cannot push files to this path.

Obsolete instruction?


RE: Jellyfin App disappeared after Tizen update Samsung TV - eriksl - 2025-02-08

Ok found it!

Apparently the pre-compiled package you download, needs to be signed with your self-created certificate. I haven't seen this step in any how-to.

If you do so, like in: https://gist.github.com/SayantanRC/57762c8933f12a81501d8cd3cddb08e4 it works.