To get your first project running on your Tizen device you will need to follow these steps.
Start up your device.
Launch the Phone app from the home screen.
Type *#84936# - The numbers 84936 spell out TIZEN.
A menu displays. Tap the button on the right to enable Developer Option.
Press the Home button to return to home screen.
Press and hold the Home button to show recent apps.
Swipe across on the Settings app to close it.
Press the Home button to return to the home screen.
Launch the Settings app.
Scroll to the bottom and select Developer Options.
Enable the USB debugging option.
Windows:
C:\tizensdk-path\tools\ide\bin\tizen.bat cli-config "default.profiles.path=C:\workspace-path\.metadata\.plugins\org.tizen.common.sign\profiles.xml"
OS X:
/tizensdk-path/tools/ide/bin/tizen.sh cli-config default.profiles.path=/path/to/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
In both cases you should replace workspace-path
with the path to the Tizen IDE workspace that you created when you first launched the Tizen IDE and tizensdk-path
with the full path to where your Tizen SDK is installed.
Note On Windows, you must run the command must from within the directory of a Tizen IDE project. Launch the Tizen IDE and create a Tizen Native Application project.
Example
In the example below, TestApp
is your project.
If your workspace is at C:\workspace
and the Tizen SDK is installed at C:\tizen-sdk
, then open a command prompt and then run the following commands:
cd C:\workspace\TestApp
C:\tizen-sdk\tools\ide\bin\tizen.bat cli-config "default.profiles.path=C:\workspace\.metadata\.plugins\org.tizen.common.sign\profiles.xml"
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information