Sony Smart headset products Developer specifications

Size: px
Start display at page:

Download "Sony Smart headset products Developer specifications"

Transcription

1 November 2013 Sony Smart headset products Developer specifications

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 (November 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 Sony Smart headset products, describing its capabilities and characteristics. It is intended for developers who want to develop extension apps for Smart headset products. To make the best of this document, you should be familiar with the concepts described in the How to use the Smart Extension APIs document. We also recommended that you look at the Smart Extension API code examples provided with the Sony Add-on SDK package. User interface guidelines can be found in this document. Information on the Sony Add-on SDK can be found in the How to use the Sony Add-on SDK document. All these documents are included in the Sony Add-on SDK documentation. 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 First version 4

5 Contents Detailed specifications for Sony Smart headset products... 6 Smart Wireless Headset pro... 6 Stereo Bluetooth Headset SBH Smart Bluetooth Handset SBH Smart Extension APIs compatibility... 9 Unsupported features Display Additional display information for Smart Wireless Headset pro Battery Additional battery information for Smart Wireless Headset pro Background process Publishing on Google Play UI guidelines for Smart Wireless Headset pro Icon design Host application Host app icon dimensions Smart Wireless Headset pro icon overview Application view Event view More information Trademarks and acknowledgements

6 Detailed specifications for Sony Smart headset products The Sony Smart headset products are accessories designed to complement and extend the functionality of Android mobile devices. Sony Smart headsets are wireless headsets that use Bluetooth to communicate with the phone. The product line currently includes the Smart Wireless Headset pro (MW1), Stereo Bluetooth Headset SBH50, and Smart Bluetooth Handset SBH52. To make the best of this document, you should be familiar with concepts described in the How to use the Smart Extension APIs document included with the Sony Add-on SDK documentation kit. Smart Wireless Headset pro The Smart Wireless Headset pro is a Smart Accessory that uses Bluetooth to communicate with the phone. The Smart Wireless Headset pro supports the Notification API, a Smart Extension API described later in this document. The accessory can display incoming events and read out event texts in the headphones. Figure 1. Smart Wireless Headset pro. The accessory is equipped with: 1) Next key 2) Play key 3) Previous key 4) Back key 5) Micro USB connector 6) Housing 7) Micro SD card slot 6

7 Stereo Bluetooth Headset SBH50 The Stereo Bluetooth Headset SBH50 is a Smart Accessory that uses Bluetooth to communicate with the phone. The Stereo Bluetooth Headset SBH50 supports the Notification API, a Smart Extension API described later in this document. The accessory can display incoming events and read out event texts in the headphones. Figure 2. Stereo Bluetooth Headset SBH50. The accessory is equipped with: 1) Volume controls 2) NFC detection area 3) Headset jack 4) Next key 5) Music key/select key 6) Previous key 7) Back key/menu key 8) Power key 9) Micro USB port 10) Action key 7

8 Smart Bluetooth Handset SBH52 The Smart Bluetooth Handset SBH52 is a Smart Accessory that uses Bluetooth to communicate with the phone. The Smart Bluetooth Handset SBH52 supports the Notification API, a Smart Extension API described later in this document. The accessory can display incoming events and read out event texts in the headphones or loudspeaker. Figure 3. Smart Bluetooth Handset SBH52. The accessory is equipped with: 1) Ear speaker 2) Action key 3) Microphone 4) Micro USB port 5) Volume controls 6) Headset jack 7) NFC detection area 8) Loudspeaker 9) Power key 10) Back key/menu key 11) Previous key 12) Music key/select key 13) Next key 8

9 Smart Extension APIs compatibility In order to develop apps for Smart Accessories, you can use a specific set of APIs included with the Sony Add-on SDK, called the Smart Extension APIs. A Smart Extension is actually an Android app that has been extended to work with Smart Accessory products. This means you can either take your existing app to add support for the Smart Extension APIs, or you can create a completely new app that works on Smart Accessories. The app will still be installed on your device, as the Smart Extension APIs make it possible to communicate with the Smart Accessories. Note: For details on the Sony Add-on SDK, refer to the How to use the Sony Add-on SDK document. For details on Smart Extensions and the Smart Extension APIs, refer to the How to use the Smart Extension APIs document. The Smart Wireless Headset pro, Stereo Bluetooth Headset SBH50, and Smart Bluetooth Handset SBH52 are all compatible with the following Smart Extension APIs: Registration and capabilities API This API is used by the host application to inform your app (Smart Extension) about the capabilities of the accessory. It is also used by your Smart Extension to inform the host application about which of the other APIs that are used. Notification API Use this API to have the Smart Extension display incoming events and read out event texts in the headphones. Additionally, the Smart Wireless Headset pro is compatible with the following Smart Extension API: Control API Use this API to get access to and gain full control of the screen and keys. The application layer of the Android stack can show all the Smart Extensions that use the Control API. Note: The Registration and capabilities API, Control API, and Notification API are each described in more detail in the How to use the Smart Extension APIs document. 9

