Desi g n Document. Life Monitor. Group Members: Kenny Yee Xiangxiong Shi Emmanuel Panaligan

Size: px
Start display at page:

Download "Desi g n Document. Life Monitor. Group Members: Kenny Yee Xiangxiong Shi Emmanuel Panaligan"

Transcription

1 1 Desi g n Document Life Monitor Group Members: Kenny Yee Xiangxiong Shi Emmanuel Panaligan

2 2 Table of Contents The System Device GUI Two Block Diagrams The Hardware Part Description Schematic The Software login activeactivity msensormanager phone LocationManager Running the System Smart Guide

3 3 The System Device To create a system that is lightweight and intuitive enough to use without the hinderance of the user s ability to operate and carry other tools and equipment, and to use at a moment s notice, we will implement the use of a modern smart watch. fig1. concept GUI on the Moto 360 on its charging deck A bright LCD display will be visible in rooms with low to no levels of light. A Smart Watch, along with a paired Android phone will provide the sensors needed for the relevant information for tracking and logging the vitals signs and precise locations of firefighters. The wide array of APIs provided by a smart watch and Android phone will provide multiple ways of tracking the position of a firefighter that may or may not have a network connection. Such as GPS, Wifi, Heart Rate sensor, and pedometers. Using Android will make the entire system modular. Android is a strong standard so that the software can be paired among many current and future devices that are also cheap.

4 4 GUI The GUI was designed to be simplistic with minimal colors and clutter. Big texts display only the most relevant and important information that can easily be glanced at, and a distress button ia big enough to be used by a disoriented firefighter in stressful situations. Calm State Distress State fig2. Concept GUI. GUI on the right is in calm state and distress state on the right, changing from green to red A clear color change from a calm green to a vibrant red will display when the firefighter is experiencing a heart attack, or when they hit the distress button. This clear indication will let the user, and other firefighters know that immediate help and the evacuation of the user is imperative. The longitude and latitude of the firefighter will be tracked by GPS in the paired phone. Firefighters can then relay their location to other firefighter s where they can use their own location as a reference.

5 5 Two Block Diagrams fig3. block diagram 1 of the life monitor system

6 fig4. block diagram 2 of the life monitor system 6

7 7 The Hardware Part Description: Description Manufacturer Part # Price Moto 360 Motorola, Inc 00418NARTL $ Nexus 5 LG Corporation D820 $ Dell Inspiron 14 Dell Inc. i blk $249 table1. parts list for Life Monitor Because of the advantages of using the Android platform, as long as the hardware and software meets the requirements these parts are interchangeable. However, the Moto 360 is the only part that must be used because of its unique heart rate sensor API. Life Monitor can be easily implemented for future smart watches. Any android phone with software greater than 4.3 (Jellybean) can be used. This requirement must be used in order to download the Android Wearable app to pair the devices. We chose the Nexus 5, however cheaper alternatives can be used. The laptop is our main development unit and will not be required for the deployment of Life Monitor. Once the software is packaged, it will be able to run on the phone and Moto 360 independently. To develop the software however, a laptop must be able to run Windows 8 sufficiently to run the Android Studio and Life Monitor software. The Android phone will be the vital part of Life Monitor as it is the central hub of the system. The phone is responsible for saving the logs of the heart rate from the smartwatch, as well as gathering GPS and Wifi information. The moto 360 provides the front end of the system to be worn by the user. It displays all of the relevant information, as well as a manual distress button. The watch also provides the heart rate sensor to be transmitted to the screen.

8 8 Schematic: fig5. device overview fig6. hardware schematic

9 9 fig7. Moto360 hardware flowchart How to build: Android phone: 1. Go to android phone system setting and open developer option. if developer option is not there, go to about phone and tap build 7 times. 2. Check the USB debugging option and click Ok. 3. Connect the android phone to computer through USB 4. Choose to connect as camera if asked 5. Go to notification and click connect as camera and select the PTP option. 6. Open the Bluetooth on the phone 7. Go to play store and search for android wear. 8. Download and install android wear. 9. Open android wear and looking for the moto 360 in the list appear and click connect/pair. 10. After connected, click the moto 360 and search for the application received from laptop. 11. Install the application to moto Receive update from moto 360 and receive a warning if watch detect heart attack.

10 10 Computer: 1. Go to 2. Download and install the client you download. 3. In Android Studio, click SDK Manager in the tools->android. 4. Open the Tools directory and select: Android SDK Tools, Android SDK Platform-tools, Android SDK Build-tools (highest version) 5. Open the Android 5.1 folder (the latest version) and select: SDK Platform, ARM EABI v7a System Image 6. Open the Extras directory and select: Android Support Repository, Android Support Library, Google Repository, Google Play services, Google USB Driver 7. Click Install packages. 8. In the next window, double-click on the left to accept the license agreement for all packages. 9. Click Install. 10. Go to device manager and find your android phone in other devices tab 11. Right click the choose update driver software and choose browse my computer for driver and choose the driver location you install in step 6 and select include sub-folder. If your device doesn t support android phone, go to and download the android phone driver you have and install the driver. 12. Open the completed application(source code) in the file tab 13. Press the run and select your android phone/watch in the window appear. 14. Your android phone/watch should have the application launch on the screen. Moto 360: 1. Pair/connect with the android phone 2. Received the application download from the android phone 3. Launch the application 4. Record and update the heart rate 5. If heart attack detected or help button is pressed, send warning to the phone.

