Zebra New EDA Device MC36 Software features and Developer Guide Eric Hu

Size: px
Start display at page:

Download "Zebra New EDA Device MC36 Software features and Developer Guide Eric Hu"

Transcription

1

2 Zebra New EDA Device MC36 Software features and Developer Guide Eric Hu Principal Software Engineer

3 Agenda MC36 Introduction SW Functionality Scan Config Scan Demo Key Remapping MDM solution - SOTI Programming SDK Introduction Scan APIs Touch Input Manager APIs Intent APIs Mediatek APIs Debugging Backup Customer Security Keys

4 MC36 Introduction

5 MC36 Introduction- Product Overview Rugged Value Tiered Enterprise Mobile Computer with b/g/n and Dual WWAN WCDMA & TD-SCDMA System: MTK MT6582 ARM Cortex -A7 quad-core (1.3GHz) CPU 1GB RAM / 8GB Flash Memory Android Kit Kat microsd Slot supports up to 32GB microsd Card Connectivity: Dual WAN: GSM 900/1800 WCDMA & TD- SCDMA; WCDMA B1,B8&TDSCDMA B34,B39 for China Dual micro SIM WLAN: b/g/n WPAN: BT 4.0 Integrated Autonomous GPS with A-GPS USB2.0 (host/client); Ergonomics & UI: One handed, ambidextrous data capture form factor 4.3" Color WVGA display for best-in-class outdoor visibility Capacitive Touch Panel with 2 pts operation 24-Key Numeric Keypad Two scan side keys and volume key Best in Class Ruggedness: Operating Temp: -10 deg C to +50 deg C 4ft/1.2m drop to concrete per MIL-STD 810G 300 drops 1.6ft/0.5m Tumbles IP65 Sealing (Dust and Water) ESD +/-15KV Air & +/-8KV Contact Data Capture: Integrated 1D (SE655) or 2D (SE4710) Imager 5MP AF color camera HF-RFID Card Reader, Card Emulation Sensor Technologies: 3-axis accelerometer for display orientation and power management Ambient light sensor to auto adjust display brightness, keypad and display backlight Proximity Sensor to automatically detect when the user places the handset against head during a phone call to disable display output and touch input Accessory eco-system: Single-Slot Charging Cradle Vehicle Charger Hand-strap Battery: Rechargeable Li-Ion: Standard Capacity, 3.7V, 2940mAh; Extended 1.5x, 3.7V, 4410mAh 12 Hour Shift RTC backup Audio: Speaker 0.7 Watts avg; Voice Support (Internal Speaker/MIC) Single MIC Platforming: MTK performance platform Supports Android SDK, Rho, and SOTI for Android

6 MC36 Cradle: Single slot cradle with battery charger

7 MC36 Software Functionality

8 SW Functionality Scan Config Provides UI interfaces for user to setup Scan Engine Provides a background service and communicate with built-in scanner to allow user do scan bar code in applications without adding any customization

9 SW Functionality Scan Config APPLICATIONS Application Association Specify applications that is able to receive scan data in foreground from scanner Initially the association list contains ScanDemo, Browser, , Messaging and QuickSearchBox Quick Launch Enable/disable to launch ScanDemo by Scan trigger key in Launcher

10 SW Functionality Scan Config BARCODE INPUT Enabled Enable/Disable scanner decode input (Enabled by default) Decoders Configuration for enable/disable individual barcode type Decoder Params Provides options to configure decoder parameters for each individual barcode type UPC/EAN Params Provide setup for generic UPC/EAN Reader Params Specific settings for reader (scanner) Scan Params Specific settings for scanning behavior Encoding supports UTF-8, and Traditional/Simplified Chinese encoding (GB18030, GBK, BIG5, BIG5-HKSCS)

11 SW Functionality Scan Config BARCODE INPUT Keystroke Output (The Keystroke Plug-in captures and sends data received from the scanner to the foreground applications by emulating keystrokes) Enabled: Enables or disables Action key character: Enables or disables decoding of a special character embedded within a bar code for use in native Android applications Basic data formatting: Allows Scan Config to add a prefix and/or a suffix to the captured data before passing it to the Keystroke Output Intent Output (The Intent Output plug-in allows the captured data to be sent to an application in the form of an implicit Intent) Enabled: Enables or disables this plug-in Intent actions: Enter the Intent Action name Intent Category: Enter the Intent Category name Basic data formatting: Allows to add a prefix and/or a suffix to for the Intent output

12 SW Functionality Scan Config Configuration Management Import : Allows the user to import Scan Config configuration file from specified path. The imported configuration overrides the current configuration Export: Allows the user to export the current Scan Config configuration to specified path Restore: Restore the configuration to factory defaults About: Shows the versions of scanner API, scanning framework, Scan Config and scanner firmware

13 SW Functionality Scan Config Configuration Management Auto Import (The configuration will be used the next time an associated application is opened ) Scan Config monitors the Enterprise folder /enterprise/device/settings/scanconfig/autoimport for prefs.xml file. Once prefs.xml is found, Scan Config imports the file and replaces the existing configuration. Then, Scan Config deletes the prefs.xml after finishing import. Configuration persistence after Enterprise reset: Enterprise folder is persistent and maintains data after an Enterprise reset After an Enterprise reset, Scan Config checks folder for a configuration file

14 SW Functionality Key Programmer MC36 provides buttons can be programmed to Difference functions Shortcuts to install applications MC36 programmable Keys Center scan button Left & Right scan button P1 & P2 Configuration File import/export The Button Remapping configuration can be exported to an xml file and imported Wakeup Configuration: Center, Left and Right Scan three keys

15 SW Functionality SOTI MobiControl (MDM Application) Provisioning: MobiControl Stage provides configuration functionality for Wifi, VPN, NFC and Bluetooth via scanning barcode Devices Management: MobiControl Agent provides tool for IT administrator to manage devices (E.g. Enforce complex passwords, Turn features on and off, implement hardware and OS restriction policies, and remotely lock and wipe devices, etc) Applications Management: MobiControl Agent provides over-theair distribution, configuration, updating, and removal of applications Content Management: MobiControl Agent can configure priority levels, specifying time durations for document availability, stagger content distribution by location

16 MC36 Programming