10 Unsupported features Some features of the Smart Extension APIs are not available when you are developing Smart Extension apps for Smart headset products, but they are accessible through the phone. This means, for example, that you use the phone to read data such as sensor data, use it in your app, and provide a result through a notification. The following list shows the unsupported features: Widgets Browse notification history Actions in notifications Touch screen Vibrator Sensors Display The display for the Smart Wireless Headset pro, Stereo Bluetooth Headset SBH50, and Smart Bluetooth Handset SBH52 is 128 pixels wide, 36 pixels high and has two colours; black and white. A Smart Extension app that uses the Control API is in control of the entire display. This Smart Extension app sends its images to the host application, which converts the images to a format that is supported by the Smart Wireless Headset pro. Images sent to the host application should be in.png format. For text rendering, the recommended typeface is DEFAULT_BOLD. We do not recommended using anti-aliasing when drawing text, since grey pixels will be shown as white on the monochrome display and the text would look strange. Unfortunately, you cannot disable anti-aliasing in Android s TextView. Use the drawtext function in the Canvas class instead (see the Smart Extension API reference files for examples). Additional display information for Smart Wireless Headset pro For a extension that uses the Control API, the Smart Wireless Headset pro supports key events through CONTROL_KEY_EVENT_INTENT or ControlExtension.onKey(). Control extensions can use all keys except the power key and the back key. When a Smart Extension app is visible on the display, the back key is used to close the Smart Extension app. Each display update must update the 10

11 entire screen. Images that are smaller or larger than the screen are scaled to fit the screen. Any x or y offset is ignored. Battery The Smart headset products are high performance Smart Accessories. It is therefore important to use the battery power wisely. The host application on the Android device and the Sony Add-on SDK include some functionality to preserve the battery. See the Smart Accessories architecture section in the How to get started with the Smart Extension APIs document for more information on the host application. Additional battery information for Smart Wireless Headset pro For the Smart Wireless Headset pro, it is also important that the Smart Extension apps follow these recommendations: Don not use too much white colour in your images. Control Extension: avoid sending full screen images when it isn t necessary (send partial screen-updates instead). Control Extension: avoid using Control.SCREEN_STATE_ON. 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 recently used process. This might 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 Extensions 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 extension recover if it was stopped when the user was interacting with an event. For Smart Extension apps that run for a longer time and that 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. 11

12 Publishing on Google Play If you create a Smart headset app, you can get a lot of great visibility toward end users by making your app show up when end users are searching for compatible apps through Smart Connect (technically from the host application, but in the Smart Connection user interface). From here, users can find all compatible apps filtered from Google Play. For Smart Wireless Headset pro apps: To make your Smart Wireless Headset pro app show up in the pre-defined Google Play search, just make sure the Google Play description for your app includes the following string (we recommend at the bottom, on its own line): LiveWare extension for Smart Wireless Headset pro For Stereo Bluetooth Headset SBH50 apps: To make your Stereo Bluetooth Headset SBH50 app show up in the pre-defined Google Play search, just make sure the Google Play description for your app includes the following string (we recommend at the bottom, on its own line): Smart Connect extension for Notification API For Smart Bluetooth Handset SBH52 apps: To make your Smart Bluetooth Handset SBH52 app show up in the pre-defined Google Play search, just make sure the Google Play description for your app includes the following string (we recommend at the bottom, on its own line): Smart Connect extension for Notification API 12

13 UI guidelines for Smart Wireless Headset pro Icon design These are general guidelines for creating icons for extension applications: An icon should be simple and easy to understand. An icon should be in balance with the surrounding icons and not stand out. Avoid combining many different colours; maximum three is preferable. See also the Android application icons, defined at: Icon examples: Figure 2. Icon examples. 13

14 96 pixels 88 pixels Developer World Host application There is one host application for each Smart Accessory. The hardware unit communicates through Bluetooth with a host application that runs on the phone. The host application together with the accessory software controls what is shown on the hardware. See the Smart Accessories architecture section in the How to get started with the Smart Extension APIs document for more information on the host application. The following screen shows the extension list view in the host application: HOST_APP_ICON_URI Figure 3. Extension list view in the host application. Host app icon dimensions This section contains recommendations for icon design and size. You can see the differences between actual icon size and icon design area for each screen below. This helps you to be consistent with icon sizes in other applications. All icons should be in.png format. HOSTAPP_ICON_URI 96x96 px (xhdpi) Colour 96 pixels 88 pixels Transparent area 14

15 72 pixels 66 pixels 48 pixels 44 pixels 36 pixels 34 pixels Developer World 72x72 px (hdpi) Colour 72 pixels 66 pixels Transparent area 48x48 px (mdpi) Colour 48 pixels 44 pixels Transparent area 36x36 px (ldpi) Colour 36 pixels 34 pixels Transparent area Smart Wireless Headset pro icon overview The Bluetooth headset Smart Wireless Headset pro has an OLED display with a screen size of 128 x 36 pixels. Graphics used should only be black and white. Application view Application icons appear at the application level. 15

