Home Developer: How to deploy to Gear S2 / S3 smartwatch

Developer: How to deploy to Gear S2 / S3 smartwatch

Are you a developer who owns a shiny new Samsung Gear S2 / S3 smartwatch?   Do you want to build a simple application and deploy it to your smartwatch?   Great.  Let’s go!
Samsung-Gear-S2-HandsOn-Smart-Watch-Tizen-Experts-14
But what are the steps you need to follow, beyond downloading the SDK?
It is not an entirely obvious process.   There are gaps in the documentation, and I am unaware of any existing end-to-end guide.
So here’s everything that you need to do:

1. Install Tizen SDK on your desktop

The first step is to install the Tizen SDK, which is available for Windows, OSX and Linux.

The Tizen SDK contains command-line tools and an Eclipse-based IDE for building Tizen applications for various different device profiles.   The matrix of Tizen devices and Tizen versions is quite a “headful” of information.  I tried to summarize the situation following the Tizen 3.0 Milestone 1 releases in September 2015.
The Gear S2 uses a Tizen-2.3.1 runtime, so you need a Tizen SDK which supports that runtime version.
The Tizen 2.4 Rev1 SDK (released 1st December 2015) has added support for building 2.3.1 applications, in addition to 2.4 applications, which is great.   Prior to that SDK release it was necessary to have multiple SDKs installed in parallel to be able to develop wearable (2.3.1) and mobile (2.4.0) applications on the same machine.
There were significant improvements made to the installer for the 2.4 SDK, so being able to use the same installation process for Gear S2 development too is a big step forward.
The new installer setup is a one-stop-shop, where there is a single download containing the installer and the content which that installer delivers. Previous installers had an awkward split between the installer and the content.
Screen Shot 2015-12-15 at 5.49.25 PM
The Update Manager for Tizen works very similarly to the SDK Manager for Android, allowing additional SDKs and development tools to be added and removed when you have a working Tizen development environment.
No need to reinstall everything from scratch when new SDK versions are released.   No need to download and install components which you don’t plan to use.   For example, as of Tizen 2.4 SDK, you can add support for Tizen TV development as an extra component in Update Manager, where previously it was a completely parallel install process.
After the installer has completed, say “yes” to running the Update Manager immediately, because you will need some extra packages to be able to deploy to your device.
Screen Shot 2015-12-15 at 9.25.02 PM
For our specific use-case in this article, you should choose Extras, and then add Certificate Extension and Tizen Wearable Extension for 2.3.1.
Screen Shot 2015-12-15 at 5.49.25 PM
Here’s what you’ll see in the install directory following this process, on an OSX machine.   The results on Windows and Linux will look very similar.
Screen Shot 2015-12-15 at 9.54.27 PM
Launching the Tizen IDE, you’ll see a familiar loading splash-screen, if you’ve used Eclipse in the past:
Screen Shot 2015-12-15 at 9.55.01 PM
 

2. Configure your smartwatch for development

Earlier Gear devices (Galaxy Gear, Gear 2, Gear S) used the physical USB connection between the desktop machine and the watch for development.   That was possible because they all had charging cradles with a micro-USB connection.
The situation is different for the Gear S2 because there is no wired connection anymore.   Charging occurs via the wireless Qi inductive charging stand.
Samsung-Gear-S2-HandsOn-Smart-Watch-Tizen-Experts-10
Debugging now occurs via Wi-Fi.
Your desktop machine and your watch must be connected to the same Wireless access point, and debugging must be explicitly enabled on the watch.
 
Screen Shot 2015-12-15 at 9.44.07 PM

  • Swipe right, then select Settings.
  • Scroll down to and select Gear Info.
  • Scroll down to Debugging, and select the grey circle.
  • A dialog will appear which says “Allow Gear to read log data, copy files to and from your PC and install apps without notification (development only)”.   Click on the tick, and the grey circle on the previous dialog will become green.
  • Your watch is now in “developer mode” and is ready to talk to your desktop machine.

Screen Shot 2015-12-15 at 9.44.40 PM
 

At this stage you are going to want to drop into a command-line shell (cmd.exe on Windows, Terminal on OSX, etc) where you can use the SDB tool to connect your desktop machine directly to the watch over Wi-Fi.    It is possible to do this setup within the IDE, but you don’t want to do that.
SDB (Smart Debug Bridge) is a “homage” to Google’s ADB (Android Debug Bridge) which even seems to share some of the underlying protocols.   SDB can connect to my Android Galaxy S6 phone, for example.
SDB is installed in the tools directory under the Tizen SDK which you just installed.
Screen Shot 2015-12-15 at 10.48.06 PM
NOTE – See that “failed to connect”, and then “is already connected” when trying again?   That kind of connection flakiness is something you will get used to.
On the watch itself you will need to confirm the connection:
rsa
When you have the device connected, it will pop up in the Connection Explorer in the IDE.   The Explorer allows you to browse the file system on Tizen devices, to move files to-and-from devices, inspect logs and various other operations.    Our next step is to get the unique identifier for our device.
Screen Shot 2015-12-15 at 10.49.07 PM

  • Right-click on the device in Connection Explorer
  • Selecting Properties from that context menu
  • You will see the DUID (Device Unique Identifier) on that menu which is required to deploy your own applications to that device.

Screen Shot 2015-11-01 at 2.08.22 PM
Screen Shot 2015-11-01 at 2.09.23 PM
Screen Shot 2015-12-15 at 9.23.31 PM
NOTE – Where has it gone?   The Wi-Fi connection with the Gear S2 is very, very flaky.   As I was writing this article, my connection spontaneous disappeared.   This will happen to you too in all likelihood.
Screen Shot 2015-12-15 at 10.53.08 PM
When it does, you are going to need to keep the command-line window open, to repeatedly re-establish that connection when it breaks:
Screen Shot 2015-12-15 at 10.57.01 PM
Seventh time lucky and we’re back in business 🙂

