SmartWatch. February Specification. Developer World sonymobile.com/developer

Size: px
Start display at page:

Download "SmartWatch. February Specification. Developer World sonymobile.com/developer"

Transcription

1 February 2013 SmartWatch Specification *All implied warranties, including without limitation the implied warranties of merchantability or fitness for a particular purpose, are excluded. In no event shall Sony Mobile or its licensors be liable for incidental or consequential damages of any nature, including but not limited to lost profits or commercial loss, arising out of the use of the information in this document.

2 Copyright 2013 Sony Mobile Communications AB. All rights reserved. Xperia is a trademark of Sony Mobile Communications AB. Other brands, company or product names mentioned herein are trademarks of their respective owners. You are hereby granted a limited license to download and/or print a copy of this document for personal use. Any rights not expressly granted herein are reserved. First edition (February 2013) This document is published by Sony Mobile Communications AB, without any warranty*. Improvements and changes to this text necessitated by typographical errors, inaccuracies of current information or improvements to programs and/or equipment, may be made by Sony Mobile Communications AB at any time and without notice. Such changes will, however, be incorporated into new editions of this document. Printed versions are to be regarded as temporary reference copies only.

3 Preface Developer World For the latest technical news, tutorials and development tools go to. About this document This document contains hardware and software specifications for SmartWatch, describing its capabilities and characteristics. It is intended for developers who want to develop Smart Extension apps for SmartWatch. To make the best of this document, you should be familiar with the concepts described in the Specification for Smart Extension APIs document. We also recommended you to look at the code examples described in the Tutorial for Smart Extension code examples document. User interface guidelines can be found in UI guidelines for use of the Smart Extension APIs document. All these documents are included in this documentation kit. Document conventions Typographical conventions Code is written in Courier New font: <action android:name="com.sonyericsson.intent.action " /> Entity references to applications and their components are written in italics: TheApplication, TheBroadcastReceiver, AndroidManifest.xml Placeholders to be replaced with real values are written in italics within angle brackets: <your class> 3

4 Document history Change history Version New template Version First version 4

5 Contents SmartWatch... 6 API compatibility... 6 Display... 7 Battery... 8 Accelerometer... 8 Background process... 8 Market description... 9 Trademarks and acknowledgements

6 SmartWatch SmartWatch is a touch screen accessory that uses Bluetooth to communicate with the phone. It is equipped with: Vibrator Accelerometer Button (not accessible to applications) Figure 1. SmartWatch. API compatibility The SmartWatch is compatible with the following Smart Extension APIs: Registration and capabilities API Notification API Control API Sensor API Widget API 6

7 These features are not accessible when developing Smart Extension appsfor SmartWatch. These features are only accessible from the smartphone: LED Keypad Text to speech The SmartWatch has two user interface levels with Smart Extension apps; the application level and the widget level. The application level (see Figure 1) shows all Smart Extension apps that use the Control API or Notification API. We do not recommend that you use both the Control and the Notification API in an Smart Extension app, because then it will not be possible to specify what happens when a user taps the application icon. The widget level shows Smart Extension apps that use the Widget API. For Smart Extension apps that use the Notification API, but not the Widget API, the host application automatically generates a widget. Widgets for notification Smart Extensions apps are disabled by default, but can easily be enabled in the host application settings. Display The SmartWatch display is 128 pixels wide, 128 pixels high and has colours. A control Smart Extension app is in control of the entire display. The images are sent as RGB565 (no alpha) to the accessory, so it is recommended that you use Bitmap.Config.RGB_565 for the bitmaps drawn by the Smart Extension app. Images from other sources should not have a transparent background. When showing a widget, the accessory renders the status bar whereby the area controlled by the Smart Extension app is 128 pixels wide and 110 pixels high. To be able to cache widget images, the host application reduces the colour depth of widget images to 1024 colours. This Smart Extension app sends its images to the host application that converts the images to a format supported by the accessory. Images sent to the host application should be in.png format. For a control Smart Extension app, the SmartWatch supports both tap touch (through CONTROL_TOUCH_EVENT_INTENT or ControlExtension.onTouch()) and swipe motions (through CONTROL_SWIPE_EVENT_INTENT or ControlExtension.onSwipe()). For a widget Smart Extension app, only tap touch is available (through WIDGET_ONTOUCH_INTENT or WidgetExtension.onTouch()). A swipe motion that is too short can be interpreted by the accessory as a tap event. To avoid that a widget reacts on that type of event, we recommend that a widget only reacts to touch events that are inside the 80 by 80 pixels square in the display centre. You achieve this by checking that a touch point is inside the rectangle defined in SmartWatchConst.ACTIVE_WIDGET_TOUCH_AREA. 7