16 Event view The event icon is show on the event screen. 16

17 More information For information regarding the latest Sony Add-on SDK updates, check out sonymobile.com/sonyaddonsdk. You can also access the Sony Add-on SDK API references on Developer World. Sony, "make.believe" is a trademark or registered trademark of Sony Corporation. Bluetooth is a trademark or registered trademark of Bluetooth SIG, Inc. Android and Google Play, are trademarks or registered trademarks of Google Inc. All other trademarks and copyrights are the property of their respective owners. 17

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

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

SmartWatch. February Specification. Developer World sonymobile.com/developer 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

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

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

User guide. Smart Bluetooth Handset SBH52

User guide. Smart Bluetooth Handset SBH52 User guide Smart Bluetooth Handset SBH52 Contents Smart Bluetooth Handset User guide...3 Introduction...3 Basics...5 Getting started... 7 Using your handset...8 Legal information...11 2 Smart Bluetooth

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

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

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

QUICK START GUIDE. lgusa.com/optimusu 1. Make a Phone Call/ Send a Message Manage Contacts Customize Your Phone Adjust Sound Settings Set Up Gmail

QUICK START GUIDE. lgusa.com/optimusu 1. Make a Phone Call/ Send a Message Manage Contacts Customize Your Phone Adjust Sound Settings Set Up Gmail Make a Phone Call/ Send a Message Manage Contacts Customize Your Phone Adjust Sound Settings Set Up Gmail QUICK START GUIDE Set Up Email Download an App Manage Settings Use Google Voice Actions Bluetooth

More information

VR Development Platform

VR Development Platform VR Development Platform The Qualcomm Snapdragon VR820 headset is a VR development platform based on the Qualcomm Snapdragon 820 (APQ8096) processor by Qualcomm Technologies, Inc. Quick Start Guide Most

More information

Produced by. Mobile Application Development. Eamonn de Leastar David Drohan

Produced by. Mobile Application Development. Eamonn de Leastar David Drohan Mobile Application Development Produced by Eamonn de Leastar (edeleastar@wit.ie) David Drohan (ddrohan@wit.ie) Department of Computing & Mathematics Waterford Institute of Technology http://www.wit.ie

More information

User guide. Stereo Bluetooth Headset SBH80

User guide. Stereo Bluetooth Headset SBH80 User guide Stereo Bluetooth Headset SBH80 Contents Introduction...3 Function overview...3 Hardware overview... 3 Basics...5 Charging the battery...5 Battery status... 5 Turning the headset on and off...5

More information

Quick Start Guide. Hs CUSTOMIZABLE. lgusa.com/apex HOME SCREEN THEMES QWERTY SOCIAL NETWORKING PHONE SETUP KEYBOARD WIRELESS SETTINGS NAVIGATION

Quick Start Guide. Hs CUSTOMIZABLE. lgusa.com/apex HOME SCREEN THEMES QWERTY SOCIAL NETWORKING PHONE SETUP KEYBOARD WIRELESS SETTINGS NAVIGATION Quick Start Guide PHONE SETUP HOME SCREEN THEMES SOCIAL NETWORKING QWERTY Qw KEYBOARD NAVIGATION WIRELESS SETTINGS Hs CUSTOMIZABLE HOME SCREENS lgusa.com/apex Getting To Know Your Phone 1 10 15 17 16 11

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

User guide. Stereo Bluetooth Headset SBH54. Downloaded from manuals search engine

User guide. Stereo Bluetooth Headset SBH54. Downloaded from   manuals search engine User guide Stereo Bluetooth Headset SBH54 Contents Introduction... 3 Function overview...3 Hardware overview... 3 Status icon overview...4 Basics...6 Charging... 6 Turning on and off...6 Turning on the

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

Optus Blitz ZTE BLADE V7 LITE Quick Start Guide

Optus Blitz ZTE BLADE V7 LITE Quick Start Guide Optus Blitz ZTE BLADE V7 LITE Quick Start Guide Search ZTE Australia on Facebook, Google+ and Twitter to keep in touch. ZTE 2016 Ver 1.0 May 2016 Copyright 2016 by ZTE Corporation All rights reserved.

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

Quick Start Guide U.S. Cellular Customer Service

Quick Start Guide U.S. Cellular Customer Service Quick Start Guide U.S. Cellular Customer Service 1-888-944-9400 LEGAL INFORMATION Copyright 2017 ZTE CORPORATION. All rights reserved. No part of this publication may be quoted, reproduced, translated

More information

lgusa.com/revolution Set Up Customize Your Phone Record and View HD Video Download Apps Use Multilanguage Entry Take and Send a Picture

lgusa.com/revolution Set Up  Customize Your Phone Record and View HD Video Download Apps Use Multilanguage Entry Take and Send a Picture G E T T I N G S TA R T E D G U I D E Set Up Email Customize Your Phone Record and View HD Video Download Apps Use Multilanguage Entry Take and Send a Picture Set Up 4G Mobile Hotspot Use SmartShare lgusa.com/revolution

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

