Android OS. Operating System based on Linux [ ] [Jonas Teuscher, Alex Cuordileone, Cédric Glaus]

Size: px
Start display at page:

Download "Android OS. Operating System based on Linux [ ] [Jonas Teuscher, Alex Cuordileone, Cédric Glaus]"

Transcription

1 1 Android OS Operating System based on Linux [ ] [Jonas Teuscher, Alex Cuordileone, Cédric Glaus]

2 CONTENT 1 Introduction Abstract History of Android What is Android Open handset alliance Android Versions Android architecture Linux Kernel Native libraries Android Run Time Application Framework Activity manager Resource manager Notification manager: Location manager: Package manager: Window manager: Telephony manager: Application Layer Security Design review: Code review and penetrating testing: Open source and community review: Incident response: Features of Android Advantages

3 6 Disadvantages Limitations of Android Survey Conclusion Bibliography Affirmation in Lieu of Oath

4 INTRODUCTION 1.1 ABSTRACT Android is basically an operating System for mobile phones. It uses a modified version of the Linux Kernel 2.6. In this report, we will describe, how Android can confirm security on the Operating System so that users can safely use Android Mobile Phones. 1.2 HISTORY OF ANDROID Android Inc. founded in Palo Alto, a little city in California, United states in October 2003 by Andy Rubin (co-founder of Danger), Rich Miner (co-founder of Wildfire Communication Inc.) Nick Sears (once VP at T- Mobile), and Chris White (headed design and interface development at web TV) to develop. Surprisingly it wasn t founded by Google Inc. as all people think. 1.3 WHAT IS ANDROID o open source software platform and operating system for mobile devices o Based on the Linux kernel o Developed by Google and later the Open Handset Alliance (OHA) o Allows writing managed code in the Java language Android has its own virtual machine i.e. DVM (Dalvik Virtual Machine), which is used for executing the android application. Android is a free open source software stack for mobile devices that include an Operating system. You can download it for free on the web. 1.4 OPEN HANDSET ALLIANCE The open handset alliance (OHA) is a business alliance of firm to develop open standards for mobile devices. Dedicated to advancing open standards for mobile devices Develop technologies that will significantly lower the cost of developing and distributing mobile devices and services. 3

5 2 ANDROID VERSIONS o Android 1.0 Cup Cake-The first version of the open source software was released back in o Android 1.6 Donut, released in September 2009 o Android 2.0 / 2.1 Éclair, released in 26 October 2009 and January 2010 o Android 2.2 Froyo, frozen yogurt, Released in the summer of 2010 o Android 2.3 Gingerbread, Gingerbread landed by the end of 2010 o Android 3.0 Honeycomb, for the first time Google released a software that was totally focused on tablets. This version was released in July/august 2011 o Android 4.0 Ice Cream Sandwich 4.0, released in October 2011 o Android 4.1 Jelly Bean4, released in 26 th June 2012 o Android 4.4 KitKat, released in October 31, 2013 o Android 5.0 Lollipop, released in November 12, Information : 4

6 2.1 3 ANDROID ARCHITECTURE The software stack is split into Four Layers: o The application layer o The application framework o The libraries and runtime o The kernel LINUX KERNEL o The architecture is based on the Linux 2.6 kernel. o This layer is core of android architecture. It provides service like Audio Driver or Flash Memory Driver Native libraries 3 Image : 4 Image : 5

7 Android has its own libraries, which is written in C/C++. These libraries cannot be accessed directly. With the help of application framework, we can access these libraries. There are many libraries like web libraries to access web browsers, libraries for android and video formats etc ANDROID RUN TIME DALVIK VIRTUAL MACHINE o The Android Runtime was designed specifically for Android to meet the needs of running in an embedded environment where you have limited battery, limited memory, limited CPU. o Dalvik is the process virtual machine in Google's android 0.S. It is the software which runs the apps on android devices. So that s why it is an important part of android, which is typically used on mobile devices such as mobile phones and tablet computers. o Programs are often written in java and compiled to byte code CORE LIBRARIES o This is in blue, meaning that it's written in Java. o The core library contains all of the collection classes, utilities, IO, all the utilities and tools that you ve come to expected to use. 2.2 APPLICATION FRAMEWORK The Application Framework layer provides many higher-level services to applications in the form of Java classes. Application developers are allowed to make use of these services in their applications. The whole framework is written in a Java programming language. The application framework is the toolkit which all applications use. These applications include the ones that come with a phone like the home applications, or the phone application. It includes applications which are written by Google. It also includes apps that will be written by you. So, all apps use the same framework and the same APIs. These are as follows: 6