8 If the widget has a dedicated button outside the active touch area, like the WALKMAN music player where the play pause state can be toggled by tapping the play pause icon, taps on that button should of course be handled even though they are outside the active touch area. Battery SmartWatch is a high performance smart accessory, and it is therefore important to use the battery power wisely. The host application and the Sony Add-on SDK include some functionality to preserve the battery. It is also important that the Smart Extension app follows these recommendations: Don t use too much white colour in your images. Control Extension: avoid sending full screen images when it is not necessary (send partial screen-updates instead). Control Extension: avoid using Control.SCREEN_STATE_ON. Control Extension: When using a sensor; use SensorInterruptMode.SENSOR_INTERRUPT_ENABLED to only receive sensor data when the sensor has changed. Accelerometer The accelerometer in SmartWatch is available to the control extension that is currently started. If the control is paused, for example due to that the screen timeout is reached, the power button is pressed or another control extension is started, the sensor will also be stopped. If the control extension wants to continue receiving sensor information it should use SCREEN_STATE_ON, SCREEN_STATE_OFF or SCREEN_STATE_DIM. Background process All Smart Extension apps are run in a service. Android treats services as background processes. Android has a limitation on the number of background processes that can be run simultaneously. When this limit is exceeded, the Android system stops the least recent used process. This can happen even if the Smart Extension app is currently showing on the display, since the Android system is not aware of this. Normally this is not a problem for Smart Extension apps that are only shown for a short while and that the user is directly interacting with. The helper classes in SmartExtensionUtils also contain some functionality to help an Smart Extension app recover if it was stopped when the user was interacting with an event. 8

9 For Smart Extension apps running for a longer time and which should not be interrupted, you can use Service.startForeground() to make the system consider it to be something the user is actively aware of. The side effect is that a notification is shown in the status bar as long as the service is in foreground state. Google Play description The Sony Add-on SDK does not only mean you can create new exciting use cases that might give you the extra edge on competition. It will also give you extra visibility as SmartWatch users will be able to filter out your apps on Google Play through Smart Connect. Smart Connect can be installed by all phones (including other brands) running Android, which gives you as a developer a huge potential user base Users can search for compatible Smart Extension apps via the host application. Your Google Play description should end with \n\nliveware extension for SmartWatch to ensure that your Smart Extension apps are found. 9

10 Trademarks and acknowledgements Sony, "make.believe" is a trademark or registered trademark of Sony Corporation. Ericsson is a trademark or registered trademark of Telefonaktiebolaget LM Ericsson. Android and Google Play, are trademarks or registered trademarks of Google Inc. Bluetooth is a trademark or registered trademark of Bluetooth SIG, Inc. All other trademarks and copyrights are the property of their respective owners. 10

Smart Wireless Headset pro Specification

Smart Wireless Headset pro Specification February 2013 Smart Wireless Headset pro Specification Copyright 2013 Sony Mobile Communications AB. All rights reserved. Xperia is a trademark of Sony Mobile Communications AB. Other brands, company or

More information

Sony Smart headset products Developer specifications

Sony Smart headset products Developer specifications November 2013 Sony Smart headset products Developer specifications Copyright 2013 Sony Mobile Communications AB. All rights reserved. Xperia is a trademark of Sony Mobile Communications AB. Other brands,

More information

Streaming with Project Capuchin for Adobe Flash Lite developers

Streaming with Project Capuchin for Adobe Flash Lite developers Tutorial March 2009 Streaming with Project Capuchin for Adobe Flash Lite developers Preface About this tutorial This Project Capuchin tutorial illustrates how images stored in different locations can be

More information

Setting up Java environment for Project Capuchin development with Sony Ericsson phones

Setting up Java environment for Project Capuchin development with Sony Ericsson phones Instructions October 2008 Setting up Java environment for Project Capuchin development with Sony Ericsson phones Preface About this document This document contains a step by step description of how to

More information

Video calls. July Keep in touch using voice and video

Video calls. July Keep in touch using voice and video Video calls July 2007 Keep in touch using voice and video Contents Introduction... 2 Before you start... 2 Making a video call... 3 Answering and ending a video call... 3 Zooming... 4 Sharing pictures

More information

White paper. April Security

White paper. April Security White paper April 2011 Security This document This Sony Ericsson White paper is intended to give enterprise users an overview of specific smartphone features and provide details in relevant areas of technology.

More information

White paper. April Messaging

White paper. April Messaging White paper April 2011 Messaging This document This Sony Ericsson White paper is intended to give enterprise users an overview of specific smartphone features and provide details in relevant areas of technology.

More information

White paper. April Connectivity

White paper. April Connectivity White paper April 2011 Connectivity This document This Sony Ericsson White paper is intended to give enterprise users an overview of specific smartphone features and provide details in relevant areas of

More information

Sony Xperia Configurator Cloud User Instructions

Sony Xperia Configurator Cloud User Instructions Sony Xperia Configurator Cloud User Instructions This document is published by: Sony Mobile Communications Inc., 1-8-15 Konan, Minato-ku, Tokyo 108-0075, Japan www.sonymobile.com Sony Mobile Communications

More information

Xperia TM. Read about how Xperia TM devices manage and synchronisation in a corporate IT environment