STEREO WIRELESS BLUETOOTH HEADPHONES

STEREO WIRELESS BLUETOOTH HEADPHONES STEREO WIRELESS BLUETOOTH HEADPHONES model: AF2 USER MANUAL part of the series TABLE OF CONTENTS EN Product Overview Charging Powering On and Off Pairing with Bluetooth Devices iphone, ipad, and ipod touch

More information

Package Content. QSG booklet. Warranty, legal & safety booklet. USB cable. Charger. Warranty ARCHOS 11,31

Package Content. QSG booklet. Warranty, legal & safety booklet. USB cable. Charger. Warranty ARCHOS 11,31 Table of contents Package contents... 2 Getting started... 3 Description of the device... 4 Through the wizard... 6 Connecting to a WiFi network... 7 The Android TM interface... 8 Getting familiar with

More information

Generation Bluetooth Not Working

Generation Bluetooth Not Working Instructions How To Use Ipod Nano 7th Generation Bluetooth Not Working Apple Store Mac iphone Watch ipad ipod itunes Support ipod nano (7th generation) - User Guide ipod nano (3rd generation) - Features

More information

USER MANUAL. Stereo Wireless Bluetooth. Headphones. model: AF62

USER MANUAL. Stereo Wireless Bluetooth. Headphones. model: AF62 USER MANUAL Stereo Wireless Bluetooth Headphones model: AF62 TABLE OF CONTENTS EN Product Overview Charging Powering On and Off Pairing with Bluetooth Devices iphone, ipad, and ipod touch Android Phones

More information

Cordless Phone KX-TGF342

Cordless Phone KX-TGF342 Cordless Phone KX-TGF342 Features EAS-TO-HEAR CONVENIENCE HAC - Hearing Aid Compatibility This handset meets the TIA-1083 standard for hearing aid compatibility. It is designed to work well with a hearing

More information

JABRA SPORT COACH WIRELESS

JABRA SPORT COACH WIRELESS JABRA SPORT COACH WIRELESS User Manual jabra.com/sportcoachwireless 2015 GN Netcom A/S. All rights reserved. Jabra is a registered trademark of GN Netcom A/S. All other trademarks included herein are the

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

GETTING STARTED GUIDE

GETTING STARTED GUIDE Set Up Gmail GETTING STARTED GUIDE Customize Your Phone View a DivX Video Download an App Use Swype Text Entry Take and Send a Picture Bluetooth Pairing lgusa.com/optimusc 11 Getting to Know Your Phone

More information

Cordless Phone KX-TGF350

Cordless Phone KX-TGF350 Cordless Phone KX-TGF350 Features EAS-TO-USE EAS-TO-HEAR CONVENIENCE Tilt LCD Display / One-touch Dial Buttons Designed for easy use with a large 3.4 inch LED that can be adjusted for maximum ease of both

More information

JABRA SPORT Pulse wireless

JABRA SPORT Pulse wireless JABRA SPORT Pulse wireless User Manual jabra.com/sportpulsewireless 2014 GN Netcom A/S. All rights reserved. Jabra is a registered trademark of GN Netcom A/S. All other trademarks included herein are the

More information

Get Started. Insert SIM card The phone is a Dual SIM mobile phone allowing you to use the facility of two networks.

Get Started. Insert SIM card The phone is a Dual SIM mobile phone allowing you to use the facility of two networks. Thank You for Purchasing this Smart mobile device. This device will provide you with high quality mobile communication and entertainment based on SMART and high standards. Content in this manual may differ

More information

Iconia One 10 [B3-A20] PRODUCT BRIEF VERSION 1.2, AUG

Iconia One 10 [B3-A20] PRODUCT BRIEF VERSION 1.2, AUG Iconia One 10 [B3-A20] PRODUCT BRIEF VERSION 1.2, AUG. 14 2015 ICONIA ONE 10 B3-A20 1 Value Proposition & Key Features With ease of viewing, ease of use and access to many free content, this 10 Android

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

Contents. Get Started Install SIM Card

Contents. Get Started Install SIM Card Contents Get Started... 2 Install SIM Card... 2 Insert Micro SD card... 2 Charge Mobile Phone... 3 PC-Phone File Transfer... 4 Keys and Parts... 5 Fingerprint... 7 Lock and Unlock the Screen... 9 Notification

More information

User guide. Stereo Bluetooth Headset SBH60

User guide. Stereo Bluetooth Headset SBH60 User guide Stereo Bluetooth Headset SBH60 Contents Introduction...3 Function overview...3 Hardware overview... 3 Basics...5 Charging the battery...5 Turning the headset on and off...5 Adjusting the volume...

More information

Contents. Text Notations. Copyright. Using the digitizer pen (Optional) 10. Contents 3. Basic Items 4. Using the Slate PC Dock (Optional) 11

