Android Everywhere. Cristina Segal, EMEA Director Android Solutions GM Android testing tools

Size: px
Start display at page:

Download "Android Everywhere. Cristina Segal, EMEA Director Android Solutions GM Android testing tools"

Transcription

1 Android Everywhere Cristina Segal, EMEA Director Android Solutions GM Android testing tools

2 Trends on connected devices* Bigger and richer computing experiences are ahead, driven by connected usages Connecting these experiences is an opportunity for Intel hardware, software, and services across an exploding number of devices. Mary Meeker, Economy + Internet Trends October 20, 2009 Web 2.0 Summit *Intel s source 2

3 Agenda Why Android, Why Now? Android Business Drivers Android Technology Drivers What s a Commercialization Partner? Wind River and Android Wind River. All Rights Reserved.

4 Android everywhere? Leader in smartphone sales WW since But not just an OS for mobile phones Wind River. All Rights Reserved.

5 Why Use Android for Embedded Devices? Business Reasons 1. Clear licensing approach 2. Comprehensive source code 3. Rapid innovation and release cadence 4. Ecosystem support 5. Good documentation and training materials Wind River. All Rights Reserved.

6 Business Reasons for Choosing Android Wind River. All Rights Reserved.

7 Android key advantages and main issues? Business advantages for OEMs/ODMs Reduces cost for obtaining a commercial solution Increase time-to-market Large ecosystem New revenue stream - services Business disadvantages for OEMs/ODMs Unpredictable costs for upgrades Hard to differentiate New revenue stream outside the corebusiness Wind River. All Rights Reserved.

8 Licensing a big advantage 1. Apache 2.0-based Commercial friendly Open source friendly Some exceptions but manageable Kernel GPLv2 2. Contributor license grants Individuals Corporations IP and copyright compliance reviews must still be completed prior to release Wind River. All Rights Reserved.

9 Lots of Source Code 1. Comprehensive set of common elements 200+ GIT Trees in public Android repo Source for common coms packages Wi-Fi etc Multiple vendors (Broadcom, TI) 2. Actively managed by contributors For all three project types (core, external, packages) 3. Many external packages are used by other open source distributions BlueZ, D-Bus, OpenSSL, webkit, sqlite, zlib Submitted accepted Wind River. All Rights Reserved.

10 Rapid Innovation and Release Cadence 1. Rapid release sequence is sign of: Stack maturity (decreasing) Community adoption and involvement Real world feedback Google investment RTOS Embedded Linux Android 2. It is expected to settle down to 2-3 releases per year Wind River. All Rights Reserved.

11 Broad Ecosystem Support 1. Support for leading processor architectures and vendors 2. Rapidly growing application developer community 3. Multiple commercialization partners within OHA Not all architectures are equally supported (SDK, NDK, CTS) Wind River. All Rights Reserved.

12 Documentation and Training Materials 1. Extensive training and documentation Instructions Videos Blogs Best practices Tutorials 2. Newcomer friendly Get to base enablement quickly Board bring up vertical market version of Android Degree of complexity/expertise required Vertical market specific customization and release/patch maintenance Snapshot release Android bring-up on reference board Wind River. All Rights Reserved.

13 Android Certification for Compatibility What is the Android certification The aim of the Android compatibility is to provide a consistent application and hardware environment to application developers The Android certification compatibility program : The source code to the Android software stack The Compatibility Definition Document (CDD), representing the "policy" aspect of compatibility The Compatibility Test Suite (CTS), representing the "mechanism" of compatibility What is the role of Android Market in compatibility? Devices that are Android compatible may seek to license the Android Market client software to become part of the Android app ecosystem. This option isn't available to devices that aren't compatible Wind River. All Rights Reserved.

14 Why and when to certify a device The Android Compatibility Program is optional Anyone can use it to build any kind of device using Android and not looking to certify it If a manufacturer wishes to use the Android name with their product, or wants access to Android Market, they must first demonstrate that the device is compatible Google apps for Android, such as YouTube, Google Maps and Navigation, Gmail, and so on are Google properties that are not part of Android, and are licensed separately Wind River. All Rights Reserved.

15 What about not getting the Android certification Non certifiable devices can run Android applications (but not guarantee to run all of them) Variation of tablets-like devices will not require Google certification. However they can t be advertised as Android device and will not have access to Google Market Place Multiple application stores, (like Motorola and Samsung), are considered as "healthy competition". Today Google doesn t commit to certify devices that are not consumer (as Automotive or A&D), therefore they don t want to license Google Marketplace (GMS) even tough they will pass 100% CTS and CDD Wind River. All Rights Reserved.

16 The different flavor of Android devices Google Branded (Nexus one, Galaxy S) Google apps Google default ui No middleware customization CTS compliant (Desire S, Droid X) Google apps Custom UI possible Custom apps and middleware Custom (Acer netbook, Archos Tablets gen8) No Google apps Everything can be customized Wind River. All Rights Reserved.

17 Best model is to focus on first device, then others follow Google Release Device Alpha Release Device Beta Release Device Final Release First Device n Devices Second Device 17 Wind River Confidential 2011 Wind River. All Rights Reserved

18 Efficiencies Realized for Multiple Devices and Carriers Amount of Effort for Android Upgrade Android Device 1 Android Device 2 Android Device 3 Android Device 4 Effort decreases for each device based on BOM similarity among devices Number of devices per product line 18 Wind River Confidential 2011 Wind River. All Rights Reserved

19 Technical Reasons for Choosing Android Wind River. All Rights Reserved.

