Xperia Panel certification requirements Sony Ericsson

Size: px
Start display at page:

Download "Xperia Panel certification requirements Sony Ericsson"

Transcription

1 Specification April 2009 Xperia Panel certification requirements Sony Ericsson

2 Preface Sony Ericsson Developer World At developers find the latest technical documentation and development tools such as phone White papers, Developers guidelines for different technologies, Getting started tutorials, SDKs (Software Development Kits) and tool plugins. The Web site also features news articles, go-to-market advice, moderated discussion forums offering free technical support and a Wiki community sharing expertise and code examples. For more information about these professional services, go to the Sony Ericsson Developer World Web site. This Specification is published by: Sony Ericsson Mobile Communications AB, SE Lund, Sweden Sony Ericsson Mobile Communications AB, All rights reserved. You are hereby granted a license to download and/or print a copy of this document. Any rights not expressly granted herein are reserved. Fourth edition (April 2009) Publication number: This document is published by Sony Ericsson Mobile Communications AB, without any warranty*. Improvements and changes to this text necessitated by typographical errors, inaccuracies of current information or improvements to programs and/or equipment, may be made by Sony Ericsson Mobile Communications AB at any time and without notice. Such changes will, however, be incorporated into new editions of this document. Printed versions are to be regarded as temporary reference copies only. *All implied warranties, including without limitation the implied warranties of merchantability or fitness for a particular purpose, are excluded. In no event shall Sony Ericsson or its licensors be liable for incidental or consequential damages of any nature, including but not limited to lost profits or commercial loss, arising out of the use of the information in this document. 2 April 2009

3 Trademarks and acknowledgements Xperia is a trademark or registered trademark of Sony Ericsson Mobile Communications AB. Microsoft, Windows Mobile and ActiveSync are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Other product and company names mentioned herein may be the trademarks of their respective owners. Document history Change history Doc. no Document published on Developer World Doc. no Minor updates 3 April 2009

4 Contents Contents...4 Introduction...5 Supported device...5 Certification benefits...5 Test lab...6 Signing...6 Test cases for Xperia panels...7 General requirements for Xperia Panels...7 UI/shell support requirements...8 Functionality requirements...11 Display options...14 Special circumstances and additional requirements...14 MFC applications...14 SDI/file-based applications...14 Input methods (IMs)...14 Links April 2009

5 Introduction Xperia Panels are Microsoft Windows Mobile applications that extend the Today Screen API in order to provide a full screen immersive experience. Developers can create Xperia Panels for the Xperia X1 phone using the Sony Ericsson Xperia SDK. Xperia Panels should not use the regular path of the Microsoft Mobile2Market program for certification and application testing and signing. For certification of a Xperia Panel, the Panel should comply with the test cases and criteria listed in this document. The Panel should then be tested by an independent test house and signed with the same certificate as is used by the Mobile2Market program. Panels are signed for normal API access. There are two types of Xperia Panels with different testing requirements: Native Panels Web Panels Note: Panels tested and certified against the criteria in this document are not Mobile2Market logo certified. Information about Mobile2Market certification is found at: Supported device Sony Ericsson Xperia X1. Certification benefits Certifying your Panel through the Xperia Certification Program provides great marketing opportunities: Certifying your application allows you to use the "Certified for Xperia X1" logo in your marketing materials. The Certified for Xperia X1 certification is specifically targeted for the Xperia X1 phone and sets the highest quality bar for your applications. Xperia Certification and Signing is required for participation in Sony Ericsson promotional activities, including the Sony Ericsson distribution channels. 5 April 2009

6 Test lab Testing and certification of Xperia Panels is performed by the independent test house NSTL, Inc. NSTL is an authorized independent test lab for both Microsoft Windows Mobile based Pocket PCs and phones. Information about NSTL is found at Signing The next step, after a Panel has been certified by NSTL, is to have the Panel signed. Xperia Panel signing is performed by VeriSign, Inc., an authorized Certificate Authority (CA). VeriSign Authenticated Code Signing (ACS) enables Xperia Panel developers and publishers to secure their Panels for trusted delivery and execution on the Xperia X1 phone. The Sony Ericsson Xperia X1 phone is a Windows Mobile 6.1 professional device and it uses the onetier prompt security profile: Authentication Level Signed for Privileged Execution Signed for Normal Execution One-Tier prompt security profile Application is able to use normal and privileged APIs, modify secured registry locations and run preboot Application is able to use normal and privileged APIs and modify secured registry locations Unsigned Application may be prevented from executing An overview of the Verisign signing process, is found at 6 April 2009

7 Test cases for Xperia panels General requirements for Xperia Panels Install Mandatory Native/web Panel applications should be submitted as CAB files. Optionally a setup package that works on the desktop through Microsoft ActiveSync may be distributed in addition to the required CAB file. Panels must be installed to the Windows Mobile Professional platform using the application installation mechanism. There should not be any errors or warnings during the installation. When installed, the new Xperia Panel should be possible to select via the Panel Manager. A Panel specific image should be visible in the Panel Manager Uninstall Mandatory Native/web When the user uninstalls the Panel, any Panel related data should be erased from files or the registry and leave as little as possible behind. If possible the application should use the Uninstall_Init() and Uninstall_Exit() functionalities to clean up data files and databases. It must be possible to uninstall the application by selecting Start - Settings - System - Remove Programs from the menu. After uninstall, the Panel must not be available in the Panel Manager Registry Optional Native Do not write in other registry keys than HKEY_CURRENT_USER (HKCU). Panels writing to the registry must only use a sub key under HKEY_CURRENT_USER. The other keys (HKLM and HKCR) are intended for system services and drivers 7 April 2009