Contents. Text Notations. Copyright. Using the digitizer pen (Optional) 10. Contents 3. Basic Items 4. Using the Slate PC Dock (Optional) 11 Contents Contents 3 Basic Items 4 Overview 5 Setting up the computer 8 Using the digitizer pen (Optional) 10 Using the Slate PC Dock (Optional) 11 Using the Bluetooth Wireless Keyboard (Optional) 14 Text

More information

SPARK LITE Quick Start Guide

SPARK LITE Quick Start Guide SPARK LITE Quick Start Guide Search ZTE Australia on Facebook, Google+ and Twitter to keep in touch. 2016 Version 1.0 1 Get to Know Your Phone LED Camera Earpiece Sensor Volume Keys Display Power Key Back

More information

QUICK START GUIDE. U.S. Cellular Customer Care:

QUICK START GUIDE. U.S. Cellular Customer Care: QUICK START GUIDE U.S. Cellular Customer Care: 1-888-944-9400 Getting to Know Your Phone Camera Lens Proximity Sensor Earpiece Touch Screen Back Key 3.5 mm Headset Jack Microphone Laser Auto Focus Volume

More information

Lenovo B. Quick Start Guide. Lenovo A2016b30. Read this guide carefully before using your smartphone.

Lenovo B. Quick Start Guide. Lenovo A2016b30. Read this guide carefully before using your smartphone. Lenovo B Quick Start Guide Lenovo A2016b30 Read this guide carefully before using your smartphone. Reading before using your smartphone For your safety Before assembling, charging or using your mobile

More information

Get. All you need to know to get going.

Get. All you need to know to get going. Get All you need to know to get going. What s in the Box Get Started Guide (this guide) Important Information Booklet (including Terms & Conditions of Service) Your Galaxy Nexus Rechargeable Battery Headset

More information

BackBeat PRO 2. BackBeat PRO 2 Special Edition. User Guide

BackBeat PRO 2. BackBeat PRO 2 Special Edition. User Guide BackBeat PRO 2 BackBeat PRO 2 Special Edition User Guide Contents Overview 3 Volume 3 Play/pause music 3 Track selection 3 Open Listening 3 Active Noise Canceling 3 Charge 3 Mute/unmute 4 Answer a call

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

Get Started. All you need to get going.

Get Started. All you need to get going. Get Started All you need to get going. Welcome! Thank you for choosing Sprint. This booklet helps you get started with your Sprint Spark and HD Voice capable* AQUOS Crystal. ReadyNow For more help in getting

More information

CS 403X Mobile and Ubiquitous Computing Lecture 3: Introduction to Android Programming Emmanuel Agu

CS 403X Mobile and Ubiquitous Computing Lecture 3: Introduction to Android Programming Emmanuel Agu CS 403X Mobile and Ubiquitous Computing Lecture 3: Introduction to Android Programming Emmanuel Agu Android UI Tour Home Screen First screen, includes favorites tray (e.g phone, mail, messaging, web, etc)

More information

Contents. Introduction. Getting Started. Navigating your Device. Customizing the Panels. Pure Android Audio. E-Books

Contents. Introduction. Getting Started. Navigating your Device. Customizing the Panels. Pure Android Audio. E-Books Contents Introduction Getting Started Your Device at a Glance Charging Assembling the Power Adapter Turning On/Off, Unlocking Setting to Sleep and Waking Up Inserting and Removing a microsd Card Connecting

More information

USER MANUAL Bluetooth Wireless Stereo Headphones with Headset Functionality

USER MANUAL Bluetooth Wireless Stereo Headphones with Headset Functionality USER MANUAL Bluetooth Wireless Stereo Headphones with Headset Functionality Model: AF36 PACKAGE CONTENTS EN Bluetooth Wireless Stereo Headphones with Headset Functionality Wave Stereo Bluetooth Wireless

More information

Thank you for purchasing a Danew product. Your DSlide Has been designed to offer you a unique game experience on a touch tablet.

Thank you for purchasing a Danew product. Your DSlide Has been designed to offer you a unique game experience on a touch tablet. USER GUIDE Thank you for purchasing a Danew product. Your DSlide Has been designed to offer you a unique game experience on a touch tablet. Before using your device, read carefully the use instructions

More information

Contents. Introduction

Contents. Introduction Page 1 of 15 Contents Introduction Getting Started Your Device at a Glance Charging Assembling the Power Adapter Turning On/Off, Unlocking Setting to Sleep and Waking Up Inserting and Removing a microsd

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

ZYRO. User Guide.

ZYRO. User Guide. ZYRO User Guide www.v7devices.com To ensure safe and proper use, please read all the safety precautions and this manual carefully before using your device. The descriptions in this manual are based on

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

Press Release Sony Announces Wireless Noise Cancelling Headphones with Industry-Leading Noise Cancellation Performance

Press Release Sony Announces Wireless Noise Cancelling Headphones with Industry-Leading Noise Cancellation Performance Press Release Sony Announces Wireless Noise Cancelling Headphones with Industry-Leading Noise Cancellation Performance Your travel companion: the MDR-1000X offers personalized noise cancelling features

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