3. Work your way through certificate requests

The Certificate Extension which was added in the Update Manager a long, long way back in these instructions makes the following icon appear in the Eclipse IDE which can be used to register the various certificates which are required to deploy applications onto your own smartwatch:
Screen Shot 2015-12-15 at 11.09.28 PM
Fair warning:  This is a tedious and extremely annoying process.   If you have ever done any iPhone development, this will feel similar to the much hated iOS “provisioning” process.  There are multiple steps.  It is very manual.   You will be flipping between websites and e-mails and IDE and file system.   All of this pain must be tolerated just to be permitted to deploy your own executables to your own device.  This is the ugly reality of the security model which iOS and Tizen use.  It is not fun.
First off, you will need to generate an author certificate for yourself as an individual or corporation.   Click on the certificate icon in Eclipse, and you will see the following dialog:
Screen Shot 2015-12-15 at 11.23.48 PM
Click on the Generate a certificate signing request (CSR file) button.   On the following dialog, select “Generate a new certificate signing request”, and then fill in the required details:
Screen Shot 2015-12-15 at 11.26.10 PM
Screen Shot 2015-12-15 at 11.28.34 PM
As you can see with the asterisks, you can get away with Name and Password as a starting point for an author certificate.   For certificates which will be used to actually submit applications to the Tizen Store the other fields will be needed.
As the dialog which pops up next appears indicates, a .CSR file has been generated in the keystore directory under the IDE installation, which can be registered at the Samsung Developer site.
Screen Shot 2015-12-15 at 11.31.47 PM
Returning to the Request and Register a Certificate screen, you will now click on Request the Certificate button which attempts to open a web-page connecting to the Samsung Developers site:
Screen Shot 2015-12-15 at 11.34.29 PM
If you don’t already have a Samsung account then you will need to create one.   Then you can login, and move to the next step which is to upload the generated CSR file to that webpage, and then wait to get an e-mail back.
Screen Shot 2015-12-15 at 11.39.18 PM
You will get an e-mail back shortly afterwards with a .CRT file attached, which is a certificate signed by Samsung containing those author details.
The developer certificate is issued for you.
Please find an attached certificate
Back in the IDE you need to browse to that file (which you probably want to copy into your keystore directory) and enter the password.
Screen Shot 2015-12-15 at 11.44.38 PM
Next we can move on to the Device Profile, and obtaining a certificate for your specific device.   Click on the Request a device profile button.
Again this will log you into a webpage using your Samsung account.   Choose Public and Individual, and cut-and-paste your DUID from the right-hand panel to the left-left panel and click OK.
 
Screen Shot 2015-12-15 at 11.53.28 PM
Again, you will be mailed another text file, this time a device-profile.xml file, with an associated password.   That should probably also be copied to your keystore folder.
Dear developer,
We’re attaching an issued device profile per your request.
The following password is needed when the device profile is registered.
Back on the Request and Register a Certificate screen, you can now browse to that device-profile.xml file, enter the password you were sent, and we’ve finally got to the point where we can press the OK button at the bottom!
Screen Shot 2015-12-16 at 12.02.25 AM
Having gone through all of this song-and-dance, we are finally able to click on the Permit to Install Devices item for the device in the Connections Explorer which pushes the two certificate files to the device and means that you can finally start using the device.
Screen Shot 2015-12-16 at 12.03.21 AM
 

4. Finally deploy a test application

When you have finally worked through all of this “song-and-dance” you will be in a position to start working within the IDE, in a manner which is very unsurprisingly and not worth me writing further about here, because it is covered in detail in many other places.
Head over to the Getting Started guide on Tizen.org, for example.
Screen Shot 2015-12-17 at 12.31.41 PM
And then you want to Run as Tizen Web Application, which can take several minutes.   It moves to 60% very fast, and then usually creeps up to 62%, 64%, 66%, 68% and then jumps to completion.
Screen Shot 2015-12-16 at 12.06.26 AM

Wrap-up

That was a pretty long and painful process, wasn’t it?
That is the reality on-the-ground for Gear S2 developers, with the certification process being a particular pain point, and I seriously doubt that will ever get much better.
The flakey Wi-Fi is something which should be addressable.    If anybody can push that information in a useful direction for the Gear S2 product support teams, please do!

About ReadWrite’s Editorial Process

The ReadWrite Editorial policy involves closely monitoring the tech industry for major developments, new product launches, AI breakthroughs, video game releases and other newsworthy events. Editors assign relevant stories to staff writers or freelance contributors with expertise in each particular topic area. Before publication, articles go through a rigorous round of editing for accuracy, clarity, and to ensure adherence to ReadWrite's style guidelines.

Get the biggest tech headlines of the day delivered to your inbox

    By signing up, you agree to our Terms and Privacy Policy. Unsubscribe anytime.

    Tech News

    Explore the latest in tech with our Tech News. We cut through the noise for concise, relevant updates, keeping you informed about the rapidly evolving tech landscape with curated content that separates signal from noise.

    In-Depth Tech Stories

    Explore tech impact in In-Depth Stories. Narrative data journalism offers comprehensive analyses, revealing stories behind data. Understand industry trends for a deeper perspective on tech's intricate relationships with society.

    Expert Reviews

    Empower decisions with Expert Reviews, merging industry expertise and insightful analysis. Delve into tech intricacies, get the best deals, and stay ahead with our trustworthy guide to navigating the ever-changing tech market.