17 SDK Introduction The SDK Add-on package includes: Libraries for Symbol APIs and Mediatek APIs. Sample code for Scan API SDK Add-on Installation (Use Eclipse as example) Make sure the Android SDK and Eclipse are installed. Extract MC36 SDK Add-on file to add-ons folder of Android SDK Installation folder Open Android SDK Manager to check if MC36 SDK add-on is installed Use SDK Add-on in Eclipse: Open Eclipse IDE Create a new Android Project; Select Symbol Add-on in Compile With as target

18 MC36 APIs Scanning APIs com.symbol.scanning.scanner /* Scanner class will provide the access to the built-in scanner */.ScannerVersion.DataListener /* Callback to notify client on a good decode.the decoded barcode string would be stored in the argument*/.statuslistener.scannerinfo com.symbol.scanning.barcodemanager /* The primary object to access the barcode scanning feature */ com.symbol.scanning.scannerexception /* Show the exception when an error occurs */ com.symbol.scanning.statusdata /* Class to indicate the scanner status */ com.symbol.scanning.scandatacollection /*The ScanDataCollection object gives scanning result and the collection of ScanData*/.ScanData

19 MC36 APIs Scanning APIs com.symbol.scanning.scannerconfig /*Class that provides access to scanner configuration settings*/.decoderparams.readerparams.readerspecific.imagerspecific.laserspecific.scanparams com.symbol.scanning.profilemanager /*Class handles all the config related functions*/

20 MC36 APIs Scanning APIs com.symbol.scanning.profileconfig /* Class to indicate the config status */.ActivitySelection /*Class for dealing with ActivitySelection (application association)*/.activityelement.quicklaunch.datacapture.datacapture.barcode.datacapture.barcode.decoders.datacapture.barcode.decoderparams.datacapture.barcode.readerparams.datacapture.barcode.scanparams.datacapture.barcode.upceanparams.datacapture.datadelivery /* Class for dealing with DataDelivery profile data */.DataCapture.DataDelivery.BasicDataFormatting.DataCapture.DataDelivery.Intent.DataCapture.DataDelivery.Keystroke

21 MC36 APIs Intent APIs com.symbol.actions.disble_device_reset Class that holds Keystroke Configuration settings com.symbol.actions.enable_device_reset Enable Enterprise data reset option in Settings com.symbol.intent.action.homekey_mode Activate/Inactivate the capacitive Home button

22 Mediatek APIs MC36 is based on Mediatek Chipsets Platform and offer following extra packages: -com.mediatek.build -com.mediatek.camcorder -com.mediatek.hardware -com.mediatek.hotknot -com.mediatek.media -com.mediatek.telephony A complementary Mediatek API reference on MTK Labs site: (The API Level of MC36 devices is level 2) ediatek-sdk3/reference/packages.gsp

23 MC36 Debugging

24 MTKLogger MTKLogger contains Mobile Log Modem Log Network Log System Logger Launch MTKLogger Boot up MC36 Enter *#*# #*#* in Phone -> Dialer Mobile Log Android Log, Kernel Log, Bluetooth Log Can set limit for log size and total size Can set to turned on automatically after boot up Modem Log Log Mode: SD or USB Can set limit for log size and total size Can set to turned on automatically after boot up Network Log Can support network connection check Can sit limit for package size and total size Can set to turned on automatically after boot up

25 THANK YOU

Handheld Mobile Computer SIRIO 4000 User Manual

Handheld Mobile Computer SIRIO 4000 User Manual Handheld Mobile Computer SIRIO 4000 User Manual CATALOGUE Chapter 1 Getting Started... 4 Chapter 2 About The Device... 6 Chapter 3 Call Function... 8 Chapter 4 Barcode Reader... 10 Chapter 5 RFID Reader...

More information

Rugged Mobile Computer PT21 / PT26. Portable Innovation Technology The Power Behind Your Rugged Mobile Computing

Rugged Mobile Computer PT21 / PT26. Portable Innovation Technology The Power Behind Your Rugged Mobile Computing Rugged Mobile Computer PT21 / PT26 The Power Behind Your Rugged Mobile Computing Application If you are looking for a mobile computer that you can collect data for a whole day, your search is over. PT21

More information

HB-ID9 CHARACTERISTICS: Certifications

HB-ID9 CHARACTERISTICS: Certifications HB-ID9 HUBROX Technology Inc. offers the HB-ID9 which is a rugged handheld computer that allows sales associates, executives pricing and/or plant manager fully support the daily updates. HB-ID9: Rugged

More information

Nautiz Handheld Mobile Phone Comparison