Xperia TM. Read about how Xperia TM devices manage  and synchronisation in a corporate IT environment Xperia TM in Business Email, Calendar and Contacts Read about how Xperia TM devices manage email and synchronisation in a corporate IT environment Exchange ActiveSync IMAP4 and POP3 The Xperia Email application

More information

Releasing an Application for mobile applications in Sony Ericsson phones

Releasing an Application for mobile applications in Sony Ericsson phones Tutorial May 2007 Releasing an Application for mobile applications in Sony Ericsson phones Preface About this tutorial This tutorial has been written by Simon Judge, a freelance mobile developer who develops

More information

Xperia TM. Read about how Xperia TM devices can be administered in a corporate IT environment

Xperia TM. Read about how Xperia TM devices can be administered in a corporate IT environment Xperia TM in Business Mobile Device Management Read about how Xperia TM devices can be administered in a corporate IT environment Device management clients Exchange ActiveSync The my Xperia service Third

More information

User guide. Stereo Microphone STM10

User guide. Stereo Microphone STM10 User guide Stereo Microphone STM10 Contents Basics...3 Function overview...3 Hardware overview...3 Assembly...4 Using your microphone...5 Recording sound...5 Recording sound for videos...8 Legal information...9

More information

Managing files. July Organize your files

Managing files. July Organize your files Managing files July 2007 Organize your files Contents Introduction... 2 Installing the software... 3 Installing the PC Suite from the CD... 4 Downloading the PC Suite from the Web... 4 Installing PC Suite

More information

Project Capuchin Bridging Flash Lite and Java ME in Sony Ericsson phones

Project Capuchin Bridging Flash Lite and Java ME in Sony Ericsson phones Product information August 2008 Project Capuchin Bridging Flash Lite and Java ME in Sony Ericsson phones Document history Change history 2008-05-01 Doc. No. 1212.4799.1 First version 2008-08-18 Doc. No.

More information

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices.

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. Xperia TM in Business Product overview Read about the enterprise policies and features supported in Xperia devices February 2017 About this document Products covered This document describes Xperia in Business

More information

Startup guide. Xperia C2305. Sony Mobile Communications AB SE Lund, Sweden

Startup guide. Xperia C2305. Sony Mobile Communications AB SE Lund, Sweden Startup guide Xperia C2305 Sony Mobile Communications AB SE-221 88 Lund, Sweden www.sonymobile.com 1271-4312.1 Welcome Important Information Before you use your device, please read the Important Information

More information

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. March 2018

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. March 2018 Xperia TM in Business Product overview Read about the enterprise policies and features supported in Xperia devices March 2018 About this document Products covered This document describes Xperia in Business

More information

HUAWEI H30-U10. Quick Start Guide

HUAWEI H30-U10. Quick Start Guide HUAWEI H30-U10 Quick Start Guide Dual card dual standby single pass Your phone supports only dual card dual standby single pass, which means you cannot use both SIM cards for calls or data services simultaneously.

More information

User guide. Stereo Bluetooth Headset SBH50

User guide. Stereo Bluetooth Headset SBH50 User guide Stereo Bluetooth Headset SBH50 Contents Stereo Bluetooth Headset User guide...3 Introduction...4 Function overview... 4 Hardware overview...4 Status icon overview...5 Basics...6 Charging the

More information

MMARTIAN QUICK CONNECT GUIDE. Complete User Manual is available at martianwatches.com/manual