8 UI/shell support requirements Consistency of the Menu Bar and NavBar is very important. The basic order, left to right, should be consistent with Pocket Word and support the left and right soft keys. The NavBar is located at the topmost part of the screen NavBar Mandatory Native Panels may not use NavBar for anything application specific. Other than the alert and notifications systems supplied through the API, Panels may not use the NavBar area for any additional functionality, such as subtitles of the current view, controls, tool bars, status icons, and so on. Fullscreen mode Mandatory Native System Support is used to implement full screen mode. Panels may only hide the NavBar with the shell API SHFullScreen(hwnd, SHFS_HIDETASKBAR). This API places the NavBar directly behind the calling Panel in the Z-order. This way, if the Panel goes away for some reason, the NavBar will be displayed immediately. In general, it is not recommended to hide the NavBar because the Start menu is the primary navigation mechanism on the phone. If a full screen Panel is sent to the background, the NavBar must be immediately displayed SIP button Mandatory Native The SIP button control should only be displayed in the standard locations. The SIP control should be displayed continuously in most Panels, and only be hidden in the rare case where no input of any kind is possible (for example in full screen mode of a game). Hiding/showing the SIP button should not be used excessively to avoid confusion of when it will be available it is far more confusing if it is hiding and showing repeatedly than if the SIP control is visible also in some views where no input is possible. The standard location of the SIP button control for Windows Mobile 6.0 is centred above the Menu bar Soft key support Mandatory Native The use of soft keys enables easy one-handed operation of the device. In addition to soft keys, the Panel may provide a command bar with bitmap buttons. The command bar is optional. It may be provided if necessary, but it cannot replace the soft keys 8 April 2009

9 Menu on right soft key Mandatory Native If the Panel uses a menu, the menu must be activated by the right soft key. The left soft key must be for quick (common) actions, such as New. If a second menu is used, it may be assigned to the left soft key Screenshot settings/information Mandatory Native/web The Panel must have a default Xperia Panel image, which is displayed in the Panel Manager and while the Panel is being loaded. The following default Panel image formats must be supported: Landscape 200x94, 24bpp Portrait 120x174, 24bpp Portrait Large 240x348, 24bpp Landscape Large 400x188, 24bpp Notification system not duplicated Mandatory Native Panels that display time or event based notifications must use the provided notification system for this purpose, that is, Panels may not create their own notification system Functionality duplication Mandatory Native No duplication of functionality provided by the Microsoft Pocket Outlook Object Model is allowed. Panels that use PIM-type data (appointments, contacts, tasks) must use the Microsoft Pocket Outlook Object Model. This is required to maximise available user storage space by preventing the storage of superfluous PIM data items. Additionally, use of the Microsoft Pocket Outlook Object Model provides a consistent user interface and simplifies communications MAPI functionality not duplicated Mandatory Native Microsoft Windows Mobile MAPI functionality may not be duplicated. Panels are required to use the universal Inbox provided by MAPI (Message API) where appropriate. For example, some communication applications (such as two-way paging applications) may require better functionality than MAPI provides, and are exempt from this requirement. All other Panels, however, are expected to use the provided universal Inbox Support for wait cursor Mandatory Native/web Panels must display a wait cursor (for example, the standard colour wheel) when asked to execute a command that renders the current window, or when the system as a whole is unresponsive to user input for more than 0.5 seconds. When the wait cursor is displayed only in the current window, the user may continue to interact with other windows, including the NavBar 9 April 2009

10 Input Panel Mandatory Native Panels must handle the Input Panel appearing and disappearing. From the UI perspective, the Panel must be designed to account for the fact that an 80-pixel tall Soft Input Panel (SIP) may be docked in the area immediately above the command bar at any time, requiring the application to be resized out of the way. The specific requirements are: All text entry fields must be accessible with the SIP visible. This can be accomplished either by placing all edit fields high enough on the screen so that they will not be obscured by an 80 pixel tall SIP, or/and by having a scroll bar when the SIP is displayed. Panels must resize in response to docked input methods. This includes resizing and/or shifting things like dialog tabs, status bars, and other elements as needed, and/or resizing or drawing scroll bars to ensure that all UI is accessible while an 80-pixel tall SIP is visible. Note that a docked input method may be as tall as 140 pixels, but applications are not expected to be optimised for a SIP height greater than 80 pixels Avoid controls on bottom 80 pixels Optional Native/web In some cases where landscape orientation may be used, it is recommended that Panels avoid putting controls on the bottom 80 pixels. Dynamic scrollbars in dialogs and prop sheets will be added if the controls fall below the 240x240 screen area. However, relying on dynamic scrollbars is discouraged. It is strongly recommended that Panels are designed to resize controls to fit the available screen size Help and About Optional Native/web Help systems integrated with System TOC. Panels should include a help file containing application information and about information. About information shall include application vendor, application title and application version. Applications that provide on-device help files are required to register their help system with the Windows Mobile Professional Help System Table of Contents, so that users have one entry point for help on all installed applications. This requires that all help content is authored in HTML format. Because general application and context-sensitive help is accessed via the Start Menu (for the current window), applications must not provide another access point, in order to ensure consistency across the platform User settings Mandatory Native/web The Panel must preserve user settings, including regional settings, theme colours, and so on. Panels may alter connectivity settings if required, but must notify the user before making the change 10 April 2009