8 2.2.1 ACTIVITY MANAGER It manages the lifecycle of applications. It enables proper management of all the activities. All the activities are controlled by activity manager RESOURCE MANAGER It provides access to non-code resources such as graphics etc. It helps clear out waste Memory and storage which is basically freeing up RAM so that your phone runs better. Some also clean cache which is a part storing temporary files created by applications. Though these aids apps help to am extent it's better to not use them much as they usually kill system applications( which will reload obviously) leading to wastage of resources Just let android handle it, Google knows what they're doing ;) NOTIFICATION MANAGER: It enables all applications to display custom alerts in status bar LOCATION MANAGER: It fires alerts when user enters or leaves a specified geographical location PACKAGE MANAGER: It is use to retrieve the data about installed packages on device WINDOW MANAGER: It is use to create views and layouts TELEPHONY MANAGER: It is use to handle settings of network connection and all information about services on device. 7

9 2.3 APPLICATION LAYER The final layer on top is Applications. o It includes the home application, the contacts application, the Browser and apps. o It is the most upper layer in android architecture. o All the applications like camera, Google maps, browser, SMS, calendars, contacts are native applications. These applications works with end user with the help of application framework to operate. 3 SECURITY Android is a multi-process system, in which each application (and parts of the system) runs in its own process. Most security between applications and the system is enforced at the process level through standard Linux facilities, such as user and group IDs that are assigned to applications. Securing an open platform requires a robust security architecture and rigorous security programs. Android was designed with multi-layered security that provides the flexibility required for an open platform, while providing protection for all users of the platform. For information about reporting security issues and the update process, see Security Updates and Resources. Android was designed with developers in mind. Security controls were designed to reduce the burden on developers. Security-savvy developers can easily work with and rely on flexible security controls. Developers less familiar with security will be protected by safe defaults. Android was designed with device users in mind. Users are provided visibility into how applications work, and control over those applications. This design includes the expectation that attackers would attempt to perform common attacks, such as social engineering attacks to convince device users to install malware, and attacks on third-party applications on Android. Android was designed to both reduce the probability of these attacks and greatly limit the impact of the attack in the event it was successful. Android is designed having multi-layer security which provides flexibility for this platform. When attackers attempt attack on device, android platform help to reduce the portability of the attack. There are key components of android security which are described as follows: 5 5 Information: 8