MMARTIAN QUICK CONNECT GUIDE. Complete User Manual is available at martianwatches.com/manual MMARTIAN V3 QUICK CONNECT GUIDE Complete User Manual is available at martianwatches.com/manual Charging the Watch Plug the charging cable into your computer s USB port (or a power outlet via a USB wall

More information

DHIS 2 Android User Manual 2.23

DHIS 2 Android User Manual 2.23 DHIS 2 Android User Manual 2.23 2006-2016 DHIS2 Documentation Team Revision 2174 2016-11-23 11:23:21 Version 2.23 Warranty: THIS DOCUMENT IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR IMPLIED

More information

Resolving Connection Issues

Resolving Connection Issues Bluetooth Sensors and Data Loggers Resolving Connection Issues 1. Introduction 2. Before you begin From time to time you may experience a problem in scanning or connecting to your Blue Maestro Bluetooth

More information

Bluetooth Sensors and Data Loggers. Resolving Connection Issues

Bluetooth Sensors and Data Loggers. Resolving Connection Issues Bluetooth Sensors and Data Loggers Resolving Connection Issues 1 BLUE MAESTRO S STANDARD LICENSE AND DISCLAIMER Copyright 2017 Blue Maestro Limited. All Rights Reserved. The copyright in the software to

More information

GENUINE USB Cable set

GENUINE USB Cable set GENUINE USB Cable set Owner's Manual (Apple CarPlay / Android Auto mode) Thank you for purchasing a genuine Mazda accessory. Before use, be sure to thoroughly read these instructions. Please read the contents

More information

IGLOO AND SNOWBALL. Philippe Garnier Ecosystem program

IGLOO AND SNOWBALL. Philippe Garnier Ecosystem program IGLOO AND SNOWBALL Philippe Garnier Ecosystem program DISCLAIMER Copyright ST-Ericsson 2011. All rights reserved. The contents of this document are subject to change without prior notice. ST-Ericsson makes

More information

DHIS2 Android user guide 2.26

DHIS2 Android user guide 2.26 DHIS2 Android user guide 2.26 2006-2016 DHIS2 Documentation Team Revision HEAD@02efc58 2018-01-02 00:22:07 Version 2.26 Warranty: THIS DOCUMENT IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR IMPLIED

More information

LiveView micro display Extended User guide

LiveView micro display Extended User guide LiveView micro display Extended User guide Contents Introduction...3 LiveWare manager...4 Before you download applications from Android Market...5 Barcode...6 LiveView application...7 LiveView overview...8

More information

Quick start guide. All you need to know to get you up and running.

Quick start guide. All you need to know to get you up and running. Quick start guide All you need to know to get you up and running. On your marks. Get set. Go. Your new Sony Ericsson Xperia X8 is pre-loaded with fitness apps so all you need to do to get fit is switch

More information

Table of Contents. 2 Know your device. 6 Health management. 7 Connections. 10 Customize. 11 Home screen. 13 Apps. 15 Calls.

Table of Contents. 2 Know your device. 6 Health management. 7 Connections. 10 Customize. 11 Home screen. 13 Apps. 15 Calls. Quick Start Guide Table of Contents 2 Know your device 6 Health management 7 Connections 10 Customize 11 Home screen 13 Apps 15 Calls 16 Notifications Know your device Front view Press and hold the Power/Home

More information

Samsung Theme Designer Quick Start Guide

Samsung Theme Designer Quick Start Guide Samsung Theme Designer Quick Start Guide By Junyoung LEE Published by Samsung Developers Version 2.0.4 May 2012 Change history 13 October 2010 Version 1.0.0 Initial document release 26 November 2010 Version

More information

TASCAM DR CONTROL. Contents. Trademarks

TASCAM DR CONTROL. Contents. Trademarks Contents Trademarks...1 Software License Agreement...2 Connecting a DR-22WL/DR-44WL with a smartphone by Wi-Fi...3 Installing the TASCAM DR CONTROL app...3 Connect the DR-22WL/DR-44WL with the smartphone

More information

Raspberry Pi shield board

Raspberry Pi shield board Raspberry Pi shield board Table of Contents Hardware Guide 1 1 Hardware Requirements 1 (1) PACKAGE CONTENTS 1 (2) Feature 1 2 Hardware Guide 2 (1) HARDWARE REQUIREMENTS 2 (2) HARDWARE CONNECTION 3 (3)

More information

SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed

SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed herein are for reference purposes only. All information discussed

More information

SafeNet MobilePASS+ for Android. User Guide

SafeNet MobilePASS+ for Android. User Guide SafeNet MobilePASS+ for Android User Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep the

More information

udynamo, Dynamag, DynaMAX, edynamo, mdynamo, BulleT

udynamo, Dynamag, DynaMAX, edynamo, mdynamo, BulleT udynamo, Dynamag, DynaMAX, edynamo, mdynamo, BulleT SCRA Devices macos MTSCRA Demo Guide February 2017 Manual Part Number: D998200174-10 REGISTERED TO ISO 9001:2008 MagTek I 1710 Apollo Court I Seal Beach,

More information

Quick start guide 2018

Quick start guide 2018 Quick start guide 2018 Legal READ THIS INFORMATION BEFORE USING YOUR MOBILE DEVICE. Arbitration Agreement - This Product is subject to a binding arbitration agreement between you and SAMSUNG ELECTRONICS

More information

Installation Guidelines for KODAK SA101 Alarm System

Installation Guidelines for KODAK SA101 Alarm System Installation Guidelines for KODAK SA101 Alarm System CONTENTS I- Installing the central unit Pages 3-4 II- Home page Page 5 III- Central unit set-up Page 6 IV- Installation and settings: Pages 7-13 cameras

More information

Client Samples. Android Sample

Client Samples. Android Sample Client Samples Android Sample 2/6/2018 Contents 1 Android Sample 1.1 Overview 1.2 Implemented Scenarios 1.3 Prerequisites 1.4 Running the Sample Client Samples 2 Android Sample Updated in 8.5.112, 8.5.114

More information

Sony expands SmartWear Experience range with two new additions for Lifelog - SmartBand Talk and SmartWatch 3

Sony expands SmartWear Experience range with two new additions for Lifelog - SmartBand Talk and SmartWatch 3 Press Release Sony expands SmartWear Experience range with two new additions for Lifelog - SmartBand Talk and SmartWatch 3 SmartWear Experience is Sony s vision for smart, wearable technology founded on

More information

User s Manual. Version September 2011 Impatica Inc.

User s Manual. Version September 2011 Impatica Inc. Version 1.1.7 September 2011 Impatica Inc. Legal Notice Copyright 2011 Impatica Inc. All rights reserved. The contents of this manual and associated Impatica software are the property of Impatica Inc.

More information

SafeNet MobilePKI for BlackBerry V1.2. Administration Guide

SafeNet MobilePKI for BlackBerry V1.2. Administration Guide SafeNet MobilePKI for BlackBerry V1.2 Administration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV and/or its subsidiaries who shall have

More information

User guide. Bluetooth Music Receiver BM10

User guide. Bluetooth Music Receiver BM10 User guide Bluetooth Music Receiver BM10 Contents Accessory overview...3 Basics...4 Pairing and connecting...5 Disconnecting and reconnecting...6 Smart Connect...7 Legal information...8 Declaration of

More information

DHIS 2 Android User Manual 2.22

DHIS 2 Android User Manual 2.22 DHIS 2 Android User Manual 2.22 2006-2016 DHIS2 Documentation Team Revision 1925 Version 2.22 2016-11-23 11:33:56 Warranty: THIS DOCUMENT IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR IMPLIED

More information

GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP ANDROID

GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP ANDROID ANDROID GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP WHICH PHONES ARE COMPATIBLE WITH MY SMARTWATCH? Wear OS by Google works with

More information

CarPlay Navigation App Programming Guide. September 28, 2018

CarPlay Navigation App Programming Guide. September 28, 2018 CarPlay Navigation App Programming Guide September 28, 2018 apple Developer Table of Contents Introduction... 3 CarPlay Navigation Apps... 4 CarPlay Navigation App Entitlement... 4 Development Environment...

More information

EAM Portal User's Guide

EAM Portal User's Guide EAM Portal 9.0.2 User's Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

MDVR for the iphone. Instructions.

MDVR for the iphone. Instructions. MDVR for the iphone Instructions www.openeye.net OpenEye iphone MDVR Software Manual (v2.17) Manual Edition 30168AI MARCH 2015 2015, OPENEYE All Rights Reserved. No part of this documentation may be reproduced

More information

SkyNanny 1.0 Quick Start Guide Version 1.01

SkyNanny 1.0 Quick Start Guide Version 1.01 SkyNanny 1.0 Quick Start Guide Version 1.01 Copyright (c) 2014 Neit Enterprises Inc. Page 1 1 First Time Use - Charge the battery Prior to first-time use, please charge the battery 8 to 12 hours in the

More information

Miracle Service Meter Center Guide. Last revised: December 17, 2013

Miracle Service Meter Center Guide. Last revised: December 17, 2013 Meter Center Guide Miracle Service Meter Center Guide Last revised: December 17, 2013 Copyright 2010-2013 Nexent Innovations Inc. All rights reserved. Miracle Service and Nexent Innovations and its related

More information

Digital Signage Player Management Software

Digital Signage Player Management Software 3-296-173-11 (1) Digital Signage Player Management Software Operating Instructions Before operating the software, please read this manual thoroughly and retain it for future reference. VSPA-D7 Version

More information

Device Pack. Network Video Management System Standard Edition. Release Note. Software Version: 9.5a Sony Corporation

Device Pack. Network Video Management System Standard Edition. Release Note. Software Version: 9.5a Sony Corporation Network Video Management System Standard Edition Device Pack Release Note Software Version: 9.5a Revision 1 (Last Modified: December 18, 2017) 2017 Sony Corporation Copyright Notice This document may not

More information

1 About this document Getting started Text input Network connection Network sharing (Certain models only)...

1 About this document Getting started Text input Network connection Network sharing (Certain models only)... User Guide EMUI 3.1 1 About this document... 1 2 Getting started... 2 Locking and unlocking the screen... 2 Notification and status icons... 2 Common keys... 2 Shortcut operations... 3 Dual windows gestures...

More information

User Guide EMUI / 3.1

User Guide EMUI / 3.1 User Guide EMUI 3.0.5 / 3.1 1 About this document... 1 2 Getting started... 2 Locking and unlocking the screen... 2 Notification and status icons... 2 Common keys... 2 Home screen operations... 3 3 Text

More information

Cisco Connected Mobile Experiences REST API Getting Started Guide, Release 10.2

Cisco Connected Mobile Experiences REST API Getting Started Guide, Release 10.2 Cisco Connected Mobile Experiences REST API Getting Started Guide, Release 10.2 First Published: August 12, 2016 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

CONTENTS. Working With Feeds Viewing Your Feeds Working With Snippets Deleting Snippets Rev AA

CONTENTS. Working With Feeds Viewing Your Feeds Working With Snippets Deleting Snippets Rev AA CONTENTS Getting Started.............................................. 4 Setting Up Livescribe+...................................................... 4 Connecting Your Smartpen and Device........................................

More information

ESS Utility Android App User Guide

ESS Utility Android App User Guide [01.2017] ESS Utility Android App User Guide 1VV0301574 Rev. 0 2018-12-21 Mod.0818 2017-01 Rev.0 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure

More information

Software Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches)

