-
-
Notifications
You must be signed in to change notification settings - Fork 82
Home
Dmitry Lyzo edited this page May 1, 2024
·
7 revisions
- Run emulator.
- Install package.
tizen install -n Jellyfin.wgt -t T-samsung-5.5-x86
Specify target with
-t
option. Usesdb devices
to list them.
-
Run TV.
-
Activate Developer Mode on TV (https://developer.samsung.com/tv/develop/getting-started/using-sdk/tv-device).
-
Connect to TV with Device Manager from Tizen Studio.
Or using sdb:
sdb connect YOUR_TV_IP
-
If you are using a Samsung certificate,
Permit to install applications
on your TV using Device Manager from Tizen Studio.Or using Tizen CLI:
tizen install-permit -t UE65NU7400
Specify target with
-t
option. Usesdb devices
to list them.Or using sdb:
sdb push ~/SamsungCertificate/<PROFILE_NAME>/*.xml /home/developer
-
Install package.
tizen install -n Jellyfin.wgt -t UE65NU7400
Specify target with
-t
option. Usesdb devices
to list them.