20 Android key advantages and main issues? Technological advantages Based on Linux and Java Open source platform Large market space (millions of applications) Complete Multimedia stack Ready to go solution for wireless internet connected devices Technological issues: Lack of visibility into the Roadmap dictated by Google Discretional access to the code from one version to another Difficulties to have patches accepted by Google Wind River. All Rights Reserved.

21 Android Vanilla content QEMU emulator (simulate a real target) Command line utils (compilator, debug bridge, packaging tool) plug-in Eclipse Documentation & examples Source code of open source components from Kernel ( development devices only) to Application This mean no bootloader, proprietary drivers (graphics, hw AV codecs, radio, ) Wind River. All Rights Reserved.

22 Hardware Platforms 1. Google Android Development Platforms (APD) - G1, Nexus One< nexus 2 2. Silicon provider reference platforms TI ZOOM III and IV, 36xx Beagle Boards 3. Form factors approximate development devices Wind River. All Rights Reserved.

23 Technical Framework Development for Non-smartphone Devices Dual symmetric screen support Market expectation for support to be released later in 2010 Multi-windowing For larger screen devices Proprietary commercial implementations today Wind River. All Rights Reserved.

24 NDK Support Definition Toolset to embed components that make use of native C/C++ code in Android applications Native libs are embedded into.apks For Android 1.5 (Cupcake) and newer ARM-focused Useful Allows some code reuse For performance/gfx sensitive apps E.g. games NDK does not allow you to run native-only apps NDK usage does not guarantee performance improvements Native system libraries may change from release to release Wind River. All Rights Reserved.

25 Android for industrial devices Benefit is linked to the customization level Upgradability is linked to Google roadmap content of the next CDD is not known Wind River. All Rights Reserved.

26 Industry extensions Tasks summary Platform Libraries, Kernel Developing and adding board ports and custom drivers Developing and adding product specific C/C++ Libraries Enables customizing HAL for hardware specific needs Runtime Dalvik, JNI Developing and adding product specific JNI Application Framework Developing and adding product specific classes Enables customizing the UI, theme, and icons Application SDK and Emulator (Eclipse plug in) Create product specific Application SDK Enables customizing the emulator to match the product (hardware, behavior and skins) Wind River. All Rights Reserved.

27 Example Android Extensions and Customization - Ice Cream Sandwich - User Interface and UI Features Multi-media Enhancements Bandwidth Management Communication Enhancements Enterprise Support Assumption: Extensions range from minor to medium to major impact - 3 major, 3 medium, 3 minor OEM Android Customizations Carrier/End_customer Modifications 27 Wind River Confidential 2011 Wind River. All Rights Reserved

28 Why a Commercialization Partners Wind River. All Rights Reserved.

29 What s a Commercialization Partner? Deliver on Android promise of TTM, cost, quality Integration Optimization Reuse Differentiated UX Transparency Compliance Realization Wind River. All Rights Reserved.

30 Wind River Solutions for Android 1. Commercial, compliant platform 2. Pre-integrated ecosystem 3. Automated test framework 4. Virtualization support 5. Customization/optimization services 6. Worldwide support Wind River. All Rights Reserved.

31 Android and Wind River: An Unbeatable Combination for Embedded Projects Android is specifically designed for rapid user adoption A large ecosystem of support surrounds Android that can be leveraged for non-mobile devices Like any open source platform, Android requires tuning to use in a commercial product Commercialization partners like Wind River exist to help you realize your Android-based product Only Wind River combines vertical market, embedded systems and Android expertise to deliver your embedded Android device on time and on budget, with full features and the highest quality Wind River. All Rights Reserved.

32 Summary - Why Wind River? Semi Vendor Relationship Industry Consortium Leadership Local Delivery with Global Support The Best Android Experts Available for Customer Projects Wind River. All Rights Reserved.

33 Wind River. All Rights Reserved.

34 Wind River and Android First Android commercialization partner Hundreds of man years of real-world Android implementation experience Enabler of leading ARM and IA platforms Maintainer of Android projects Provider of Android commercial platform and compliance test solution Wind River. All Rights Reserved.

35 What are WR key advantages? Flexible business terms: Solutions: products customization (PFA) FAST UxTDK a test authoring tool for Android applications Services Premium support Technical Android and OS expertise in embedded market BSP enablement expertise Android validation and testing WW technical coverage Operational Open source management expertise: IP, Hardening OS, validation Android upgrades management Financial Flexible business models: NRI, Per unit fee, mixed Competitive services prices (based on blended cost model) Wind River. All Rights Reserved.

36 What we offer Proven commercial offer for embedding the Android operating system in vertical market devices. Target Markets: Medical, Aerospace and Defense, Industrial, Automotive, Consumer Electronics, Enterprise Communications, Mobile Devices The solution components Products and platforms: PFA and product acceletators Wind River Platform for Android (PFA) delivers: FAST and UxTDK Partner ecosystem Services: CCM3 EMEA local presence Wind River. All Rights Reserved.

37 Why Android for Embedded Systems, Why Now? Explosion of rich UI in embedded devices WAN and LAN connectivity Acceptance of open source technology Market timing = urgency Cost reductions wherever possible Improved quality and time to market through active community participation Wind River. All Rights Reserved.

38 Thank You Thank You 38

Android Everywhere. February 15, Cristina Segal, WW Director Android Solutions

Android Everywhere. February 15, Cristina Segal, WW Director Android Solutions Android Everywhere February 15, 2012 Cristina Segal, WW Director Android Solutions Increasing Device Connectivity M2M, Cloud Architectures, 50 Billion connected devices by 2020 Increased complexity with