11 11 The Software login fig8. software diagram for the Life Monitor System. Blue marks moto 360 and green for the Android phone LifeMonitor starts at the login screen on the Android phone. The user inputs their name, rank (i.e sergeant), and the other firefighter s cell phone number that can be used for panic SMS messages. These variables are sent and set in the phone and Moto 360. The Android phone uses this input to identify who it s logging, and the name will be displayed on the Moto 360 so other firefighter s can identify the user. activeactivity The active activity is the main screen (the concept shown before) that displays all of the up to date information on the firefighter s vital signs, as well as the distress button. This class will run on the Moto 360, and will call the Heart Rate Sensor API, and receive the GPS signals from the phone. The text will constantly be updated

12 12 msensormanager The motorola API responsible for gathering the Heart Rate on the moto 360. This API is manufacturer dependent. phone The main class for the paired Android phone. It first recieves the user s input and sets their name and rank, then begins logging their heart rate signs from the moto 360. It also constantly sends up to date GPS information to the moto 360 LocationManager The GPS API for the Android phone. It provides the longitude and latitude values, and also the strongest provider. This API is standard among Android phones and can be implemented across many platforms. Most of the system relies on the software which mainly gathers information, and displays that to the user. In the backend, the software is mainly calling the APIs for updated information, and it logs the heart rate data gathered from the moto 360. Life Monitor continues running until the user stops the program.

13 13 Running the System Smart Guide 1. Touch the Handi icon to launch the phone app 2. The user will be prompted to enter their name, rank, and the phone numbers of the firefighter in their team.

14 14 3. Once logged in, the Wear companion app will start automatically 3. The watch will now continuously track the heart rate of the user and broadcast it to the phone via bluetooth. 4. If the phone app detects an anomaly in the user s BPM, it will trigger the Alert State on the watch and send a warning and the user s GPS location to the firefighters

15 5. The user can manually engage the Alert State on the watch by pressing the HELP button on the UI 15

CareSentinel Set Up Guide for Android Devices

CareSentinel Set Up Guide for Android Devices CareSentinel Set Up Guide for Android Devices Compatible Devices: Only devices running Android 4.3 or newer support Bluetooth Smart. Any smart phone or tablet running an Android operating system older

More information

Tutorial on Basic Android Setup

Tutorial on Basic Android Setup Tutorial on Basic Android Setup EE368/CS232 Digital Image Processing, Spring 2015 Windows Version Introduction In this tutorial, we will learn how to set up the Android software development environment

More information

Android Mobile App Building Tutorial

Android Mobile App Building Tutorial Android Mobile App Building Tutorial Seidenberg-CSIS, Pace University This mobile app building tutorial is for high school and college students to participate in Mobile App Development Contest Workshop.

More information

CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup. Emmanuel Agu

CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup. Emmanuel Agu CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup Emmanuel Agu What is Android? Android is world s leading mobile operating system Google: Owns Android, maintains it, extends

More information

A User s Introduction to. Global Rescue s GRID TM Mobile Application

A User s Introduction to. Global Rescue s GRID TM Mobile Application A User s Introduction to Global Rescue s GRID TM Mobile Application GRID TM Mobile App Highlights Travel Preparation and Planning the featured destination reports and country risk ratings provide travelers

More information

How To Use Textbuster On Android (For Free) On A Cell Phone

How To Use Textbuster On Android (For Free) On A Cell Phone www.textbuster.com 1 Applications and Account Manager Dashboard User Guide For Android phones www.textbuster.com 2 Downloading the TextBuster applications After the TextBuster device is installed into

More information

Configuration Guide Contigo Mobile Tracker

Configuration Guide Contigo Mobile Tracker Track Fleet Personnel / Vehicles with a Mobile Device Users with access to the GPS Fleet Tracker mobile app on iphone and Android can now enable a tracking session on their smartphone, turning their phone

More information

Android Setup Phase 2

Android Setup Phase 2 Android Setup Phase 2 Instructor: Trish Cornez CS260 Fall 2012 Phase 2: Install the Android Components In this phase you will add the Android components to the existing Java setup. This phase must be completed

More information

CSA Software Listing 2016-2017. Table of Contents. Both Windows and Mac platforms are supported.

CSA Software Listing 2016-2017. Table of Contents. Both Windows and Mac platforms are supported. CSA Software Listing 2016-2017 Both Windows and Mac platforms are supported. Table of Contents Student Access and Permissions... 2 Web Browsers... 2 Mozilla Firefox... 2 Internet Explorer... 2 Google Chrome...