11 Hard coding colours of dialog boxes Mandatory Native/web Colours should not be hard coded into the Panel. For example, to use the default system colours, the Panel should use GetSysColor() or the SystemColors class. The Panel should display properly in any theme Functionality requirements Application stability Mandatory Native/web Xperia Panels must be fully functional and stable on Xperia phones. All functionality must be in place when the panel is submitted for testing. The panel should not adversely affect the overall stability or performance of the device environment. The panel must recover from standby/suspend situations on the phone. The panel must also be well behaved with Shell and system features, such as not compromising hardware button functionality or overriding other Shell or system features, unless it is required for the proper functioning of the panel Hopper test Mandatory Native The Panel shall pass 25 hours of the Microsoft Hopper test. The Hopper utility is included in the Windows Mobile Professional and Standard SDKs available for download at: 3D48091A390B&displaylang=en Rapistart from Windows Mobile Power Toys can be used to run Hopper on a particular Panel as follows: rapistart.exe hopper /agames\solitaire.lnk In this example, Hopper clicks the Start menu, then Games and then clicks on Solitaire. The command line version does not support spaces. The Windows Mobile Power Toys are available for download from: Once installed, a shortcut to the directory of files is placed in the Start menu under All Programs. It is easiest to start a command prompt and type: cd "\Program Files\Windows Mobile Developer Power Toys\RAPI_Start" The rapistart.exe command is then executed from there. Place the hopper.exe file in the root of the file system on the phone 11 April 2009

12 Application verifier Optional Native The Microsoft AppVerifier test is used to evaluate memory leak performance of the Panel. This test is bundled with the Microsoft CETK tests and verifies that there are no memory leaks in the Panel. It can also detect some forms of heap corruption. Exceptions: AppVerifier will not run on managed code, that is,.net applications. Any errors associated with the Load/Free Library. Any leaks associated with the menu bar. Errors associated with pimstore.dll and mscoree2.dll. Error linked to DefWindowProc, the API used to invoke default window processing for any window messages not explicitly handled by the Panel Antivirus screening Mandatory Native/web The Panel shall be free of viruses and malware. Note: The ISV is not required to perform this testing but should be aware that the ITL (Independent Test Lab) will be screening the Panel for viruses and malware Help must be functional Mandatory Native/web Any online help included with Panels must be fully functional at the time of testing. At minimum, the help system for the device must be activated via Start/Help from anywhere within the application Must not assume external storage Mandatory Native Panels must not crash, hang, or exhibit adverse behaviour if no external memory card is installed Graceful Panel shutdown Mandatory Native Because Panels will be shut down by the Shell without the user taking any explicit action, Panels must shut down gracefully. This means not displaying any dialog boxes or other UI, not consuming excessive CPU time, and not consuming significant additional memory while closing Restoration of state when starting Mandatory Native Because the phone user will not have any concept of which applications are and are not running, Panels must restore critical state when launched. Note that this requirement does not mean that the complete state must be restored, although this would be ideal. The goal is for the user to feel comfortable returning to the application, whether or not it was shut down since last used. For example, Panels should restore the user to the previously selected view and scroll state, if applicable 12 April 2009

13 Non-full screen dialog boxes displayed out of the way of the input panel Mandatory Native Any non full-screen dialog box should be vertically centred in the area above the standard, 80-pixel high Input Panel when it is displayed. It must be placed in this space even if the Input Panel is not currently displayed, since if the user displays the Input Panel, no part of the dialog box will be hidden by the Input Panel. If the dialog box is taller than the space available when the Input Panel is displayed, the dialog box must be butted against the top of the screen. Message box text should be informative but brief to avoid part of the message box potentially being hidden behind the SIP No underlined accelerators in menus or dialog boxes without alternative selection methods Mandatory Native Underlined accelerators are allowed, however no functionality must depend on the use of accelerators. There must always be a way to access the functionality with a stylus tap No shortcut sequences Mandatory Native Because the presence of a physical keyboard is not guaranteed, shortcuts such as Ctrl+N for New must not appear on toolbars, ToolTips, PopUp help, or other controls such as menus. Note: Support for the Ctrl+Q, Power User, shortcut, which exits the current application, is recommended, but this shortcut item may not be visible on screen Long file name support Mandatory Native Panels must: support long file names as described below use long file names for displaying all documents and data file names in the Shell, in dialog boxes and controls, and with icons hide the.xxx extensions in the Panel itself (strongly recommended) use the common dialog boxes to save and load files (recommended). Panels that save files that are exposed to the user must support long filenames (LFNs) with all the following required features: Users must be able to enter file names of 128 characters, including all uppercase and lowercase standard characters, embedded spaces, embedded periods, and so on. Leading and trailing spaces must be stripped by the Save As command. It is not necessary to allow leading and trailing periods. These may be stripped by the Panel. Question marks anywhere in the file name must prevent the file from being saved. No error message needs to be displayed. The plus sign (+), comma (,), semicolon (;), equals sign (=), left square bracket ([), and right square bracket (]) must be supported anywhere in the file name, including leading and trailing. Embedded periods must also be supported. These should not cause any error conditions 13 April 2009