SMARTWATCH User Manual

SMARTWATCH User Manual SMARTWATCH User Manual Please refer to this manual before using your LOGIC LIFE 30 SmartWatch. ENGLISH Pages OVERVIEW 3 CHARGING 4 USABILITY 5 PAIRING 6-7 FUNCTIONS 8-12 TECHNICAL SPECIFICATIONS 13 2 1.

More information

Jabra MOTION OFFICE. User Manual. jabra.com/motionoffice

Jabra MOTION OFFICE. User Manual. jabra.com/motionoffice Jabra MOTION OFFICE User Manual jabra.com/motionoffice 1. WELCOME... 4 2. PRODUCT OVERVIEW... 6 2.1 TOUCHSCREEN BASE 2.2 HEADSET 2.3 BLUETOOTH ADAPTER (JABRA LINK 360 TM ) 2.4 OPTIONAL ACCESSORIES 3. HOW

More information

X1 Augmented Reality SmartGlasses Developer Guide

X1 Augmented Reality SmartGlasses Developer Guide X1 Smart Glasses Spec Sheet Ruggedized Military Technology for the Commercial World X1 Augmented Reality SmartGlasses Developer Guide Index 1. ThirdEye X1 Product and Software Overview 1.1 Android Platform

More information

Iconia Talk 7 (B1-723) PRODUCT BRIEF VERSION 1.0 JUN

Iconia Talk 7 (B1-723) PRODUCT BRIEF VERSION 1.0 JUN Iconia Talk 7 (B1-723) PRODUCT BRIEF VERSION 1.0 JUN. 22 2015 PRODUCT 1.2. TARGET AUDIENCE POSITIONING 2 Profile Business people Frequent travelers Price sensitive Attitude Towards Technology: Staying

More information

Sony unveils new selfie smartphones: Xperia XA2 and Xperia XA2 Ultra

Sony unveils new selfie smartphones: Xperia XA2 and Xperia XA2 Ultra Sony unveils new selfie smartphones: Xperia XA2 and Xperia XA2 Ultra Xperia XA2 features a Sony 23MP Exmor RS TM for mobile rear camera and 8MP 120 super wide-angle Exmor R selfie camera, in a sleek and

More information

Cordless Phone KX-TGF352

Cordless Phone KX-TGF352 Cordless Phone KXTGF352 Features EASTOUSE EASTOHEAR CONVENIENCE Tilt LCD Display / Onetouch Dial Buttons Designed for easy use with a large 3.4 inch LED that can be adjusted for maximum ease of both use

More information

Nexus Dsp Bluetooth Sun Visor Car-kit User Manual

Nexus Dsp Bluetooth Sun Visor Car-kit User Manual Nexus Dsp Bluetooth Sun Visor Car-kit User Manual ZhiZhu, Bluetooth 4.0 Visor Handsfree In-Car Speakerphone Car kit for iphone Signstek Newest Portable Multipoint Wireless Hands-Free Bluetooth HFP HSP

More information

Iconia One 8 B Copyright 2015 Acer. The information contained herein is subject to change without notice.

Iconia One 8 B Copyright 2015 Acer. The information contained herein is subject to change without notice. Iconia One 8 B1-850 Copyright 2015 Acer. The information contained herein is subject to change without notice. ICONIA ONE LINEUP 1 Iconia One Android media tablet Super portable Colorful design Affordable

More information

Help Guide. Getting started

Help Guide. Getting started Use this manual if you encounter any problems, or have any questions. This Help Guide is also available as a PDF, which can be downloaded here. Getting started What you can do with the BLUETOOTH function

More information

Help Guide. Getting started. Use this manual if you encounter any problems, or have any questions. What you can do with the BLUETOOTH function

Help Guide. Getting started. Use this manual if you encounter any problems, or have any questions. What you can do with the BLUETOOTH function Top Use this manual if you encounter any problems, or have any questions. Getting started What you can do with the BLUETOOTH function About voice guidance Supplied accessories Checking the package contents

More information

ADVANCED BLUETOOTH WIRELESS HEADPHONES

ADVANCED BLUETOOTH WIRELESS HEADPHONES ADVANCED BLUETOOTH WIRELESS HEADPHONES with Touch Control and Headset Functionality USER MANUAL model: AF65 R PACKAGE CONTENTS EN Air-Fi Touch Stereo Bluetooth Wireless Headphones Micro-USB charging cable

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 2013 Hewlett-Packard Development Company, L.P. Bluetooth is a trademark owned by its proprietor and used by Hewlett-Packard Company under license. Google is a trademark of Google Inc.

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

JABRA STYLE. User Manual. jabra.com/style

JABRA STYLE. User Manual. jabra.com/style JABRA STYLE User Manual jabra.com/style Contents 1. welcome... 3 2. headset OVERVIEW... 4 3. how to wear... 5 3.1 Change eargels 4. how to charge the battery... 6 5. how to connect... 7 5.1 CONNECT with