More information

Getting TechWizard Version 4 Started Using Excel 2007 or Higher

Getting TechWizard Version 4 Started Using Excel 2007 or Higher Getting TechWizard Version 4 Started Using Excel 2007 or Higher This document covers installing, registering, and starting TechWizard in Excel 2007 or higher. Please note that TechWizard is registered

More information

GROUPTALK FOR ANDROID VERSION 3.0.0. for Android

GROUPTALK FOR ANDROID VERSION 3.0.0. for Android for Android Requirements Android version 2.3 or later. Wi-Fi or mobile data connection of at least 20kbit/s network bandwidth. Optional: Bluetooth audio requires Android version 4.0.3 or later. Optional:

More information

IOIO for Android Beginners Guide Introduction

IOIO for Android Beginners Guide Introduction IOIO for Android Beginners Guide Introduction This is the beginners guide for the IOIO for Android board and is intended for users that have never written an Android app. The goal of this tutorial is to

More information

Lab 0 (Setting up your Development Environment) Week 1

Lab 0 (Setting up your Development Environment) Week 1 ECE155: Engineering Design with Embedded Systems Winter 2013 Lab 0 (Setting up your Development Environment) Week 1 Prepared by Kirill Morozov version 1.2 1 Objectives In this lab, you ll familiarize yourself

More information

Introduction to Gear VR Development in Unity APPENDIX A: SETUP (MAC OS X)

Introduction to Gear VR Development in Unity APPENDIX A: SETUP (MAC OS X) Introduction to Gear VR Development in Unity APPENDIX A: SETUP (MAC OS X) 3-hour Workshop Version 2015.07.13 Contact us at hello-dev@samsung.com Presented by Samsung Developer Connection and MSCA Engineering

More information

Download and Installation Instructions. Android SDK and Android Development Tools (ADT)

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Mac OS X Updated October, 2012 This document will describe how to download and install the Android SDK and

More information

Two Factor Authentication (TFA; 2FA) is a security process in which two methods of authentication are used to verify who you are.

Two Factor Authentication (TFA; 2FA) is a security process in which two methods of authentication are used to verify who you are. Two Factor Authentication Two Factor Authentication (TFA; 2FA) is a security process in which two methods of authentication are used to verify who you are. For example, one method currently utilized within

More information

How to Install Applications (APK Files) on Your Android Phone

How to Install Applications (APK Files) on Your Android Phone How to Install Applications (APK Files) on Your Android Phone Overview An Android application is stored in an APK file (i.e., a file named by {Application Name}.apk). You must install the APK on your Android

More information

Welcome to the Opus Bank Mobile Banking App User Guide

Welcome to the Opus Bank Mobile Banking App User Guide Welcome to the Opus Bank Mobile Banking App User Guide 1.855.678.7226 servicecenter@opusbank.com www.opusbank.com Table of Contents Enroll in Mobile Banking & Install App... 3 Login to Personal Online

More information

Mobility with Eye-Fi Scanning Guide

Mobility with Eye-Fi Scanning Guide Mobility with Eye-Fi Scanning Guide Scan and Transfer Images Wirelessly with Eye-Fi This document is to be used in addition to the scanner s user guide located on the installation disc. The instructions

More information

Introduction to Gear VR Development in Unity APPENDIX A: SETUP (WINDOWS 7/8)

Introduction to Gear VR Development in Unity APPENDIX A: SETUP (WINDOWS 7/8) Introduction to Gear VR Development in Unity APPENDIX A: SETUP (WINDOWS 7/8) 3-hour Workshop Version 2015.07.13 Contact us at hello-dev@samsung.com Presented by Samsung Developer Connection and MSCA Engineering

More information

Standard Operating Procedure for Upgrading the Firmware to Android Kit Kat

Standard Operating Procedure for Upgrading the Firmware to Android Kit Kat PadFone 2 E9525 Standard Operating Procedure for Upgrading the Firmware to Android Kit Kat Download the latest firmware from the ASUS Support site and follow the instructions described in this guide to

More information

Islamic University of Gaza. Faculty of Engineering. Computer Engineering Department. Mobile Computing ECOM 5341. Eng. Wafaa Audah.

Islamic University of Gaza. Faculty of Engineering. Computer Engineering Department. Mobile Computing ECOM 5341. Eng. Wafaa Audah. Islamic University of Gaza Faculty of Engineering Computer Engineering Department Mobile Computing ECOM 5341 By Eng. Wafaa Audah June 2013 1 Setting Up the Development Environment and Emulator Part 1:

More information

Getting Started with the LabVIEW Mobile Module

Getting Started with the LabVIEW Mobile Module Getting Started with the LabVIEW Mobile Module Contents The LabVIEW Mobile Module extends the LabVIEW graphical development environment to Mobile devices so you can create applications that run on Windows

More information

ESC Mobile App Guide

ESC Mobile App Guide ESC Mobile App Guide General Info and Installation Guide For Android Note: If you re just trying to demo the ESC Mobile app in our sample database, then all that is required is to download it from your