14 Display options Screen agnostic Mandatory Native Dialog box controls such as text boxes, group boxes, listview controls, and so on, must dynamically size to fill available space regardless of the screen orientation. To obtain the available screen size at runtime, APIs like GetSystemMetrics or GetClientRect should be used. Dialog box controls should be positioned or stretched based on the screen size queried at runtime Special circumstances and additional requirements MFC applications Panels that use MFC classes must link statically to the MFC runtime. Distribution of dynamically linked MFC DLLs is not allowed. SDI/file-based applications These are applications with the primary purpose of opening, creating, and editing documents. Word processors, spreadsheets, and so on, are all considered file-based applications. Examples of non filebased applications include PIMs and games. File-based applications are subject to the following additional requirements. Mandatory: Support for common dialog boxes. File-based and/or Single Document Interface applications must support common dialog boxes on Xperia phones, such as dialog boxes for naming and saving files, and dialog boxes for not using proprietary interfaces for these functions. Input methods (IMs) Any application or component whose primary purpose is to input text into the device is defined as an Input Method. 14 April 2009

15 Note that an IM must be docked. Docked IMs act like a docking toolbar, taking ownership of the area immediately above the command bar. When an IM is implemented as docked, applications resize upwards and out of the way of the IM. Mandatory: 80-pixel docked IMs. It is required that Input Methods (IMs) are designed at 80-pixel maximum height and docked. Mandatory: Input Methods use input panel architecture. All Input Methods must plug into the input panel architecture. This includes using the SIP button on the command bar to activate/hide the Input Method, using the Input Method arrow button on the taskbar to select the Input Method, and having options (if any) in the Input control panel applet. In addition, the Input Method must unload when it is not the currently selected Input Method. Note: Since an Input Method is not an application, IMs are not subject to all application requirements. For example, unlike an application, an IM is allowed to have its own help button, since the system level method of Start Help will not give context help for an IM. Other requirements will be reviewed on a caseby-case basis considering the details of the IM in question. Mandatory: Keyboard based devices Applications that install and uninstall a keyboard driver are required to set/unset the proper registry key located under HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\SHELL\HasKeyboard={0=false;1=true} 15 April 2009

16 Links Information about the Sony Ericsson Xperia panel certification program Xperia Panel Certification Program Enrollment Process with NSTL VeriSign Code Signing Account Enrollment Process VeriSign Authenticated Code Signing Microsoft Windows Mobile certification information Sony Ericsson Xperia SDK 16 April 2009

Setting up Java environment for Project Capuchin development with Sony Ericsson phones

Setting up Java environment for Project Capuchin development with Sony Ericsson phones Instructions October 2008 Setting up Java environment for Project Capuchin development with Sony Ericsson phones Preface About this document This document contains a step by step description of how to

More information

Streaming with Project Capuchin for Adobe Flash Lite developers

Streaming with Project Capuchin for Adobe Flash Lite developers Tutorial March 2009 Streaming with Project Capuchin for Adobe Flash Lite developers Preface About this tutorial This Project Capuchin tutorial illustrates how images stored in different locations can be

More information

Sony Ericsson. Panel SDK for Xperia X2. EXE Panelizer Tutorial

Sony Ericsson. Panel SDK for Xperia X2. EXE Panelizer Tutorial Sony Ericsson Panel SDK for Xperia X2 EXE Panelizer Tutorial Sony Ericsson Developer World At www.sonyericsson.com/developer, developers can find the latest technical documentation and development tools

More information

Releasing an Application for mobile applications in Sony Ericsson phones

Releasing an Application for mobile applications in Sony Ericsson phones Tutorial May 2007 Releasing an Application for mobile applications in Sony Ericsson phones Preface About this tutorial This tutorial has been written by Simon Judge, a freelance mobile developer who develops

More information

Video calls. July Keep in touch using voice and video

Video calls. July Keep in touch using voice and video Video calls July 2007 Keep in touch using voice and video Contents Introduction... 2 Before you start... 2 Making a video call... 3 Answering and ending a video call... 3 Zooming... 4 Sharing pictures

More information

White paper. April Messaging

White paper. April Messaging White paper April 2011 Messaging This document This Sony Ericsson White paper is intended to give enterprise users an overview of specific smartphone features and provide details in relevant areas of technology.

More information

White paper. April Security

White paper. April Security White paper April 2011 Security This document This Sony Ericsson White paper is intended to give enterprise users an overview of specific smartphone features and provide details in relevant areas of technology.

More information

SmartWatch. February Specification. Developer World sonymobile.com/developer

SmartWatch. February Specification. Developer World sonymobile.com/developer February 2013 SmartWatch Specification *All implied warranties, including without limitation the implied warranties of merchantability or fitness for a particular purpose, are excluded. In no event shall

More information

Sony Xperia Configurator Cloud User Instructions

Sony Xperia Configurator Cloud User Instructions Sony Xperia Configurator Cloud User Instructions This document is published by: Sony Mobile Communications Inc., 1-8-15 Konan, Minato-ku, Tokyo 108-0075, Japan www.sonymobile.com Sony Mobile Communications

More information

Project Capuchin Bridging Flash Lite and Java ME in Sony Ericsson phones

Project Capuchin Bridging Flash Lite and Java ME in Sony Ericsson phones Product information August 2008 Project Capuchin Bridging Flash Lite and Java ME in Sony Ericsson phones Document history Change history 2008-05-01 Doc. No. 1212.4799.1 First version 2008-08-18 Doc. No.

