Mobile Operating Systems Lesson 03 PalmOS Part 1

Size: px
Start display at page:

Download "Mobile Operating Systems Lesson 03 PalmOS Part 1"

Transcription

1 Mobile Operating Systems Lesson 03 PalmOS Part 1 Oxford University Press All rights reserved. 1

2 PalmOS An OS for handheld devices Designed for highly efficient running of small productivity programs for devices with a few application tasks Offers high performance due to a special feature that it supports only one process which controls all computations by the event handlers Oxford University Press All rights reserved. 2

3 PalmOS Features Single process (no multi-processing and multi-threading) Compiled for a specific set of hardware, performance very finely tuned Memory space partitioned into program memory and multiple storage heaps for data and applications Oxford University Press All rights reserved. 3

4 PalmOS Features A file in format of a database IP-based network connectivity and WiFi (in later version only) Integration to cellular GSM/CDMA phone Oxford University Press All rights reserved. 4

5 PalmOS No multi-processing or multi-tasking Simplifies the kernel of the OS there is an infinite waiting loop in the only process that kernel runs The loop polls for an event Oxford University Press All rights reserved. 5

6 Polling for events at specific intervals Each polled event sends interrupt signal Handled by an event handler Functioning as non-maskable nonprioritized ISR Oxford University Press All rights reserved. 6

7 Example: Polling for the events For a request to run an application or sub-application For a search program request to process a query Notifications (like time-out alarm) GUI actions (such as touching or tapping the screen with stylus) Oxford University Press All rights reserved. 7

8 PalmOS Hardware Support Compiles for a specific set of hardware, its performance is very finely tuned Optimized to support a very specific range of hardware, CPU, controller chips, and smaller screens of Palm OSbased devices Oxford University Press All rights reserved. 8

9 Display Screen Support Generally wide screen pixels Optimized layout of desktop programs displayed on screen 256 colour touch screen Higher resolution support in new versions Oxford University Press All rights reserved. 9

10 PalmOS Memory Support 16 MB memory 256 MB internal flash (non-volatile ROM) 256 MB card consisting of flash memory which the user inserts into the device Oxford University Press All rights reserved. 10

11 PalmOS Memory Space Partitions Program memory dynamic heap for process stacks and global variables Multiple storage heaps for data and applications Oxford University Press All rights reserved. 11

12 PalmOS File Format Format of a database Multiple records Information fields about the file name, attributes, and version of the database for the application Oxford University Press All rights reserved. 12

13 PalmOS Connectivity IP-based network connectivity WiFi (in later version only) Wireless communication protocols Integration to cellular GSM/CDMA phone Oxford University Press All rights reserved. 13

14 PalmOS APIs Simple APIs compared to Windows CE Simple APIs for developing the GUIs buttons, menus, scroll bar, dialogs, forms, and tables Using HTML markup language Oxford University Press All rights reserved. 14

15 PalmOS Desktop and Desktop Programs Desktop for Windows and Mac both and other essential software SMS, Address, Card-Info, HotSync, To- Do-List, SMS, Security, Date Book/Calendar, Calc, Welcome, and Clock Oxford University Press All rights reserved. 15

16 PalmOS PIM Address book Data book for task-to-do and organization Memo pad SMTP (simple mail transfer protocol) download Oxford University Press All rights reserved. 16

17 PalmOS PIM Offline creation and sending of POP3 (post office protocol 3) Internet browsing functions using Blazer (a browser for handhelds) Windows organizer PDA (personal digital assistant) Oxford University Press All rights reserved. 17

18 PalmOS Query Development Platform Query development support platform Palm query applications (PQA) written using HTML and ported at Palm device Oxford University Press All rights reserved. 18

19 PalmOS Client side Applications GUI development support on C/C++ platform using Palm SDK For Java application using J2ME and advanced tools, for example, Metrowerk CodeWarrior Multimedia applications such as playing music (Palm Tungsten) Oxford University Press All rights reserved. 19

20 PalmOS Ports Serial and infrared ports for communication with mobile phones and external modems Synchroniszing a PC personal area computer using HotSync after resolving the conflicts in different versions of files during data exchange Oxford University Press All rights reserved. 20

21 Port Protocols IrDA or serial device System mounted on a cradle Connects to computerpcs through IR or serial port A cradle is an attachment on which the handheld device can rest near a PC and connects to the PC via a USB or infrared Oxford University Press All rights reserved. 21

22 Device handling Assumed as a new flash drive of a PC HotSync facilitates drag and drop of files from device to PC and vice versa Oxford University Press All rights reserved. 22

23 Cards MMC (multimedia card) SD (secure digital) memory card SDIO (secure digital input/output) memory card Oxford University Press All rights reserved. 23

24 Third Party applications support Examples games Travel and flight planner Calculator Graphic drawings Preparing slide shows Oxford University Press All rights reserved. 24

25 Application layer in architectural layers of PalmOS Oxford University Press All rights reserved. 25

26 OS and hardware layer in architectural layers of PalmOS Oxford University Press All rights reserved. 26