More information

Datasheet. Enterprise VoIP Phone with Touchscreen. Models: UVP, UVP-Pro, UVP-Executive. High-Definition, Multi-Touch Color Display. Powered by Android

Datasheet. Enterprise VoIP Phone with Touchscreen. Models: UVP, UVP-Pro, UVP-Executive. High-Definition, Multi-Touch Color Display. Powered by Android Enterprise VoIP Phone with Touchscreen Models: UVP, UVP-Pro, UVP-Executive High-Definition, Multi-Touch Color Display Powered by Android Integrates with UniFi Enterprise System Smartphone Technology for

More information

Help Guide. Getting started. Use this manual if you encounter any problems, or have any questions. What you can do with the BLUETOOTH function

Help Guide. Getting started. Use this manual if you encounter any problems, or have any questions. What you can do with the BLUETOOTH function Use this manual if you encounter any problems, or have any questions. Getting started What you can do with the BLUETOOTH function About voice guidance Supplied accessories Checking the package contents

More information

MAD Gaze x HKCS. Best Smart Glass App Competition Developer Guidelines VERSION 1.0.0

MAD Gaze x HKCS. Best Smart Glass App Competition Developer Guidelines VERSION 1.0.0 MAD Gaze x HKCS Best Smart Glass App Competition Developer Guidelines VERSION 1.0.0 20 MAY 2016 Table of Contents 1. Objective 2. Hardware Specification 3. Operating MAD Gaze 4. Hardware Sensors 4.1 Accelerometer

More information

QUICK START GUIDE. U.S. Cellular Customer Care:

QUICK START GUIDE. U.S. Cellular Customer Care: QUICK START GUIDE U.S. Cellular Customer Care: 1-888-944-9400 Getting to Know Your Phone Earpiece Internal Display Headset Jack Left Soft Key Speakerphone Key Volume Up/Down Keys Send Key Voicemail Key

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

Copyright 2012 ZTE CORPORATION.

Copyright 2012 ZTE CORPORATION. Quick Guide LEGAL INFORMATION Copyright 2012 ZTE CORPORATION. All rights reserved. No part of this publication may be quoted, reproduced, translated or used in any form or by any means, electronic or mechanical,

More information

Help Guide. Getting started. Use this manual if you encounter any problems, or have any questions. What you can do with the Bluetooth function

Help Guide. Getting started. Use this manual if you encounter any problems, or have any questions. What you can do with the Bluetooth function Use this manual if you encounter any problems, or have any questions. Getting started What you can do with the Bluetooth function About voice guidance Supplied accessories Checking the package contents

More information

QUICK START GUIDE. LGmobilephones.com/Tritan

QUICK START GUIDE. LGmobilephones.com/Tritan QUICK START GUIDE Touch UI (Touch Screen) Customizing the Home Screens Transferring Music Connecting Bluetooth Wireless Technology Document Viewer Browsing the Web Accelerometer Taking a Picture Recording

More information

SMARTWATCH User Manual

SMARTWATCH User Manual SMARTWATCH User Manual Please refer to this manual before using your LOGIC LIFE 20 SmartWatch. ENGLISH Pages OVERVIEW 3 CHARGING 4 USABILITY 5 PAIRING 6-7 FUNCTIONS 8-12 TECHNICAL SPECIFICATIONS 13 2 1.

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

Acer ICONIA W7. Quick Guide

Acer ICONIA W7. Quick Guide Acer ICONIA W7 Quick Guide Product registration When using your product for the first time, it is recommended that you immediately register it. This will give you access to some useful benefits, such as:

More information

Help Guide. Getting started

Help Guide. Getting started Use this manual if you encounter any problems, or have any questions. This Help Guide is also available as a PDF, which can be downloaded here. Getting started What you can do with the BLUETOOTH function

More information

QUICK START GUIDE. QWERTY Keyboard

QUICK START GUIDE.   QWERTY Keyboard QUICK START GUIDE QWERTY Keyboard Using the External Touch Display Using the Dedicated Hot Keys Using the Camera with Flip Closed/Open Sending a Text Message www.lgusa.com/mystique Getting to Know Your

More information

JABRA stealth. User Manual. jabra.com/stealth

JABRA stealth. User Manual. jabra.com/stealth JABRA stealth User Manual jabra.com/stealth 2014 GN Netcom A/S. All rights reserved. Jabra is a registered trademark of GN Netcom A/S. All other trademarks included herein are the property of their respective

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

QUICK START GUIDE.

QUICK START GUIDE. QUICK START GUIDE Touch UI (Touch Screen) Customizable Home Screens Intuitive Rotating Display Using the Virtual QWERTY Handwriting Recognition Transferring Music Browsing the Web Taking a Picture Recording

More information

Bluetooth Music Receiver

Bluetooth Music Receiver Bluetooth Music Receiver User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information

nüvi quick start manual