More information

White paper. April Connectivity

White paper. April Connectivity White paper April 2011 Connectivity This document This Sony Ericsson White paper is intended to give enterprise users an overview of specific smartphone features and provide details in relevant areas of

More information

Managing files. July Organize your files

Managing files. July Organize your files Managing files July 2007 Organize your files Contents Introduction... 2 Installing the software... 3 Installing the PC Suite from the CD... 4 Downloading the PC Suite from the Web... 4 Installing PC Suite

More information

Xperia TM. Read about how Xperia TM devices manage and synchronisation in a corporate IT environment

Xperia TM. Read about how Xperia TM devices manage  and synchronisation in a corporate IT environment Xperia TM in Business Email, Calendar and Contacts Read about how Xperia TM devices manage email and synchronisation in a corporate IT environment Exchange ActiveSync IMAP4 and POP3 The Xperia Email application

More information

Smart Wireless Headset pro Specification

Smart Wireless Headset pro Specification February 2013 Smart Wireless Headset pro Specification Copyright 2013 Sony Mobile Communications AB. All rights reserved. Xperia is a trademark of Sony Mobile Communications AB. Other brands, company or

More information

x10data Smart Client 6.5 for Windows Mobile Installation Guide

x10data Smart Client 6.5 for Windows Mobile Installation Guide x10data Smart Client 6.5 for Windows Mobile Installation Guide Copyright Copyright 2009 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright

More information

Teamcenter Voluntary Product Accessibility Template. Summary Table Voluntary Product Accessibility Template

Teamcenter Voluntary Product Accessibility Template. Summary Table Voluntary Product Accessibility Template Date: 26-Jun-2015 Name of Product and Release: Teamcenter 11.2.x Contact for more Information: Kiran Hegde [kiran.hegde@siemens.com] Section 508 VPAT Template Version: Version 1.6 This document is for

More information

GNOME Terminal Manual i. GNOME Terminal Manual

GNOME Terminal Manual i. GNOME Terminal Manual i Manual ii Copyright 2002, 2003, 2004 Sun Microsystems Copyright 2000 Miguel de Icaza Copyright 2000 Michael Zucchi Copyright 2000 Alexander Kirillov Copyright 2008 Christian Persch Copyright 2009 Paul

More information

FileMaker. Mobile 2.1. User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC

FileMaker. Mobile 2.1. User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC For Windows, Mac, Palm OS, and Pocket PC FileMaker Mobile 2.1 Companion for Palm OS and Pocket PC User s Guide 2000-2002 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON Installation. Software Release 1.0 November 2012

TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON Installation. Software Release 1.0 November 2012 TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON Installation Software Release 1.0 November 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH

More information

Application Integrity and Security for mobile applications in Sony Ericsson phones

Application Integrity and Security for mobile applications in Sony Ericsson phones Tutorial March 2007 Application Integrity and Security for mobile applications in Sony Ericsson phones Preface About this tutorial This tutorial has been written by Simon Judge, a freelance mobile developer

More information

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc.

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc. Quick KVM 1.1 User s Guide ClearCube Technology, Inc. Copyright 2005, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or transmitted in any

More information

CA Output Management Web Viewer

CA Output Management Web Viewer CA Output Management Web Viewer User Guide Release 12.1.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Symantec ediscovery Platform

Symantec ediscovery Platform Symantec ediscovery Platform Native Viewer (ActiveX) Installation Guide 7.1.5 Symantec ediscovery Platform : Native Viewer (ActiveX) Installation Guide The software described in this book is furnished

More information

Sony Smart headset products Developer specifications

Sony Smart headset products Developer specifications November 2013 Sony Smart headset products Developer specifications Copyright 2013 Sony Mobile Communications AB. All rights reserved. Xperia is a trademark of Sony Mobile Communications AB. Other brands,

More information

Xperia TM. Read about how Xperia TM devices can be administered in a corporate IT environment

Xperia TM. Read about how Xperia TM devices can be administered in a corporate IT environment Xperia TM in Business Mobile Device Management Read about how Xperia TM devices can be administered in a corporate IT environment Device management clients Exchange ActiveSync The my Xperia service Third

More information

Symantec Backup Exec System Recovery Granular Restore Option User's Guide

Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide The software described in this book is furnished under

More information

Workshare Desktop App. User Guide

Workshare Desktop App. User Guide Workshare Desktop App User Guide February 2018 Workshare Desktop App User Guide Table of Contents Introducing the Workshare Desktop App...4 What is the Desktop App?... 5 Key features of the Workshare desktop

More information

OneClick Console. Getting Started Guide. Document 5130

OneClick Console. Getting Started Guide. Document 5130 Notice Copyright Notice Copyright 2004 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Product Accessibility Conformance Report

Product Accessibility Conformance Report Product Accessibility Conformance Report Name of Product / Version Number: Contact for more information: Gillian Neff / gillian.neff @clarivate.com Clarivate Analytics remains dedicated to developing software

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices.

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. Xperia TM in Business Product overview Read about the enterprise policies and features supported in Xperia devices February 2017 About this document Products covered This document describes Xperia in Business

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

TESSERA PROCESSOR 1.3.0