More information

The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.

The Eclipse Classic version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended. Installing the SDK This page describes how to install the Android SDK and set up your development environment for the first time. If you encounter any problems during installation, see the Troubleshooting

More information

How To Run A Hello World On Android 4.3.3 (Jdk) On A Microsoft Ds.Io (Windows) Or Android 2.7.3 Or Android 3.5.3 On A Pc Or Android 4 (

How To Run A Hello World On Android 4.3.3 (Jdk) On A Microsoft Ds.Io (Windows) Or Android 2.7.3 Or Android 3.5.3 On A Pc Or Android 4 ( Developing Android applications in Windows Below you will find information about the components needed for developing Android applications and other (optional) software needed to connect to the institution

More information

Welcome to a whole new level of interactive home security

Welcome to a whole new level of interactive home security Welcome to a whole new level of interactive home security User Manual TouchScreen Key Fob Keychain Remote Web Access Mobile Access ReadyHome User Manual Introducing a whole new level of security for the

More information

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Microsoft Windows Updated September, 2013 This document will describe how to download and install the Android

More information

Android Development Tutorial. Nikhil Yadav CSE40816/60816 - Pervasive Health Fall 2011

Android Development Tutorial. Nikhil Yadav CSE40816/60816 - Pervasive Health Fall 2011 Android Development Tutorial Nikhil Yadav CSE40816/60816 - Pervasive Health Fall 2011 Database connections Local SQLite and remote access Outline Setting up the Android Development Environment (Windows)

More information

DRAFT COPY: CONTENTS SUBJECT TO CHANGE. FTC Training Manual. JAVA Programming for the Next Gen Controller. FIRST Tech Challenge 8/3/2015

DRAFT COPY: CONTENTS SUBJECT TO CHANGE. FTC Training Manual. JAVA Programming for the Next Gen Controller. FIRST Tech Challenge 8/3/2015 DRAFT COPY: CONTENTS SUBJECT TO CHANGE FTC Training Manual JAVA Programming for the Next Gen Controller FIRST Tech Challenge 8/3/2015 This document contains training material to introduce students and

More information

Basic Android Setup. 2014 Windows Version

Basic Android Setup. 2014 Windows Version Basic Android Setup 2014 Windows Version Introduction In this tutorial, we will learn how to set up the Android software development environment and how to implement image processing operations on an Android

More information

March 2012. How Eye-Fi Works Overview Flowcharts

March 2012. How Eye-Fi Works Overview Flowcharts March 2012 How Eye-Fi Works Overview Flowcharts 2012 Visioneer, Inc. (A Xerox Trademark Licensee) All rights reserved. XEROX, XEROX and Design, and DocToMe are registered trademarks of Xerox Corporation

More information

my i-limb App: Android Quick Reference Guide for i-limb ultra

my i-limb App: Android Quick Reference Guide for i-limb ultra my i-limb App: Android Quick Reference Guide for i-limb ultra 1 Contents 1 Welcome and important points 2 Getting started 5 Activation 6 Connection 6 Searching for another device 7 Authorized user access

More information

Enrollment Process for Android Devices

Enrollment Process for Android Devices 1 Enrollment Process for Android Devices Introduction:... 2 Pre-requisites:... 2 Via SMS:... 2 Via Email:... 11 Self Service:... 19 2 Introduction: This is a brief guide to enrolling an android device

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

BlackVue Cloud App Overview...3. Getting Started...6. Basic Menu Screens...15. BlackVue Cloud...24. BlackVue Wi-Fi...40. Internal Memory...

BlackVue Cloud App Overview...3. Getting Started...6. Basic Menu Screens...15. BlackVue Cloud...24. BlackVue Wi-Fi...40. Internal Memory... Table of Contents BlackVue Cloud App Overview...3 Key Functions When Cloud is Connected...4 Key Functions When Wi-Fi Connection is Made...4 Key Features of Internal Memory...4 Supported Devices...5 Getting

More information

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Microsoft Windows Updated May, 2012 This document will describe how to download and install the Android SDK

More information

Easy to send multiple text messages using Android Bulk SMS Software

Easy to send multiple text messages using Android Bulk SMS Software Easy to send multiple text messages using Android Bulk SMS Software DRPU Bulk SMS Software is a leading Software Development Company offers variety of Text Messaging Software to easily promote your business

More information

WAMLocal. Wireless Asset Monitoring - Local Food Safety Software. Software Installation and User Guide BA/WAM-L-F

WAMLocal. Wireless Asset Monitoring - Local Food Safety Software. Software Installation and User Guide BA/WAM-L-F Wireless Asset Monitoring - Local Food Safety Software BA/WAM-L-F Software Installation and User Guide System Overview The BAPI Wireless Asset Monitoring Local (WAM Local) Software receives temperature

More information

GPS WATCH Q50 MANUAL

GPS WATCH Q50 MANUAL GPS WATCH Q50 MANUAL Please read the instruction of the smart watch carefully before using, The color is subject to the actual product. I. Quick Start Guide: 1. Remove the battery cover, install a small

More information

, ACTIVITY AND, SLEEP TRACKING SMARTWATCH

, ACTIVITY AND, SLEEP TRACKING SMARTWATCH 2, ACTIVITY AND, SLEEP TRACKING SMARTWATCH TIME CALLS ACTIVITY KEY FACTS UNIQUE SELLING POINTS PRICE 79,90 COMPATIBILITY ios, Android, Windows Phone, PC Windows, MAC DESIGN fashion and Swiss, Available

More information

Manual. Start accepting card payments with payleven

Manual. Start accepting card payments with payleven Manual Start accepting card payments with payleven The Chip & PIN card reader Top Magnetic stripe card reader Front Bluetooth symbol Battery life 0-button (pairing button) Cancel Back Confirmation Bottom

More information

SAP NetWeaver Fiori. For more information, see "Creating and enabling a trusted provider for Centrify" on page 108-10.

SAP NetWeaver Fiori. For more information, see Creating and enabling a trusted provider for Centrify on page 108-10. Chapter 108 Configuring SAP NetWeaver Fiori The following is an overview of the steps required to configure the SAP NetWeaver Fiori Web application for single sign-on (SSO) via SAML. SAP NetWeaver Fiori

More information

Health Monitoring Demo for ice40 Ultra Wearable Development Platform User Guide. UG103 Version 1.0, September 2015

Health Monitoring Demo for ice40 Ultra Wearable Development Platform User Guide. UG103 Version 1.0, September 2015 ice40 Ultra Wearable Development Platform User Guide UG103 Version 1.0, September 2015 Demo Setup Hardware Requirements ice40 Ultra Wearable Development Platform Android smart phone with Android 4.3 or

More information

How To Upgrade A Yarvik Gotab Tablet To Android 4.0 (For Android) 4.2.2 (For Ipad) 4Th Generation (For Microsoft) 4S) 4G (For Zemmer) 4

How To Upgrade A Yarvik Gotab Tablet To Android 4.0 (For Android) 4.2.2 (For Ipad) 4Th Generation (For Microsoft) 4S) 4G (For Zemmer) 4 TAB420/424/460/461/464 GOTAB XERIOS 10 TABLET ANDROID 4.0 UPGRADE INSTRUCTIONS Page 1 of 9 BEFORE YOU START: BACKUP IMPORTANT DATA! Upgrading your Yarvik tablet to Android 4.0 will erase all user settings,