nüvi quick start manual nüvi 785 quick start manual 2009 Garmin Ltd. or its subsidiaries Garmin International, Inc. 1200 East 151st Street, Olathe, Kansas 66062, USA Tel. (913) 397.8200 or (800) 800.1020 Fax (913) 397.8282 Garmin

More information

Jabra. Sport Coach. special edition. User manual

Jabra. Sport Coach. special edition. User manual Jabra Sport Coach special edition User manual 2015 GN Audio A/S (GN Netcom A/S). All rights reserved. Jabra is a trademark of GN Audio A/S (GN Netcom A/ S). The Bluetooth word mark and logos are registered

More information

Jabra motion. User Manual. jabra.com/motion

Jabra motion. User Manual. jabra.com/motion Jabra motion User Manual jabra.com/motion 1. welcome...4 2. headset OVERVIEW...5 3. how to wear... 6 3.1 Height adjustment 6 3.2 Left or right ear wearing style 7 3.3 EARGEL POSITIONING 7 4. how to charge...

More information

Datasheet. Enterprise VoIP Phone with Touchscreen. Models: UVP, UVP-Pro, UVP-Executive. High-Definition, Multi-Touch Color Display

Datasheet. Enterprise VoIP Phone with Touchscreen. Models: UVP, UVP-Pro, UVP-Executive. High-Definition, Multi-Touch Color Display Enterprise VoIP Phone with Touchscreen Models: UVP, UVP-Pro, UVP-Executive High-Definition, Multi-Touch Color Automatic Provisioning for Fast Deployment Powered by Android Smartphone Technology for Corporate

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

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

Sound Rise Hotel Edition. Alarm Clock & Wireless Speaker. for hotels

Sound Rise Hotel Edition. Alarm Clock & Wireless Speaker. for hotels Sound Rise Hotel Edition Alarm Clock & Wireless Speaker for hotels a beautiful alarm clock ilounge CES 2014 Best of Show Soundfreaq is a registered trademark of Twine International. v1.8 v1.4 January November

More information

Aspire Notebook Series

Aspire Notebook Series Aspire Notebook Series Quick Guide Product registration When using your product for the first time, it is recommended that you immediately register it. This will give you access to some useful benefits,

More information

Technical Specifications

Technical Specifications User manual Ksix Smart Watch is a multi-funtion device that features a pedometer, calories counter, sleep monitor, access your Phone Book, allows you to make and receive phone calls, has an anti-lost function,

More information

MATRIX model: AF62 part of the series

MATRIX model: AF62 part of the series MATRIX model: AF62 part of the series MATRIX Thank you for your purchase of the MEElectronics Air-Fi Matrix AF62 Stereo Bluetooth Wireless Headphones with Microphone Package Contents Bluetooth and NFC

More information

Contents. Introduction. Getting Started. Navigating your Device. Customizing the Panels. Pure Android Audio. E-Books. Browsing the Internet

Contents. Introduction. Getting Started. Navigating your Device. Customizing the Panels. Pure Android Audio. E-Books. Browsing the Internet Contents Introduction Getting Started Your Device at a Glance Charging Assembling the Power Adapter Turning On/Off, Unlocking Setting to Sleep and Waking Up Connecting to a Computer Navigating your Device

More information

Datasheet. Enterprise VoIP Phone with Touchscreen. Models: UVP-X, UVP, UVP-Pro, UVP-Executive. High-Definition, Multi-Touch Color Display

Datasheet. Enterprise VoIP Phone with Touchscreen. Models: UVP-X, UVP, UVP-Pro, UVP-Executive. High-Definition, Multi-Touch Color Display Enterprise VoIP Phone with Touchscreen Models: UVP-X, UVP, UVP-Pro, UVP-Executive High-Definition, Multi-Touch Color Display Powered by Android Integrates with UniFi Enterprise System Smartphone Technology

More information

USound GmbH. Megaclite USB-C headset Product Brief

USound GmbH. Megaclite USB-C headset Product Brief Product BriefMegaclite Megaclite USB-C headset Product Brief Features Stereo USB-C headset with MEMS full-range speakers High quality audio, 32 bit, 48 khz No battery in the headset, power is supplied

More information

JABRA HALO SMART. User Manual. jabra.com/halosmart

JABRA HALO SMART. User Manual. jabra.com/halosmart User Manual jabra.com/halosmart 2016 GN Netcom A/S. All rights reserved. Jabra is a registered trademark of GN Netcom A/S. All other trademarks included herein are the property of their respective owners.

More information

Quick Guide. Light Sensor. Focus Adjustment Ring. Infrared LED (IR Model) PIR Sensor (PIR Model) Micro SD Card Slot. Speaker

Quick Guide. Light Sensor. Focus Adjustment Ring. Infrared LED (IR Model) PIR Sensor (PIR Model) Micro SD Card Slot. Speaker Quick Guide 1 Hardware Overview Power/Network LED Indicator Wireless LED Indicator Light Sensor Focus Adjustment Ring Infrared LED (IR Model) PIR Sensor (PIR Model) LED (for PIR Model) Reset Button WPS

More information