TESSERA PROCESSOR 1.3.0 TESSERA PROCESSOR 1.3.0 RELEASE NOTES Previous public release: 1.2.5 Included panel firmware release: 1.3 13 Jan 2017 NEW SUB FIXTURE WORKFLOW In 2014 we launched our unique sub fixtures feature, for use

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

Getting Started with Fedora

Getting Started with Fedora Getting Started with Fedora Author: Nah Soo Hoe GETTING STARTED In order to start using your system you will usually have to perform what is known as a user login. This procedure is necessary to identify

More information

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. March 2018

Xperia TM. in Business. Product overview. Read about the enterprise policies and features supported in Xperia devices. March 2018 Xperia TM in Business Product overview Read about the enterprise policies and features supported in Xperia devices March 2018 About this document Products covered This document describes Xperia in Business

More information

User s Guide to Creating PDFs for the Sony Reader

User s Guide to Creating PDFs for the Sony Reader User s Guide to Creating PDFs for the Sony Reader 1 Table of Contents I. Introduction Portable Document Format PDF Creation Software Sony Reader screen dimensions and specifications Font recommendations

More information

SuperNova. Magnifier & Screen Reader. Version 15.0

SuperNova. Magnifier & Screen Reader. Version 15.0 SuperNova Magnifier & Screen Reader Version 15.0 Dolphin Computer Access Publication Date: 19 August 2015 Copyright 1998-2015 Dolphin Computer Access Ltd. Technology House Blackpole Estate West Worcester

More information

SuperNova. Magnifier & Speech. Version 15.0

SuperNova. Magnifier & Speech. Version 15.0 SuperNova Magnifier & Speech Version 15.0 Dolphin Computer Access Publication Date: 19 August 2015 Copyright 1998-2015 Dolphin Computer Access Ltd. Technology House Blackpole Estate West Worcester WR3

More information

User s Manual. Version September 2011 Impatica Inc.

User s Manual. Version September 2011 Impatica Inc. Version 1.1.7 September 2011 Impatica Inc. Legal Notice Copyright 2011 Impatica Inc. All rights reserved. The contents of this manual and associated Impatica software are the property of Impatica Inc.

More information

User Guide 701P Wide Format Solution Wide Format Scan Service

User Guide 701P Wide Format Solution Wide Format Scan Service User Guide 701P44865 6204 Wide Format Solution Wide Format Scan Service Xerox Corporation Global Knowledge & Language Services 800 Phillips Road Bldg. 845-17S Webster, NY 14580 Copyright 2006 Xerox Corporation.

More information

uintellisense brings all the power of IntelliSense code hints to your Unity code.

uintellisense brings all the power of IntelliSense code hints to your Unity code. General Information uintellisense brings all the power of IntelliSense code hints to your Unity code. While coding, have you ever forgot the exact meaning of some method parameter, or stumbled upon a method

More information

SQLBase. Starter Guide

SQLBase. Starter Guide SQLBase Starter Guide 20-2905-1004 Trademarks Centura, Centura net.db, Centura Ranger, the Centura logo, Centura Web Developer, Gupta, the Gupta logo, Gupta Powered, the Gupta Powered logo, Fast Facts,

More information

Browser Configuration Reference

Browser Configuration Reference Sitecore CMS 7.0 or later Browser Configuration Reference Rev: 2013-09-30 Sitecore CMS 7.0 or later Browser Configuration Reference Optimizing Internet Explorer and other web browsers to work with Sitecore

More information

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

More information

ATX Document Manager. User Guide

ATX Document Manager. User Guide ATX Document Manager User Guide ATX DOCUMENT MANAGER User Guide 2008 CCH Small Firm Services. All rights reserved. 6 Mathis Drive NW Rome, GA 30165 No part of this manuscript may be copied, photocopied,

More information

SuperNova. Access Suite. Version 14.0

SuperNova. Access Suite. Version 14.0 SuperNova Access Suite Version 14.0 Dolphin Computer Access Publication Date: 09 April 2014 Copyright 1998-2014 Dolphin Computer Access Ltd. Technology House Blackpole Estate West Worcester WR3 8TJ United

More information

Windows Me Navigating

Windows Me Navigating LAB PROCEDURE 11 Windows Me Navigating OBJECTIVES 1. Explore the Start menu. 2. Start an application. 3. Multi-task between applications. 4. Moving folders and files around. 5. Use Control Panel settings.

More information

FileMaker. Mobile 7. User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC

FileMaker. Mobile 7. User s Guide. For Windows, Mac, Palm OS, and Pocket PC. Companion for Palm OS and Pocket PC For Windows, Mac, Palm OS, and Pocket PC FileMaker Mobile 7 Companion for Palm OS and Pocket PC User s Guide 2000-2004 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa

More information

Microsoft Dynamics GP. Extender User s Guide Release 9.0

Microsoft Dynamics GP. Extender User s Guide Release 9.0 Microsoft Dynamics GP Extender User s Guide Release 9.0 Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

Switch between open apps Close the active item, or exit the active app

Switch between open apps Close the active item, or exit the active app Ctrl + X Ctrl + C (or Ctrl + Insert) Ctrl + V (or Shift + Insert) Ctrl + Z Alt + Tab Alt + F4 L D F2 F3 F4 F5 F6 F10 Alt + F8 Alt + Esc Alt + underlined letter Alt + Enter Alt + Spacebar Alt + Left arrow

More information

AutoCAD 2009 User InterfaceChapter1:

