Skip to content

Commit fe124d8

Browse files
Update Tizen references (#246)
Co-authored-by: Mattias Buelens <[email protected]>
1 parent fd52dca commit fe124d8

File tree

6 files changed

+30
-19
lines changed

6 files changed

+30
-19
lines changed

Diff for: theoplayer/getting-started/01-sdks/07-webos/00-getting-started.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
pagination_next: getting-started/sdks/tizen/getting-started
3+
---
4+
15
# Getting Started on webOS
26

37
This guide will help you integrate your THEOplayer SDK on webOS.

Diff for: theoplayer/getting-started/01-sdks/08-tizen/00-getting-started.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
pagination_next: getting-started/sdks/tizen/installing-tizen-studio
3+
---
4+
15
# Getting started on Tizen
26

37
This how-to guide describes how to set up a Tizen application using the THEOplayer SDK on Tizen.
@@ -6,7 +10,7 @@ You may also find the [Getting Started on Web](../01-web/00-getting-started.mdx)
610

711
## Set-up
812

9-
For brevity, set-up is split up over multiple pages:
13+
For brevity, the set-up is split up over multiple pages:
1014

1115
- [Setting up Tizen Studio](01-installing-tizen-studio.md)
1216
- [Generating a certificate](02-generating-a-certificate.md)
@@ -20,13 +24,13 @@ For brevity, set-up is split up over multiple pages:
2024
- Generate a Tizen SDK build via the [THEOplayer portal](https://portal.theoplayer.com/).
2125
- Download the [reference app project](https://github.com/THEOplayer/samples-tizen)
2226
- Read the README to get started. There is one at the root level and one in the two examples.
23-
- Import the project in Tizen Studio
27+
- Import the project in Tizen Studio.
2428

25-
Go to File -> Open Projects from File System
29+
Go to File -> Open Projects from File System.
2630

2731
![](../../../assets/img/import-1.jpg)
2832

29-
Select the directory. Then press Finish.
33+
Select the directory, then press Finish.
3034

3135
![](../../../assets/img/import-2.jpg)
3236

@@ -41,7 +45,7 @@ Select the directory. Then press Finish.
4145
- **src/**
4246
- The source code of the UI application. Change or replace as desired.
4347
- **libs/**
44-
- (Insert your THEOplayer Tizen SDK here)
48+
- (Insert your THEOplayer Tizen SDK here.)
4549
- **index.html**
4650
- Entry point of application.
4751
- **config.xml**
@@ -51,7 +55,7 @@ Select the directory. Then press Finish.
5155
- **minimum-example/**
5256
- Contains a very minimal Tizen project example. No UI included.
5357
- **libs/**
54-
- (Insert your THEOplayer Tizen SDK here)
58+
- (Insert your THEOplayer Tizen SDK here.)
5559
- **index.html**
5660
- Entry point of application.
5761
- **config.xml**
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# Installing the Tizen developer tools
22

3-
- Check if your device meets the [Tizen developer tools prerequisites](https://developer.tizen.org/development/tizen-studio/download/prerequisites).
3+
- Check if your device meets the [Tizen developer tools prerequisites](https://docs.tizen.org/application/tizen-studio/setup/prerequisites/).
44
- Download the Tizen developer tools at [Tizen development tools](https://developer.tizen.org/development/tizen-studio/download). You can decide to either install the IDE or CLI, but in this guide we assume you use the IDE.
55
- In Tizen Studio, make sure to install the Tizen package extensions:
66

77
Go to Tools, then Package Manager
88

99
![](../../../assets/img/tizen-extensions-1.jpg)
1010

11-
Install everything under Tizen SDK tools under Main SDK
11+
Install everything under Tizen SDK tools under Main SDK.
12+
13+
**Note:** Make sure to close Tizen Studio before installing, otherwise an
14+
empty warning message might show up that stops you from completing the installation.
1215

1316
![](../../../assets/img/tizen-extensions-2.jpg)
1417

15-
Install the latest tv extensions under Extension SDK
18+
Install the latest tv extensions under Extension SDK.
1619

1720
![](../../../assets/img/tizen-extensions-3.jpg)

Diff for: theoplayer/getting-started/01-sdks/08-tizen/02-generating-a-certificate.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Go to Tools → Certificate Manager
66

77
![](../../../assets/img/tizen-certificate-1.jpg)
88

9-
In the Certificate Manager click the Add (plus) button to generate a new certificate.
9+
In the Certificate Manager, click the Add (plus) button to generate a new certificate.
1010

1111
![](../../../assets/img/tizen-certificate-2.jpg)
1212

13-
Generate a Tizen Certificate
13+
Generate a Tizen Certificate.
1414

1515
![](../../../assets/img/tizen-certificate-3.jpg)
1616

17-
Give your certificate a profile name (name is free to pick)
17+
Give your certificate a profile name (name is free to pick).
1818

1919
![](../../../assets/img/tizen-certificate-4.jpg)
2020

@@ -26,7 +26,7 @@ If you decided to create a new author certificate, you will get this screen. Fil
2626

2727
![](../../../assets/img/tizen-certificate-6.jpg)
2828

29-
Pick “Use the default Tizen distributor certificate”
29+
Pick “Use the default Tizen distributor certificate”.
3030

3131
![](../../../assets/img/tizen-certificate-7.jpg)
3232

Diff for: theoplayer/getting-started/01-sdks/08-tizen/03-setting-up-physical.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Both the physical Tizen device as the development computer must be on the same n
66

77
### Tizen device
88

9-
- go to the home menu (home button) and navigate to apps. Launch it.
9+
- Go to the home menu (home button) and navigate to apps. Launch it.
1010
- Use the 123-key (or numbers) to type 12345. A menu will prompt.
1111
- Enable Developer mode.
1212
- Type in the local IP-address of the laptop you want to deploy a build from. They must be on the same network.
@@ -16,9 +16,9 @@ Both the physical Tizen device as the development computer must be on the same n
1616

1717
- Go to Tizen Studio. Open Tools -> Device Manager.
1818
- Open Remote Device Manager (the icon with a pc and a smart tv)
19-
- Add Tizen device via its IP-address, connect and confirm
20-
- The Tizen IP-address can be found under Settings -> General -> Network -> Network Status -> IP Settings
21-
- Enable connection with remote device
19+
- Add Tizen device via its IP-address, connect and confirm.
20+
- The Tizen IP-address can be found under Settings -> General -> Network -> Network Status -> IP Settings.
21+
- Enable connection with remote device.
2222

2323
## Launching on a physical Tizen device
2424

Diff for: theoplayer/getting-started/01-sdks/08-tizen/04-setting-up-emulator.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ We strongly recommend using a physical Tizen device. If this is not possible, us
1717
## Known limitations of emulators:
1818

1919
- AVPlay is unavailable.
20-
- DRM is unavable due to no Content Decryption Module (CDM)
21-
- manifest.json permissions are ignored for emulators. Make sure to test on a physical device, as they are more strict.
20+
- DRM is unavailable due to a missing Content Decryption Module (CDM).
21+
- `manifest.json` permissions are ignored for emulators. Make sure to test on a physical device, as they are more strict.

0 commit comments

Comments
 (0)