27 Lowest level layer in OS Kernel Directly interfaces the assembler, firmware (software installed in the hardware devices in the system), and hardware PalmOS has a micro-kernel Oxford University Press All rights reserved. 27

28 PalmOS 4.x Adds improved security Improved GUIs,VUIs, telephony libraries Standard interfaces for access to the external SD cards for the files Oxford University Press All rights reserved. 28

29 PalmOS 5.x Supports (i) a standardized API for high resolution screen (ii) dynamic input areas Oxford University Press All rights reserved. 29

30 PalmOS 5.x (iii) instead of persistent battery-backed RAM, a non-volatile file system using flash memory saves the files and data in case the battery charge is draining out (iv) ARM, the processor providing efficient code and an energy-efficient architecture Oxford University Press All rights reserved. 30

31 Advanced PalmOS Handheld Merged PDA and smart phones Feature to double as a hard drive using USB cable to PC Enables the drag and drop of files between the Palm and PC in a manner similar to the drag and drop functions in a PC between C: and D: drives Oxford University Press All rights reserved. 31

32 Recent Developments Integration in Wndows CE A few Windows mobile handheld devices in use are Palm look-alikes But these do not deploy PalmOS platform but Windows CE Oxford University Press All rights reserved. 32

33 PalmOS Deficiencies 1. Instead of multi-tasking, PalmOS provides for running a sub-application from within an application Oxford University Press All rights reserved. 33

34 PalmOS Deficiencies 2. Not an ideal platform for running multimedia applications because due to PalmOS is not for designing real-time systems Oxford University Press All rights reserved. 34

35 PalmOS Deficiencies 3. Does not offer much expandability 4. Inability to adapt to different sorts of hardware may also be considered a limitation for this operating system Oxford University Press All rights reserved. 35

36 Summary PalmOS designed for highly efficient running of small productivity programs for devices with a few application tasks No multiprocessing support Simple File record as database HotSync Integrates with phone, Internet, and WiFi Oxford University Press All rights reserved. 36

37 End of Lesson 03 PalmOS Part 1 Oxford University Press All rights reserved. 37

Mobile Operating Systems Lesson 07 Symbian OS

Mobile Operating Systems Lesson 07 Symbian OS Mobile Operating Systems Lesson 07 Symbian OS Oxford University Press 2007. All rights reserved. 1 Oxford University Press 2007. All rights reserved. 2 Symbian OS multi-modal communication support OS for

More information

Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems

Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems Oxford University Press 2007. All rights reserved. 1 Handheld Pocket Computers Come in many manifestations

More information

Mobile Operating Systems Lesson 05 Windows CE Part 1

Mobile Operating Systems Lesson 05 Windows CE Part 1 Mobile Operating Systems Lesson 05 Windows CE Part 1 Oxford University Press 2007. All rights reserved. 1 Windows CE A 32 bit OS from Microsoft Customized for each specific hardware and processor in order

More information

Mobile Operating Systems. Week I

Mobile Operating Systems. Week I Mobile Operating Systems Week I Overview Introduction Mobile Operating System Structure Mobile Operating System Platforms Java ME Platform Palm OS Symbian OS Linux OS Windows Mobile OS BlackBerry OS iphone

More information

Data Synchronization in Mobile Computing Systems Lesson 06 Synchronization Software HotSync, ActiveSync and Intellisync

Data Synchronization in Mobile Computing Systems Lesson 06 Synchronization Software HotSync, ActiveSync and Intellisync Data Synchronization in Mobile Computing Systems Lesson 06 Synchronization Software HotSync, ActiveSync and Intellisync Oxford University Press 2007. All rights reserved. 1 Synchronization software A synchronizer

More information

Computer and Set of Robots

