I am very new to Tizen SDK. I have just tried to run a sample native app on its emulator, which is running perfectly. I want to test its sample application on my samsung device but don't know how to do this. Can anyone help me through this?
Asked
Active
Viewed 1,799 times
0

Eduard Florinescu
- 16,747
- 28
- 113
- 179

Akshada-Systematix
- 321
- 3
- 17
-
1Is your Samsung device running Tizen? If so, I'd imagine you can launch your app from the IDE, just like you would when using the emulator. If it isn't running Tizen, and the device hasn't been listed as being capable of running Tizen, then you can't do this with your device. – Michael Sep 24 '14 at 05:32
2 Answers
2
You mentioned a native application, so just to clarify, as I understand you mean you want to develop mobile applications. Because, as far as I know, there is no way to develop native apps on the Gear.
What's the most important, you need to have a device with Tizen. Few people do. If you only have an Android device it won't work.
For more information about native application programming you can see developer.tizen.org.

Paul S.
- 1,583
- 1
- 11
- 14
0
You would need to request a certificate. You can do it via IDE, or separate mail.
You can get DUID of the Samsumg device you have. They will send you a certificate which gives you the developer privileges on the watch.
- After that you have to enable USB Debugging on you Gear.
- Allow unknown sources on Gear Manager on you Phone.
- Viola! you will see the device listed and you can run your information as you would do for an emulator.
See http://developer.samsung.com/samsung-gear for more information.

lazywiz
- 1,091
- 2
- 13
- 26