10 3.1 DESIGN REVIEW: When a security model is designed then it will be reviewed by the developers so that risk level will be very less while using the model. 3.2 CODE REVIEW AND PENETRATING TESTING: The goal of this code review is that in which it will be checked that how the system will become strong? 3.3 OPEN SOURCE AND COMMUNITY REVIEW: Android uses open source technologies that have significant external review such as Linux kernel. 3.4 INCIDENT RESPONSE: Android team enables the rapid mitigation of vulnerabilities to ensure that potential risks to all android users are minimized. 4 FEATURES OF ANDROID o Background Wi-Fi location still runs even when Wi-Fi is turned off o Developer logging and analyzing enhancements o It is optimized for mobile devices. o Java support,media support, multi touch, video calling, multi-tasking,voice based features, screen capture, camera, Bluetooth, GPS, compass and accelerometer,3g. o Messaging SMS and MMS are available forms of messaging, including threaded text messaging and Android Cloud To Device Messaging (C2DM) and now enhanced version of C2DM, o Multi-touch Android has native support for multi-touch which was initially made available in handsets such as the HTC Hero. The feature was originally disabled at the kernel level (possibly to avoid infringing Apple's patents on touch-screen technology at the time). 6 6 Information: 9

11 5 ADVANTAGES o The ability for anyone to customize the Google Android platform o It gives you better notification. o It lets you choose your hardware. o It has better app market(1,80,000 application) o A more mature platform with the support of many applications, the user can change the screen display. o With Google chrome you can open many windows at once. o Supports all Google services: Android operating system supports all of Google services ranging from Gmail to Google reader. All Google services can you have with one operating system, namely Android. 6 DISADVANTAGES o Android Market is less control of the manager, sometimes there are malware. o Wasteful Batteries, This is because the OS is a lot of "process" in the background causing the battery quickly drains. o Sometimes slow device company issued an official version of Android your own. o Extremely inconsistence in design among apps. o Very unstable and often hang or crash. 10

12 6.1 LIMITATIONS OF ANDROID Development requirements in o Java o Android SDK o Bluetooth limitations:- o Android doesn't support: Bluetooth stereo Contacts exchange Modem pairing Wireless keyboards o Firefox mobile is not coming to android because of android limitations o Apps in Android Market need to be programmed with a custom form of Java o There are no split or interval times available. o Small memory size. o Continuous Internet connection is required 11

13 7 SURVEY We have made a survey considering the operating systems on our smartphones today. There are some interesting results that we d like to mention in this report. Here are some of our results. As you can see on the graphic on the right, the study is almost balanced. There are 53% who uses Android as their operating system. The other 47% uses IOS as their operating system. In this study it is only about Apple or Android. The other O.S. are analyzed in the study below As I already mentioned yet, here you can see all the owners of a smartphones we have asked in our survey. Exactly 50% are owner of an Apple device. 31% own a smartphone based on Android. All the others aren t represented that much. Most of the people who ever owned a Android have used it at least for two years. After five years, we can see that there aren t many people who have the same phone they had 5 years ago. This shows us, that after two years, people do change their phone. 12

14 8 CONCLUSION We have learned through our research that Android is a much more different operating system than ios or/and Windows Phone Mobile. Android has grown so fast over the past 4 years becoming the most used smartphone operating system in the world. It's because Android does not release a phone from 1 company with 1 new OS every year, but countless phones from numerous companies, adding their own specifications, throughout the year, developing gradually day-by-day. The advantage of Google s operating system is, that you can customize your phone as you want not like all the other operating systems as for example Windows Phone or Apple (ios). It is also unique and incomparable to other operating systems. We hope that the next versions of Android have overcome the actual limitations and that the future possibilities became a reality and may this software is also developed to use in PC s also 9 BIBLIOGRAPHY 8 March March March 2016 Android overview 8 March March March March 2016 Architecture overview 16 March 2016 Mark L. Murphy: The Busy Coder's Guide to Android Development. USA

15 10 AFFIRMATION IN LIEU OF OATH We confirm that all the borrowed sentences, ideas and remarks have been rendered truthfully and have complete and accurate indications of the sources. Place: Date: Signatures of the group members: 14

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 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

Introduction To Android

Introduction To Android Introduction To Android Mobile Technologies Symbian OS ios BlackBerry OS Windows Android Introduction to Android Android is an operating system for mobile devices such as smart phones and tablet computers.

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

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

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

SD Module- Android Programming

SD Module- Android Programming Assignment No. 1 SD Module- Android Programming R (2) C (4) V (2) T (2) Total (10) Dated Sign Title: Download Install and Configure Android Studio on Linux /windows platform. Problem Definition: Install

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

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

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

Mobile Devices and Smartphones

Mobile Devices and Smartphones Mobile Devices and Smartphones Smartphone Modern smartphones can do almost as much as a desktop PC could. They are extremely mobile and convenient. With a proper service provider they can access the internet

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

3- Windows Operating System

3- Windows Operating System 3- The most popular desktop Operating System around the world is Microsoft Windows. According to the research published recently, there are about 83 percent of desktop computer users choose Microsoft Windows

More information

UNIT:2 Introduction to Android

UNIT:2 Introduction to Android UNIT:2 Introduction to Android 1 Syllabus 2.1 Overview of Android 2.2 What does Android run On Android Internals? 2.3 Android for mobile apps development 2.5 Environment setup for Android apps Development

More information

Introduction to Android

Introduction to Android Introduction to Android http://myphonedeals.co.uk/blog/33-the-smartphone-os-complete-comparison-chart www.techradar.com/news/phone-and-communications/mobile-phones/ios7-vs-android-jelly-bean-vs-windows-phone-8-vs-bb10-1159893

More information

Galaxy S Ii Manual Update Jelly Bean Release

Galaxy S Ii Manual Update Jelly Bean Release Galaxy S Ii Manual Update Jelly Bean Release Date Steps to update your Galaxy S2 to Jelly Bean 4.3 through CyanogenMod (CM). 1 It succeeds Ice Cream Sandwich and was officially released on June 27, 2012.

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

Tablet - is the generic term for a mobile computer with touchscreen display that is operated with fingers or stylus pen instead of a mouse and

Tablet - is the generic term for a mobile computer with touchscreen display that is operated with fingers or stylus pen instead of a mouse and Mobile Computing What is this? Tablet - is the generic term for a mobile computer with touchscreen display that is operated with fingers or stylus pen instead of a mouse and keyboard. Walmart defines a

More information

What is Android? Mobile Device Application Development COMPSCI 345

What is Android? Mobile Device Application Development COMPSCI 345 What is Android? Mobile Device Application Development COMPSCI 345 Android is an Operating System An interface between users/applications and the hardware. Provides a high-level view of I/O devices. Provides

More information

International Journal of Multidisciplinary Consortium Volume 2 Issue

International Journal of Multidisciplinary Consortium Volume 2 Issue ARCHITECTURAL COMPARISON A CASE STUDY BETWEEN ANDROID & IOS by Ankit Gupta Research Scholar Tecnia Institute of Advance Studies Delhi & Nisha Research Scholar Tecnia Institute of Advance Studies Delhi

More information

Android. Operating System and Architecture. Android. Screens. Main features

Android. Operating System and Architecture. Android. Screens. Main features Android Android Operating System and Architecture Operating System and development system from Google and Open Handset Alliance since 2008 At the lower level is based on the Linux kernel and in a higher

More information

Android Gingerbread Manually Update To Jelly Bean Features

Android Gingerbread Manually Update To Jelly Bean Features Android Gingerbread Manually Update To Jelly Bean 4.1.2 Features How to upgrade android 4.0, 4.1, 4.1.1, 4.1.2, 4.2.2 to 4.3 jellybean, 4.4, 4.4.1, 4.4.3, 4.4.4. Install latest Official Android 2.3.6 Gingerbread

More information

Research on Improving performance and Battery Backup of Android Mobile with help of Cyanogen Mod, and latest kernel

Research on Improving performance and Battery Backup of Android Mobile with help of Cyanogen Mod, and latest kernel Research on Improving performance and Battery Backup of Android Mobile with help of Cyanogen Mod, and latest kernel Abstract Tushar G Patil. MCA, Mumbai University Institute of Management & Computer Studies,

More information

Android Gingerbread Manually Update To Jelly Bean Features

Android Gingerbread Manually Update To Jelly Bean Features Android Gingerbread Manually Update To Jelly Bean 4.1 2 Features How to upgrade android 4.0, 4.1, 4.1.1, 4.1.2, 4.2.2 to 4.3 jellybean, 4.4, 4.4.1, 4.4.3, 4.4. Compare versions: Android M vs Android 5.1

More information

Mobile Internet Devices and the Cloud

Mobile Internet Devices and the Cloud Mobile Internet Devices and the Cloud What Is a Smartphone? Mobile Operating Systems for Smartphones 1. iphone 2. Google (Android) 3. Blackberry 4. Windows Mobile 5. Ubuntu Mobile Internet Device (MID)

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

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

User Guide For Android Ice Cream. Sandwich Tablet >>>CLICK HERE<<<

User Guide For Android Ice Cream. Sandwich Tablet >>>CLICK HERE<<< User Guide For Android 2.3 4.0 Ice Cream Sandwich Tablet Here's how to update Android on your smartphone or tablet. 2.3.3-2.3.7 Gingerbread, 11.4 percent were still running 4.0.4-4.0.4 Ice Cream Sandwich,

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

ios vs Android By: Group 2

ios vs Android By: Group 2 ios vs Android By: Group 2 The ios System Memory Section A43972 Delta Core OS Layer Core Services Layer Media Layer CoCoa Touch Layer Memory Section A43972 Delta Aaron Josephs Core OS Layer - Core OS has

More information

ANDRIOD APPLICATION: FOR MONITORING AVAILABILITY OF FACULTY

ANDRIOD APPLICATION: FOR MONITORING AVAILABILITY OF FACULTY ANDRIOD APPLICATION: FOR MONITORING AVAILABILITY OF FACULTY 1 K. Rangaswamy, 2 T.Sravani, 3 Nagalakshmi, 4 V.Kiran Kumar 1 Assistant Professor, 2,3,4 Final B.Tech Students Department of Computer Science

More information

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

Programming with Android: System Architecture. Luca Bedogni. Dipartimento di Scienze dell Informazione Università di Bologna Programming with Android: System Architecture Luca Bedogni Dipartimento di Scienze dell Informazione Università di Bologna Outline Android Architecture: An Overview Android Java Virtual Machine Android

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

Manual For Android Jelly Bean Features Vs Ice

Manual For Android Jelly Bean Features Vs Ice Manual For Android Jelly Bean Features Vs Ice Cream Sandwich Tablet Succeeded by, Android 4.1 "Jelly Bean" Android 4.0 "Ice Cream Sandwich" is a version of the Android mobile operating tablet-only release

More information

MOBILE OPERATING SYSTEM TRANSITION Insights and Considerations

MOBILE OPERATING SYSTEM TRANSITION Insights and Considerations MOBILE OPERATING SYSTEM TRANSITION Insights and Considerations Mobile Operating System Transition Insights and Considerations www.honeywellaidc.com 1 Introduction A shift in the mobile operating system

More information

Ferenc Peták Department of Medical Physics and Informatics 2018

Ferenc Peták Department of Medical Physics and Informatics 2018 Ferenc Peták Department of Medical Physics and Informatics 2018 New bonus system Two bonus points (1%) can be awarded in each lecture if: 1. Providing a valid full name at the Mentimeter test 2. >3 correct

More information

User S Guide Android Technology Platform

User S Guide Android Technology Platform User S Guide Android Technology Platform 4.0 4.1 4.2 Succeeded by, Android 4.1 "Jelly Bean" to another user using the technology, an updated web browser, a new contacts However, critics still felt that

More information

Android Overview. Most of the material in this section comes from

Android Overview. Most of the material in this section comes from Android Overview Most of the material in this section comes from http://developer.android.com/guide/ Android Overview A software stack for mobile devices Developed and managed by Open Handset Alliance

More information

ANDROID PRIVACY & SECURITY GUIDE ANDROID DEVICE SETTINGS

ANDROID PRIVACY & SECURITY GUIDE ANDROID DEVICE SETTINGS ANDROID PRIVACY & SECURITY GUIDE WESNET The Women s Services Network Smartphones store a lot of personal information, including email or social media accounts, reminders and notes, the number of steps

More information

Introduction to Android Android Smartphone Programming. Outline University of Freiburg. What is Android? Background University of Freiburg.

Introduction to Android Android Smartphone Programming. Outline University of Freiburg. What is Android? Background University of Freiburg. Introduction to Android Android Smartphone Programming Matthias Keil Institute for Computer Science Faculty of Engineering October 19, 2015 Outline 1 What is Android? 2 3 Applications: A Quick Glimpse

More information

Mobile Computing. Introduction to Android

Mobile Computing. Introduction to Android Mobile Computing Introduction to Android Mobile Computing 2011/2012 What is Android? Open-source software stack for mobile devices OS, middleware and key applications Based upon a modified version of the

More information

Manual Android 2.3 Update For Tablet Pc Applications

Manual Android 2.3 Update For Tablet Pc Applications Manual Android 2.3 Update For Tablet Pc Applications Android smartphones are great devices for a myriad of different reasons. One of the things See this guide for details on connecting to a wireless network.

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

Lecture 1 Introduction to Android. App Development for Mobile Devices. App Development for Mobile Devices. Announcement.

Lecture 1 Introduction to Android. App Development for Mobile Devices. App Development for Mobile Devices. Announcement. CSCE 315: Android Lectures (1/2) Dr. Jaerock Kwon App Development for Mobile Devices Jaerock Kwon, Ph.D. Assistant Professor in Computer Engineering App Development for Mobile Devices Jaerock Kwon, Ph.D.

More information

CSCU9YH Development with Android

CSCU9YH Development with Android CSCU9YH Development with Android Computing Science and Mathematics University of Stirling 1 Android Context 3 Smartphone Market share Source: http://www.idc.com/promo/smartphone-market-share/os 4 Smartphone

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

Analysis of Android Applications & Missed Call Alerts to Registered Address

Analysis of Android Applications & Missed Call Alerts to Registered  Address Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 6, June 2013, pg.105

More information

Android-Basics. Praktikum Mobile und Verteilte Systeme. Prof. Dr. Claudia Linnhoff-Popien André Ebert, Sebastian Feld

Android-Basics. Praktikum Mobile und Verteilte Systeme. Prof. Dr. Claudia Linnhoff-Popien André Ebert, Sebastian Feld Praktikum Mobile und Verteilte Systeme Android-Basics Prof. Dr. Claudia Linnhoff-Popien André Ebert, Sebastian Feld http://www.mobile.ifi.lmu.de WS 2017/18 Programming with Android Today: Android basics

More information

A MODEL FOR COMPARATIVE ANALYSIS OF THE SIMILARITY BETWEEN ANDROID AND IOS OPERATING SYSTEMS

A MODEL FOR COMPARATIVE ANALYSIS OF THE SIMILARITY BETWEEN ANDROID AND IOS OPERATING SYSTEMS Bulletin of the Transilvania University of Braşov Series V: Economic Sciences Vol. 7 (56) No. 2-2014 A MODEL FOR COMPARATIVE ANALYSIS OF THE SIMILARITY BETWEEN ANDROID AND IOS OPERATING SYSTEMS R. LIXĂNDROIU

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 Mathematics & Computing. Research Article. Received April 07, 2015; Accepted April 16, 2015; Published June 25, 2015;

International Journal of Mathematics & Computing. Research Article. Received April 07, 2015; Accepted April 16, 2015; Published June 25, 2015; www.advancejournals.org Open Access Scientific Publisher Research Article ANDROID SECURITY APPLICATION Ma. Magdalena V. Gatdula 1, Alvin V. Nuqui 1 1 Bulacan State University, Philippines Correspondence

More information

Manually Adobe Flash Player For Android Phone 4.0 4

Manually Adobe Flash Player For Android Phone 4.0 4 Manually Adobe Flash Player For Android Phone 4.0 4 hi, why there is no flash player for newer/est versions of android. apparently to Flash Player in the GooglePlay store for all Android devices running

More information

Flash Player Manually For Android Apk Descargar

Flash Player Manually For Android Apk Descargar Flash Player Manually For Android 2.3 4 Apk Descargar Download Install Flash Player Videos1.0 APK for Android. Install Flash Player 4 - PLAY FLASH PLAYER ON S4, NOTE 3 ANDROID 4.4, 4.3, 4.2.2 & 4.1.2 5

More information

Now SMS/MMS Android Modem Quick Start Guide

Now SMS/MMS Android Modem Quick Start Guide Now SMS/MMS Android Modem Quick Start Guide Using a GSM modem, or an Android phone as a modem, is a quick and efficient way to get started with SMS and/or MMS applications. No special service provider

More information

Introduction to Android

Introduction to Android Introduction to Android Ambient intelligence Alberto Monge Roffarello Politecnico di Torino, 2017/2018 Some slides and figures are taken from the Mobile Application Development (MAD) course Disclaimer

More information

Mobile Forensics: Android Platforms and WhatsApp Extraction Tools

Mobile Forensics: Android Platforms and WhatsApp Extraction Tools Mobile Forensics: Android Platforms and Extraction Tools Saleh AlHidaifi University of Bedfordshire Luton, England, UK ABSTRACT Today, mobile phones are ones of the technologies that most troublesome and

More information

Praktikum Mobile und Verteilte Systeme. Android-Basics. Prof. Dr. Claudia Linnhoff-Popien André Ebert, Sebastian Feld

Praktikum Mobile und Verteilte Systeme. Android-Basics. Prof. Dr. Claudia Linnhoff-Popien André Ebert, Sebastian Feld Praktikum Mobile und Verteilte Systeme Android-Basics Prof. Dr. Claudia Linnhoff-Popien André Ebert, Sebastian Feld http://www.mobile.ifi.lmu.de SoSe 2018 Programming with Android Today: Android basics

More information

Manual Flash Install Android Adobe Tablet >>>CLICK HERE<<<

Manual Flash Install Android Adobe Tablet >>>CLICK HERE<<< Manual Flash Install Android Adobe 2.2 10.1 Tablet 1 - Install Adobe Flash Player on Android 2.2 Tablets for Online Video 2. 9 - Install the Adobe Flash Player Manually on Any Android Device Updated! 32

More information

Android-Basics. Praktikum Mobile und Verteilte Systeme

Android-Basics. Praktikum Mobile und Verteilte Systeme Praktikum Mobile und Verteilte Systeme Android-Basics Prof. Dr. Claudia Linnhoff-Popien André Ebert, Thomy Phan, Robert Müller, Steffen Illium http://www.mobile.ifi.lmu.de WS 2018/19 Programming with Android

More information

Manually Install 2.2 Update Android To 4.0 In

Manually Install 2.2 Update Android To 4.0 In Manually Install 2.2 Update Android To 4.0 In Samsung Galaxy Tab The Samsung Galaxy Tab 4 10.1 Wi-Fi and LTE models are getting the Android Samsung Galaxy Tab S 8.4 Android 5.0 Lollipop Update: Download

More information

PAPER ON ANDROID ESWAR COLLEGE OF ENGINEERING SUBMITTED BY:

PAPER ON ANDROID ESWAR COLLEGE OF ENGINEERING SUBMITTED BY: PAPER ON ANDROID ESWAR COLLEGE OF ENGINEERING SUBMITTED BY: K.VENU 10JE1A0555 Venu0555@gmail.com B.POTHURAJU 10JE1A0428 eswr10je1a0410@gmail.com ABSTRACT early prototypes, basic building blocks of an android

More information

Another difference is that the kernel includes only the suspend to memory mechanism, and not the suspend to hard disk, which is used on PCs.

Another difference is that the kernel includes only the suspend to memory mechanism, and not the suspend to hard disk, which is used on PCs. 9. Android is an open-source operating system for mobile devices. Nowadays, it has more than 1.4 billion monthly active users (statistic from September 2015) and the largest share on the mobile device

More information

Paraben s DS 7.5 Release Notes

Paraben s DS 7.5 Release Notes Paraben s DS 7.5 Release Notes Welcome to Paraben s DS Mobile Forensic Solution! DS is designed to allow investigators to acquire the data contained on mobile phones, smartphones, tablets, GPS, and PDA

More information

Comparative Study of Google Android, Apple ios and Microsoft Windows Phone Mobile Operating Systems

Comparative Study of Google Android, Apple ios and Microsoft Windows Phone Mobile Operating Systems 2017 14th International Conference on Engineering of Modern Electric Systems (EMES) Comparative Study of Google Android, Apple ios and Microsoft Windows Phone Mobile Operating Systems Ovidiu Constantin

More information

Software Development & Education Center ANDROID. Application Development

Software Development & Education Center ANDROID. Application Development Software Development & Education Center ANDROID Application Development Android Overview and History ANDROID CURRICULUM How it all got started Why Android is different (and important) Android Stack Overview

More information

Manual Flash Android Samsung Galaxy Tab 2 7 Pdf

Manual Flash Android Samsung Galaxy Tab 2 7 Pdf Manual Flash Android Samsung Galaxy Tab 2 7 Pdf Your Android phone or tablet should start to download the APK file (Flash Player August 6, 2015 at 7:31 am guides // Galaxy S6 online manual // Official

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

MOBILE OPERATING SYSTEM

MOBILE OPERATING SYSTEM MOBILE OPERATING SYSTEM 1 Raghav Arora, 2 Rana Rahul Sathyaprakash, 3 Saurabh Rauthan, 4 Shrey Jakhetia 1,2,3,4 Student, Department of Computer Science & Engineering, Dronacharya College of Engineering,

More information

Programmazione di sistemi mobili e tablet

Programmazione di sistemi mobili e tablet Programmazione di sistemi mobili e tablet Android Development Carlo Menapace carlo.menapace@factorymind.com Jonny Fox WHO WE ARE Factory Mind is a young cooperative company formed by a team of engineers

More information

Chapter 2: Android Device Basics

Chapter 2: Android Device Basics Chapter 2: Android Device Basics 1 Chapter 2: Android Device Basics Android devices have a ton of cool features and are really fun to play with, but they have a very practical side as well. We ll touch

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN: Friendly ARM MINI2440 & Dalvik Virtual Machine with Android Sangamesh Gama 1 and Manjula C 2 1 Assistant Professor, Department of Computer Science and Engineering, BKIT Bhalki, India 2 Associate Software

More information

Selecting A Tablet (Sept./2013) Ron Watt

Selecting A Tablet (Sept./2013) Ron Watt Selecting A Tablet (Sept./2013) Ron Watt General 1 in 8 people in the world will have a Tablet by the end of 2017 (>900M) PCs number 1.5B (total) in 2013 Small Tablets can also be cell phones All have

More information

A Comparative Study of Mobile Operating Systems

A Comparative Study of Mobile Operating Systems A Comparative Study of Mobile Operating Systems Ram Sundar G Assistant Professor, Department of Computer Science and Engineering, KPR Institute of Engineering and Technology Abstract--- Mobile operating

More information

Chapter 1 Hello, Android

Chapter 1 Hello, Android Chapter 1 Hello, Android OPEN HANDSET ALLIANCE OPEN HANDSET ALLIANCE OPEN HANDSET ALLIANCE A commitment to openness, a shared vision for the future, and concrete plans to make the vision a reality. To

More information

Manual Upgrade Android 4.3 Samsung Galaxy S3 Release Date Uk

Manual Upgrade Android 4.3 Samsung Galaxy S3 Release Date Uk Manual Upgrade Android 4.3 Samsung Galaxy S3 Release Date Uk Samsung has released Android 4.4.4 KitKat firmware update for Galaxy S3 LTE I9305. Those who are outside Germany can also get the update by

More information

Sprint Samsung Galaxy S3 Latest System Update To Jelly Bean 4.2

Sprint Samsung Galaxy S3 Latest System Update To Jelly Bean 4.2 Sprint Samsung Galaxy S3 Latest System Update To Jelly Bean 4.2 Latest News and Firmware for your Samsung Devices! Android 4.4 KitKat update for Sprint's Galaxy S3 (SPH-L710) rolling out to users Device:

More information

Xperia User Manual X10 Mini Sony Ericsson Update Android 4.0.4

Xperia User Manual X10 Mini Sony Ericsson Update Android 4.0.4 Xperia User Manual X10 Mini Sony Ericsson Update Android 4.0.4 Unlock Secret Menu on Sony Ericsson Xperia X8, X10, Mini and Mini Pro How to unlock. GSMArena.com: Sony Ericsson Xperia pro user opinions

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide

More information

WinZip for Android User Guide

WinZip for Android User Guide WinZip for Android User Guide WinZip for Android is available from Google Play and Amazon as a free version with a limited feature set. It can be converted to the full version by an in-app purchase. WinZip

More information

Ace S5830i With Ics Android 4.0

Ace S5830i With Ics Android 4.0 Instructions How To Use Samsung Galaxy Ace S5830i With Ics Android 4.0 Samsung galaxy tab plus 7.0 gt-p6200 - android rom update, Here's the manual procedure on how to upgrade the samsung galaxy tab plus

More information

Manual For Android Jelly Bean Features Vs Ice

Manual For Android Jelly Bean Features Vs Ice Manual For Android Jelly Bean Features Vs Ice Cream Sandwich Galaxy S3 Android 4.3, also known as Jelly Bean, launched in the second half of 2012, hitting almost all of the Nexus devices, the Samsung Galaxy

More information

Root User Guide Android Jelly Bean Operating System

Root User Guide Android Jelly Bean Operating System Root User Guide Android 4.1 1 Jelly Bean Operating System microsoft-toolkit-2-4-6-with-keygen-downloads, Arriva Android 4.1.2 per Galaxy altium designer 13 1 2 build 27559 setup key windows In this post

More information

Manual Android Jelly Bean Features Samsung Galaxy S3 Release Date

Manual Android Jelly Bean Features Samsung Galaxy S3 Release Date Manual Android Jelly Bean Features Samsung Galaxy S3 Release Date The Samsung Galaxy S3 GT-I9300 variant running the Android 4.3 Jelly best-selling smartphones to date but the latest Android 4.3 Jelly

More information

How To Uninstall Flash Player 10.1 On Android 2.1 Apk

How To Uninstall Flash Player 10.1 On Android 2.1 Apk How To Uninstall Flash Player 10.1 On Android 2.1 Apk GTA SA APK FREE DOWNLOAD / 2014 Working!7 - Adobe Flash Player APK Get Adobe Flash Player on Galaxy Tab 2 7.039 - Flash para android 2.1 al 4.0 Connection

More information

WELCOME : OVERVIEW Mobile Applications Testing. Copyright

WELCOME : OVERVIEW Mobile Applications Testing. Copyright WELCOME : OVERVIEW Mobile Applications Testing Copyright NataliaS@portnov.com 1 INTRODUCTION: Mobile APP vs Desktop and WEB Ever since the first cell phone hit the commercial market in 1983, the mobile

More information

What s new? 2010 Sprint. SPRINT and the logo are trademarks of Sprint. Other marks are the property of their respective owners.

What s new? 2010 Sprint. SPRINT and the logo are trademarks of Sprint. Other marks are the property of their respective owners. What s new? 2010 Sprint. SPRINT and the logo are trademarks of Sprint. Other marks are the property of their respective owners. HTC EVO 4G Contents 1. What s this for? 3 2. Using value-added applications

More information

Securing Today s Mobile Workforce

Securing Today s Mobile Workforce WHITE PAPER Securing Today s Mobile Workforce Secure and Manage Mobile Devices and Users with Total Defense Mobile Security Table of Contents Executive Summary..................................................................................

More information

Produced by. Mobile Application Development. David Drohan Department of Computing & Mathematics Waterford Institute of Technology

Produced by. Mobile Application Development. David Drohan Department of Computing & Mathematics Waterford Institute of Technology Mobile Application Development Produced by David Drohan (ddrohan@wit.ie) Department of Computing & Mathematics Waterford Institute of Technology http://www.wit.ie Introducing Android Agenda Background

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 EMULATORS vs Real Devices USER EXPERIENCE AND USABILITY User Interactions Real occurring events Overall performance Consistency in results SPECTRUM OF DEVICE CONFIGURATIONS

More information

Welcome to. Android Tablet Basics

Welcome to. Android Tablet Basics Welcome to Android Tablet Basics Today we will Get to Know Your Tablet Learn about Settings Connect to Wi-Fi Use Google Play Store (or equivalent) Share Tips for Managing Apps Google Account What is a

More information

mhealth for Chronic Disease Management: It Takes More Than an App

mhealth for Chronic Disease Management: It Takes More Than an App mhealth for Chronic Disease Management: It Takes More Than an App Garret Spargo Director of the National Telehealth Technology Assessment Resource Center (TTAC) The Evolution of Mobile Karl Arnold Drahtlose

More information

Ch 1: The Mobile Risk Ecosystem. CNIT 128: Hacking Mobile Devices. Updated

Ch 1: The Mobile Risk Ecosystem. CNIT 128: Hacking Mobile Devices. Updated Ch 1: The Mobile Risk Ecosystem CNIT 128: Hacking Mobile Devices Updated 1-12-16 The Mobile Ecosystem Popularity of Mobile Devices Insecurity of Mobile Devices The Mobile Risk Model Mobile Network Architecture

More information

TECHNICAL WHITE PAPER FIDO APPROACHES: NOK NOK LABS S3 SUITE VS BUILD YOUR OWN FIDO

TECHNICAL WHITE PAPER FIDO APPROACHES: NOK NOK LABS S3 SUITE VS BUILD YOUR OWN FIDO TECHNICAL WHITE PAPER FIDO APPROACHES: NOK NOK LABS S3 SUITE VS BUILD YOUR OWN FIDO TABLE OF CONTENTS Executive Summary... 3 FIDO Solution Requirements... 3 FIDO UAF Client infrastructure... 4 FIDO UAF

More information

Manual Update Droid Incredible 4g Jelly Bean.zip

Manual Update Droid Incredible 4g Jelly Bean.zip Manual Update Droid Incredible 4g Jelly Bean.zip Currently you are viewing the latest Htc Incredible 4g Lte Jelly Bean Update rather you'll have to manually make the phone check for updates by going. It

More information

This appendix provides definitions of terms discussed in this book. Terms are listed in alphabetical order. B. Glossary of Terms

This appendix provides definitions of terms discussed in this book. Terms are listed in alphabetical order. B. Glossary of Terms This appendix provides definitions of terms discussed in this book. Terms are listed in alphabetical order. B There are a number of terms listed throughout this book, and if you want to read a list of

More information

Android Development Tutorial. Yi Huang

Android Development Tutorial. Yi Huang Android Development Tutorial Yi Huang Contents What s Android Android architecture Android software development Hello World on Android More 2 3 What s Android Android Phones Sony X10 HTC G1 Samsung i7500

More information

What is Android? Android is an open-source operating system (OS) used in smart devices

What is Android? Android is an open-source operating system (OS) used in smart devices Phones and Tablets What is Android? Android is an open-source operating system (OS) used in smart devices Developed by Google (2005) Phones Tablets Smart TVs Watches Cars Cameras and much more... Originally

More information

Manual Android Jelly Bean New Features

Manual Android Jelly Bean New Features Manual Android Jelly Bean 4.1 2 New Features Android 4.1 Jelly Bean was unveiled at Google I/O in June 2012. Google showcased the new version of their operating system on company's first tablet 7th big

More information

How To Install Flash Firefox Android Tablet Os On Hp

How To Install Flash Firefox Android Tablet Os On Hp How To Install Flash Firefox Android Tablet Os On Hp Adobe may have cut support for Flash in Android Jelly Bean and beyond, but it's not don't officially support Flash, it's really easy to add Flash support

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