Computer and Set of Robots Lesson 11:DESIGN PROCESS EXAMPLES Mobile-Phone, Mobile- Computer and Set of Robots 1 Mobile Phone 2 Mobile phone SoC (System-on-Chip) Hardware units Microcontroller or ASIP (Application Specific Instruction

More information

Introducing Windows CE

Introducing Windows CE 3 Introducing Windows CE Windows CE Operating System Windows CE Services Software Applications Online Help Introducing Windows CE 3-1 WINDOWS CE OPERATING SYSTEM Windows CE is the smallest member of the

More information

REAL TIME OPERATING SYSTEM PROGRAMMING-II: II: Windows CE, OSEK and Real time Linux. Lesson-3: Windows and Memory Management

REAL TIME OPERATING SYSTEM PROGRAMMING-II: II: Windows CE, OSEK and Real time Linux. Lesson-3: Windows and Memory Management REAL TIME OPERATING SYSTEM PROGRAMMING-II: II: Windows CE, OSEK and Real time Linux Lesson-3: Windows and Memory Management 1 1. Windows 2 Windows Many Windows on a screen. A screen top (desktop) is a

More information

Lecture 2: Computer Hardware and Ports. y.alharbi@sau.edu.sa http://faculty.sau.edu.sa/y.alharbi/en

Lecture 2: Computer Hardware and Ports. y.alharbi@sau.edu.sa http://faculty.sau.edu.sa/y.alharbi/en BMTS 242: Computer and Systems Lecture 2: Computer Hardware and Ports Yousef Alharbi Email Website y.alharbi@sau.edu.sa http://faculty.sau.edu.sa/y.alharbi/en The System Unit McGraw-Hill Copyright 2011

More information

Software Development for the Palm OS

Software Development for the Palm OS Software Development for the Palm OS Jan Schaumann 06/08/00 Abstract A brief overview of Software Development for the Palm OS, Webclipping, Conduits, compiled from various websites. 1 Contents 1 Why Programming

More information

Shearwater Research Dive Computer Software Manual

Shearwater Research Dive Computer Software Manual Shearwater Research Dive Computer Software Manual Revision 1.3 Table of Contents 1. Basic overview of components 2. O/S IrDA driver installation 2.1 USB IrDA installation for Windows XP Home/Pro editions

More information

Lecture 1 Introduction to Android

Lecture 1 Introduction to Android These slides are by Dr. Jaerock Kwon at. The original URL is http://kettering.jrkwon.com/sites/default/files/2011-2/ce-491/lecture/alecture-01.pdf so please use that instead of pointing to this local copy

More information

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013 Mobility Introduction Android Duration 16 Working days Start Date 1 st Oct 2013 Day 1 1. Introduction to Mobility 1.1. Mobility Paradigm 1.2. Desktop to Mobile 1.3. Evolution of the Mobile 1.4. Smart phone

More information

Pocket PC Phone Quick Start Guide. Read this guide before operating your Pocket PC Phone.

Pocket PC Phone Quick Start Guide. Read this guide before operating your Pocket PC Phone. Pocket PC Phone Quick Start Guide Read this guide before operating your Pocket PC Phone. 1 Feature Maps Front Panel Components 4. 5. 2. 3. 6. 7. 1. 12. 11. 9. 8. 10. 1 Volume. Press to adjust the volume

More information

Symbian Operating System

Symbian Operating System Symbian Operating System 1. Introduction Symbian s Introduction The Smartphone operating system Symbian OS is produced by the software development and licensing company Symbian Ltd. Symbian Ltd was

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc.

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc. Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Eleventh Edition Technology in Action Chapter 4 System Software: The Operating System, Utility Programs, and File Management. Chapter Topics

More information

User Guide for the VersaMail Application

User Guide for the VersaMail Application User Guide for the VersaMail Application Copyright and Trademark 2004 palmone, Inc. All rights reserved. palmone, HotSync, the HotSync logo, Palm, Palm OS, the Palm logo, and VersaMail are among the trademarks

More information

VoIP support on Qtopia. Vladimir Minenko, Ph.D.

VoIP support on Qtopia. Vladimir Minenko, Ph.D. VoIP support on Qtopia Vladimir Minenko, Ph.D. 08 07 TABLE OF CONTENTS 1 Introduction 2 Qtopia 3 Telephony in Qtopia 4 VoIP general things 5 Current status 6 What is coming 7 Resources and Links INTRODUCTION

More information

The Real-Time Operating System ucos-ii

The Real-Time Operating System ucos-ii The Real-Time Operating System ucos-ii Enric Pastor Dept. Arquitectura de Computadors µc/os-ii Overview µc/os-ii Task Management Rate Monotonic Scheduling Memory Management µc/gui µc/fs Books and Resources

More information

IrDA-USB IrDA USB Adapter

IrDA-USB IrDA USB Adapter IrDA-USB IrDA USB Adapter The IrDA USB Adapter enables infrared wireless data communication through your PC s USB port. No IRQ, DMA settings nor configurations, the IrDA USB Adapter is much better than

More information

User s Manual. Management Software for ATS

User s Manual. Management Software for ATS ATS Monitor User s Manual Management Software for ATS Table of Contents 1. ATS Monitor Overview... 2 2. ATS Monitor Install and Uninstall... 2 2.1. System Requirement... 2 2.2. Software Install... 2 2.3.

More information

Programación de Sistemas Empotrados y Móviles (PSEM)

Programación de Sistemas Empotrados y Móviles (PSEM) Introduction to Windows Embedded Programación de Sistemas Empotrados y Móviles (PSEM) Marco A. Peña marcoa@ac.upc.edu Table of contents Windows XP Embedded vs. Windows CE Windows XP Embedded Windows CE

More information

OPERATING SYSTEM SERVICES

OPERATING SYSTEM SERVICES OPERATING SYSTEM SERVICES USER INTERFACE Command line interface(cli):uses text commands and a method for entering them Batch interface(bi):commands and directives to control those commands are entered

More information

Index. 1-FLYPOS hardware/firmware Technology Overview 2-FLYPOS software architecture 3-Gateway/Acquirer Interface 4-Letters of Approval

Index. 1-FLYPOS hardware/firmware Technology Overview 2-FLYPOS software architecture 3-Gateway/Acquirer Interface 4-Letters of Approval FLYPOS Index 1-FLYPOS hardware/firmware Technology Overview 2-FLYPOS software architecture 3-Gateway/Acuirer Interface 4-Letters of Approval 2 1- FLYPOS hardware/firmware Technology Overview 3 FLYPOS Technology

More information

Avalanche Enabler 5.3 User Guide

Avalanche Enabler 5.3 User Guide Avalanche Enabler 5.3 User Guide 30/05/2012 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095 Telephone:

More information

QuickSpecs. HP ipaq rz1715 Mobile Media Companion. HP ipaq rz1715 Mobile Media Companion. Overview

QuickSpecs. HP ipaq rz1715 Mobile Media Companion. HP ipaq rz1715 Mobile Media Companion. Overview Overview 1. Charge/Notification LED indicator 5. 5-Way Navigation Touch Pad 2. QVGA Color Display 6. Messaging Button 3. Calendar Button 7. Today Screen Button 4. Contacts Button 8. Stylus DA - 11970 North

More information

Upgrade Guide. Step 1: Backing up your personal data on your HTC Touch

Upgrade Guide. Step 1: Backing up your personal data on your HTC Touch Upgrade Guide Step 1: Backing up your personal data on your HTC Touch If there is information on your device that you would like to retain, you will need to create a backup copy on your desktop PC prior

More information

Embedded Software development Process and Tools: Lesson-3 Host and Target Machines

Embedded Software development Process and Tools: Lesson-3 Host and Target Machines Embedded Software development Process and Tools: Lesson-3 Host and Target Machines 1 1. Host-Target Based Development Approach 2 Host-Target System Development Approach During development process, a host

More information

Example of Standard API

Example of Standard API 16 Example of Standard API System Call Implementation Typically, a number associated with each system call System call interface maintains a table indexed according to these numbers The system call interface

More information

Online User s Guide. PCS Phone Handspring Treo 300 User Guide

Online User s Guide. PCS Phone Handspring Treo 300 User Guide Online User s Guide PCS Phone Handspring Treo 300 User Guide Copyright Copyright 2002 Sprint Spectrum L.P. All rights reserved. No reproduction in whole or in part without prior written approval. Sprint,

More information

4.1 Introduction 4.2 Explain the purpose of an operating system 4.2.1 Describe characteristics of modern operating systems Control Hardware Access

4.1 Introduction 4.2 Explain the purpose of an operating system 4.2.1 Describe characteristics of modern operating systems Control Hardware Access 4.1 Introduction The operating system (OS) controls almost all functions on a computer. In this lecture, you will learn about the components, functions, and terminology related to the Windows 2000, Windows

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

TPG MOBILE BROADBAND QUICK SETUP GUIDE

TPG MOBILE BROADBAND QUICK SETUP GUIDE TPG MOBILE BROADBAND QUICK SETUP GUIDE TPG USB E1762 Modem Thank you for choosing TPG Mobile Broadband and USB E1762 modem. This User Guide provides step by step instructions that will take you through

More information

MODECOM MC-602 ART UNIQUE MICE COLLECTION. MODECOM Tablet FreeTAB 2096+

MODECOM MC-602 ART UNIQUE MICE COLLECTION. MODECOM Tablet FreeTAB 2096+ MODECOM FreeTAB 2096+ is a refreshed version of MODECOM FreeTAB 2096. Similarly like its predecessor, this tablet hidden inside technologically advance and highquality components. MODECOM FreeTAB 2096+

More information

Friendly ARM MINI2440 & Dalvik Virtual Machine with Android

Friendly ARM MINI2440 & Dalvik Virtual Machine with Android e t International Journal on Emerging Technologies (Special Issue on NCRIET-2015) 6(2): 197-202(2015) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Friendly ARM MINI2440 & Dalvik Virtual Machine

More information

User Tutorial on Changing Frame Size, Window Size, and Screen Resolution for The Original Version of The Cancer-Rates.Info/NJ Application

User Tutorial on Changing Frame Size, Window Size, and Screen Resolution for The Original Version of The Cancer-Rates.Info/NJ Application User Tutorial on Changing Frame Size, Window Size, and Screen Resolution for The Original Version of The Cancer-Rates.Info/NJ Application Introduction The original version of Cancer-Rates.Info/NJ, like

More information

Cell Phone Operating Systems

Cell Phone Operating Systems Cell Phone Operating Systems The first smartphone was the IBM Simon and was designed in 1992. The phone themselves have changed. The most important changes are in the Operating System (OS) Operating Systems

More information

TOSHIBA Pocket PC Flash. Update Tool

TOSHIBA Pocket PC Flash. Update Tool TOSHIBA Pocket PC Flash Update Tool e750ˍuser s Guide 1 Introduction This document shows you how to get use the TOSHIBA Pocket PC Flash Update Tool to upgrade your Pocket PC device from Pocket PC 2002

More information

How to Wirelessly Surf the Internet on your. Handheld via Bluetooth

How to Wirelessly Surf the Internet on your. Handheld via Bluetooth How to Wirelessly Surf the Internet on your Handheld via Bluetooth For Windows XP RAS Version 1.2 February 14, 2003 Compiled By Troy Fontaine Original Instructions by Mikael Östergren (iorx) & Michael

More information

The shortest path to cellular communications: Cellular Development Platform

The shortest path to cellular communications: Cellular Development Platform The shortest path to cellular communications: Cellular Development Platform Multi-Tech Overview 40 years focused on Machine-to-Machine (M2M) Communications 80+ patents 20+ million devices, thousands of

More information

Capacities Overview: 9.7 MultiTouch Screen with IPS technology Access to AndroidTM apps HD Multimedia playback

Capacities Overview: 9.7 MultiTouch Screen with IPS technology Access to AndroidTM apps HD Multimedia playback Arnova introduces a new HD multimedia tablet: The ARNOVA 9 G2 Equipped with a sharp, bright 9.7 (1024x768) LCD touchscreen, it delivers amazing display quality. The combination between Android TM 2.3 Gingerbread

More information

Features Overview Guide About new features in WhatsUp Gold v12

Features Overview Guide About new features in WhatsUp Gold v12 Features Overview Guide About new features in WhatsUp Gold v12 Contents CHAPTER 1 Learning about new features in Ipswitch WhatsUp Gold v12 Welcome to WhatsUp Gold... 1 What's new in WhatsUp Gold v12...

More information

User Guide Vodafone Mobile Broadband USB Modem K4606. Designed by Vodafone

User Guide Vodafone Mobile Broadband USB Modem K4606. Designed by Vodafone User Guide Vodafone Mobile Broadband USB Modem K4606 Designed by Vodafone Welcome to the world of mobile communications 1 Welcome 2 Set up your USB Modem 3 Windows 8 installation and user experience 4

More information

Creating and Using Databases for Android Applications

Creating and Using Databases for Android Applications Creating and Using Databases for Android Applications Sunguk Lee * 1 Research Institute of Industrial Science and Technology Pohang, Korea sunguk@rist.re.kr *Correspondent Author: Sunguk Lee* (sunguk@rist.re.kr)

More information

User s Manual. Management Software for Inverter

User s Manual. Management Software for Inverter WatchPower User s Manual Management Software for Inverter Table of Contents 1. WatchPower Overview... 2 1.1. Introduction... 2 1.2. Features... 2 2. WatchPower Install and Uninstall... 2 2.1. System Requirement...

More information

By GradDip Students: Liam Barrett 0429848 Mary O Riordan 0243132

By GradDip Students: Liam Barrett 0429848 Mary O Riordan 0243132 BlackBerry Operating System By GradDip Students: Liam Barrett 0429848 Mary O Riordan 0243132 Introduction Topic Outline History of BlackBerry OS BlackBerry OS Architecture Memory Management Interrupts

More information

Ways to Use USB in Embedded Systems

Ways to Use USB in Embedded Systems Ways to Use USB in Embedded Systems by Yingbo Hu, R&D Embedded Engineer and Ralph Moore, President of Micro Digital Universal Serial Bus (USB) is a connectivity specification that provides ease of use,

More information

ViewPower. User s Manual. Management Software for Uninterruptible Power Supply Systems

ViewPower. User s Manual. Management Software for Uninterruptible Power Supply Systems ViewPower User s Manual Management Software for Uninterruptible Power Supply Systems Table of Contents 1. ViewPower Overview... 2 1.1. Introduction...2 1.2. Structure...2 1.3. Applications...2 1.4. Features...2

More information

Operating System Today s Operating Systems File Basics File Management Application Software

Operating System Today s Operating Systems File Basics File Management Application Software Lecture Content Operating System Today s Operating Systems File Basics File Management Application Software Operating Systems and File Management 2 Operating Systems and File Management 3 Operating System

More information

Operating System Software

Operating System Software Operating System Software Lecture 7 The operating system Defines our computing experience. First software we see when we turn on the computer, and the last software we see when the computer is turned off.

More information

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8

Gauge Drawing Tool... 8. Slider Drawing Tool... 8. Toggle Button Drawing Tool... 8. One-Way List Drawing Tool... 8 v. 20120510 Table of Contents RTiPanel Overview and Requirements... 3 Software Requirements:... 3 Hardware Requirements:... 3 Network Requirements:... 3 Licensing Requirements:... 4 Basic Integration Designer

More information

Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems. 2008 Chapter-1L03: "Embedded Systems - ", Raj Kamal, Publs.: McGraw-Hill Education

Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems. 2008 Chapter-1L03: Embedded Systems - , Raj Kamal, Publs.: McGraw-Hill Education Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems 1 Typical Embedded System Hardware units 2 Basic Circuit Elements at the System 3 (i) Power Source 1. System own supply with separate supply

More information

Introduction to Android

Introduction to Android Introduction to Android Poll How many have an Android phone? How many have downloaded & installed the Android SDK? How many have developed an Android application? How many have deployed an Android application

More information

PC computer configurations & Windows optimizations (Updated November 2012)

PC computer configurations & Windows optimizations (Updated November 2012) PC computer configurations & Windows optimizations (Updated November 2012) A fast processor and a good amount of memory are important, but do not necessarily guarantee that a computer will perform well

More information

Specifications. What s Inside The box

Specifications. What s Inside The box Tablet of Contents Specifications.1 What s inside the box Tablet Parts Getting started... Connection to Internet..6 Task Bar..8 Install and Uninstall 9 Camera.10 HDMI.11 Trouble Shooting 11 Specifications

More information

CHAPTER 15: Operating Systems: An Overview

CHAPTER 15: Operating Systems: An Overview CHAPTER 15: Operating Systems: An Overview The Architecture of Computer Hardware, Systems Software & Networking: An Information Technology Approach 4th Edition, Irv Englander John Wiley and Sons 2010 PowerPoint

More information

USER S GUIDE FOR. Nokia PC Suite 6.84

USER S GUIDE FOR. Nokia PC Suite 6.84 USER S GUIDE FOR Nokia PC Suite 6.84 Contents 1. Introduction...1 1.1 Nokia PC Suite applications...1 1.2 Must haves...2 1.3 More information...4 2. Installing Nokia PC Suite...5 2.1 Before installation...5

More information

HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI TOOLKITS

HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI TOOLKITS HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI TOOLKITS RAJESH KUMAR Technical Lead, Aricent PUNEET INDER KAUR Senior Software Engineer, Aricent HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI

More information

Your Phone This section introduces you to the hardware of the device.

Your Phone This section introduces you to the hardware of the device. Your Phone This section introduces you to the hardware of the device. No. Items Functions 1 Earphone jack 2 Strap hole 3 LED / Speaker Use a headset for hands-free conversation or listening to music. It

More information

IOVU-571N ARM-based Panel PC

IOVU-571N ARM-based Panel PC IOVU-571N ARM-based Panel PC Features RISC-based Panel PC IOVU-57N Application Dimensions Ordering Information Specifications ARM-based Panel PC IOVU-571N Serial IOVU software support Packing List Options

More information

Best Practice Document Hints and Tips

Best Practice Document Hints and Tips Marshal Ltd. Date: 02/06/2007 Marshal EndPoint Security From Best Practice Document Hints and Tips Marshal Software Ltd CSL 005 Marshal EndPoint Security Best Practice (2) Privacy Control: None Version:

More information

How to Wirelessly Surf the Internet on your. Handheld via Bluetooth

How to Wirelessly Surf the Internet on your. Handheld via Bluetooth How to Wirelessly Surf the Internet on your Handheld via Bluetooth For Windows XP RAS Version 1.1 January 16, 2003 Compiled By Troy Fontaine Original Instructions by Mikael Östergren (iorx) & Michael Lynch

More information

ONE-TOUCH MAIL V 2.3 MANUAL

ONE-TOUCH MAIL V 2.3 MANUAL ONE-TOUCH MAIL V 2.3 MANUAL The Email Solution for a Mobile World One-Touch Mail combines a number of state-of-the-art technologies in one small package to give you access to vital information and keep

More information

ADDENDUM - Bluetooth interface Option Instructions for using Extech Printer with a Bluetooth device

ADDENDUM - Bluetooth interface Option Instructions for using Extech Printer with a Bluetooth device Introduction ADDENDUM - Bluetooth interface Option Instructions for using Extech Printer with a Bluetooth device Extech 3500T and 2500T thermal printers support full range of communication interfaces,

More information

All Rights Reserved. Copyright 2006

All Rights Reserved. Copyright 2006 All Rights Reserved Copyright 2006 The use, disclosure, modification, transfer, or transmittal of this work for any purpose, in any form, or by any means, without the written permission of the copyright

More information

User Manual WatchPower

User Manual WatchPower User Manual WatchPower Management Software for Inverter Table of Contents 1. WatchPower Overview... 1 1.1. Introduction... 1 1.2. Features... 1 2. WatchPower Install and Uninstall... 1 2.1. System Requirement...

More information

Mobile Communication An overview Lesson 07 Introduction to Mobile Computing

Mobile Communication An overview Lesson 07 Introduction to Mobile Computing Mobile Communication An overview Lesson 07 Introduction to Mobile Computing Oxford University Press 2007. All rights reserved. 1 Mobile computing A Definition The process of computation on a mobiledevice

More information

Computers Are Your Future. 2005 Prentice-Hall, Inc.

Computers Are Your Future. 2005 Prentice-Hall, Inc. Computers Are Your Future 2005 Prentice-Hall, Inc. Computers Are Your Future Chapter 5 Input/Output and Storage 200 Prentice-Hall, Inc Slide 2 What You Will Learn About The purpose of special keys and

More information

User Guide Win7Zilla

User Guide Win7Zilla User Guide Win7Zilla Table of contents Section 1: Installation... 3 1.1 System Requirements... 3 1.2 Software Installation... 3 1.3 Uninstalling Win7Zilla software... 3 Section 2: Navigation... 4 2.1 Main

More information

Analysis of advanced issues in mobile security in android operating system

Analysis of advanced issues in mobile security in android operating system Available online atwww.scholarsresearchlibrary.com Archives of Applied Science Research, 2015, 7 (2):34-38 (http://scholarsresearchlibrary.com/archive.html) ISSN 0975-508X CODEN (USA) AASRC9 Analysis of

More information

Speech and Debate Timekeeper User Manual

Speech and Debate Timekeeper User Manual Speech and Debate Timekeeper User Manual Version 2.3 Table of Contents Introduction Features Supported Systems Installing Speech and Debate Timekeeper Windows Mac OS X Linux & Unix Palm OS Windows Mobile

More information

ELEC 377. Operating Systems. Week 1 Class 3

ELEC 377. Operating Systems. Week 1 Class 3 Operating Systems Week 1 Class 3 Last Class! Computer System Structure, Controllers! Interrupts & Traps! I/O structure and device queues.! Storage Structure & Caching! Hardware Protection! Dual Mode Operation

More information

White Paper Using PHP Site Assistant to create sites for mobile devices

White Paper Using PHP Site Assistant to create sites for mobile devices White Paper Using PHP Site Assistant to create sites for mobile devices Overview In the last few years, a major shift has occurred in the number and capabilities of mobile devices. Improvements in processor

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Minimum System Requirements What do I need to host or attend a meeting using Microsoft Windows? What do I need to host or attend a meeting using Mac OS? What do I need to host

More information

Checking the Package Contents. Installing the Printer Software. Connecting. Unpacking the. the Printer. Printer. Attaching

Checking the Package Contents. Installing the Printer Software. Connecting. Unpacking the. the Printer. Printer. Attaching Installing the Printer Software Checking the Package Contents Connecting the Printer Unpacking the Printer Installing the Ink Cartridges Plugging in the Printer Attaching the Printer Parts 4032216-00 EUL

More information

Mobile Phones Operating Systems

Mobile Phones Operating Systems Mobile Phones Operating Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto Superior Técnico 2015-05-28 José Costa (DEI/IST) Mobile Phones Operating

More information

User Guide HUAWEI UML397. Welcome to HUAWEI

User Guide HUAWEI UML397. Welcome to HUAWEI User Guide HUAWEI UML397 Welcome to HUAWEI 1 Huawei UML397 4G LTE Wireless Modem User Manual CHAPTER 1 BEFORE USING YOUR UML397 WIRELESS MODEM ABOUT THIS USER MANUAL...4 WHAT S INSIDE THE PRODUCT PACKAGE...4

More information

Avalanche Remote Control User Guide. Version 4.1.3

Avalanche Remote Control User Guide. Version 4.1.3 Avalanche Remote Control User Guide Version 4.1.3 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

Eddy Integrated Development Environment, LemonIDE for Embedded Software System Development

Eddy Integrated Development Environment, LemonIDE for Embedded Software System Development Introduction to -based solution for embedded software development Section 1 Eddy Real-Time, Lemonix Section 2 Eddy Integrated Development Environment, LemonIDE Section 3 Eddy Utility Programs Eddy Integrated

More information

Palm VersaMail Personal E-Mail Software Handbook

Palm VersaMail Personal E-Mail Software Handbook Palm VersaMail Personal E-Mail Software Handbook Copyright 2002 Palm, Inc. All rights reserved. Graffiti, HotSync, MultiMail, PalmModem, and Palm OS are registered trademarks of Palm, Inc. The HotSync

More information

TEST CHAPTERS 1 & 2 OPERATING SYSTEMS

TEST CHAPTERS 1 & 2 OPERATING SYSTEMS TEST CHAPTERS 1 & 2 OPERATING SYSTEMS True/False Indicate whether the statement is true or false. 1. Changes that you make in virtual machines do not affect your physical computer. 2. The size of a bus

More information

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com Yun Shield User Manual VERSION: 1.0 Version Description Date 0.1 Initiate 2014-Jun-21 1.0 Release 2014-Jul-08 Yun Shield User Manual 1 / 22 Index: 1 Introduction... 3 1.1 What is Yun Shield... 3 1.2 Specifications...

More information

System Structures. Services Interface Structure

System Structures. Services Interface Structure System Structures Services Interface Structure Operating system services (1) Operating system services (2) Functions that are helpful to the user User interface Command line interpreter Batch interface

More information

WEB DEVELOPMENT CAREERS WEB DEVELOPMENT WEB DEVELOPMENT STARTER PACK WEB DEVELOPMENT CAREERS

WEB DEVELOPMENT CAREERS WEB DEVELOPMENT WEB DEVELOPMENT STARTER PACK WEB DEVELOPMENT CAREERS WEB DEVELOPMENT CAREERS WEB DEVELOPMENT WEB DEVELOPMENT STARTER PACK WEB DEVELOPMENT CAREERS 1 CONTENTS PAGE 3 - Technical support guidelines 7 - Hardware and software requirements 9-3 month timetable

More information

AuditMatic Enterprise Edition Installation Specifications

AuditMatic Enterprise Edition Installation Specifications Enterprise Edition Installation Specifications Version: 4.0 Copyright 2005 F.A.S., Inc. All rights reserved. Copyright 2008 F.A.S., Inc. All rights reserved. Copyright Notice Information contained in this

More information

ø Mobile Broadband User Guide Pay & Go

ø Mobile Broadband User Guide Pay & Go ø Mobile Broadband User Guide Pay & Go USB Modem E160 We re better, connected What s ø Mobile Broadband? ø Mobile Broadband lets you use the internet almost anywhere. And it includes connection to any

More information

A-307. Mobile Data Terminal. Android OS Platform Datasheet

A-307. Mobile Data Terminal. Android OS Platform Datasheet A-307 Mobile Data Terminal Android OS Platform Datasheet Revision 1.1 July, 2013 Introduction A-307 Platform Overview Introduction A-307 Platform Overview The A-307 provides Original Equipment Manufacturers

More information

OPERATING SYSTEMS Software in the Background. Chapter 2

OPERATING SYSTEMS Software in the Background. Chapter 2 OPERATING SYSTEMS Software in the Background Chapter 2 Objectives Describe the functions of an Operating System Explain the basics of a personal computer operating system Describe the advantages of a graphical

More information

Quareo ICM Server Software

Quareo ICM Server Software The Quareo Infrastructure Configuration Manager (ICM) is a server software application designed to document and administer both passive and active network connectivity infrastructure. ICM enables management

More information

Enhanced Diagnostics Improve Performance, Configurability, and Usability

Enhanced Diagnostics Improve Performance, Configurability, and Usability Application Note Enhanced Diagnostics Improve Performance, Configurability, and Usability Improved Capabilities Available for Dialogic System Release Software Application Note Enhanced Diagnostics Improve

More information

Quick Start Guide Vodafone Mobile Connect USB Stick. Designed for Vodafone

Quick Start Guide Vodafone Mobile Connect USB Stick. Designed for Vodafone Quick Start Guide Vodafone Mobile Connect USB Stick Designed for Vodafone Welcome to the world of mobile communications 1 Welcome 2 Set up your USB Stick 3 Start the software 4 Software overview 5 Connect

More information

Tablet PC User Manual

Tablet PC User Manual Tablet PC User Manual Please read all instructions carefully before use to get the most out of your Time2Touch Tablet PC. The design and features are subject to change without notice. Contents Important

More information

ClassPad II - Computer Data Transfer

ClassPad II - Computer Data Transfer ClassPad II - Computer Data Transfer Author Charlie Watson Date 05 Oct 2013 CP II OS 01.00.0000 CPII has a file storage area (similar to that of a USB thumb drive) that can be viewed from within the CPII

More information

EUCIP IT Administrator - Module 2 Operating Systems Syllabus Version 3.0

EUCIP IT Administrator - Module 2 Operating Systems Syllabus Version 3.0 EUCIP IT Administrator - Module 2 Operating Systems Syllabus Version 3.0 Copyright 2011 ECDL Foundation All rights reserved. No part of this publication may be reproduced in any form except as permitted

More information

Operating Systems. and Windows

Operating Systems. and Windows Operating Systems and Windows What is an Operating System? The most important program that runs on your computer. It manages all other programs on the machine. Every PC has to have one to run other applications

More information

Pocket PC. User s Guide

Pocket PC. User s Guide Pocket PC User s Guide Your Pocket PC comes with a Hardware Manual in addition to this Pocket PC User s Guide. Be sure to read the Hardware Manual first. Before using your Pocket PC for the first time,carefully

More information

Guide to Using the AK240 MQS Streaming Server. (Macintosh OS X Lion 10.7+ only)

Guide to Using the AK240 MQS Streaming Server. (Macintosh OS X Lion 10.7+ only) Guide to Using the AK240 MQS Streaming Server (Macintosh OS X Lion 10.7+ only) Installing & Running the MQS Streaming Server: The AK240 can access music files stored on computer on the same network. 1.

More information

Lesson 10:DESIGN PROCESS EXAMPLES Automatic Chocolate vending machine, smart card and digital camera

Lesson 10:DESIGN PROCESS EXAMPLES Automatic Chocolate vending machine, smart card and digital camera Lesson 10:DESIGN PROCESS EXAMPLES Automatic Chocolate vending machine, smart card and digital camera 1 Automatic Chocolate Vending Machine (ACVM) 2 Diagrammatic representation of ACVM Keypad for user Interface

More information

Getting Started with Tizen SDK : How to develop a Web app. Hong Gyungpyo 洪 競 杓 Samsung Electronics Co., Ltd

Getting Started with Tizen SDK : How to develop a Web app. Hong Gyungpyo 洪 競 杓 Samsung Electronics Co., Ltd Getting Started with Tizen SDK : How to develop a Web app Hong Gyungpyo 洪 競 杓 Samsung Electronics Co., Ltd Introduction to Tizen SDK Tizen Platform (1/2) Application Web Applications Native Applications

More information