More information

Remote Android Assistant with Global Positioning System Tracking

Remote Android Assistant with Global Positioning System Tracking IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. III (Mar-Apr. 2014), PP 95-99 Remote Android Assistant with Global Positioning System Tracking

More information

WEARIT DEVELOPER DOCUMENTATION 0.2 preliminary release July 20 th, 2013

WEARIT DEVELOPER DOCUMENTATION 0.2 preliminary release July 20 th, 2013 WEARIT DEVELOPER DOCUMENTATION 0.2 preliminary release July 20 th, 2013 The informations contained in this document are subject to change without notice and should not be construed as a commitment by Si14

More information

Cisco Events Mobile Application

Cisco Events Mobile Application Welcome to the new free Cisco Events mobile application! Using this tool, participants can: Connect with peers and Cisco representatives attending an event virtually or onsite Earn points towards exclusive

More information

Precise innovation presents: USer manual

Precise innovation presents: USer manual Precise innovation presents: USer manual Let the FUn Begin! The goal of Caref is simple to give parents greater peace of mind and children a greater sense of freedom when they should be focusing as much

More information

Using the Shockbox Application on your Android Phone (ver 1.5)

Using the Shockbox Application on your Android Phone (ver 1.5) Using the Shockbox Application on your Android Phone (ver 1.5) Impakt Protective thanks you for your Shockbox purchase. The Shockbox sensor and the application work together to provide you with immediate

More information

LandAirSea Tracking Key READ THIS BEFORE USING THE LANDAIRSEA TRACKING KEY

LandAirSea Tracking Key READ THIS BEFORE USING THE LANDAIRSEA TRACKING KEY LandAirSea Tracking Key READ THIS BEFORE USING THE LANDAIRSEA TRACKING KEY 1. KNOW HOW GPS WORKS. The LandAirSea Tracking Key uses GPS to find its location. In order to lock onto the location, the GPS

More information

Step-by-Step Instructions Download and Transfer of OverDrive Titles to Devices!

Step-by-Step Instructions Download and Transfer of OverDrive Titles to Devices! Nook (Non-Tablet) Compatible with Barnes & Noble ebooks and Adobe EPUB ebook Step-by-Step Instructions Download and Transfer of OverDrive Titles to Devices! If this is the first time you are using your

More information

FOBO Tire quick start guide

FOBO Tire quick start guide FOBO Tire quick start guide 1 Preparation iphone Android (Galaxy S4) (1) Please turn ON your smartphone Bluetooth and Location service [ iphone ] Bluetooth : "Setting" "Bluetooth" Location Service : "Setting"

