Home - dmitrylyzo/jellyfin-tizen GitHub Wiki
Build Process
Deployment
Deploy to Emulator
- 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.
Deploy to TV
-
Run TV.
-
Activate Developer Mode on TV. See Enable Developer Mode on the TV.
-
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.