AutoCAD 2009 User InterfaceChapter1: AutoCAD 2009 User InterfaceChapter1: Chapter 1 The AutoCAD 2009 interface has been enhanced to make AutoCAD even easier to use, while making as much screen space available as possible. In this chapter,

More information

Document Signing Certificate Getting Started Guide

Document Signing Certificate Getting Started Guide Certificate Services Document Signing Certificate Getting Started Guide Using the SafeNet Authentication Client: 8.3 Document issue: 1.0 Date of issue: March 2017 For software release 12.1 Document Signing

More information

OneBridge Mobile Groupware 5.0

OneBridge Mobile Groupware 5.0 OneBridge Mobile Groupware 5.0 release overview Extended Systems 5777 North Meeker Avenue Boise, ID 83713 Tel: (800) 235-7576 (208) 322-7800 Fax: (208) 327-5004 Web: www.extendedsystems.com Rev. 1005 Legal

More information

Migrating BlackBerry-enabled mailboxes from Microsoft Exchange 5.5 to Microsoft Exchange 2000

Migrating BlackBerry-enabled mailboxes from Microsoft Exchange 5.5 to Microsoft Exchange 2000 Migrating BlackBerry-enabled mailboxes from Originally posted: August 2002 Affected software versions BlackBerry Enterprise for Exchange Summary This document provides an overview of how to migrate a BlackBerry-enabled

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010 Users 9.0 Symantec Enterprise Vault: Guide for Microsoft Outlook 2010 Users The software described in this book is furnished under a license agreement

More information

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide Deltek Touch Expense for Ajera Touch 1.0 Technical Installation Guide June 01, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

ios Simulator User Guide

ios Simulator User Guide ios Simulator User Guide Contents About ios Simulator 5 At a Glance 5 Organization of This Document 6 See Also 6 Getting Started in ios Simulator 7 Access ios Simulator from Xcode 7 Running Your App in

More information

Welcome to Windows 10 Manager

Welcome to Windows 10 Manager Welcome to Windows 10 Manager Software Introduction http://www.yamicsoft.com contact@yamicsoft.com support@yamicsoft.com suggestion@yamicsoft.com Software Introduction Welcome to Windows 10 Manager and

More information

TIBCO Kabira Adapter Factory for SNMP Installation. Software Release December 2017

TIBCO Kabira Adapter Factory for SNMP Installation. Software Release December 2017 TIBCO Kabira Adapter Factory for SNMP Installation Software Release 5.9.5 December 2017 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Copyright and Trademark Information Trademarks Disclaimer; No Warranty

Copyright and Trademark Information Trademarks Disclaimer; No Warranty Copyright and Trademark Information Under the copyright laws, this document may not be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form, in whole

More information

Unit 2: Using Windows 7 Lesson 9

Unit 2: Using Windows 7 Lesson 9 Unit : Using Windows 7 Lesson 9 Lesson 9 Looking at the Windows Desktop Objectives In this lesson, you will be introduced to the Windows desktop and how to navigate around in Windows. On successful completion,

More information

TIBCO iprocess Modeler Getting Started. Software Release 11.1 September 2009

TIBCO iprocess Modeler Getting Started. Software Release 11.1 September 2009 TIBCO iprocess Modeler Getting Started Software Release 11.1 September 2009 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

Corona SDK Device Build Guide

Corona SDK Device Build Guide Corona SDK Device Build Guide November 29, 2009 2009 ANSCA Inc. All Rights Reserved. 1 ANSCA Inc. 2009 ANSCA Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

Basic Windows 95 Skills

Basic Windows 95 Skills Building Mouse Skills Click press left mouse button once used to select options in menus or to move your cursor Double click press left mouse button twice without moving the mouse pointer used on icons

More information

BlackBerry Handheld Tips and Tricks

BlackBerry Handheld Tips and Tricks Contents Handheld Reference... 1 Home screen... 2 Searching... 2 Clearing fields... 2 Navigating screens... 3 Typing... 3 Editing text... 3 Messages... 4 Attachments... 5 Phone... 5 Direct Connect... 6

More information

Interactive Notifications

Interactive Notifications Interactive Notifications Getting Started Release 2013.4 Using Care360 Interactive Notifications In This Document: About Care360 Interactive Notifications......................................................................

More information

Cisco Meeting Management

Cisco Meeting Management Cisco Meeting Management Cisco Meeting Management 1.1 User Guide for Administrators September 19, 2018 Cisco Systems, Inc. www.cisco.com Contents 1 Introduction 4 1.1 The software 4 2 Deployment overview

More information

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage:

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: Page 1 of 18 Using AutoCollage 2008 AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: 1. Click on a folder name in the Image Browser. 2. Once at

More information

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved VisualPST 2.4 Visual object report editor for PowerSchool Copyright 2004-2015 Park Bench Software, LLC All Rights Reserved www.parkbenchsoftware.com This software is not free - if you use it, you must

More information

Artix Orchestration Release Notes. Version 4.0, June 2006

Artix Orchestration Release Notes. Version 4.0, June 2006 Artix Orchestration Release Notes Version 4.0, June 2006 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property rights

More information

Version Android User's Guide. May-02-13

Version Android User's Guide. May-02-13 Version 12.5 Android User's Guide May-02-13 Table of Contents Chapter 1 Overview 1 Getting Help 2 Other Resources 3 Documentation and Learning Resources 3 Technical Support 4 Community 4 Blackboard Collaborate