More information

Setting up Sudoku example on Android Studio

Setting up Sudoku example on Android Studio Installing Android Studio 1 Setting up Sudoku example on Android Studio Installing Android Studio Android Studio provides everything you need to start developing apps for Android, including the Android

More information

www.novell.com/documentation User Guide Novell iprint 1.1 March 2015

www.novell.com/documentation User Guide Novell iprint 1.1 March 2015 www.novell.com/documentation User Guide Novell iprint 1.1 March 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation, and specifically

More information

Tutorial for Android users *with the CONNECTED WATCH App

Tutorial for Android users *with the CONNECTED WATCH App Tutorial for Android users *with the CONNECTED WATCH App 8 July 2014 Table of Contents 1. How to use the watch 2. How to pair the watch to your device 1. Step 1: Prepare your watch for pairing 2. Step

More information

Installation Introduction

Installation Introduction Installation Introduction It only takes a few steps to get things set up properly so you can be using the Safety Meeting App in no time. Its as easy as 1-2-3: 1) 2) 3) Enroll Your Company and Get your

More information

FX-BTCVT Bluetooth Commissioning Converter Commissioning Guide

FX-BTCVT Bluetooth Commissioning Converter Commissioning Guide FX-BTCVT Bluetooth Commissioning Converter Commissioning Guide FX-BTCVT-1 (Bluetooth Commissioning Converter) Code No. LIT-12011665 Issued December 5, 2014 Refer to the QuickLIT website for the most up-to-date

More information

GS-SL2X00 Series. GS-WTX00 Series. Enterprise Android Barcode Device. User Manual

GS-SL2X00 Series. GS-WTX00 Series. Enterprise Android Barcode Device. User Manual GS-SL2X00 Series GS-WTX00 Series Enterprise Android Barcode Device User Manual Version:1.0 1 / 50 2 / 50 1. Introduction GS-SL2000 Enterprise Android Barcode Sled is designed for Samsung Galaxy Trend Duos

More information

Getting Started with Android Development

Getting Started with Android Development Getting Started with Android Development By Steven Castellucci (v1.1, January 2015) You don't always need to be in the PRISM lab to work on your 4443 assignments. Working on your own computer is convenient

More information

Android Tutorial. Larry Walters OOSE Fall 2011

Android Tutorial. Larry Walters OOSE Fall 2011 Android Tutorial Larry Walters OOSE Fall 2011 References This tutorial is a brief overview of some major concepts Android is much richer and more complex Developer s Guide http://developer.android.com/guide/index.html

More information

YOUR INTERACTIVE SECURITY

YOUR INTERACTIVE SECURITY YOUR INTERACTIVE SECURITY MyFrontpoint.com: Setup & Features SECURITY THE WAY YOU WANT IT After your activation call, you ll receive your MyFrontpoint.com login and password via email. Log on at www.myfrontpoint.com.

More information

Remote Access VPN SSL VPN Access via Internet Explorer

Remote Access VPN SSL VPN Access via Internet Explorer The following instructions will allow you to access your company network remotely, via your Internet Explorer web browser. 1. Launch Internet Explorer and choose Internet Options from the Tools menu. 2.

More information

2342-4. Scientific m-learning. 4-7 June 2012. Mobile Application Development using App Inventor for Android Devices

2342-4. Scientific m-learning. 4-7 June 2012. Mobile Application Development using App Inventor for Android Devices 2342-4 Scientific m-learning 4-7 June 2012 Mobile Application Development using App Inventor for Android Devices TRIVEDI Kirankumar Rajnikant Shantilal Shah Engineering College New Sidsar Campu, PO Vartej

More information

FiLIP 2 USER GUIDE 2015 Filip Technologies, Inc. All Rights Reserved. APR 2015

FiLIP 2 USER GUIDE 2015 Filip Technologies, Inc. All Rights Reserved. APR 2015 FiLIP 2 USER GUIDE 2015 Filip Technologies, Inc. All Rights Reserved. APR 2015 WELCOME TO THE FiLIP FAMILY FiLIP helps children stay in touch with their parents and helps parents know where their children

More information

AXON Mobile for Android Devices User Manual

AXON Mobile for Android Devices User Manual AXON Mobile for Android Devices User Manual IMPORTANT SAFETY INSTRUCTIONS. Read all warnings and instructions. Save these instructions. For the most current product warnings and instructions, go to www.taser.com.

More information

VIRTUAL DESKTOP COMPANION SOFTWARE FOR MAC

VIRTUAL DESKTOP COMPANION SOFTWARE FOR MAC VIRTUAL DESKTOP COMPANION SOFTWARE FOR MAC USER MANUAL 25206A ABOUT THIS MANUAL Thank you for getting the Boogie Board Sync 9.7 LCD ewriter. This manual will help you with the Sync Virtual Desktop Companion

More information

Setup your heart rate zones and register for product updates QUICK START GUIDE