More information

IJRDTM Kailash ISBN No Vol.17 Issue

IJRDTM Kailash ISBN No Vol.17 Issue ABSTRACT ANDROID OPERATING SYSTEM : A CASE STUDY by Pankaj Research Associate, GGSIP University Android is a software stack for mobile devices that includes an operating system, middleware and key applications.

More information

Android OS and Power Architecture

Android OS and Power Architecture June 24, 2010 OS and Power Architecture FTF-NET-F0677 Phil Brownfield Software Product Manager, NMG Reg. U.S. Pat. & Tm. Off. BeeKit, BeeStack, CoreNet, the Energy Efficient Solutions logo, Flexis, MXC,

More information

SIMPLIFYING THE CAR. Helix chassis. Helix chassis. Helix chassis WIND RIVER HELIX CHASSIS WIND RIVER HELIX DRIVE WIND RIVER HELIX CARSYNC

SIMPLIFYING THE CAR. Helix chassis. Helix chassis. Helix chassis WIND RIVER HELIX CHASSIS WIND RIVER HELIX DRIVE WIND RIVER HELIX CARSYNC W I N D R I V E R H E L I X C H A S S I S SIMPLIFYING THE WIND RIVER HELIX CHASSIS Helix Chassis brings together software, technologies, tools, and services to help automotive manufacturers unify, simplify,

More information

Mobile Computing. Juha-Matti Liukkonen, Nov 17, 2010

Mobile Computing. Juha-Matti Liukkonen, Nov 17, 2010 Mobile Computing Juha-Matti Liukkonen, Nov 17, 2010 1 Contents Mobile Computing revolution Structural impact of device evolution A look into Mobile Linux 2 Mobile Computing revolution 3 Pocketable power

More information

Android App Development. Muhammad Sharjeel COMSATS Institute of Information Technology, Lahore

Android App Development. Muhammad Sharjeel COMSATS Institute of Information Technology, Lahore Android App Development Muhammad Sharjeel COMSATS Institute of Information Technology, Lahore Mobile devices (e.g., smartphone, tablet PCs, etc.) are increasingly becoming an essential part of human life

More information

Android App Development

Android App Development Android App Development Outline Introduction Android Fundamentals Android Studio Tutorials Introduction What is Android? A software platform and operating system for mobile devices Based on the Linux kernel

More information

RTOS, Linux & Virtualization Wind River Systems, Inc.