Nautiz Handheld Mobile Phone Comparison Nautiz Handheld Mobile Phone Comparison NAUTIZ 2X, 4X, 8X MANGOESMAPPING PTY LTD Nautiz 2X Nautiz 4X Nautiz 8X Size 150 mm x 73.5 mm x 16 mm 156 mm x 74 mm x 25.5 mm (6.1" x 2.9" x 1.0") 190.9 mm x 79.7

More information

New AUTOID Pad SERIES TABLET

New AUTOID Pad SERIES TABLET New AUTOID Pad SERIES TABLET PRODUCT SPECIFICATION V1.8 1. New AUTOID Pad PERFORMANCE CHARACTERISTICS CPU Cortex -A53 Quad core 1.2GHz Operating System Android 5.1 RAM ROM Expansion Slot Interface/Communication

More information

As the growing demands of a robust handheld device in ruggedized market, Winmate Communication Inc. launches its new innovative

As the growing demands of a robust handheld device in ruggedized market, Winmate Communication Inc. launches its new innovative Windows CE 6.0/ Linux2.6 / Android 2.2 OS Supported 400 nits high brightness 640 x 480 LED display 3 megapixel digital camera with LED auxiliary backligh Micro SD card slot IP67 Dust & Water Protection

More information

Capturing data. Integrating efficiency. Enabling digitization. Handheld Computer CT50 -Ex for Ex-Hazardous Areas

Capturing data. Integrating efficiency. Enabling digitization. Handheld Computer CT50 -Ex for Ex-Hazardous Areas Capturing data. Integrating efficiency. Enabling digitization. Handheld Computer CT50 -Ex for Ex-Hazardous Areas Handheld Computer CT50 -Ex With support for either Windows or Android operating systems,

More information

Release Notes Zebra MC33x NN- 00-A Release for Non-GMS

Release Notes Zebra MC33x NN- 00-A Release for Non-GMS Release Notes Zebra MC33x 01-01-48-NN- 00-A Release for Non-GMS Introduction Description Zebra Value Adds Feature List Device Compatibility Component Contents Installation Requirements Installation Instructions

More information

NEW AUTOID9 SERIES HAND-HELD

NEW AUTOID9 SERIES HAND-HELD NEW AUTOID9 SERIES HAND-HELD TERMINAL PRODUCT SPECIFICATION Jiangsu SEUIC Technology Co., Ltd. 1 1.NEW AUTOID9 PERFORMANCE CHARACTERISTICS Your Trusted Mobile Data Expert CPU Operating System RAM ROM Expansion

More information

APAD SERIES TABLET PRODUCT SPECIFICATION V1.8

APAD SERIES TABLET PRODUCT SPECIFICATION V1.8 APAD SERIES TABLET PRODUCT SPECIFICATION V1.8 1. APAD PERFORMANCE CHARACTERISTICS CPU Cortex -A53 Quad core 1.2GHz Operating System Android 5.1 RAM 2GB ROM 16GB Expansion Slot Micro SD Card, 32GB SDHC

More information

HONEYWELL DOLPHIN CT50

HONEYWELL DOLPHIN CT50 UNCOMPROMISINGLY FAST powerful, versatile and robust The most powerful and versatile Honeywell mobile computer for enterprises, compact, extremely robust, with top scan performance and future-proof through

More information

RS31. series. Touch Mobile Computer. Presenting the new RS31. series. Touch Mobile Computer

RS31. series. Touch Mobile Computer. Presenting the new RS31. series. Touch Mobile Computer 1 Presenting the new Exterior 2 Reader Lens Headphone Jack Power Button LED Flash Camera Volume Control 4.7 HD IPS LCD Side Trigger Side Trigger Hot keys Micro USB Charging Connector 3000 mah (cell) Lithium-ion

More information

1. Notes. 2. Accessories. 3. Main Functions

1. Notes. 2. Accessories. 3. Main Functions Contents 1. Notes... 2 2. Accessories... 2 3. Main Functions... 2 4. Appearance And Buttons... 3 5. MID Hardware Parameters... 4 6. MID Use And Preparation... 4 7. Keys Functions... 4 8. Start-up And Shutdown...

More information

NEW AUTOID Pad SERIES TABLET PRODUCT SPECIFICATION V1.2

NEW AUTOID Pad SERIES TABLET PRODUCT SPECIFICATION V1.2 NEW AUTOID Pad SERIES TABLET PRODUCT SPECIFICATION V1.2 Jiangsu SEUIC Technology Co., Ltd. 1 1. NEW AUTOID Pad PERFORMANCE CHARACTERISTICS CPU Cortex -A53 Quad core 1.2GHz Operating System Android 5.1

More information

MC75A HF PREMIUM HF RFID CONTACTLESS MOBILE COMPUTER

MC75A HF PREMIUM HF RFID CONTACTLESS MOBILE COMPUTER Page 1 of 6 PRODUCT SPEC SHEET MC75A HF MC75A HF PREMIUM HF RFID CONTACTLESS MOBILE COMPUTER THE RIGHT MOBILE SOLUTION FOR TICKETING, IDENTITY AND ACCESS MANAGEMENT Zebra's MC75A HF takes its place as

More information

Release Notes Zebra VC80x NN-00-A Release for AOSP. Introduction. Introduction. Description. Zebra Value Adds Feature List

Release Notes Zebra VC80x NN-00-A Release for AOSP. Introduction. Introduction. Description. Zebra Value Adds Feature List Release Notes Zebra VC80x 01-01-48-NN-00-A Release for AOSP Introduction Description Zebra Value Adds Feature List Device Compatibility Component Contents Installation Requirements Installation Instructions

More information

Product: RS31. Official Launch: June 29 th, 2017

Product: RS31. Official Launch: June 29 th, 2017 Product: RS31 Official Launch: June 29 th, 2017 CipherLab has the pleasure to introduce you the new RS31 series Android touch computer, evolved from RS30 series with enhanced features for the demanding

More information

CRUISE 1 INDUSTRIAL SMARTPHONE PRODUCT SPECIFICATION V2.1

CRUISE 1 INDUSTRIAL SMARTPHONE PRODUCT SPECIFICATION V2.1 1 CRUISE 1 INDUSTRIAL SMARTPHONE PRODUCT SPECIFICATION V2.1 2 1. CRUISE PERFORMANCE CHARACTERISTICS CPU Cortex -A53 Octa-core 1.5 GHz Operating System Android5.1 RAM 2GB ROM 16GB SIM Card Interface Micro

More information

CRUISE 1 INDUSTRY SMART PHONE

CRUISE 1 INDUSTRY SMART PHONE CRUISE 1 INDUSTRY SMART PHONE PRODUCT SPECIFICATION V2.1 1. CRUISE PERFORMANCE CHARACTERISTICS CPU Operating System RAM ROM SIM Card Interface Expansion Slot Interface/Communication Keypad Cortex -A53

More information

TRIPonist Car Mirror N2P900. Smart Vehicle Surveillance & Security System. User manual Version 3.0

TRIPonist Car Mirror N2P900. Smart Vehicle Surveillance & Security System. User manual Version 3.0 TRIPonist Car Mirror N2P900 Smart Vehicle Surveillance & Security System User manual Version 3.0 Welcome N2P900 combines world-class performance with a 5-inch display that integrates Live Streaming, GPS

More information

The Zebra DsD/rouTe accounting Mobile computing portfolio Zebra Technologies

The Zebra DsD/rouTe accounting Mobile computing portfolio Zebra Technologies The ZEBRA DSD/Route Accounting Mobile Computing Portfolio The ZEBRA DSD/Route Accounting Regardless of how simple or complex your DSD/route accounting applications are or how demanding the environment

More information

WHEN TO POSITION MC33 VS. MC92. Positioning Guide for Distributors, Partners & Sales teams. May 2018 EMC Product Management

WHEN TO POSITION MC33 VS. MC92. Positioning Guide for Distributors, Partners & Sales teams. May 2018 EMC Product Management WHEN TO POSITION MC33 VS. MC92 Positioning Guide for Distributors, Partners & Sales teams May 2018 EMC Product Management MC33 vs. MC92 Positioning Strategy Zebra s rugged handheld mobile computing portfolio

More information

TALK 5H USER S MANUAL

TALK 5H USER S MANUAL TALK 5H USER S MANUAL 2 INTRODUCTION... 5 GETTING STARTED... 5 Important Safety Precautions... 5 Cleaning the Panel... 6 Cleaning the Phone... 6 Features... 6 Buttons overview... 7 What s int he Box...

More information

1. Introduction. 1.1 Cosmo Specifications

1. Introduction. 1.1 Cosmo Specifications 1. Introduction 1.1 Cosmo Specifications Details CPU Memory Storage Operating System Connectivity Sensor Camera Display Video Formats Description Quad Core 1.3 GHz ARM Cortex A7 Processor 512MB RAM 8 GB

More information

Fully rugged at a lower price without compromising on quality, guaranteed!

Fully rugged at a lower price without compromising on quality, guaranteed! Fully rugged at a lower price without compromising on quality, guaranteed! A reliable companion in every situation our tablets accompany business in their mobility solutions, with rugged Windows or Android

More information

SBC3100 (Cortex-A72) Single Board Computer

SBC3100 (Cortex-A72) Single Board Computer (Cortex-A72) Single Board Computer Ultra High Performance SBC with RK3399 (Cortex-A72 x2 + Cortex-A53 x4) @ 2Ghz : Single Board Computer H310: Input (receiver) Module : Output (display) Module D120: 4xCOM

More information

XYCOM CATALOGUE 2014

XYCOM CATALOGUE 2014 Xytrad XYCOM CATALOGUE 2014 XYCOM CATALOGUE 2014 Xytrad XYTRAD Corporation Corporate Office: 401 Block 9 Heritage City MG Road DLF Gurgaon Haryana 122002 India Tel: (91 124) 4363331 Mobile: (91) 9873958673

More information

No.1 OMA/MCPTT based Smart Walkie Talkie Solution! Bittium Tough Mobile (SD-42 & Hybrid X)

No.1 OMA/MCPTT based Smart Walkie Talkie Solution! Bittium Tough Mobile (SD-42 & Hybrid X) No.1 OMA/MCPTT based Smart Walkie Talkie Solution! (SD-42 & Hybrid X) Concept Stability - Supplied to Government Org., High ranking officials, Directors, NATO, USA National FirstNet approved. Durability

More information

Power on/off Button. Secure PIN Pad. Mswipe Technologies Pvt. Ltd.

Power on/off Button. Secure PIN Pad. Mswipe Technologies Pvt. Ltd. WisePOS is an innovative Android Mobile MPOS device accepting different forms of payment including EMV Chip & Pin, MSR and NFC contactless. Integrated with BT, Wi, GPRS and optional barcode scanner, WisePOS

More information

Intelligent industrial grade mobile phone CRUISE1. Product specification V1.0

Intelligent industrial grade mobile phone CRUISE1. Product specification V1.0 Intelligent industrial grade mobile phone CRUISE1 Product specification V1.0 SEUIC technology Co., Ltd. 1 2 Expert of Mobile Data processing 1.AUTOIDCRUISE1 PERFORMANCE CHARACTERISTICS CPU Operating System

More information

Cost down. Model: C1000 4G. Specification CPU. O/S Android 7.0 Screen Memory Camera. GSM 850/900/1800/1900 LTE/WCD MA Battery Dimension.

Cost down. Model: C1000 4G. Specification CPU. O/S Android 7.0 Screen Memory Camera. GSM 850/900/1800/1900 LTE/WCD MA Battery Dimension. Cost down Model: C1000 MTK6580A/MTK6737() Android 7.0 5.0 HD IPS 1GB+8GB 2.0MP+5.0MP LTE/WCD MA B1,3,7,20, 3G:2100/900 2100mAh 145.6*71.9*8.8mm Cost down, GPS, Bluetooth 4.0, Micro-USB; 3.5mm Audio Jack,WIFI(802.11

More information

SHENZHEN CHAINWAY INFORMATION TECHNOLOGY CO.,LTD. Mobile Data Terminal. C71 User Manual

SHENZHEN CHAINWAY INFORMATION TECHNOLOGY CO.,LTD. Mobile Data Terminal. C71 User Manual SHENZHEN CHAINWAY INFORMATION TECHNOLOGY CO.,LTD Mobile Data Terminal C71 User Manual Content Content... 1 Statement... 3 Chapter 1 Product Intro... 5 1.1 Intro... 5 1.2 Precaution before using battery...

More information

See K600. Product Specification

See K600. Product Specification ID : Golden See K600 Product Specification Product Highlights 4G Android smartphone operating system, WiFi, BT, camera, GPS, gsensor, OTG, back touch, compass, fingerprint identification, etc. Technical

More information

Features C U. 1 x AIM dock 16-pin pogo connector: 1 x USB 3.0, 9V power 1 x Power Buttons

Features C U. 1 x AIM dock 16-pin pogo connector: 1 x USB 3.0, 9V power 1 x Power Buttons AIM-65 8" Industrial-Grade Tablet with Intel Atom Processor Intel Atom processor for Windows 10 IoT and Android 6.0 operating systems 8" WUXGA full HD display with scratch-resistant Corning Gorilla Glass

More information

Honor 3C (H30-U10) Mobile Phone V100R001. Product Description. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD.

Honor 3C (H30-U10) Mobile Phone V100R001. Product Description. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD. V100R001 Issue 01 Date 2014-03-12 HUAWEI TECHNOLOGIES CO., LTD. . 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written

More information

Mobile Tablets. Promate lumitab Tablet PC

Mobile Tablets. Promate lumitab Tablet PC Mobile Tablets 1 Xtouch / Vodafone Tablets Product Description Packaging Warranty XTouch PF1sV2 1.1 inch Wifi Only, Bluetooth 4., MS Windows 1 Professional Tablet PC Series - Intel BayTrail-T Z3735G Quad

More information

Smart and Flexible! BIP-7000 Series. Industrial Handheld Computer. BIP-7000Plus BIP-7000

Smart and Flexible! BIP-7000 Series. Industrial Handheld Computer. BIP-7000Plus BIP-7000 Smart and Flexible! Series Industrial Handheld Computer Plus Handheld Barcode Series Industrial Handheld Computer INDUSTRIES Retail Public Transport Healthcare Warehousing industrial handheld computer

More information

Features C U. 1 x Micro HDMI 1 x Micro USB 2.0 (host and charging) 1 x Micro SIM

Features C U. 1 x Micro HDMI 1 x Micro USB 2.0 (host and charging) 1 x Micro SIM AIM-35 8" Industrial Tablet for Retail Application Powered By Intel Atom Processor Intel Atom processor for Windows 10 IoT and Android 6.0 operating systems Industrial-Grade 8" 1,920 x 1,200 LCD Panel

More information

Release Notes - MC67NA Android KK Update Image AJ22-K-00-M

Release Notes - MC67NA Android KK Update Image AJ22-K-00-M Release Notes - MC67NA Android KK Update Image 03-20-01-4AJ22-K-00-M1-081917 Introduction Description Contents Device Compatibility Installation Requirements Installation Instructions Known issues Part

More information

Limited Edition Product Overview

Limited Edition Product Overview Limited Edition Product Overview INTRODUCTION REDEFINING LUXURY beléci is built with impeccable craftsmanship and is designed to meet the 21st century mobile security challenges with its built-in CodeTel

More information

HB-C1 CHARACTERISTICS: Android inches IPS display. 2D barcode Scanner. 4500mAh battery. RFID Reader. Cortex-A53 eight core

HB-C1 CHARACTERISTICS: Android inches IPS display. 2D barcode Scanner. 4500mAh battery. RFID Reader. Cortex-A53 eight core HB-C1 CHARACTERISTICS: Android 7.1 5.2 inches IPS display 2D barcode Scanner 4500mAh battery RFID Reader Cortex-A53 eight core PERFORMANCE, PHYSICAL AND THE USING ENVIRONMENT PARAMETERS CPU Operating System

More information

POS Specifications Sl. Description Specifications No. Secure Processor capable of performing at least 10 transactions per minute in laboratory environment (Each Transaction consists of 1. Perform Biometric

More information

NEW AUTOID 9 SERIES HAND-HELD TERMINAL

NEW AUTOID 9 SERIES HAND-HELD TERMINAL NEW AUTOID 9 SERIES HAND-HELD TERMINAL PRODUCT SPECIFICATION V1.6 1. NEW AUTOID 9 PERFORMANCE CHARACTERISTICS CPU Operating System RAM ROM Expansion Slot Interface/Communication Keypad Display Cortex -A53

More information

BEAT 2.0 USER MANUAL

BEAT 2.0 USER MANUAL BEAT 2.0 USER MANUAL FCC ID: 2ADLJBEAT20 The device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and

More information

Features. Enter key x 1 Function keys x 3 (F1~F3)

Features. Enter key x 1 Function keys x 3 (F1~F3) PWS-770 10." Rugged Tablet with Intel Atom N2600 10." XGA LED panel, WAV transflective-lcd, high brightness 300 cd/m 2 Hot swap, high capacity Li-ion battery provides 8 hours of operation (*1) Rich array

More information

Presenting the new 9200 Series

Presenting the new 9200 Series 1 Presenting the new Series Product Positioning 2 Rugged, Compact, Versatile Small to middle size Transportation & Logistics, Warehousing Management, Retail Ergonomics, Functionality, Usability 3 Linear

More information

Features C U. 1 x AIM dock 16-pin pogo connector: 1 x USB 3.0, 9V power 1 x Power Buttons

Features C U. 1 x AIM dock 16-pin pogo connector: 1 x USB 3.0, 9V power 1 x Power Buttons AIM-65 8" Industrial-Grade Tablet with Intel Atom Processor Intel Atom processor for Windows 10 IoT and Android 6.0 operating systems 8" WUXGA full HD display with scratch-resistant Corning Gorilla Glass

More information

SHENZHEN CHAINWAY INFORMATION TECHNOLOGY CO., LTD. Mobile Data Terminal. C72 User Manual

SHENZHEN CHAINWAY INFORMATION TECHNOLOGY CO., LTD. Mobile Data Terminal. C72 User Manual SHENZHEN CHAINWAY INFORMATION TECHNOLOGY CO., LTD Mobile Data Terminal C72 User Manual 1 Contents Statement... 3 Chapter 1 Product Intro... 5 1.1 Intro... 5 1.2 Precaution before using battery... 6 1.3

More information

Features C U. 1 x AIM dock 16-pin pogo connector: 1 x USB 3.0, 9V power 1 x Power Buttons

Features C U. 1 x AIM dock 16-pin pogo connector: 1 x USB 3.0, 9V power 1 x Power Buttons AIM-65 8" Industrial-Grade Tablet with Intel Atom Processor Intel Atom processor for Windows 10 IoT and Android 6.0 operating systems 8" WUXGA full HD display with scratch-resistant Corning Gorilla Glass

More information

TAG GD700 rugged tablet

TAG GD700 rugged tablet white paper TAG GD700 rugged tablet Designed to be ready for always-connected duty The TAG GD700 Suitable for a wide range of deployments The TAG GD700 is a 7-inch tablet that s part of TAG Global System

More information

ET50/55 THE ENTERPRISE TABLET Built for Business

ET50/55 THE ENTERPRISE TABLET Built for Business Lightning Talk ET50/55 THE ENTERPRISE TABLET Built for Business Kevin Lollock NA RPM OS, Software and Developer Platforms THE ET50/55 - CONSUMER STYLING ON THE OUTSIDE. ALL BUSINESS ON THE INSIDE. The

More information

PENDOPAD 10.1 QUICKSTART T GUIDE USER MANUAL PNDPP42DG10BLK. > Please read carefully before use

PENDOPAD 10.1 QUICKSTART T GUIDE USER MANUAL PNDPP42DG10BLK. > Please read carefully before use PENDOPAD 10.1 PNDPP42DG10BLK QUICKSTART T GUIDE & USER MANUAL > Please read carefully before use This manual contains important safety precautions and information of correct use. Please be sure to read

More information

Manual For Android Tablet 4.0 3g Sim Slot Gps Capacitive Touch Hdmi

Manual For Android Tablet 4.0 3g Sim Slot Gps Capacitive Touch Hdmi Manual For Android Tablet 4.0 3g Sim Slot Gps Capacitive Touch Hdmi Cheap Tablet Android 3G SIM card slot 10 inch Capacitive Quad Core Tablet PC Android 10 inch Dual Camera Android 4.0 Tablet PC 3G SIM

More information

KT45Q. Quick Guide Android 5.1

KT45Q. Quick Guide Android 5.1 KT45Q Quick Guide Android 5.1 CATALOGUE KT45Q Quick Guide V1.0 DATE:2016-04-08 KT45Q SPECIFICATION... 3 1 EXTERNAL STRUCTURE DESCRIPTION... 5 2 HOME SCREEN... 6 2.1 Notification Bar Icons... 7 3 OPERATION

More information

Dolphin 70e Black. Quick Start Guide. powered by Android E-AND-QS Rev B 6/13

Dolphin 70e Black. Quick Start Guide. powered by Android E-AND-QS Rev B 6/13 Dolphin 70e Black powered by Android 4.0 Quick Start Guide 70E-AND-QS Rev B 6/13 Out of the Box Verify that your carton contains the following items: Dolphin 70e Black mobile computer (terminal) 1GB, 2GB,

More information

Release Notes Zebra VC80x AndroidN Update005 based on NG-00-A Release for GMS

Release Notes Zebra VC80x AndroidN Update005 based on NG-00-A Release for GMS Release Notes Zebra VC80x AndroidN Update005 based on 01-01-49-NG-00-A Release for GMS Introduction Description Zebra Value Adds Feature List Device Compatibility Component Contents Installation Requirements

More information

Release Notes ZebraTC20 Android N Rev A NN-00-M1 (Non-GMS)

Release Notes ZebraTC20 Android N Rev A NN-00-M1 (Non-GMS) Release Notes ZebraTC20 Android N Rev A 02-10-07-0-NN-00-M1 (Non-GMS) Contents Introduction Description Device Compatibility Component Contents Installation Requirements Installation Instructions Downloadable

More information

JC900 USER MANUAL V1.0

JC900 USER MANUAL V1.0 JC900 USER MANUAL V1.0 Before use 1.This device should be connected with a 5-volt general charger or a 12-volt vehicle power system (must be grounded). Do not install the unit directly on a 24-volt battery

More information

The new maximum security smartphone No Camera - No GPS - No Recorder

The new maximum security smartphone No Camera - No GPS - No Recorder The new maximum security smartphone No Camera - No GPS - No Recorder The new maximum security smartphone DASS H-ONE Smartphone is your smart choice to be protected and connected the whole time. What is

More information

Introducing CipherLab 8400 Applications in different environments Power Suite software

Introducing CipherLab 8400 Applications in different environments Power Suite software Introducing CipherLab 8400 Applications in different environments Power Suite software Marketing materials 2 Positioned to meet the challenge Warehouse Stock control, picking and packing, order fulfillment

More information

Tab A8. Specification

Tab A8. Specification Tab A8 Specification 1 Display & Touch... 3 Operating System... 4 3G / LTE Modem....4 Platform, Memory & Connectivity... 5 Cameras Interfaces...6... 7 Battery Management... 7 Maximum Values... 7 Mechanical...

More information

Open your package. Your phone at a glance EN-1. Micro USB port. Headset. jack Rear camera. Earpiece. Front camera. Volume. button. Power.

Open your package. Your phone at a glance EN-1. Micro USB port. Headset. jack Rear camera. Earpiece. Front camera. Volume. button. Power. Open your package Prestigio MultiPhone Battery Travel charger Headset USB cable Quick start guide Your phone at a glance Earpiece Front camera Headset jack Rear camera Micro USB port Touch screen Volume

More information

Release Notes MC40N0-KK- FIPS-SKU v

Release Notes MC40N0-KK- FIPS-SKU v Introduction Component Description and version Features Added/Supported Component Release Notes Exclusions Contents Device Compatibility Installation Requirements Installation Instructions Known Issues

More information

Wireless Handheld Mobile Computer K7 User Manual. Hangzhou kaili Communication CO.,LTD

Wireless Handheld Mobile Computer K7 User Manual. Hangzhou kaili Communication CO.,LTD Hangzhou Kaili Communication CO.,LTD Wireless Handheld Mobile Computer K7 User Manual Hangzhou kaili Communication CO.,LTD 1 CONTENTS Hangzhou Kaili Communication CO.,LTD CONTENTS... 2 1 Abstract... 3

More information

Release Notes Zebra TC51 and TC56 Android M MG (GMS)

Release Notes Zebra TC51 and TC56 Android M MG (GMS) Release Notes Zebra TC51 and TC56 01-21- 04.1MG (GMS) Introduction Description Known Issues and Limitation Contents Device Compatibility Installation Requirements Installation Instructions Change Notes

More information

Handheld Computer List Price ScanForce Price Symbol TC70 Handheld Touch Screen, 2D $2,095 $1,515 Android Operating System

Handheld Computer List Price ScanForce Price Symbol TC70 Handheld Touch Screen, 2D $2,095 $1,515 Android Operating System Zebra TC70 Handheld Computer List ScanForce Symbol TC70 Handheld Touch Screen, 2D $2,095 $1,515 Android Operating System OneCare Essential 3 Year Service Contract with Comprehensive $439 $381 Single Slot

More information

Qpad X5 User Guide Hi-Target Surveying Instrument Co., Ltd. All Rights Reserved

Qpad X5 User Guide Hi-Target Surveying Instrument Co., Ltd. All Rights Reserved Qpad X5 User Guide Hi-Target Surveying Instrument Co., Ltd. All Rights Reserved Manual Revision Preface File number: Revision Date Revision Level Description 2016-06-03 1 Qpad X5 User Guide II Qpad X5

More information

Release Notes Zebra TC51, TC51-HC, TC70x, TC56 and TC75x Android N Update003 based on NG-00-A (GMS)

Release Notes Zebra TC51, TC51-HC, TC70x, TC56 and TC75x Android N Update003 based on NG-00-A (GMS) Release Notes Zebra TC51, TC51-HC, TC70x, TC56 and TC75x Android N Update003 based on 01-01-49-NG-00-A (GMS) Introduction Description Device Compatibility Component Contents Installation Requirements Installation

More information

Release Notes TC20 Android N Rev A NG-00-M1 (GMS)

Release Notes TC20 Android N Rev A NG-00-M1 (GMS) Release Notes TC20 Android N Rev A 01-08-21-0- NG-00-M1 (GMS) Contents Introduction Device Compatibility Component Contents Installation Requirements Installation Instructions Downloadable Software included

More information

BIP-1300 Mobile POS. BIP-1300 Mobile POS Transaction Mobile Computer. - Full Radio (CDMA-1X or EVDO, GSM-EDGE) - GSM/GPRS/EDGE or CDMA 1x/EvDOGPS

BIP-1300 Mobile POS. BIP-1300 Mobile POS Transaction Mobile Computer. - Full Radio (CDMA-1X or EVDO, GSM-EDGE) - GSM/GPRS/EDGE or CDMA 1x/EvDOGPS BIP-1300 Mobile POS BIP-1300 Mobile POS Transaction Mobile Computer - Full Radio (CDMA-1X or EVDO, GSM-EDGE) - GSM/GPRS/EDGE or CDMA 1x/EvDOGPS - WiFi (802.11b/g) - Windows Mobile 5.0 or Windows CE 5.0-128MB

More information

Release Notes Zebra TC75x and TC70x Android M GA MN (AOSP)

Release Notes Zebra TC75x and TC70x Android M GA MN (AOSP) Release Notes Zebra TC75x and TC70x GA 01 15 01.7 MN (AOSP) Introduction Description Contents Device Compatibility Installation Requirements Installation Instructions Change Notes Introduction Work more

More information

Zone 2 / 22 Zone 1 / Cl. I Div. 1. Zone 2 / 22. We Didn t Compromise; Neither Should You

Zone 2 / 22 Zone 1 / Cl. I Div. 1. Zone 2 / 22. We Didn t Compromise; Neither Should You We Didn t Compromise; Neither Should You Balancing cost control with customer satisfaction requires true supply chain agility. Delivering on that vision requires your staff to be equally agile, with the

More information

RFID Smart Reader. Android Octa core 2.0GHz Memory LPDDR3 2GB RAM, emmc 32GB Internal Memory RFID UHF 900MHz GEN2 ISO C

RFID Smart Reader. Android Octa core 2.0GHz Memory LPDDR3 2GB RAM, emmc 32GB Internal Memory RFID UHF 900MHz GEN2 ISO C RFID Smart Reader Android 6.0.1 Octa core 2.0GHz Memory LPDDR3 2GB RAM, emmc 32GB Internal Memory RFID UHF 900MHz GEN2 ISO 18000-6C 2D Imager Barcode Scanner SE-4710 NFC 13.56Mhz ISO14443 A/B WLAN ( IEEE

More information

Karbonn All rights reserved

Karbonn All rights reserved User Manual V97 HD Table of Contents Safety instructions ------------------------------------------------------------------ 3 Device overview --------------------------------------------------------------------

More information

Dolphin 6100 Mobile Computer

Dolphin 6100 Mobile Computer Dolphin 6100 Mobile Computer Agenda Overview Target Markets & Applications Key Differentiators Portfolio Positioning Partner for Life Competitive Analysis Services Alliance and ISV Relationships Accessories

More information

PN & UPC codes PN Item UPC ARCHOS 50 Power 16GB EU ARCHOS 50 Power 16GB UK

PN & UPC codes PN Item UPC ARCHOS 50 Power 16GB EU ARCHOS 50 Power 16GB UK The ARCHOS 50 Power is one of the first members of the ARCHOS Power range. Built around a 4 000 mah, this smartphone s got your back in any circumstance. No need to have your charger with you all time.

More information

Copyright 2018 GEN2WAVE co., Ltd. All Rights Reserved. RP70Rugged and Professional

Copyright 2018 GEN2WAVE co., Ltd. All Rights Reserved. RP70Rugged and Professional RP70Rugged and Professional 1. RP70 Intro The RP70 is 7 inch professional rugged tablet running with Windows 10 IoT Enterprise platform. It is born to establish a new form factor between handy smartphone

More information

Zone 2. Division 2. Tab-Ex 01 Series for Zone 2 & Division 2 UNIQUELY CONNECTED IN HAZARDOUS AREAS

Zone 2. Division 2. Tab-Ex 01 Series for Zone 2 & Division 2 UNIQUELY CONNECTED IN HAZARDOUS AREAS Zone 2 Division 2 Tab-Ex 01 Series for Zone 2 & Division 2 UNIQUELY CONNECTED IN HAZARDOUS AREAS www.hazardous-area-tablet.com Built for Business Division 2 Zone 2 Tab-Ex 01 - Z2 / D2 Atex / IECEX Zone

More information

User Manual. Product Model: MiTraveler 7D-8B. OS: Android 4.1

User Manual. Product Model: MiTraveler 7D-8B. OS: Android 4.1 User Manual Product Model: MiTraveler 7D-8B OS: Android 4.1 Tablet of Contents Specifications.1 What s inside the box 2 Tablet Parts 2 Getting started...2 Connection to Internet..6 Task Bar..8 Install

More information

Release Notes Zebra VC80x Android N Update 003 based on NG-00-A (GMS)

Release Notes Zebra VC80x Android N Update 003 based on NG-00-A (GMS) Release Notes Zebra VC80x Android N Update 003 based on 01-01-48-NG-00-A (GMS) Introduction Description Device Compatibility Component Contents Installation Requirements Installation Instructions Special

More information

Winmate M133W. Rugged Windows Tablet built for Diagnostics, with Rapid Processing Power and Large 13.3-inch screen

Winmate M133W. Rugged Windows Tablet built for Diagnostics, with Rapid Processing Power and Large 13.3-inch screen Winmate M133W Rugged Windows Tablet built for Diagnostics, with Rapid Processing Power and Large 13.3-inch screen 1 Key Features 13.3-inch Tablet with 1920 x 1080 Wide Viewing-Angle Display Magnesium Alloy

More information

Bluebird is the manufacturer of Pidion Products. PRODUCT PORTFOLIO

Bluebird is the manufacturer of Pidion Products. PRODUCT PORTFOLIO Bluebird is the manufacturer of Pidion Products. PRODUCT PORTFOLIO BM180 BP30 BIP-7000 Series BIP-6000 Series HM50 HM40 BIP-1500 Series BIP-1300 Series BM-170 BI-500 BI-300 PRODUCT PORTFOLIO Enterprise

More information

Introduction Video Camera Support Option TREQ Platform Datasheet. January Rev. 2 A-317 Video Getting Started Guide 1 / 6

Introduction Video Camera Support Option TREQ Platform Datasheet. January Rev. 2 A-317 Video Getting Started Guide 1 / 6 Introduction Video Camera Support Option TREQ -317 Platform Datasheet January 2018 Rev. 2 A-317 Video Getting Started Guide 1 / 6 Introduction The TREQ -317 is a rugged Automotive Tablet designed for in-cab

More information

Release Notes Zebra VC80x Android N LifeGuard Update 08 for GMS

Release Notes Zebra VC80x Android N LifeGuard Update 08 for GMS Release Notes Zebra VC80x Android N LifeGuard Update 08 for GMS Introduction Description Device Compatibility Component Contents Installation Requirements Installation Instructions Downloadable Software

More information

PENDOPAD 9.7 QUICKSTART GUIDE & USER MANUAL PNDPP42DG9BLK. > Please read carefully before use

PENDOPAD 9.7 QUICKSTART GUIDE & USER MANUAL PNDPP42DG9BLK. > Please read carefully before use PENDOPAD 9.7 PNDPP42DG9BLK QUICKSTART GUIDE & USER MANUAL > Please read carefully before use This manual contains important safety precautions and information of correct use. Please be sure to read this

More information

User Guide M101M8. Rugged Android Tablet. ARM Cortex -A53 Octa-Core, 1.3 GHz Android 7.0 Nougat

User Guide M101M8. Rugged Android Tablet. ARM Cortex -A53 Octa-Core, 1.3 GHz Android 7.0 Nougat M101M8 Rugged Android Tablet ARM Cortex -A53 Octa-Core, 1.3 GHz Android 7.0 Nougat User Guide Document Part Number: 9152111K1054 Version 1.1 Please read these instructions carefully before using this product,

More information

C4050 Handheld Terminal User Manual

C4050 Handheld Terminal User Manual C4050 Handheld Terminal User Manual C 2013 by Shenzhen Chainway Information Technology Co., Limited. All rights reserved. No part of this publication may be reproduced or used in any form, or by any electrical

More information

KEY FEATURES PN & UPC CODES. PN ITEM UPC ARCHOS Access 70 3G - 8GB EU

KEY FEATURES PN & UPC CODES. PN ITEM UPC ARCHOS Access 70 3G - 8GB EU The ARCHOS Access 70 3G has everything you need to experience entertainment your way. It includes a powerful quad-core processor Android 7.0 Nougat. The ARCHOS Access 70 3G is designed to offer a unique

More information

Industrial intelligence in your hand MOBILE COMPUTER PORTFOLIO

Industrial intelligence in your hand MOBILE COMPUTER PORTFOLIO Industrial intelligence in your hand MOBILE COMPUTER PORTFOLIO HM50 HM40 BIP7000 BIP6000 Professional Windows support Bluebird mobile computers have supported Windows OS, including Windows Embedded Handheld

More information

Android - open source mobile platform

Android - open source mobile platform Android - open source mobile platform Alexander Schreiber http://www.thangorodrim.de/ Chemnitzer Linux-Tage 2009 Alexander Schreiber Android - open source mobile

More information

StageNow Eilbron Meghdies

StageNow Eilbron Meghdies StageNow Eilbron Meghdies Product Manager Agenda Introduction How it works Features Q & A WIIFM What s in it for me? Grow your business Accelerate the adoption of your Application Save Money StageNow saved

More information

Dolphin CT60. Quick Start Guide. powered by Android 7. CT60-A7-EN-QS Rev B 12/17

Dolphin CT60. Quick Start Guide. powered by Android 7. CT60-A7-EN-QS Rev B 12/17 Dolphin CT60 powered by Android 7 Quick Start Guide CT60-A7-EN-QS Rev B 12/17 Out of the Box Make sure that your shipping box contains these items: Dolphin CT60 mobile computer (Model CT60L0N or CT60L1N)

More information

Smartphone Evolution and Revolution

Smartphone Evolution and Revolution Smartphone Evolution and Revolution 31 March 2014 By: Eylon Gersten eylon@marvell.com Is your Smartphone really smart? Short Survey what OS type of Smartphone the audience have? OS # % Android 7 54 ios

More information

ATV520 User Manual V1.1

ATV520 User Manual V1.1 ATV520 User Manual V1.1 ATV520 Enjoy TV Box User Manual V1.0 Introduction The ATV520, also called Dual core Android TV box, is a box connected to your TV HDMI input that turn your TV to a multifunction

More information

Sleek yet Semi-rugged! BM-170. Enterprise Handheld PDA. Handheld

Sleek yet Semi-rugged! BM-170. Enterprise Handheld PDA. Handheld Sleek yet Semi-rugged! BM-170 Enterprise Handheld PDA Handheld BM-170 Enterprise Handheld PDA INDUSTRIES Education Retail Public Transport Hospitality Healthcare BM-170 enterprise handheld PDA presents

More information

TC55 INTEGRATOR GUIDE

TC55 INTEGRATOR GUIDE TC55 INTEGRATOR GUIDE 3 Copyrights Copyrights The products described in this document may include copyrighted computer programs. Laws in the United States and other countries preserve for certain exclusive

More information

Release Notes TC75 Android KK BSP v LifeGuard CFE v00.06 Release

Release Notes TC75 Android KK BSP v LifeGuard CFE v00.06 Release Release Notes TC75 Android KK BSP v001404 - LifeGuard CFE v00.06 Release Contents Description Device Compatibility Component Contents Installation Requirements Installation Instructions Description This

More information

Features C U. Intel Atom x7-z8750 quad-core, 1.6 Ghz (2M cache, up to 2.56 Ghz) System

Features C U. Intel Atom x7-z8750 quad-core, 1.6 Ghz (2M cache, up to 2.56 Ghz) System AIM-38 10.1" Industrial Tablet for Retail Application Powered by Intel Atom Processor Intel Atom processor for Windows 10 IoT & Android 6.0 operating systems 10.1" WUXGA full HD display with scratch-resistant

More information

Roadmap of Tablet in Windows OS

Roadmap of Tablet in Windows OS Roadmap of Tablet in Windows OS 2014 2015 Q1 2015 Q2 Tablet 2 in 1 Portable Tablet Rugged Tablet 2015 Q3 Based on Core-M(5Y10C) 12.2 : 3G089i, 2/4GB DDR, 64/128GB SSD, 2560*1600 11.6 : 3G092i, 2GB DDR,

More information

Dolphin CN80. Quick Start Guide. powered by Android. CN80-A7-EN-QS Rev A 3/18

Dolphin CN80. Quick Start Guide. powered by Android. CN80-A7-EN-QS Rev A 3/18 Dolphin CN80 powered by Android Quick Start Guide CN80-A7-EN-QS Rev A 3/18 Out of the Box Make sure that your shipping box contains these items: Dolphin CN80 mobile computer (Model CN80L0N or CN80L1N)

More information