Activate the FindSurface SDK

To activate the FindSurface SDK, complete the following steps:

Windows

Common

  1. Download License Manager from our website.
  2. Unzip the .zip file wherever you want on your system.
    The followings are included
    • haspdinst.exe

      Note: Do not run this file directly. It will be executed by License Manager

    • LicenseManager.exe

Install License Runtime Driver

Before activating the license, you have to install license runtime driver first on your system.

  1. Run LicenseManager.exe

  2. Push [Install] button on [License Status] tab.

  3. Wait for installtion to complete. This will take several minutes.

Using Online Activation

If your computer is connected to the internet, complete the following steps:

  1. Run LicenseManager.exe

  2. Go to [Add License] tab.

  3. Enter your product key.

  4. Press Online Activation button.

  5. Wait for activation to complete. This may take a few minutes.

  6. If you see the message box like below figure, the activation was successful.

Using Offline Activation

If your computer is not connected to the internet, complete the following steps:

  1. Run LicenseManager.exe.

  2. Go to [Add License] tab.

  3. Press [Get Fingerprint] button. The program generates a c2v file.

  4. Copy the c2v file to another computer connected to the internet.

  5. Connect to our website and sign in with your account.

  6. Go to My Page > Offline Activation page.

  7. Put your product key and c2v file. Then press the [Activate] button.

  8. The website will generate v2c file.

  9. Copy this v2c file to your computer.

  10. Run LicenseManager.exe and go to [Add License] tab.

  11. Select the v2c file and press the [Offline Activation] button.

  12. If you see the message box like below figure, the activation was successful.

How to Check License

  1. Run LicenseManager.exe.

  2. Go to [License Status] tab.

  3. You can check your license(s) in the table.
    The Table contains the following information

    • License Key ID with status
    • Product Name
    • Expiration Date
    • Remain Toknes

Linux

Common

  1. Download License Utility from our website.

  2. Just extract the .tar.gz file wherever you want on your system. The followings are included.

    • [license_util]
      • [RTE]
        • [aksusbd-7.63.1-i386]
        • install.sh
        • uninstall.sh
      • lic_util
      • request_license.sh

Install License Runtime Driver

Before activating the license, you have to install license runtime driver first on your system.

  1. Move to [RTE] directory.

  2. Run install.sh as root.

    $ cd RTE
    (Run script) $ sudo ./install.sh (or) $ sudo sh install.sh
    
  3. Wait for installation to complete. This will take a few minutes.

Activate License

In order to activate your license, complete the following steps:

  1. Generate c2v (fingerprint) file of client machine.

    Run lic_util with -c option.

    $ ./lic_util -c {c2v_file_path}
    
  2. Request license file to our server: There are 2 options

    • If your computer is connected to the internet:

      Simply, just run request_license.sh script with your c2v (fingerprint) file and product key.

      $ ./request_license.sh -p {your_product_key} -f {c2v_file_path}
      

      If succeed, v2c (license) file will be generated in current work directory.

    • If your computer is not connected to the internet:

      1. Copy the c2v (fingerprint) file to another computer connected to the internet.

      2. Connect to our website and sign in with your account.

      3. Go to My Page > Offline Activation page.

      4. Put your product key and c2v (fingerprint) file. Then press the [Activate] button.

      5. The website will generate v2c (license) file.

      6. Copy this v2c (license) file to your computer.

  3. Register license file to client machine.

    Run lic_util with -v option.

    $ ./lic_util -v {v2c_file_path}
    

How to Check License

Run lic_util with -l option.

$ ./lic_util -l

You can check your license(s) in the table. The table contains the following information.