Setup your heart rate zones and register for product updates QUICK START GUIDE Setup your heart rate zones and register for product updates QUICK START GUIDE MIO LINK To download the Complete User Guide, get important battery care information, and register your Mio LINK, visit: mioglobal.com/support.

More information

Zipit Chat. Functional Specification / User Manual

Zipit Chat. Functional Specification / User Manual Zipit Chat Functional Specification / User Manual 1 Table of Contents 1. Zipit Chat Overview... 4 How to download... 4 Supported version... 4 2. Functionalities... 4 Get Started... 4 Login... 7 Payment

More information

identifinder R-Series Handheld Radiation Detectors

identifinder R-Series Handheld Radiation Detectors identifinder R-Series Handheld Radiation Detectors Portable Gamma Spectroscopy Systems Entry Control Checkpoints Vehicle Screening Checkpoints Package/Baggage Inspection Mailroom Safeguards Critical Infrastructure

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

This document is intended to make you familiar with the ServersCheck Monitoring Appliance

This document is intended to make you familiar with the ServersCheck Monitoring Appliance ServersCheck Monitoring Appliance Quick Overview This document is intended to make you familiar with the ServersCheck Monitoring Appliance Although it is possible, we highly recommend not to install other

More information

Using 2Can. There are three basic steps involved in migrating all of your data from your BlackBerry to your Android phone:

Using 2Can. There are three basic steps involved in migrating all of your data from your BlackBerry to your Android phone: Using 2Can There are three basic steps involved in migrating all of your data from your BlackBerry to your Android phone: 1. Backup your BlackBerry 2. Transfer the backup file to your new Android phone

More information

White Rabbit Mobile App. Quick Reference

White Rabbit Mobile App. Quick Reference White Rabbit Mobile App Quick Reference Confidentiality Statement All information contained in this document is provided in confidence and shall not be published or disclosed wholly or in part to any other

More information

SmartWatch Eco/Eco Compact

SmartWatch Eco/Eco Compact SmartWatch Eco/Eco Compact Digital Video Recorders SmartWatch Eco SmartWatch Eco Compact Mobile Application Installation & Operation Manual Table of Contents Introduction...3 Installation and Operation

More information

USB Edition TM-STD30 User Guide

USB Edition TM-STD30 User Guide USB Edition TM-STD30 User Guide 1 Rev 4.0.8 http://www.temperaturealert.com/ 2012 Temperature@lert User Guide Thank you for choosing Temperature@lert. The USB Edition monitors the ambient temperature and

More information

Adobe Connect and Zoom are web conferencing tools with many features. Google Hangouts and Skype are primarily for voice calling or text chat.

Adobe Connect and Zoom are web conferencing tools with many features. Google Hangouts and Skype are primarily for voice calling or text chat. Group Work Options The group work options listed below can be used during IVC course sessions. Students will have to have a pair of headphones and a microphone for all of these options. Individual groups

More information

Guardian Tracking Systems

Guardian Tracking Systems Guardian Tracking Systems Operations Manual Revision 2.7 May 2010 All Rights Reserved. 2006-2010 Table of Contents LOGIN SCREEN... 3 USER CONFIGURATION... 4 Locale Screen... 4 Report Email... 4 Report

More information

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO)

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO) Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO) Firm Laptop Windows Home PC Mac Computer Apple ipad Android Devices Exit akingump.com 2015 Akin Gump Strauss Hauer & Feld LLP Check Point

More information

Mobile App: Synthes International Installation Guide

Mobile App: Synthes International Installation Guide Mobile App: Synthes International Installation Guide Version: 1.0 Datum: June 15, 2011 Autor: Urs Heller Table of Contents 1. Requirements 3 1.1 Hardware 3 1.2 Software 3 2. Do I have an Apple ID? Is my

More information

VIRTUAL DESKTOP COMPANION SOFTWARE FOR WINDOWS

VIRTUAL DESKTOP COMPANION SOFTWARE FOR WINDOWS VIRTUAL DESKTOP COMPANION SOFTWARE FOR WINDOWS USER MANUAL 25205A About this Manual Thank you for getting the Boogie Board Sync 9.7 LCD ewriter. This manual will help you with the Sync Virtual Desktop

More information

Installing Android Wear app on your phone

Installing Android Wear app on your phone Quick Start Guide Powering on Press and hold for three (3) seconds. Installing Android Wear app on your phone IMPORTANT! Visit g.co/wearcheck on your phone to see if it is compatible with Android Wear

More information

Android Tablet Basics Class Handouts

Android Tablet Basics Class Handouts Android Tablet Basics Class Handouts Presented by: Adult Services Department Crystal Lake Public Library 126 Paddock Street Crystal Lake, IL 60014 815-459-1687 x7 Parts of Your Android Tablet Front camera

More information

Mobile Banking FAQ for Business

Mobile Banking FAQ for Business Mobile Banking FAQ for Business General Questions 1. What is National Bank of Arizona Business Mobile Banking? Mobile Banking provides anytime access to your eligible account(s) from select mobile phones