Software Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches) Software Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9300 Switches) First Published: 2017-07-31 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA

More information

Connect the DR-22WL/DR-44WL with the smartphone by Wi-Fi for the first time...3

Connect the DR-22WL/DR-44WL with the smartphone by Wi-Fi for the first time...3 Contents Software License Agreement...2 Installing the app...3 Connect the DR-22WL/DR-44WL with the smartphone by Wi-Fi for the first time...3 Connecting the DR unit and the smartphone by Wi-Fi (after

More information

AN S1401 Using BlueMod+S as Beacon

AN S1401 Using BlueMod+S as Beacon [04.2016] AN S1401 Using BlueMod+S as Beacon 80507NT11471A Rev. 05 2016-08-18 Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made

More information

User guide. Bluetooth Keyboard BKB50

User guide. Bluetooth Keyboard BKB50 User guide Bluetooth Keyboard BKB50 Contents Basics...3 General overview...3 Keyboard overview...3 Charging the keyboard...4 Turning on and off...5 Getting started...6 Setting up the keyboard...6 Assembly...6

More information

U.motion Communication

U.motion Communication U.motion U.motion Communication Intercom app for Android devices 04/2014 Version 1.0.1 www.merten.com GENERAL INFORMATION Schneider Electric GmbH c/o Merten Gothaer Straße 29, 40880 Ratingen www.merten.com

More information

DR CONTROL. Contents. Trademarks

DR CONTROL. Contents. Trademarks Contents Trademarks...1 Software License Agreement...2 Connecting a DR-22WL/DR-44WL with a smartphone or tablet by Wi-Fi...3 Installing the DR CONTROL app...3 When using a DR-44WL...3 Selecting the Wi-Fi

More information

Mobile Print Guide for Brother iprint&label (Android )

Mobile Print Guide for Brother iprint&label (Android ) Mobile Print Guide for Brother iprint&label (Android ) i Before You Use Your Brother Label Printer Definitions of Notes We use the following symbol and convention throughout this User's Guide: Tips icons

More information

Sony Ericsson Xperia pro. BRAVIA Engine 16,777,216 colour TFT Capacitive. x 480 pixels (FWVGA) Scratch-resistant

Sony Ericsson Xperia pro. BRAVIA Engine 16,777,216 colour TFT Capacitive. x 480 pixels (FWVGA) Scratch-resistant 13 February 2011 Xperia pro combines intuitive and fast messaging with multimedia features from Sony Xperia neo gives consumers a new way to experience the best of Android and the best of Sony multimedia

More information

Android. Lesson 1. Introduction. Android Developer Fundamentals. Android Developer Fundamentals. to Android 1

Android. Lesson 1. Introduction. Android Developer Fundamentals. Android Developer Fundamentals. to Android 1 Android Lesson 1 1 1 1.0 to Android 2 Contents Android is an ecosystem Android platform architecture Android Versions Challenges of Android app development App fundamentals 3 Android Ecosystem 4 What is

More information

Bar Code Discovery. Administrator's Guide

Bar Code Discovery. Administrator's Guide Bar Code Discovery Administrator's Guide November 2012 www.lexmark.com Contents 2 Contents Overview...3 Configuring the application...4 Configuring the application...4 Configuring Bar Code Discovery...4

More information

C-NaviGator Software Update Installation Procedure

C-NaviGator Software Update Installation Procedure C-NaviGator Software Update Installation Procedure Revision 4 Revision Date: March 20, 2018 C-Nav Positioning Solutions 730 E. Kaliste Saloom Road Lafayette, LA 70508 U.S.A. oceaneering.com/cnav Release

More information

Connect the DR-22WL/DR-44WL with the smartphone by Wi-Fi for the first time...3

Connect the DR-22WL/DR-44WL with the smartphone by Wi-Fi for the first time...3 Contents Software License Agreement...2 Installing the app...3 Connect the / with the smartphone by Wi-Fi for the first time...3 Connecting the DR unit and the smartphone by Wi-Fi (after the first time)...4

More information

GENERAL SET-UP & APP GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY. For IOS:

GENERAL SET-UP & APP GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY. For IOS: For IOS: GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP WHICH PHONES ARE COMPATIBLE WITH MY SMARTWATCH? Wear OS by Google works with

More information

Table of Contents 2 Device Functions 4 Device Setup 8 Call Features 9 Voic Customize Your Device 12 Contacts 13 Messages 15 Connections

Table of Contents 2 Device Functions 4 Device Setup 8 Call Features 9 Voic Customize Your Device 12 Contacts 13 Messages 15 Connections Table of Contents 2 Device Functions 4 Device Setup 8 Call Features 9 Voicemail 10 Customize Your Device 12 Contacts 13 Messages 15 Connections 16 Apps & More 19 Security Device Functions Front View Front

More information

Veritas Desktop and Laptop Option Mobile Application Getting Started Guide

Veritas Desktop and Laptop Option Mobile Application Getting Started Guide Veritas Desktop and Laptop Option Mobile Application Getting Started Disclaimer Contents The software described in this document is furnished under a license agreement and may be used only in accordance

More information

Android Oreo. New features guide

Android Oreo. New features guide Android 8.1 - Oreo About this manual To ensure correct usage of the device, please read this manual carefully before using it. This manual is an introduction to the new features included in the latest

More information

Informatik Image Markup

Informatik Image Markup Informatik Image Markup Version 7.50 User Guide May 12, 2010 Please visit www.informatik.com for the latest version of the software. 1 Table of Contents General...3 Open an Image File...3 Lines...4 Arrows...4

More information

Polycom VoxBox Bluetooth/USB Speakerphone

Polycom VoxBox Bluetooth/USB Speakerphone RELEASE NOTES Software 1.0.0 February 2018 3725-49007-002A Polycom VoxBox Bluetooth/USB Speakerphone These release notes provide important information on software updates, phone features, and known issues

More information

App for a Smartphone or Tablet Terminal EXILIM Connect 3.0

App for a Smartphone or Tablet Terminal EXILIM Connect 3.0 App for a Smartphone or Tablet Terminal EXILIM Connect 3.0 User s Guide EN This manual uses a typical CASIO camera and smartphone for explanations. Certain details (display contents, etc.) may differ on

More information

Device Pack. Network Video Management System Standard Edition. Release Note. Software Version: Sony Corporation

Device Pack. Network Video Management System Standard Edition. Release Note. Software Version: Sony Corporation Network Video Management System Standard Edition Device Pack Release Note Software Version: 9.1 Revision 1 (Last Modified: May 9, 2017) 2017 Sony Corporation Copyright Notice This document may not be reproduced,

More information

Quick guide to connectivity and the ReSound Smart 3D app

Quick guide to connectivity and the ReSound Smart 3D app Quick guide to connectivity and the ReSound Smart 3D app Content Compatibility: Hearing aids and mobile devices...4 Get started with your iphone, ipad or ipod touch...6 Pair with your ReSound Smart Hearing

More information

User Manual Smartwatch SW15

User Manual Smartwatch SW15 User Manual Smartwatch SW15! 1. Functions Health and exercise -Pedometer Built-in accelerometer checks and tracks your exercise time, fat burning, temperature, speed and distance. -Sleep Monitor Built-in

More information

Quick Start Guide. BlackBerry Workspaces app for Android. Version 5.0

Quick Start Guide. BlackBerry Workspaces app for Android. Version 5.0 Quick Start Guide BlackBerry Workspaces app for Android Version 5.0 Published: 2017-01-22 SWD-20170122060917401 Contents Overview... 4 Browse workspaces, folders, and files... 5 Create new workspaces,

More information

Application Security for Java-based BlackBerry Handhelds

Application Security for Java-based BlackBerry Handhelds Application Security for Java-based Originally posted: February 2003 Latest revision: May 2003 Introduction Corporate data access capabilities supported by the BlackBerry platform enable wireless connectivity

More information

App for a Smartphone or Tablet Terminal EXILIM Connect 2.0

App for a Smartphone or Tablet Terminal EXILIM Connect 2.0 App for a Smartphone or Tablet Terminal EXILIM Connect 2.0 User s Guide EN This manual uses a typical CASIO camera and smartphone for explanations. Certain details (display contents, etc.) may differ on

More information

DESKLINE. Product overview LINAK.COM/DESKLINE

DESKLINE. Product overview LINAK.COM/DESKLINE DESKLINE Product overview LINAK.COM/DESKLINE The clever move Plug & Play TM LINAK has the widest product programme on the market. We develop and provide solutions where all components work together. True

More information

table of contents troubleshooting 16 connection problems 16 add a second CORE 18 incomplete profile 19 settings 20 compatible devices 21

table of contents troubleshooting 16 connection problems 16 add a second CORE 18 incomplete profile 19 settings 20 compatible devices 21 app manual table of contents downloading the app 01 registration 02 connecting with ios 04 connecting with Android 06 personalizing 08 when to personalize 09 personalization process 10 high volume kit

More information

TOSHIBA Label Printer. BCP Setting Tool Operation Manual

TOSHIBA Label Printer. BCP Setting Tool Operation Manual TOSHIBA Label Printer BCP Setting Tool Operation Manual 3rdEdition: February 23, 2017 TABLE OF CONTENTS 1. INTRODUCTION 3 SUPPORTED PRINTERS... 3 SOFTWARE LICENSE AGREEMENT... 3 FEATURES... 4 OUTLINE OF

More information

BlackBerry Integration With IBM WebSphere Everyplace Access 4.3

BlackBerry Integration With IBM WebSphere Everyplace Access 4.3 BlackBerry Integration With IBM WebSphere Everyplace Access 4.3 Integration Note Research In Motion 2003 Research In Motion Limited. All Rights Reserved. Contents Integration overview... 3 Related resources...

More information

Terminal I/O Profile Client Implementation Guide

Terminal I/O Profile Client Implementation Guide [04.2016] Terminal I/O Profile Client Implementation Guide 30507ST10753A Rev. 6 2017-08-16 Mod. 0809 2016-08 Rev.7 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have

More information

This guide describes features that are common to most models. Some features may not be available on your tablet.

This guide describes features that are common to most models. Some features may not be available on your tablet. User Guide Copyright 2014 Hewlett-Packard Development Company, L.P. Bluetooth is a trademark owned by its proprietor and used by Hewlett-Packard Company under license. Google, Google Now, Google Play,

More information

GEORGIA SOFTWORKS. February 15, GSW ConnectBot Android Client for SSH/Telnet. GSW ConnectBot. Users Guide

GEORGIA SOFTWORKS. February 15, GSW ConnectBot Android Client for SSH/Telnet. GSW ConnectBot. Users Guide GEORGIA SOFTWORKS February 15, 2018 GSW ConnectBot Android Client for SSH/Telnet GSW ConnectBot Users Guide THIS PAGE INTENTIONALLY LEFT BLANK ii GEORGIA SOFTWORKS February 15, 2018 Georgia SoftWorks Public

More information

RealPresence Media Manager

RealPresence Media Manager RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 USER GUIDE Software 6.7 January 2015 3725-75302-001A RealPresence Media Manager Polycom, Inc. 1 Copyright 2015, Polycom, Inc. All rights

More information

One Identity Starling Two-Factor Authentication. Administration Guide

One Identity Starling Two-Factor Authentication. Administration Guide One Identity Starling Two-Factor Authentication Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

Instruction Manual. AP-SoftPrint. Multiwave 3000/ Multiwave ECO and Synthos 3000 Software v2.5

Instruction Manual. AP-SoftPrint. Multiwave 3000/ Multiwave ECO and Synthos 3000 Software v2.5 Instruction Manual AP-SoftPrint Multiwave 3000/ Multiwave ECO and Synthos 3000 Software v2.5 Instruction Manual AP-SoftPrint Multiwave 3000/ Multiwave ECO and Synthos 3000 Software v2.5 Anton Paar GmbH

More information

Polycom VoxBox Bluetooth/USB Speakerphone

Polycom VoxBox Bluetooth/USB Speakerphone RELEASE NOTES Software 1.0.1 May 2018 3725-49007-003A Polycom VoxBox Bluetooth/USB Speakerphone Polycom announces the release of software version 1.0.1 for the Polycom VoxBox Bluetooth/USB speakerphone

More information

Application Connectivity Monitor 2.0 USER S GUIDE P/N REV A01

Application Connectivity Monitor 2.0 USER S GUIDE P/N REV A01 Application Connectivity Monitor 2.0 USER S GUIDE P/N 300-002-867 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1996-2005 by EMC Corporation

More information

Interactive Notifications

Interactive Notifications Interactive Notifications Getting Started Release 2013.4 Using Care360 Interactive Notifications In This Document: About Care360 Interactive Notifications......................................................................

More information

IAR C-SPY Hardware Debugger Systems User Guide

IAR C-SPY Hardware Debugger Systems User Guide IAR C-SPY Hardware Debugger Systems User Guide for the Renesas SH Microcomputer Family CSSHHW-1 COPYRIGHT NOTICE Copyright 2010 IAR Systems AB. No part of this document may be reproduced without the prior

More information

LogiCORE IP 3GPP LTE Turbo Encoder v1.0 Bit-Accurate C Model. 3GPP LTE Turbo. [optional] UG490 (v1.0) April 25, 2008 [optional]

LogiCORE IP 3GPP LTE Turbo Encoder v1.0 Bit-Accurate C Model. 3GPP LTE Turbo. [optional] UG490 (v1.0) April 25, 2008 [optional] LogiCORE IP 3GPP LTE Turbo Encoder v1.0 Bit-Accurate C Model LogiCORE IP 3GPP LTE Turbo Encoder v1.0 [Guide User Guide Subtitle] [optional] [optional] R R Xilinx is disclosing this user guide, manual,

More information

VENUS_ Driving Board and 39.6 Prism Display

VENUS_ Driving Board and 39.6 Prism Display VENUS_ Driving Board and 39.6 Prism Display Table of Contents 1 Hardware Requirements... 1 (1) PACKAGE CONTENTS... 1 (2) VENUS Specification... 2 (3) Prism product Specification... 3 2 Hardware Guide...

More information

Mobile Admin GETTING STARTED GUIDE. Version 8.2. Last Updated: Thursday, May 25, 2017

Mobile Admin GETTING STARTED GUIDE. Version 8.2. Last Updated: Thursday, May 25, 2017 GETTING STARTED GUIDE Mobile Admin Version 8.2 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/mobile_admin/mobile_admin_documentation

More information

Package Contents... 1 Applied Models... 2 Specifications... 3 Reset Button... 4 Download & Install App... 5 Setup One Touch Setup

Package Contents... 1 Applied Models... 2 Specifications... 3 Reset Button... 4 Download & Install App... 5 Setup One Touch Setup Contents Page Package Contents... 1 Applied Models... 2 Specifications... 3 Reset Button... 4 Download & Install App... 5 Setup... 7 1. One Touch Setup... 7 2. Device Setting... 9 3. Camera Authorization

More information