Android Bluetooth Monitoring

Total Page:16

File Type:pdf, Size:1020Kb

Android Bluetooth Monitoring Android Bluetooth monitoring Hendrik Mende Fachbereich Elektrotechnik University of Applied Science M¨unster A thesis submitted for the degree of Bachelor of Science 2012 I dedicate this thesis to Braximo and the Abraxianer, great friends. Acknowledgements Foremost, I would like to express my gratitude to my supervisor Oresti Ba˜nos Legr´an for the support of my Bachelor studies and research, his guidance, motivation and enthusiasm. His continued advice and encouragement kept me focused. I must express my gratitude to Prof. Dr.-Ing. Peter Gl¨osek¨otter from the University of applied science M¨unster and Ignacio Rojas Ruiz from the Universidad de Granada, who made this thesis possible. I am grateful for the support from my friends and family, especially Hanna, Cati and Andreas with whom I spend a quality time and was able to explore and enjoy the many faces of Granada. Finally I would like to thank the Fachbereich f¨ur Elektrotechnik at the University of applied science M¨unster and the Escuela T´ecnica Superior de Ingenier´ıas Inform´atica y de Telecomunicaci´on at the Uni- versidad de Granada for giving me the opportunity to hold my final semester abroad. Abstract The ever progressing technological development of mobile phones, sen- sor technology and wireless communication systems have made a ubiq- uitous, permanent mobile monitoring of vital signs of the human body possible in recent times. Sensor devices are now small enough to be worn on the body and are able to provide data via a wireless network. The increasing computational performance of smart phones make pro- cessing and analysing of sensor data in a real time manner available. However the technological advance cannot yet foreclose cardiovascu- lar diseases, the number one cause of death globally [1]. With these increasing technological developments and improvements it becomes more appealing to create a mobile system for monitoring vital signs, that can be worn by anyone, anywhere in the world. This bachelor thesis presents an Android application that works to- gether with a smart phone device and a wearable sensor which trans- fers obtained data as well as derived parameter values. Information aggregation and analysis of the provided data in real time are made under the coverage of a Bluetooth based wireless network. The system proposed here does not rely on any stationary components such as an Internet connection or a wired technology for processing of data and thus can be applied everywhere. It is capable of storing the recorded data and deposit them onto a remote server. This provides the possi- bility of an analysis of the data at a later stage. Die immer weiter fortschreitende technologische Entwicklung von Mo- biltelefonen, Sensoren und kabellosen Kommunikationssystemen, haben eine allgegenw¨artige, dauerhafte mobile Uberwachung¨ der Vitalze- ichen des menschlichen K¨orpers, in j¨ungster Zeit erm¨oglicht. Die Sen- soren sind mittlerweile klein genug, um sie am K¨orper zu tragen und sie sind bef¨ahigt, Datenuber ¨ ein kabelloses Netzwerk bereitzustellen. Die steigende Rechenleistung von Smartphones machen eine Verar- beitung und Analyse von Sensordaten in Echtzeit m¨oglich. Allerdings kann der technologische Fortschritt bisher nicht Herz-Kreislauferkrankungen, die h¨aufigste Todesursache auf der Welt, verhindern [1]. Mit den genannten technologischen Entwicklungen und Fortschritten wird es immer reizender, ein mobiles System zur Uberwachung¨ der Vitalze- ichen zu Erschaffen, welches von irgendjemandem, irgendwo auf der Welt getragen werden kann. Diese Bachelorarbeit pr¨asentiert eine Android Anwendung, welche mit einem Smartphone und einem tragbaren Sensor zusammenarbeitet, welcher gewonnene Daten, sowie abgeleitete Parameter, bertrgt. Zusam- menfassung und Analyse der bereitgestellten Daten in Echtzeit wird im Rahmen eines Bluetooth basierten kabellosen Netzwerks vollzogen. Das hier vorgeschlagene System h¨angt nicht von station¨aren Kompo- nenten wie einer Internetverbindung oder kabelgebundener Technolo- gie fr die Weiterverarbeitung von Daten ab und kann daheruberall ¨ angewandt werden. Es ist dazu bef¨ahigt die aufgenommenen Daten zu speichern und auf einen Server abzulegen. Dies bietet die M¨oglichkeit einer sp¨ateren Analyse der Daten. Contents Contents v List of Figures vii 1 Introduction 1 1.1Motivationandcontext........................ 1 1.2 Objectives ............................... 2 1.3Thesisstructure............................ 3 2 State of the Art 6 2.1 Public health service ......................... 6 2.2 Mobile operating systems ....................... 9 2.2.1 Comparison of mobile operating systems .......... 11 2.2.2 Nokia’sSymbian....................... 12 2.2.3 Windows phone ........................ 14 2.2.4 RIM’sBlackBerry....................... 16 2.2.5 Apple’s iOS .......................... 17 2.2.6 Google’sAndroid....................... 19 2.2.7 Conclusion........................... 22 2.3 Mobile healthcare sensors ...................... 22 2.3.1 Comparison of mobile health care sensors . ......... 24 2.3.2 VisiMobile ........................... 25 2.3.3 Equivital EQ02 LifeMonitor ................. 37 2.3.4 ZephyrBioharness...................... 38 2.3.5 RSTechMedicDynaVision.................. 40 v CONTENTS 2.3.6 SHL’sSmartheart....................... 42 2.3.7 Conclusion........................... 43 2.4Bodyareanetworks.......................... 44 2.5DroidJacket.............................. 47 3 Tools used for this project 49 3.1Hardware............................... 50 3.1.1 HidalgoEquivitalEQ01................... 50 3.1.2 Bluetooth........................... 55 3.1.3 HTCSensation........................ 62 3.2Software................................ 65 3.2.1 Android Application anatomy ................ 66 3.2.2 IntegratedDevelopmentEnvironment............ 76 3.2.2.1 Elipse . ...................... 76 3.2.3 LiveLinkStandardEdition.................. 79 3.2.4 EquivitalSEMCustomize.................. 83 4 Project description 87 4.1 Application peripherals ........................ 90 4.2Information.............................. 92 4.3Bluetooth............................... 94 4.4Datastorageandupload....................... 97 5 Conclusion and future work 101 5.1Conclusion............................... 101 5.2Futurework.............................. 102 Appendix 105 References 137 vi List of Figures 1.1Healthcarechallenges........................ 4 1.2 Project parts ............................. 5 2.1 Public health service[2] ........................ 7 2.2 WelTel logo[3]............................. 9 2.3 ATNF Logo[4] ............................. 10 2.4SkinVision[5]............................. 27 2.5VitalityGlowCaps[6]......................... 28 2.6Variousmobileoperatingsystems[7]................. 29 2.7 Global mobile Operating systems market share 2012[8] ...... 29 2.8NokiaSymbianOS[9]......................... 30 2.9NokiaSymbianOSLayers[10].................... 31 2.10 Windows phone logo[11] ....................... 32 2.11 Windows phone architecture[12] ................... 32 2.12 RIM Blackberry logo[13] ....................... 33 2.13 Apple iOS logo[14] .......................... 33 2.14 Apple iOS architecture[15] ...................... 34 2.15Androidlogo[16]........................... 35 2.16Androidarchitecture[17]....................... 35 2.17 Mobile Healthcare sensors in practice[18] .............. 36 2.18 VisiMobile[19] ............................. 36 2.19 Equivital EQ02 LifeMonitor[20] ................... 37 2.20 Zephyr BioHarness[21] ........................ 39 2.21RSTechMedicDynaVision[22].................... 40 2.22SHLSmartheart[23].......................... 42 vii LIST OF FIGURES 2.23 Example of a BAN[24] ........................ 44 2.24PowerversusdatarateinaBAN.[25]................ 46 2.25DroidJacketoverview[26]...................... 47 3.1 Project parts ............................. 49 3.2HidalgoEquivitalEQ01.[27]..................... 51 3.3 Message frame types[28] ....................... 51 3.4 Message characters[28] ........................ 52 3.5Datavolumes[28]........................... 54 3.6Bluetooth[29]............................. 56 3.7Piconet[30]............................... 57 3.8BluetoothProtocolstack[31]..................... 59 3.9 Bluetooth communication path[32] . ............... 61 3.10HTCSensation[33].......................... 62 3.11HTCSensationspecifications[34].................. 64 3.12Activitybackstack[35]........................ 69 3.13 Activity lifecycle[36] ......................... 70 3.14 Service lifecycle[37] .......................... 72 3.15Emulator[38].............................. 75 3.16Eclipse[39]............................... 77 3.17 Eclipse Architecture[40] ....................... 78 3.18LiveLinkstartscreen[41]....................... 80 3.19 LiveLink summary screen[41] .................... 81 3.20LiveLinkWaveformscreen[41].................... 82 3.21SEMmainscreen[42]......................... 84 4.1Classtree............................... 89 4.2Appicon................................ 90 4.3 Application peripherals ........................ 90 4.4Helpscreens.............................. 93 4.5RegularView............................. 95 4.6 DataToDrawAccelerometer.java ................... 98 4.7SQLView.java............................. 99 viii LIST OF FIGURES 1 Manifest file .............................. 108 2 Monitoring classes .......................... 136 ix Chapter 1 Introduction In this Bachelor thesis an Android application for monitoring vital signs through sensor data is introduced.
Recommended publications
  • Powerview Command Reference
    PowerView Command Reference TRACE32 Online Help TRACE32 Directory TRACE32 Index TRACE32 Documents ...................................................................................................................... PowerView User Interface ............................................................................................................ PowerView Command Reference .............................................................................................1 History ...................................................................................................................................... 12 ABORT ...................................................................................................................................... 13 ABORT Abort driver program 13 AREA ........................................................................................................................................ 14 AREA Message windows 14 AREA.CLEAR Clear area 15 AREA.CLOSE Close output file 15 AREA.Create Create or modify message area 16 AREA.Delete Delete message area 17 AREA.List Display a detailed list off all message areas 18 AREA.OPEN Open output file 20 AREA.PIPE Redirect area to stdout 21 AREA.RESet Reset areas 21 AREA.SAVE Save AREA window contents to file 21 AREA.Select Select area 22 AREA.STDERR Redirect area to stderr 23 AREA.STDOUT Redirect area to stdout 23 AREA.view Display message area in AREA window 24 AutoSTOre ..............................................................................................................................
    [Show full text]
  • The Symbian OS Architecture Sourcebook
    The Symbian OS Architecture Sourcebook The Symbian OS Architecture Sourcebook Design and Evolution of a Mobile Phone OS By Ben Morris Reviewed by Chris Davies, Warren Day, Martin de Jode, Roy Hayun, Simon Higginson, Mark Jacobs, Andrew Langstaff, David Mery, Matthew O’Donnell, Kal Patel, Dominic Pinkman, Alan Robinson, Matthew Reynolds, Mark Shackman, Jo Stichbury, Jan van Bergen Symbian Press Head of Symbian Press Freddie Gjertsen Managing Editor Satu McNabb Copyright 2007 Symbian Software, Ltd John Wiley & Sons, Ltd The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England Telephone (+44) 1243 779777 Email (for orders and customer service enquiries): [email protected] Visit our Home Page on www.wileyeurope.com or www.wiley.com All Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except under the terms of the Copyright, Designs and Patents Act 1988 or under the terms of a licence issued by the Copyright Licensing Agency Ltd, 90 Tottenham Court Road, London W1T 4LP, UK, without the permission in writing of the Publisher. Requests to the Publisher should be addressed to the Permissions Department, John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England, or emailed to [email protected], or faxed to (+44) 1243 770620. Designations used by companies to distinguish their products are often claimed as trademarks. All brand names and product names used in this book are trade names, service marks, trademarks or registered trademarks of their respective owners.
    [Show full text]
  • BCIS 1305 Business Computer Applications
    BCIS 1305 Business Computer Applications BCIS 1305 Business Computer Applications San Jacinto College This course was developed from generally available open educational resources (OER) in use at multiple institutions, drawing mostly from a primary work curated by the Extended Learning Institute (ELI) at Northern Virginia Community College (NOVA), but also including additional open works from various sources as noted in attributions on each page of materials. Cover Image: “Keyboard” by John Ward from https://flic.kr/p/tFuRZ licensed under a Creative Commons Attribution License. BCIS 1305 Business Computer Applications by Extended Learning Institute (ELI) at NOVA is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted. CONTENTS Module 1: Introduction to Computers ..........................................................................................1 • Reading: File systems ....................................................................................................................................... 1 • Reading: Basic Computer Skills ........................................................................................................................ 1 • Reading: Computer Concepts ........................................................................................................................... 1 • Tutorials: Computer Basics................................................................................................................................ 1 Module 2: Computer
    [Show full text]
  • 개방형 모바일 생태계 활성화 전략 연구 (A Study on Strategies for Invigoration of Open Mobile Ecosystem)
    10 Ⅰ 정책 Ⅰ 24 개 방 형 모 바 일 생 태 계 활 성 화 전 략 연 구 2 0 1 0 . 10 경 북 대 학 교 정보통신정책개발지원사업 10-정책-24 개방형 모바일 생태계 활성화 전략 연구 (A Study on Strategies for Invigoration of Open Mobile Ecosystem) 2010. 10. 31 주 관 기 관 : 경북대학교 산학협력단 정보통신정책개발지원사업 10-정책-24 개방형 모바일 생태계 활성화 전략 연구 (A Study on Strategies for Invigoration of Open Mobile Ecosystem) 2010. 10. 31 주 관 기 관 : 경북대학교 산학협력단 총 괄 책 임 자 : 한 기 준 (경북대학교) 제 출 문 지식경제부 장관 귀하 본 보고서를 『개방형 모바일 생태계 활성화 전략 연구』의 연구결과보고서로 제출합니다. 2010. 10. 31 주 관 기 관 : 경북대학교 산학협력단 총괄책임자 : 한기준 (경북대학교) 참여연구원 : 요 약 문 1. 제목 개방형 모바일 생태계 활성화 전략 연구 2. 연구의 목적 및 필요성 o 현재 국내 모바일 유관기관(단말 제조사, 이통사 등)은 개방형 모바일 플랫폼을 개발하기 위한 다양한 노력을 하고 있으나 중·장기적인 국가 정책은 미흡하며 국 내에서도 모바일 플랫폼 개발에 투자하여 국가 경쟁력을 강화해야 한다. o 최근 모바일 SW 시장은 오픈 마켓 추세에 애플, 구글 등 글로벌 기업의 주도하 에 개방형 모바일 플랫폼 확보 및 콘텐츠 개발의 경쟁구도가 가속화되어 가고 있 어, 국내 기업 중심의 개방형 플랫폼기반 생태계 조성이 시급하다. o 현재 스마트폰 시장 성장에 따라 모바일 SW플랫폼에 대한 관심이 높아진데 반 해, SW플랫폼에 관련된 체계적인 현황 분석 자료가 없음. 따라서 모바일 SW플 랫폼 관련한 정책 수립에 도움이 될 수 있도록 각종 플랫폼의 전반적이며 통합적 인 동향 분석이 요구된다. o 최근 몇 년 동안 모바일 플랫폼 관련 환경에 많은 변화가 있었다.
    [Show full text]
  • Mobile Virtualization: a Futuristic Approach
    International Journal of Latest Trends in Engineering and Technology (IJLTET) Mobile Virtualization: A Futuristic Approach Md. Tauqir Ansari Student, Department of Information and Technology Amity School of Engineering and Technology Amity University, Noida, India Naveen Garg Assistant Professor, Department of Information and Technology Amity School of Engineering and Technology Amity University, Noida, India Vikas Deep Assistant Professor, Department of Information and Technology Amity School of Engineering and Technology Amity University, Noida, India Abstract - At present smartphones clam computing skills as of mainframe computers and workstations. Mobile CPU functions at mega to giga hertz with 32 bit processor get into GBs of memory. With 3G, 4G and 5G technology, mobiles stream data at the speed of broadband. With coming of desktop virtualization by VMware that day is not far when smartphone manufacturer will adopt this technology on their mobile devices giving support to mobile virtualization. As a result, mobile virtualization will motivate machine OEMs, mobile network operators (MNOs), and semiconductor suppliers enhanced security, portability, reliability, license IP isolation, and hardware consolidation. With increase in demand at personal as well as enterprise level, smartphones are no longer stand alone device. The concept of mobile virtualization will give new dimensions to mobile technology and also conflict with handset OEMs for better integrated functionality, cost efficient and flexibility. In this paper we propose a design of mobile virtualization and its benefits. We also compare various mobile platforms and their technical specifications. I. INTRODUCTION In today’s scenario it is very common that we download an application for our mobile phone and find that it is compatible against installed OS or hardware requirements are not complete.
    [Show full text]
  • No Slide Title
    Architecture, paradigms, idioms and weirdness of the C++ in your pocket! John Pagonis Senior Software Engineer / Senior Developer Consultant Developer Consulting Symbian Software Ltd Copyright © 2006 Symbian Software Ltd. Page: 1 Welcome :-) • This talk is about the Symbian OS C++ framework • For people interested in knowing the “Whys” … behind some Symbian OS idioms … behind Symbian OS C++ dialect … mobile development • For people that like to “hack” below the surface • For people familiar with (Symbian) OS, frameworks, language and architecture. • Why things are the way they are….. • …and remember “Interrupts, help unblocking’’ Copyright © 2006 Symbian Software Ltd. Page: 2 Why this talk • Because Symbian OS and Symbian OS C++ are different • Because it is interesting • Because people may be tempted not to spend time to appreciate it :-/ • Because of it’s mass adoption and deployment we run a risk of badly educated engineering… • Software archaeology teaches us a lot • “Never criticise what you don’t understand” Copyright © 2006 Symbian Software Ltd. Page: 3 Today’s menu • Some context • Intro to the OS • About language selection • Symbian OS C++ idioms (a.k.a. weirdness for a reason ;-) Copyright © 2006 Symbian Software Ltd. Page: 4 To bootstrap … • By Q406 there were 110 million Symbian OS phones! • Q406: 14.6 million shipped • There have been 157 different models on the market • By Sony Ericsson, Nokia, Motorola, Samsung, Sharp, LG, Fujitsu, BenQ, Siemens... • All phones use one of 3 different GUI platforms • The cost of making a first of a generation mobile can easily reach 40 million USD and take more than 2 years for an experienced manufacturer.
    [Show full text]
  • Ibibio Dictionary. Final Report. INSTITUTION Stanford Univ., Calif
    CA DOCUMENT RESUME ED 067 960 AUTHOR Kaufman, Elaine Marlowe TITLE Ibibio Dictionary. Final Report. INSTITUTION Stanford Univ., Calif. SPONS AGENCY Institute of International Studies (DHEW/OE) Washington, D.C. BUREAU NO BR-9-7727 PUB DATE Jun 72 CONTRACT OEC-0-9-097727-2473 NOTE 635p, EDRS PRICE MF-$0.65 HC-$23.03 DESCRIPTORS *African Languages; Definitions; *Dictionaries; *English; Form Classes (Languages); Language Classification; *Lexicography; Lexicology; *Vocabulary IDENTIFIERS *Ibibio; Nigeria ABSTRACT More than 4,500 entries are included in this Ibibio dictionary which' is intended for general use by field workers in the Ibibio (Nigeria) area or by professional linguists and anthropologists. Most noun entries include the following subentries: (1) noun phrases in which the head noun is qualified, resulting in a change or clarification of meaning, and (2) adjectives and adverbs derived from the noun. Most demonstrative, adverb, preposition, or conjunction entries include as subentries sentences or phrases illustrating their use. Verb entries have as subentries: (1) sentences illustrating one or more meanings of the verb, especially ones of a peculiar or idiomatic nature, and (2) verbal derivatives including nouns, adjectives, and adverbs. (RL) r",t,t/e107., tUDirA, U.S. DEPARTMENT OF HEALTH, EDUCATION b WELFARE ,CL.6,6.2 MICE OF EDUCATION 49-77;17 THIS DOCUMENT HAS BEEN REPRODUCED EXACTLY AS RECEIVED FROM THE PERSON OR ORGANIZATION ORIGINATING IT.POINTS OF VIEW OR OPINIONS STATED DO NOT NECESSARILY REPRESENT OFFICIAL OFFICE OF EDUCATION POSITION OR POLICY. ' FINAL REPORT O Cr% O Contract No. °EC-0-9-097727-2413 IBIBIO DICTIONARY Elaine Marlowe Kaufman Stanford University Palo Alto, California June 1972 The research reported herein was performed puilsuant to a contract with the Office of Education, U.S.
    [Show full text]
  • CYBERSECURITY When Will You Be Hacked?
    SUFFOLK ACADEMY OF LAW The Educational Arm of the Suffolk County Bar Association 560 Wheeler Road, Hauppauge, NY 11788 (631) 234-5588 CYBERSECURITY When Will You Be Hacked? FACULTY Victor John Yannacone, Jr., Esq. April 26, 2017 Suffolk County Bar Center, NY Cybersecurity Part I 12 May 2017 COURSE MATERIALS 1. A cybersecurity primer 3 – 1.1. Cybersecurity practices for law firms 5 – 1.2. Cybersecurity and the future of law firms 11 – 2. Information Security 14 – 2.1. An information security policy 33 – 2.2. Data Privacy & Cloud Computing 39 – 2.3. Encryption 47 – 3. Computer security 51 – 3.1. NIST Cybersecurity Framework 77 – 4. Cybersecurity chain of trust; third party vendors 113 – 5. Ransomware 117 – 5.1. Exploit kits 132 – 6. Botnets 137 – 7. BIOS 139 – 7.1. Universal Extensible Firmware Interface (UEFI) 154– 8. Operating Systems 172 – 8.1. Microsoft Windows 197 – 8.2. macOS 236– 8.3. Open source operating system comparison 263 – 9. Firmware 273 – 10. Endpoint Security Buyers Guide 278 – 11. Glossaries & Acronym Dictionaries 11.1. Common Computer Abbreviations 282 – 11.2. BABEL 285 – 11.3. Information Technology Acronymns 291 – 11.4. Glossary of Operating System Terms 372 – 2 Cyber Security Primer Network outages, hacking, computer viruses, and similar incidents affect our lives in ways that range from inconvenient to life-threatening. As the number of mobile users, digital applications, and data networks increase, so do the opportunities for exploitation. Cyber security, also referred to as information technology security, focuses on protecting computers, networks, programs, and data from unintended or unauthorized access, change, or destruction.
    [Show full text]
  • Symbian OS Internals
    Symbian OS Internals Real-time Kernel Programming Jane Sales With Andrew Rogers, Andrew Thoelke, Carlos Freitas, Corinne Dive-Reclus, Dennis May, Douglas Feather, Morgan Henry, Peter Scobie, Jasmine Strong, Jason Parker, Stefan Williams and Tony Lofthouse And Jon Coppeard and Martin Tasker Reviewed by Andrew Ford, Andrew Jordan, Andrew Thoelke, David Bachelor, Dennis May, Jason Parker, Jonathan Medhurst, Jo Stichbury, Mark Shackman, Nigel Henshaw, Peter Scobie, Richard Fitzgerald, Simon Trimmer, Tony Lofthouse, Trevor Blight and William Roberts Symbian Press Head of Symbian Press Phil Northam Managing Editor Freddie Gjertsen Symbian OS Internals TITLES PUBLISHED BY SYMBIAN PRESS Wireless Java for Symbian Devices Jonathan Allin 0471 486841 512pp 2001 Paperback Symbian OS Communications Programming Michael J Jipping 0470 844302 418pp 2002 Paperback Programming for the Series 60 Platform and Symbian OS Digia 0470 849487 550pp 2002 Paperback Symbian OS C++ for Mobile Phones, Volume 1 Richard Harrison 0470 856114 826pp 2003 Paperback Programming Java 2 Micro Edition on Symbian OS Martin de Jode 0470 092238 498pp 2004 Paperback Symbian OS C++ for Mobile Phones, Volume 2 Richard Harrison 0470 871083 448pp 2004 Paperback Symbian OS Explained Jo Stichbury 0470 021306 448pp 2004 Paperback Programming PC Connectivity Applications for Symbian OS Ian McDowall 0470 090537 480pp 2004 Paperback Rapid Mobile Enterprise Development for Symbian OS Ewan Spence 0470 014857 324pp 2005 Paperback Symbian for Software Leaders David Wood 0470 016833 326pp
    [Show full text]
  • System Structure
    Fundamentals of Symbian OS System Structure Part One Copyright © 2001-2007 Symbian Software Ltd. Fundamentals of Symbian OS System Structure System Structure This Lecture Examines • DLLs • Memory management • Threads and processes 2 Copyright © 2001-2007 Symbian Software Ltd. Fundamentals of Symbian OS System Structure System Structure A brief high-level overview of Symbian OS: • It is a multi-tasking operating system based on open standards for advanced mobile phones The phones • Have a sophisticated graphical user interface (GUI) and a number of built-in applications which use it For example, messaging and calendar Is said to be an “open” platform because, in addition to the applications built in by the manufacturer • A user may install others such as games, enterprise applications (for example push e-mail) or utilities 3 Copyright © 2001-2007 Symbian Software Ltd. Fundamentals of Symbian OS System Structure System Structure Symbian OS is licensed to the world’s leading handset manufacturers • Arima, BenQ, Fujitsu, Lenovo, LG Electronics, Motorola, Mitsubishi, Nokia, Panasonic, Samsung, Sharp and Sony Ericsson Symbian OS has a flexible architecture • Allowing different user interfaces to run on top of the core operating system Symbian OS UIs include • Nokia’s S60 and Series 80 platforms, NTT DoCoMo’s FOMA user interface and UIQ 4 Copyright © 2001-2007 Symbian Software Ltd. Fundamentals of Symbian OS System Structure System Structure EKA1 and EKA2 • Refer to different versions of the Symbian OS kernel • The EKA stands for “EPOC Kernel Architecture” (Symbian OS was previously known as “EPOC”, and earlier still “EPOC32”) • EKA1 is the 32-bit kernel released originally in the Psion Series 5 in 1997 • EKA2 is discussed in the next slide 5 Copyright © 2001-2007 Symbian Software Ltd.
    [Show full text]
  • Symbian OS System Event Log and Postmortem Software Fault Analysis
    Symbian OS system event log and postmortem software fault analysis Zhigang Yang University of Tampere Department of Computer Sciences Computer Science M.Sc. thesis Supervisor: Jyrki.Nummenmaa, Erkki.J Salonen June 2008 ii University of Tampere Department of Computer Sciences Computer Science Zhigang Yang: Symbian OS system event log and postmortem software fault analysis M.Sc. thesis, 62 pages, 4 index and appendix pages June 2008 This thesis introduces a postmortem software failure analysis system named MobileCrash. The system is to catch Symbian OS panics and exceptions, to collect related information and to transmit crash logs to a central database for analysis. The basics of software failure analysis and similar systems on other operation systems are presented in the thesis. After revealing the system design of the MobileCrash, the system event log as a supplementary of the MobileCrash is introduced. The thesis also introduces the core of crash analysis together with real case studies in Symbian OS. Software developers can benefit from this thesis by learning about software failure analysis on Symbian OS. Project managers can get basic information on software failure analysis from this thesis to better control projects based on Symbian OS. Key words and terms: Symbian OS, crash analysis, MobileCrash, system event log iii Table of Contents 1. Introduction ...............................................................................................................1 2. Symbian OS based Smartphone software development............................................4
    [Show full text]
  • News for the Embedded Systems Conference
    2005 NEWS FOR THE EMBEDDED SYSTEMS CONFERENCE Lauterbach Set to Further Expand Asia In the coming months, we expect Asia to be the region with the greatest growth potential for tool manufacturers. Essentially there are two reasons for our positive outlook: first of all, significant eco- nomic growth is, by and large, predicted in Asia, especially in China; secondly, for some time now, we have observed more and more Western compa- nies, especially from Europe, are outsourcing soft- ware and hardware development projects to Asia, mainly to India and China. Of course, regional differences in Asia also have to be considered. For example, in Japan, a zero growth development tool market was already shared by lo- for more information Another year has drawn to a close and again a new cal manufacturers. Nevertheless, Lauterbach was milestone has been established in the company´s able to gain significant market share and, in its sec- history. In 2004, sales once more increased by 30%. ond year, our establishment in Yokohama has al- This in mind, we have been able to plan the new ready generated a profit. year with great confidence, reporting new develop- The situation in China is different. In this region we ments, right from the start: On January 1, 2005, set the course for the years to come. We are confi- Lauterbach opened an office in Milan, Italy (see page dent that we can establish ourselves as a European 12). company, by virtue of our leading-edge technology, high quality and expeditious support of new proces- What are our plans for 2005? sors.
    [Show full text]