More information

Vehicle Monitoring Quick Reference Guide

Vehicle Monitoring Quick Reference Guide Vehicle Monitoring Quick Reference Guide Powered by Delphi Welcome You re about to experience a powerful device that will deliver a new level of convenience and peace of mind with your vehicle. When combined

More information

Alarm Security Kit - NVR

Alarm Security Kit - NVR Alarm Security Kit - NVR EN The alarm configuration menu (see above right screenshot) allows you to configure and change settings for the PIR movement sensors, window/door sensors, remote controls (key

More information

Guide for Remote Control PDA

Guide for Remote Control PDA 030.0051.01.0 Guide for Remote Control PDA For Use with Bluetooth and a PC Running Windows 7 Table of Contents A. Required Parts... 3 B. PC Software Installation... 3 C. Configure PC Software... 4 D. Testing

More information

Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04

Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04 Tutorial: BlackBerry Object API Application Development Sybase Unwired Platform 2.2 SP04 DOCUMENT ID: DC01214-01-0224-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This

More information

Wireless Hotspots Printer Configuration for Laptops running Windows 7

Wireless Hotspots Printer Configuration for Laptops running Windows 7 Wireless Hotspots Printer Configuration for Laptops running Windows 7 GUIDE User Support IT Services University of Malta 2013 User Support IT Services University of Malta Msida MSD 2080 Malta May only

More information

Smartphone Development Tutorial

Smartphone Development Tutorial Smartphone Development Tutorial CS 160, March 7, 2006 Creating a simple application in Visual Studio 2005 and running it using the emulator 1. In Visual Studio 2005, create a project for the Smartphone

More information

Android Programming. Høgskolen i Telemark Telemark University College. Cuong Nguyen, 2013.06.18

Android Programming. Høgskolen i Telemark Telemark University College. Cuong Nguyen, 2013.06.18 Høgskolen i Telemark Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Cuong Nguyen, 2013.06.18 Faculty of Technology, Postboks 203, Kjølnes ring

More information

Live Maps. for System Center Operations Manager 2007 R2 v6.2.1. Installation Guide

Live Maps. for System Center Operations Manager 2007 R2 v6.2.1. Installation Guide Live Maps for System Center Operations Manager 2007 R2 v6.2.1 Installation Guide CONTENTS Contents... 2 Introduction... 4 About This Guide... 4 Supported Products... 4 Understanding Live Maps... 4 Live

More information

Bluetooth Pairing with CUE - Android TM

Bluetooth Pairing with CUE - Android TM Bluetooth Pairing with CUE - Android TM DRIVER: say Pair Phone" BLUETOOTH SEARCH STEPS:. On the Home screen Select the Menu. Settings. Wireless & Networks. Toggle Bluetooth to on 9. Bluetooth Settings.

More information

Download and Install the Citrix Receiver for Mac/Linux

Download and Install the Citrix Receiver for Mac/Linux Download and Install the Citrix Receiver for Mac/Linux NOTE: WOW can only be used with Internet Explorer for Windows. To accommodate WOW customers using Mac or Linux computers, a Citrix solution was developed

More information

Example Connection between USB Host and Android

Example Connection between USB Host and Android Example connection between USB Host and Android Example Connection between USB Host and Android This example illustrates the connection between Board ETMEGA2560-ADK and Android through Port USB Host. In

More information

CNR-BTU5 Bluetooth Dongle

CNR-BTU5 Bluetooth Dongle CNR-BTU5 Bluetooth Dongle A. Package Contents Bluetooth USB Adapter Bluetooth software and driver CD Multi-language user manuals in CD 1. Installing Bluetooth software for windows 1. Insert the Installation

More information

QUICK START GUIDE Bluetooth Cordless Hand Scanner (CHS)

QUICK START GUIDE Bluetooth Cordless Hand Scanner (CHS) QUICK START GUIDE Bluetooth Cordless Hand Scanner (CHS) 1D Imager Models CHS 7Ci, 7Di, 7DiRx LED Trigger button Power button (also for ios Keyboard Pop-up) Model shown: CHS 7Di This document pertains to

More information

Anchor End-User Guide

Anchor End-User Guide Table of Contents How to Access Your Account How to Upload Files How to Download the Desktop Sync Folder Sync Folder How to Share a File 3 rd Party Share from Web UI 3 rd Party Share from Sync Folder Team-Share

More information

8x8 Virtual Office Mobile User Guide for Android

8x8 Virtual Office Mobile User Guide for Android 8x8 User Guide for Android May 2012 The Champion For Business Communications Table of Contents Introduction... 3 Verify Your Android Version...4 Getting Started.... 5 Installation......................................

More information

Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3 SP02

Tutorial: Android Object API Application Development. SAP Mobile Platform 2.3 SP02 Tutorial: Android Object API Application Development SAP Mobile Platform 2.3 SP02 DOCUMENT ID: DC01939-01-0232-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication

More information