RTOS, Linux & Virtualization Wind River Systems, Inc. taeyong.kim@windriver.com RTOS, Linux & Virtualization 2008 Wind River Systems, Inc. Simple Board Simple Code 2 2008 Wind River Systems, Inc. start: /* disable interrupts in CPU and switch to SVC32 mode

More information

Developing Mission Critical Products with Digi i.mx53 Module

Developing Mission Critical Products with Digi i.mx53 Module Webinar Developing Mission Critical Products with Digi i.mx53 Module September 2013 Rev B Paolo Chiarlone Senior Sales Engineer Hello I am. Pleased to meet you Digi International M2M Solutions Expert Profitable,

More information

Ahmed Ali Big fan of Android

Ahmed Ali Big fan of Android Ahmed Ali Big fan of Android Mobile Operating Systems What is your Mobile OS? What is your opinion about it? Why you are using it? Do you know any other OSs?? Mobile Operating Systems Click to edit Master

More information

IoT and the Role of PLATFORMS. Balajee Sowrirajan SVP and Managing Director Samsung Semiconductors India R&D

IoT and the Role of PLATFORMS. Balajee Sowrirajan SVP and Managing Director Samsung Semiconductors India R&D IoT and the Role of PLATFORMS Balajee Sowrirajan SVP and Managing Director Samsung Semiconductors India R&D 1 The Future is IoT IoT will touch every market Key Manufacturer Driving Factors Competitive

More information

Upstreaming Hardware Enablement

Upstreaming Hardware Enablement Upstreaming Hardware Enablement December 8th 2011 Anthony Wong Project Manager, Hardware Enablement Team Agenda Introduction to Hardware Enablement Team Difficulties of Hardware Enablement on Linux How

More information

Linux Community Project Leaders Unite. Peter Vescuso EVP Marketing, Bus Dev Black Duck Software

Linux Community Project Leaders Unite. Peter Vescuso EVP Marketing, Bus Dev Black Duck Software Linux Community Project Leaders Unite Peter Vescuso EVP Marketing, Bus Dev Black Duck Software Agenda Trends Communities of communities Linux Community Projects 2 Innovation and FOSS - A Virtuous Circle

More information

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS By Bill Graham and Michael Weinstein WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY Driven by the convergence of cloud technology, rapidly

More information

Android In Industrial Applications. A Field Report

Android In Industrial Applications. A Field Report Garz & Fricke Android In Industrial Applications A Field Report Android In Industrial Applications A Field Report Contents What we will talk about Garz & Fricke Company Overview Introduction to Android

More information

WIND RIVER NETWORKING SOLUTIONS

WIND RIVER NETWORKING SOLUTIONS WIND RIVER NETWORKING SOLUTIONS TRANSFORMING THE NETWORK Businesses of all kinds are benefitting from the transformation of the networks they rely on, from LANs to WANs. Those network transformations are

More information

WEB DESIGN SERVICES. Google Certified Partner. In-Studio Interactive CEO: Onan Bridgewater. instudiologic.com.

WEB DESIGN SERVICES. Google Certified Partner. In-Studio Interactive CEO: Onan Bridgewater. instudiologic.com. In-Studio Interactive CEO: Onan Bridgewater instudiologic.com sales@instudiologic.com info@instudiologic.com WEB DESIGN SERVICES Google Certified Partner 1. Brand Building Engagements that Drive Sales

More information

FutureWalker

FutureWalker FutureWalker 2008.3.20 http://futurewalker.kr Agenda Questions Storyline Market Platform Impact Questions What is the Smartphone? Why Google? What s going on the Mobile industry? Who needs open platform?

More information

Transforming the way people watch TV

Transforming the way people watch TV Transforming the way people watch TV Nokia Siemens Networks Ubiquity Multiscreen TV Platform - Executive summary An open solution for delivering TV and Internet as a single service on any device over any

More information

mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM 2017

mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM 2017 mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM mbed: Connecting chip to cloud Device software Device services Third-party cloud services IoT device application mbed Cloud Update IoT cloud

More information

Car Connectivity Consortium. MirrorLink and the Connected Car

Car Connectivity Consortium. MirrorLink and the Connected Car Car Connectivity Consortium MirrorLink and the Connected Car 1 Agenda Landscape for Smartphone Integration into Cars Car Connectivity Consortium MirrorLink Technology Certification Applications 2 Landscape

More information

DROID. By S.Gokulakrishnan AP/CSE SCSVMV

DROID. By S.Gokulakrishnan AP/CSE SCSVMV Mobile Applicatio on Development with AND DROID By S.Gokulakrishnan AP/CSE SCSVMV The Players Android Open source mobile OS developed ny the Open Handset Alliance led by Google. Based on Linux 2.6 kernel

More information

IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center

IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center IOTIVITY AND EMBEDDED LINUX SUPPORT Kishen Maloor Intel Open Source Technology Center Outline Open Interconnect Consortium and IoTivity Software development challenges in embedded Yocto Project and how

More information

Expanding Opportunities in Clamshell Devices. Laurence Bryant VP Strategic Marketing

Expanding Opportunities in Clamshell Devices. Laurence Bryant VP Strategic Marketing Expanding Opportunities in Clamshell Devices Laurence Bryant VP Strategic Marketing 1 PC Mobile Ecosystem Scaling The Richness Of Small Screen Experiences The smartphone and tablet ecosystem is shaping

More information

Our software strategy

Our software strategy Our software strategy Contents 1. Executive Summary 2. Architecture for differentiation and efficiency 3. Device platforms for all needs Mobile Computers Maemo to MeeGo Smartphones Symbian Mobile Phones

More information

CS260 Intro to Java & Android 04.Android Intro

CS260 Intro to Java & Android 04.Android Intro CS260 Intro to Java & Android 04.Android Intro Winter 2015 Winter 2015 CS260 - Intro to Java & Android 1 Android - Getting Started Android SDK contains: API Libraries Developer Tools Documentation Sample

More information

Wind River Android Solutions

Wind River Android Solutions Wind River Android Solutions November 15th, 2011 Sébastien Lalaurette, Senior System Engineer EMEA SW Wind River solution proposal : Products Commercial Android distribution Android enhancements Debug

More information

Nokia for developers. Alexey Kokin. Developer Relations

Nokia for developers. Alexey Kokin. Developer Relations Nokia for developers Alexey Kokin Developer Relations alexey.kokin@nokia.com Agenda Nokia Platforms and changes due to MSFT deal WP7 Symbian Meego S40 Qt update Ovi Store update 2 Strategy shift in brief

More information

Cloud-Enable Your District s Network For Digital Learning

Cloud-Enable Your District s Network For Digital Learning Cloud-Enable Your District s Network For Digital Learning Session B40 BrainStorm 17.0 Gavin Lee Education Business Development Manager Juniper Networks gavinl@juniper.net Juniper Innovations for Mission

More information

Android Application Development A Beginners Tutorial

Android Application Development A Beginners Tutorial We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with android application

More information

Android Overview. Francesco Mercaldo, PhD

Android Overview. Francesco Mercaldo, PhD Android Overview Francesco Mercaldo, PhD Post-Doctoral researcher Corso di Sicurezza delle Reti e dei Sistemi Software Università degli Studi del Sannio (fmercaldo@unisannio.it) Things are not always what

More information

Open Mobile Platforms. EE 392I, Lecture-6 May 4 th, 2010

Open Mobile Platforms. EE 392I, Lecture-6 May 4 th, 2010 Open Mobile Platforms EE 392I, Lecture-6 May 4 th, 2010 Open Mobile Platforms The Android Initiative T-Mobile s ongoing focus on Android based devices in US and EU markets In Nov 2007, Google announced

More information

FAQs for Background. 1. What is Open Core Engineering?

FAQs for Background. 1. What is Open Core Engineering? 1. What is Open Core Engineering? It is a new Bosch Rexroth automation software platform and programming capability that combines the previously separate environments of PLC programming and IT programming

More information

OCTOBER 2016 TELIT WHITE PAPER

OCTOBER 2016 TELIT WHITE PAPER OCTOBER 2016 TELIT WHITE PAPER TELIT INTELLIGENT MODULES HARNESS THE POWER OF INTEL ATOM TM x3 PROCESSORS TO PROVIDE IoT DEVELOPERS WITH UNRIVALLED CHOICE, FLEXIBILITY & PERFORMANCE. CONTENTS INTRODUCTION

More information

SD-WAN Solution How to Make the Best Choice for Your Business

SD-WAN Solution How to Make the Best Choice for Your Business HOW-TO GUIDE Choosing the Right SD-WAN Solution How to Make the Best Choice for Your Business Section Title - 1 TABLE OF CONTENTS Introduction 3 CH. 1 Why Organizations are Choosing SD-WAN 4 CH. 2 What

More information

NOVEMBER 2010 DEVICE & MANUFACTURER DATA DEVICE OS & CARRIER MIX MOBILE DEVELOPER TRENDS. Visit to sign up

NOVEMBER 2010 DEVICE & MANUFACTURER DATA DEVICE OS & CARRIER MIX MOBILE DEVELOPER TRENDS. Visit  to sign up MOBILE MIX TRACKS & REPORTS MOBILE DEVICE TRENDS DEVICE & MANUFACTURER DATA DEVICE OS & CARRIER MIX MOBILE DEVELOPER TRENDS Device & Manufacturer Data Top Manufacturers (all devices) Top 0 Mobile Devices*

More information

Beyond Your Device. Control, Connect, Experience. BT GS Analyst and consultant call 2 July 2013

Beyond Your Device. Control, Connect, Experience. BT GS Analyst and consultant call 2 July 2013 Beyond Your Device Control, Connect, Experience BT GS Analyst and consultant call 2 July 2013 Agenda Welcome & situation in the market Neil Sutton, Vice President Portfolio Our solution Connect Jayne Smith,

More information

Produced by. Mobile Application Development. Eamonn de Leastar

Produced by. Mobile Application Development. Eamonn de Leastar Mobile Application Development Produced by Eamonn de Leastar (edeleastar@wit.ie) Department of Computing, Maths & Physics Waterford Institute of Technology http://www.wit.ie http://elearning.wit.ie Introducing

More information

Anthony Hand, M.S.I. Mobile User Experience Designer, Hand Interactive Presented at:

Anthony Hand, M.S.I. Mobile User Experience Designer, Hand Interactive Presented at: Android vs. iphone Anthony Hand, M.S.I. Mobile User Experience Designer, Hand Interactive anthony.hand@gmail.com Presented at: Self Introduction Motorola o UI designer on Android platform Hand Interactive:

More information

Why Android? Why Android? Android Overview. Why Mobile App Development? 20-Nov-18

Why Android? Why Android? Android Overview. Why Mobile App Development? 20-Nov-18 Why Android? Android Overview Dr. Siddharth Kaza Dr. Josh Dehlinger A lot of students have them 2010 survey by University of CO 1 : 22% of college students have Android phone (26% Blackberry, 40% iphone)

More information

Android App Development Workshop

Android App Development Workshop Android App Development Workshop Android powers hundreds of millions of mobile devices in more than 190 countries around the world. It s the largest installed base of any mobile platform and growing fast

More information

2S00012W -Selling the Avaya IP Office Platform Overview. Selling the Avaya IP Office Platform Overview. October, S00012W

2S00012W -Selling the Avaya IP Office Platform Overview. Selling the Avaya IP Office Platform Overview. October, S00012W 1 2S00012W Selling the Avaya IP Office Platform Overview October, 2014 Welcome to Avaya IP Office Overview. To help you extract the most value for your customers via IP Office s deployment options and

More information

Growth outside Cell Phone Applications

Growth outside Cell Phone Applications ARM Introduction Growth outside Cell Phone Applications ~1B units shipped into non-mobile applications Embedded segment now accounts for 13% of ARM shipments Automotive, microcontroller and smartcards

More information

SMART DELTA: SECURE OVER-THE-AIR (OTA) TECHNOLOGY FOR REMOTE MANAGEMENT OF IOT SOLUTIONS

SMART DELTA: SECURE OVER-THE-AIR (OTA) TECHNOLOGY FOR REMOTE MANAGEMENT OF IOT SOLUTIONS WHITE PAPER Internet of Things SMART DELTA: SECURE OVER-THE-AIR (OTA) TECHNOLOGY FOR REMOTE MANAGEMENT OF IOT SOLUTIONS The rapidly multiplying embedded devices in the Internet of Things (IoT) require

More information

Introduction to TIZEN Ecosystem

Introduction to TIZEN Ecosystem Introduction to TIZEN Ecosystem Sungjin Lee Samsung Electronics TIZEN Ecosystem What is Ecosystem? Information Promotion Device Platform Content & Service Provider (Developer) Distribution Channel (App

More information

BUILDING the VIRtUAL enterprise

BUILDING the VIRtUAL enterprise BUILDING the VIRTUAL ENTERPRISE A Red Hat WHITEPAPER www.redhat.com As an IT shop or business owner, your ability to meet the fluctuating needs of your business while balancing changing priorities, schedules,

More information

Nexus Makin Multi- Core Work

Nexus Makin Multi- Core Work A Program of the IEEE Industry Standards and Technology Organization Nexus Makin Multi- Core Work Update October 2007 Nexus Forum General Use Ron Stence IEEE-ISTO Nexus 5001 Freescale Semiconductor The

More information

Google Android. 2008/3/10 NemusTech, Inc. Lee Seung Min

Google Android. 2008/3/10 NemusTech, Inc. Lee Seung Min Google Android 2008/3/10 NemusTech, Inc. Lee Seung Min Agenda Introduction Mobile Platform Overview Background : Current Linux Mobile Platform What is Android? Features Architecture Technical Detail Android

More information

Open Source in Automotive Infotainment

Open Source in Automotive Infotainment Open Source in Automotive Infotainment Taeyong Kim (ty.kim@windriver.com) Services & Solutions Wind River Systems 2015 Wind River. All Rights Reserved. Why using Open Source in IoT? Internet of Things

More information

Copyright Khronos Group Page 1. Vulkan Overview. June 2015

Copyright Khronos Group Page 1. Vulkan Overview. June 2015 Copyright Khronos Group 2015 - Page 1 Vulkan Overview June 2015 Copyright Khronos Group 2015 - Page 2 Khronos Connects Software to Silicon Open Consortium creating OPEN STANDARD APIs for hardware acceleration

More information

Choosing the Right Cloud. ebook

Choosing the Right Cloud. ebook Choosing the Right Cloud ebook Contents Choosing the Right Cloud...3 The Cloud Explained: Public Cloud...4 The Cloud Explained: Private Cloud...5 Assessing Workload Characteristics...6 Right Application.

More information

Because Broadband is Always On

Because Broadband is Always On Because Broadband is Always On October 8, 2007 Berlin, Germany Michel Rahier President, Carrier Business Group Broadband Opens the Doors to the Fixed-Mobile-Media Convergence Anticipating the demands of

More information

Roadmap Directions for the RISC-V Architecture

Roadmap Directions for the RISC-V Architecture Roadmap Directions for the RISC-V Architecture Andes RISC-V Con November 13, 2018 Linley Gwennap, Principal Analyst About Linley Gwennap Founder, principal analyst, The Linley Group Leading vendor of technical

More information

In the Driver s Seat

In the Driver s Seat In the Driver s Seat Use Cases of Qt in Automotive Dr Tuukka Ahoniemi Product Manager tuukka.ahoniemi@theqtcompany.com Contents Requirements for Automotive Systems Transition of Automotive Software Power

More information

Android App Development. Ahmad Tayeb

Android App Development. Ahmad Tayeb Android App Development Ahmad Tayeb Ahmad Tayeb Lecturer @ Department of Information Technology, Faculty of Computing and Information Technology, KAU Master degree from Information Sciences and Technologies,

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A REVIEW ON THE ARCHITECTURE OF ANDROID IN SMART PHONES RAVNEET KAUR T. BAGGA 1,

More information

SYSTEMATIC SDN AND NFV WORKSHOP 2014 BUSINESS AND ECONOMIC ASPECTS OF SDN AND NFV

SYSTEMATIC SDN AND NFV WORKSHOP 2014 BUSINESS AND ECONOMIC ASPECTS OF SDN AND NFV SYSTEMATIC SDN AND NFV WORKSHOP 2014 BUSINESS AND ECONOMIC ASPECTS OF SDN AND NFV Bell Labs May 2014 1 BUSINESS AND ECONOMIC ASPECTS OF SDN AND NFV AGENDA 1. Introduction Challenging times for operators

More information

The ROI of UI Toolkit Standardization

The ROI of UI Toolkit Standardization The ROI of UI Toolkit Standardization Whitepaper Introduction 1 Buy vs. Build 2 The ROI of Standardization 3 The ROI of Infragistics as your UX Team 3-4 Leveraged Learning 4 The Overall Value of Standardization

More information

COBOL-IT Compiler Suite

COBOL-IT Compiler Suite COBOL-IT Compiler Suite Enterprise Edition COBOL-IT Compiler Suite Enterprise Edition is an Enterprise COBOL Compiler Suite that is highly adapted to the needs of Enterprises with Mission Critical COBOL

More information

An introduction to today s Modular Operating System

An introduction to today s Modular Operating System An introduction to today s Modular Operating System Bun K. Tan Open Source Technology Center - Intel Corporation October 2018 *Other names and brands may be claimed as the property of others Agenda Why

More information

Profiling and Debugging OpenCL Applications with ARM Development Tools. October 2014

Profiling and Debugging OpenCL Applications with ARM Development Tools. October 2014 Profiling and Debugging OpenCL Applications with ARM Development Tools October 2014 1 Agenda 1. Introduction to GPU Compute 2. ARM Development Solutions 3. Mali GPU Architecture 4. Using ARM DS-5 Streamline

More information

Firefox OS App Days. Overview and High Level Architecture. Author: José M. Cantera Last update: March 2013 TELEFÓNICA I+D

Firefox OS App Days. Overview and High Level Architecture. Author: José M. Cantera Last update: March 2013 TELEFÓNICA I+D Firefox OS App Days Overview and High Level Architecture Author: José M. Cantera (@jmcantera) Last update: March 2013 TELEFÓNICA I+D 1 Introduction What is Firefox OS? A new mobile open OS fully based

More information

Get more out of technology starting day one. ProDeploy Enterprise Suite

Get more out of technology starting day one. ProDeploy Enterprise Suite Enterprise Suite Get more out of technology starting day one 1 Secure the path to a future-ready data center The landscape faced by IT managers and business leaders today can be daunting to navigate. Continually

More information

The Inflection Point in the Application Ecosystem

The Inflection Point in the Application Ecosystem The Inflection Point in the Application Ecosystem The post-pc era the data explosion 0111010101101010101010101010101010101010110101010101010101010101010101010101 0101010101101011011011011101011100000010110101001101011110011010101010110101

More information

MOBILE APPLICATION TESTING CHALLENGES

MOBILE APPLICATION TESTING CHALLENGES As per Gartner, by YE18, 55% of bank customers in developed markets will use wearable devices to interact with their banks THE MOBILE CHANNEL - A GAME-CHANGER ACROSS THE BANKING INDUSTRY The mobile channel

More information

Silicon Labs Corporate Overview

Silicon Labs Corporate Overview Silicon Labs Corporate Overview APRIL 2018 The leader in silicon, software and solutions for a smarter, more connected world. A World-Class Design Culture In 1996, a visionary group of engineers pioneered

More information

Carrier Grade Linux and VxWorks

Carrier Grade Linux and VxWorks Carrier Grade Linux and VxWorks A Complete Solution for Next Generation Telecom Systems based on ATCA and AMC Hardware Vinay Panchdhari Regional FAE Manager - Asia Pacific Wind River Systems Telecom Market

More information

An Introduction to Android. Jason Chen Developer Advocate Google I/O 2008

An Introduction to Android. Jason Chen Developer Advocate Google I/O 2008 An Introduction to Android Jason Chen Developer Advocate Google I/O 2008 Background What is Android? Latest News 4,000,000,000 Internet and Mobile Phone Users, Worldwide 3,000,000,000 2,000,000,000 1,000,000,000

More information

Java Embedded on ARM

Java Embedded on ARM Java Embedded on ARM The Embedded Market Evolving Rapidly Internet of Things 2.3B Internet Users Cloud for Embedded Devices Med-Large Embedded Multi-function Devices Enterprise Data and Applications Up

More information

The Penguin and the Droid

The Penguin and the Droid The Penguin and the Droid Robert Berger Reliable Embedded Systems 2012 by Robert Berger - Reliable Embedded Systems cbna CC-Licence: http://creativecommons.org/licenses/by-nc-sa/3.0/ last commit: 2012-03-10

More information

Qt a Framework for the Multi-Screen World

Qt a Framework for the Multi-Screen World Qt a Framework for the Multi-Screen World Nils Christian Roscher-Nielsen The Qt Company 1 Who am I? Nils Christian Roscher-Nielsen 6 years with Qt (Trolltech) Nokia Digia The Qt Company Norwegian University

More information

Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment

Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment Protect Your Software Investment Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment The Difficulty with Embedded Software Development Developing embedded software is complicated.

More information

Dr. Ajoy Bose. SoC Realization Building a Bridge to New Markets and Renewed Growth. Chairman, President & CEO Atrenta Inc.

Dr. Ajoy Bose. SoC Realization Building a Bridge to New Markets and Renewed Growth. Chairman, President & CEO Atrenta Inc. SoC Realization Building a Bridge to New Markets and Renewed Growth Dr. Ajoy Bose Chairman, President & CEO Atrenta Inc. October 20, 2011 2011 Atrenta Inc. SoCs Are Driving Electronic Product Innovation

More information

Connected & Smart Home Research Package

Connected & Smart Home Research Package TECHNOLOGY, MEDIA & TELECOMMUNICATION KEY COMPONENTS Intelligence Services Real-time access to continually updated market data and forecasts, analyst insights, topical research reports and analyst presentations.

More information

Mesa i965 Scenes from a Quiet Revolution

Mesa i965 Scenes from a Quiet Revolution Mesa i965 Scenes from a Quiet Revolution Kaveh Nasri Director of 3D User Space Graphics Open Source Technology Center Intel Corporation Sep 21, 2017 X.Org Developer's Conference 2017 https://www.x.org/wiki/events/xdc2017/

More information

Perfecto Mobile. Deep testing on market devices and quick verification on as many market devices as possible

Perfecto Mobile. Deep testing on market devices and quick verification on as many market devices as possible October 25, 2013 Perfecto Mobile How to Build an Enterprise Grade Mobile Testing Strategy Presented by Carlo Cadet, Director Product Marketing carloc@perfectomobile.com, http://www.perfectomobile.com,

More information

A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION

A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION Ashish A Kulkarni 1, Pooja A Kulkarni 2 1 Assistant Professor, MIT School of Management Pune, (India) 2 Assistant Professor, NBN

More information

The Basics. Head Unit Contains SDL Core. SDL Proxy in Application Communicates with Head Unit. (No Third Party App Code in Head Unit)

The Basics. Head Unit Contains SDL Core. SDL Proxy in Application Communicates with Head Unit. (No Third Party App Code in Head Unit) What is SDL? The Basics Head Unit Contains SDL Core (No Third Party App Code in Head Unit) SDL Proxy in Application Communicates with Head Unit SmartDeviceLink Use applink invehicle slide showing lock

More information

The Value of Cisco Compatible Extensions (CCX) for Mobile Computers

The Value of Cisco Compatible Extensions (CCX) for Mobile Computers The Value of Cisco Compatible Extensions (CCX) for Mobile Computers Originally Published: October 2007 Updated: April 2010, October 2012 A White Paper from Laird Technologies IEEE and industry standards

More information

Programming with Android: System Architecture. Dipartimento di Scienze dell Informazione Università di Bologna

Programming with Android: System Architecture. Dipartimento di Scienze dell Informazione Università di Bologna Programming with Android: System Architecture Luca Bedogni Marco Di Felice Dipartimento di Scienze dell Informazione Università di Bologna Outline Android Architecture: An Overview Android Dalvik Java

More information

Trend Micro Professional Services Partner Program

Trend Micro Professional Services Partner Program Trend Micro Professional Services Partner Program PROGRAM OVERVIEW The Trend Micro Partner Program provides professional services companies with the certification, training, technical support and access

More information

3D Graphics in Future Mobile Devices. Steve Steele, ARM

3D Graphics in Future Mobile Devices. Steve Steele, ARM 3D Graphics in Future Mobile Devices Steve Steele, ARM Market Trends Mobile Computing Market Growth Volume in millions Mobile Computing Market Trends 1600 Smart Mobile Device Shipments (Smartphones and

More information

Android* on Intel platforms

Android* on Intel platforms Android* on Intel platforms And what it means for you, developers. Xavier Hallade, Technical Marketing Engineer, Intel Our devices are already fully compatible with established Android* ecosystem Android

More information

Chapter 2: Operating-System Structures. Operating System Concepts 9 th Edit9on

Chapter 2: Operating-System Structures. Operating System Concepts 9 th Edit9on Chapter 2: Operating-System Structures Operating System Concepts 9 th Edit9on Silberschatz, Galvin and Gagne 2013 Chapter 2: Operating-System Structures 1. Operating System Services 2. User Operating System

More information

Primary Multicore Software Configurations Mark Hermeling, Senior Product Manager Wind River

Primary Multicore Software Configurations Mark Hermeling, Senior Product Manager Wind River Primary Multicore Software Configurations Mark Hermeling, Senior Product Manager Wind River Agenda Multicore and Virtualization at Wind River Primary Software Configurations Business drivers behind Multicore

More information

SHWETANK KUMAR GUPTA Only For Education Purpose

SHWETANK KUMAR GUPTA Only For Education Purpose Introduction Android: INTERVIEW QUESTION AND ANSWER Android is an operating system for mobile devices that includes middleware and key applications, and uses a modified version of the Linux kernel. It

More information

THE PLATFORM EQUINIX VISION

THE PLATFORM EQUINIX VISION THE PLATFORM EQUINIX VISION Build Here, and Go Anywhere SUMMARY Key trends are driving the need for a single interconnection platform for digital business On the Equinix global interconnection platform

More information

Over-the-Top B2C Mobile Messaging

Over-the-Top B2C Mobile Messaging Over-the-Top B2C Mobile Messaging B2C Messaging Today B2C mobile messaging is a multi-billion dollar market in growth mode and is used by businesses to attract, retain, and engage with customers for both

More information

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

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

More information

Open Source IoT. Eclipse IoT. Tim De Borger - Senior Solution Architect 13/06/2017

Open Source IoT. Eclipse IoT. Tim De Borger - Senior Solution Architect 13/06/2017 Open Source IoT Eclipse IoT Tim De Borger - tdeborge@redhat.com Senior Solution Architect 13/06/2017 Disclaimer The content set forth herein is Red Hat confidential information and does not constitute

More information

Comprehensive Development and Debug Coverage for Linux and Android on the MIPS Architecture

Comprehensive Development and Debug Coverage for Linux and Android on the MIPS Architecture Comprehensive Development and Debug Coverage for Linux and Android on the MIPS Architecture Presented by MIPS Technologies Powering a Connected World October 2010 Today s presenters: Rick Leatherman VP

More information

Android System Development Training 4-day session

Android System Development Training 4-day session Android System Development Training 4-day session Title Android System Development Training Overview Understanding the Android Internals Understanding the Android Build System Customizing Android for a

More information

COLLEGE OF ENGINEERING, NASHIK-4

COLLEGE OF ENGINEERING, NASHIK-4 Pune Vidyarthi Griha s COLLEGE OF ENGINEERING, NASHIK-4 DEPARTMENT OF COMPUTER ENGINEERING 1) What is Android? Important Android Questions It is an open-sourced operating system that is used primarily

More information

Embedded HW/SW Co-Development

Embedded HW/SW Co-Development Embedded HW/SW Co-Development It May be Driven by the Hardware Stupid! Frank Schirrmeister EDPS 2013 Monterey April 18th SPMI USB 2.0 SLIMbus RFFE LPDDR 2 LPDDR 3 emmc 4.5 UFS SD 3.0 SD 4.0 UFS Bare Metal

More information

Developer s overview of the Android platform

Developer s overview of the Android platform Developer s overview of the Android platform Erlend Stav SINTEF November 10, 2009 mailto:erlend.stav@sintef.no 1 Overview Vendors and licensing Application distribution Platform architecture Application

More information

Software Development Using Full System Simulation with Freescale QorIQ Communications Processors

Software Development Using Full System Simulation with Freescale QorIQ Communications Processors Patrick Keliher, Simics Field Application Engineer Software Development Using Full System Simulation with Freescale QorIQ Communications Processors 1 2013 Wind River. All Rights Reserved. Agenda Introduction

More information

Fusing Sensors into Mobile Operating Systems & Innovative Use Cases

Fusing Sensors into Mobile Operating Systems & Innovative Use Cases Fusing Sensors into Mobile Operating Systems & Innovative Use Cases May 23, 2012 Tristan Joo (tristanjoo@wca.org) Board Director & Co-Chair of Mobile SIG Wireless Communications Alliance, Independent Executive

More information

Helping the channel capitalise on network transformation

Helping the channel capitalise on network transformation Helping the channel capitalise on network transformation Next generation networks The network is changing Legacy networks are being crushed by the pressures of the digital era. They weren t built for the

More information

Quick Guide to Red Hat

Quick Guide to Red Hat Quick Guide to Red Hat Technical Support for customer IT decision makers Linux and related open source technologies provide companies with more capability and higher performance for substantially less

More information

10 Steps to Virtualization

10 Steps to Virtualization AN INTEL COMPANY 10 Steps to Virtualization WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY Virtualization the creation of multiple virtual machines (VMs) on a single piece of hardware, where

More information