More information

Administrator s Guide

Administrator s Guide Blade Manager 4.1 Administrator s Guide ClearCube Technology, Inc. Copyright 2005, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or transmitted

More information

Basics User Guide. Release

Basics User Guide. Release Basics User Guide Release 14.2.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your informational

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

Guide to User Interface 4.3

Guide to User Interface 4.3 Datatel Colleague Guide to User Interface 4.3 Release 18 June 24, 2011 For corrections and clarifications to this manual, see AnswerNet page 1926.37. Guide to User Interface 4.3 All Rights Reserved The

More information

Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2

Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2 Veritas Enterprise Vault Setting up SharePoint Server Archiving 12.2 Veritas Enterprise Vault: Setting up SharePoint Server Archiving Last updated: 2017-08-10. Legal Notice Copyright 2017 Veritas Technologies

More information

Configuration Manager

Configuration Manager Tivoli Management Solution for Microsoft SQL Configuration Manager Version 1.1 Tivoli Management Solution for Microsoft SQL Configuration Manager Version 1.1 Tivoli Management Solution for Microsoft SQL

More information

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide Authentication Services ActiveRoles Integration Pack 2.1.x Administration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

NVIDIA Professional Application Center. 5 May 2017 Document version 2.0

NVIDIA Professional Application Center. 5 May 2017 Document version 2.0 NVIDIA Professional Application Center 5 May 2017 Document version 2.0 Copyright Information 2017 NVIDIA Corporation. All rights reserved. This document is protected under copyright law. The contents of

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

User Guide for Cisco Jabber for Mac 11.6

User Guide for Cisco Jabber for Mac 11.6 User Guide for Cisco Jabber for Mac 11.6 User Guide 2 New and Changed Information 2 Availability 2 Contacts 4 Chats 5 Calls 7 Meetings 10 Custom Tabs 13 Accessibility 14 Troubleshooting 17 Revised: April

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Mac OS X Users 10.0 Symantec Enterprise Vault: Guide for Mac OS X Users The software described in this book is furnished under a license agreement and may be used only

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

SAS Universal Viewer 1.3

SAS Universal Viewer 1.3 SAS Universal Viewer 1.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. SAS Universal Viewer 1.3: User's Guide. Cary, NC: SAS

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 11.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

Centrify Infrastructure Services

Centrify Infrastructure Services Centrify Infrastructure Services User's Guide for Windows August 2018 (release 18.8) Centrify Corporation Legal Notice This document and the software described in this document are furnished under and

More information

User Guide for Accessing Cisco Unity Connection Voice Messages in an Application

User Guide for Accessing Cisco Unity Connection Voice Messages in an  Application User Guide for Accessing Cisco Unity Connection Voice Messages in an Email Application Release 9.x Published June, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Quick Start Guide for Administrators and Operators Cyber Advanced Warning System

Quick Start Guide for Administrators and Operators Cyber Advanced Warning System NSS Labs Quick Start Guide for Administrators and Operators Cyber Advanced Warning System Introduction to the Cyber Advanced Warning System and RiskViewer... 1 Activating Your Account... 2 Adding a New

More information

SAP Financial Consolidation 10.1, starter kit for IFRS, SP7

SAP Financial Consolidation 10.1, starter kit for IFRS, SP7 SAP Financial Consolidation 10.1, starter kit for IFRS, SP7 Installation guide Copyright 2018 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

Schematic Capture Lab 1

Schematic Capture Lab 1 Schematic Capture Lab 1 PADS Schematic Design Environment and Workspace Schematic Capture Lab 1: PADS Schematic Design Environment and Workspace Your PADS Schematic Design environment starts when you select

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

Cisco NAC Appliance Agents

Cisco NAC Appliance Agents 10 CHAPTER This chapter presents overviews, login flow, and session termination dialogs for the following Cisco NAC Appliance access portals: Cisco NAC Agent, page 10-1 Cisco NAC Web Agent, page 10-28

More information

CncGcoder Models HD & HDx Manual

CncGcoder Models HD & HDx Manual CncGcoder Models HD & HDx Manual Table of Contents WELCOME... 3 IN THE BOX... 4 Optional Accessories...4 HANDHELD OVERVIEW... 5 Overview...5 Charging the Battery...6 Turning On and Off...6 Plugging in

More information

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

Security Explorer 9.1. User Guide

Security Explorer 9.1. User Guide Security Explorer 9.1 User Guide Security Explorer 9.1 User Guide Explorer 8 Installation Guide ii 2013 by Quest Software All rights reserved. This guide contains proprietary information protected by copyright.

More information

Privileged Access Management Android Access Console 2.2.2

Privileged Access Management Android Access Console 2.2.2 Privileged Access Management Android Access Console 2.2.2 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown

More information

Teacher Manual. Teacher Manual Knowledge Adventure, Inc. All rights reserved

Teacher Manual. Teacher Manual Knowledge Adventure, Inc. All rights reserved Teacher Manual Under the copyright laws, neither the documentation nor the software may be copied, photocopied, reproduced, translate, or reduced to any electronic medium or machine readable form, in whole

More information

Ericsson Mobile Organizer 5.1

Ericsson Mobile Organizer 5.1 Preface Welcome to Ericsson Mobile Organizer (EMO) 5.1, which offers a full range of mobile office applications to help you keep up with your important emails, calendar and contacts. EMO 5.1 uses Push

More information