Release Notes. SPiDR MobileSDK 4.0.0

Size: px
Start display at page:

Download "Release Notes. SPiDR MobileSDK 4.0.0"

Transcription

1 Release Notes SPiDR MobileSDK 4.0.0

2 Table of Contents Table of Contents... i 1 Copyright Notice Document Version and Release Date Introduction SPiDR MobileSDK ios and Android Changes SPiDR MobileSDK Transition Warnings Definitions and Abbreviations... 9 Page i

3 1 Copyright Notice Copyright GENBAND. All rights reserved. The information in this document is proprietary to GENBAND. Except as specifically authorized in writing by GENBAND, the holder of this document shall keep the information contained herein confidential and shall protect it in whole or in part from disclosure and dissemination to third parties and use it for evaluation, operation, and maintenance purposes only. Changes or modifications to this Release Notes document without the express consent of GENBAND may void the user's warranty and/or authorization to operate the equipment. Information in this document is subject to change without notice. GENBAND reserves the right to make changes in design or components as progress in engineering and manufacturing may warrant. GENBAND, and the GENBAND logo, are trademarks of GENBAND. All other brands, names, or trademarks mentioned in this document are the property of their respective owners. 2 Document Version and Release Date MobileSDK GA Release Date : 6 January 2016 Version Date Change log December 2015 Document Creation 3 Introduction This document provides a simple introduction to the SPiDR MobileSDK software and known key software limitations. This document contains crucial information and should be read before starting the upgrade to or installation of SPiDR MobileSDK Page 3

4 3.1 Feature List The following features were introduced in SPiDR MobileSDK Release: 1. MobileSDK Registration Service Refactoring MobileSDK registration service API is refactored to a more clean and stable interface within this refactoring feature on ios and Android 2. MobileSDK Call Service API Enhancement With this feature Mobile SDK will provide new and modified Call Service APIs : Added a new API for getting current active calls Modified call state change & media state change callbacks Modified sequence of call state change & media state change callbacks for INITIAL and ENDED call states. 3. MobileSDK WebRTC update WebRTC base was updated to new WebRTC version Version or Release Number Commit Hash : 2f b56fe3175b27dc2ac76e8f749c809f7 Close Chrome version :M Compatible Client Device/OS OS Android Android 4.X Android 5.X ios ios 7.X ios 8.X ios 9.X Device Tested on Samsung Galaxy Note 10.1, Nexus 7, Nexus 5 Asus Transformer Prime, Samsung S4, Samsung Note 3, HTC OneX, HTC One, LG G2, LG G3 Tested on iphone 4S, iphone 5, iphone 5C, iphone 5S, iphone 6, ipad mini, ipad 4, ipad Air Page 4

5 3.3 Compatible SPiDR Server Versions SPiDR Server Version SPiDR 3.0 MR (8.4.aj38), SPiDR 3.1 (8.5.0.al58), SPiDR MR (8.5.0.al84), SPiDR MR (8.5.2.am09) SPiDR Server Configuration Broker only, Transcoder&Broker configuration 4 SPiDR MobileSDK ios and Android Changes 4.1 API Changes ios API Changes The following methods are modified/added within the Registration Service Refactoring feature. Class Name New Modified SMRegistrationApplicationDelegate Some APIs are removed SMRegistrationDelegate SMRegistrationServiceDelegate SMRegistrationStates Some Enums are removed SMRegistrationService Instead of SMRegistration ServiceDelegate, APIs are defined in h file. SMRegistrationApplicationDelegate New Modified/Renamed to registersucceeded registerfailed unregistersucceeded unregisterfailed notificationstatuschanged notificationstatechanged SMRegistrationStates New Modified/Renamed to DEREGISTERED UNREGISTERED REGISTER_REQUEST_SENT Page 5

6 DEREGISTER_REQUEST_SENT The following methods are modified within the Call Service API Enhancement feature. ios old API: SMCallApplicationDelegate <NSObject> 2 - (void) callstatuschanged: (id<smcalldelegate>) call; 3 - (void) mediastatuschanged: (id<smcalldelegate>) call; ios new API: SMCallApplicationDelegate <NSObject> 2 - (void) callstatuschanged: (id<smcalldelegate>) call withstate: (SMCallState *) callstate; 3 - (void) mediastatuschanged: (id<smcalldelegate>) call withstate: (SMMediaState *) mediastatus; Android API Changes The following methods are modified/added within the Registration Service Refactoring feature. Class Name New Modified RegistrationApplicationInterface Some APIs are removed RegistrationInterface RegistrationServiceInterface RegistrationStates Some Enums are removed OnCompletionListener New, Block implementation is used in ios side. RegistrationService Instead of RegistrationServiceInterface, public methods will be used as API. RegistrationApplicationInterface New Modified/Renamed to registersucceeded registerfailed unregistersucceeded Page 6

7 unregisterfailed notificationstatuschanged notificationsocketfailedwitherror notificationsocketconnecting notificationstatechanged RegistrationStates New Modified/Renamed to DEREGISTERED UNREGISTERED REGISTER_REQUEST_SENT DEREGISTER_REQUEST_SENT The following methods are modified within the Call Service API Enhancement feature. Android old API: 1 public interface CallApplicationListener { 2 public void callstatuschanged (CallInterface callinterface); 3 public void mediastatuschanged (CallInterface callinterface); 4 } Android new API: 1 public interface CallApplicationListener { 2 public void callstatuschanged (CallInterface callinterface, CallState callstate); 3 public void mediastatuschanged (CallInterface callinterface, 4 MediaState mediastatus); 5 } Solved Issues Jira ID-Title: ADG-5449 mute call is lost after video on off - ios Description: 1. make video call 2. turn mute on on both devices 3. A video stop 4. B video stop Page 7

8 result - 1 way voice expected - mute on both devices Impact: Workaround: None. Jira ID-Title: ADG-5442 crash in call using Bluetooth - Android Description: look at time stamp 17:35: reproducible with a car Bluetooth Impact: Workaround: None. Jira ID-Title: ADG-5428 crash on call - Android Description: Package: com.fring.kandy Version Code: 1124 Version Name: Android: Manufacturer: Sony Model: E2115 CrashReporter Key: D47C7376-3E30-85C6-DFAB-D839E62470C9B94D434E Date: Tue Dec 08 15:53:31 GMT+04: Impact: Workaround: None. Jira ID-Title: ADG-5415 crash at call - ios Description: crash from HockeyApp on latest release Impact: Workaround: None. Jira ID-Title: ADG-5322 crash on notification engine - Android Description: java.lang.nullpointerexception at com.genband.mobile.core.notificationengine.websocket.websocketcomponent$3.run(un known Source) at java.util.timer$timerimpl.run(timer.java:284) Impact: Workaround: None. Page 8

9 4.1.4 Details on Solved Issues Needing Further Explanation N/A Known Issues and Limitations N/A 5 SPiDR MobileSDK Transition Warnings ios Transition There is no specific transition warning for MobileSDK4.0.0 ios SDK. While upgrading your application to MobileSDK 4.0.0, please consider ios API Changes which are defined in ios API Changes section Android Transition While upgrading your MobileSDK version to 4.0.0, the following service definitions must be removed in AndroidManifest.xml file. <service android:name="com.genband.mobile.core.notificationengine.notificatio nandroidservice" android:enabled ="true" > </service> <service android:name="com.genband.mobile.impl.services.registration.generalr enewalandroidservice" android:enabled="true > </service> Please consider Android API Changes which are defined in Android API Changes section. Definitions and Abbreviations SPiDR A WebRTC Gateway that provides an intelligent bridge between traditional Voice over Internet Protocol (VoIP) Page 9

10 SDK networks and the open ecosystem of the Internet. Software Development Kit Page 10

Mobiliti. Certified Device List MR6 Release. Last Updated June, ASP Version

Mobiliti. Certified Device List MR6 Release. Last Updated June, ASP Version Certified Device List MR6 Release Last Updated June, 2015 - ASP Version 2011-2014, Inc. or its affiliates. All rights reserved. This work is confidential and its use is strictly limited. Use is permitted

More information

Pulse Secure Mobile Client

Pulse Secure Mobile Client 3 Pulse Secure Mobile Client Supported Platforms Guide Published Document Version April, 2018 6.0 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose, CA 95134 https://www.pulsesecure.net 2017 by Pulse

More information

Mobiliti. Certified Device List. Last Updated - 8/23/13- ASP Version

Mobiliti. Certified Device List. Last Updated - 8/23/13- ASP Version Certified Device List Last Updated - - ASP Version 2011-2013, Inc. or its affiliates. All rights reserved. This work is confidential and its use is strictly limited. Use is permitted only in accordance

More information

Mobile Banking Supported Operating Systems, Browsers, and Networks Phone Channel

Mobile Banking Supported Operating Systems, Browsers, and Networks Phone Channel Mobile Banking ed Operating Systems, Browsers, and Networks Phone Channel ed Operating Systems (October December 2017) The following outlines the scope of ADK on the Go s operating system and network support.

More information

Supported Operating Systems, Browsers, Networks, and Stores Phone Channel Supported Operating Systems

Supported Operating Systems, Browsers, Networks, and Stores Phone Channel Supported Operating Systems Supported Operating Systems, s, Networks, and Stores Phone Channel Supported Operating Systems NOTE: Only major versions released directly by OEMs (Apple or any Android hardware manufacturer) are included.

More information

Latest Certified Device List Phone Channel (OCT 2016)

Latest Certified Device List Phone Channel (OCT 2016) Latest Certified Device List Phone Channel (OCT 2016) The following outlines the scope of Mobiliti s general device support. Only devices explicitly listed in the Certified Device List are fully supported.

More information

LiveEngage System Requirements and Language Support Document Version: 5.6 May Relevant for LiveEngage Enterprise In-App Messenger SDK v2.

LiveEngage System Requirements and Language Support Document Version: 5.6 May Relevant for LiveEngage Enterprise In-App Messenger SDK v2. LiveEngage System Requirements and Language Support Document Version: 5.6 May 2017 Relevant for LiveEngage Enterprise In-App Messenger SDK v2.3 Introduction The LiveEngage platform aims to provide the

More information

For Android user: Android. How to establish the connection between Android phone and R6 / Q-77HR? Ans:

For Android user: Android. How to establish the connection between Android phone and R6 / Q-77HR? Ans: For Android user: How to establish the connection between Android phone and R6 / Q-77HR? Ans: 1. Please follow the procedures below. Check if the Android version of your phone is Android 4.3 above, and

More information

LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018

LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018 LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018 Introduction The LiveEngage platform aims to provide the best engagement experiences for consumers and brands. To do

More information

Cisco Meeting App. Cisco Meeting App (OS X) Release Notes. July 21, 2017

Cisco Meeting App. Cisco Meeting App (OS X) Release Notes. July 21, 2017 Cisco Meeting App Cisco Meeting App (OS X) 1.9.19.0 Release Notes July 21, 2017 Cisco Systems, Inc. www.cisco.com Contents 1 Introduction 1 1.1 Installation instructions 1 1.2 Using or troubleshooting

More information

LiveEngage System Requirements and Language Support Document Version: 5.0 February Relevant for LiveEngage Enterprise In-App Messenger SDK v2.

LiveEngage System Requirements and Language Support Document Version: 5.0 February Relevant for LiveEngage Enterprise In-App Messenger SDK v2. LiveEngage System Requirements and Language Support Document Version: 5.0 February 2017 Relevant for LiveEngage Enterprise In-App Messenger SDK v2.0 Introduction The LiveEngage platform aims to provide

More information

User Guide for REP User

User Guide for REP User User Guide for REP User Home Page This document will cover the features and functions of the TNMP Historical Usage Request / LOA site. The features on this site include the following: User Guide provides

More information

Biometric Sensor SDK. Integration Guide 4.17

Biometric Sensor SDK. Integration Guide 4.17 Biometric Sensor SDK Integration Guide 4.17 Disclaimer Disclaimer of Warranties and Limitations of Liabilities Legal Notices Copyright 2013 2017 VASCO Data Security, Inc., VASCO Data Security International

More information

Secure Messaging Plus Website. User s Guide

Secure Messaging Plus Website. User s Guide Secure Messaging Plus Website User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or improvements may

More information

Avaya Scopia Mobile Android Release (SP12)

Avaya Scopia Mobile Android Release (SP12) Avaya Scopia Mobile Android Release 8.3.12 (SP12) Release Notes Issue 1.0 revision 1 9 th January 2019 2016 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the

More information

Cisco Meeting App. Cisco Meeting App (OS X) Release Notes. October 24, Cisco Systems, Inc.

Cisco Meeting App. Cisco Meeting App (OS X) Release Notes. October 24, Cisco Systems, Inc. Cisco Meeting App Cisco Meeting App (OS X) 1.9.10.0 Release Notes October 24, 2016 Cisco Systems, Inc. www.cisco.com Contents 1 Introduction 3 1.1 Installation instructions 3 1.2 Using or troubleshooting

More information

Cisco Meeting App. Cisco Meeting App (ios) Release Notes. October 06, 2017

Cisco Meeting App. Cisco Meeting App (ios) Release Notes. October 06, 2017 Cisco Meeting App Cisco Meeting App (ios) 1.9.19.0 Release Notes October 06, 2017 Cisco Systems, Inc. www.cisco.com Contents 1 What's changed in the Release Notes 1 2 Introduction 2 2.1 Installation Instructions

More information

INTERTON APP - USER GUIDE

INTERTON APP - USER GUIDE INTERTON APP - USER GUIDE Introduction Congratulations on downloading your Interton app. The Interton app is made to enhance your hearing experience and enable you to get more out of your Interton hearing

More information

Latest Certified Device List Mobile Phones

Latest Certified Device List Mobile Phones Latest Certified Device List Mobile Phones This list is provided by our vendor and identifies the mobile devices that are certified for use with WGSB's Mobile & Tablet Banking services. There may be times

More information

Junos Pulse Supported Mobile Platforms

Junos Pulse Supported Mobile Platforms Junos Pulse Supported Mobile Platforms Updated: Dec 10, 2013 VERSION: 5.0R1 Copyright 2010, Juniper Networks, Inc. Contents Introduction... 1 Definitions... 1 Qualified Platform... 1 Compatible Platform...

More information

StoneGate IPsec VPN Client Release Notes for Version 4.2.0

StoneGate IPsec VPN Client Release Notes for Version 4.2.0 StoneGate IPsec VPN Client Release Notes for Version 4.2.0 Created: July 24, 2008 Table of Contents What s New... 3 System Requirements... 4 Build Version... 4 Compatibility... 4 IPsec Compliance... 4

More information

Stonesoft Firewall/VPN Express. Release Notes for Version 5.5.1

Stonesoft Firewall/VPN Express. Release Notes for Version 5.5.1 Stonesoft Firewall/VPN Express Release Notes for Version 5.5.1 Created: July 26, 2013 Table of Contents What s New... 3 Enhancements in Firewall/VPN Express... 3 Fixes... 3 System Requirements... 5 Stonesoft

More information

Cisco Meeting App. Cisco Meeting App (Windows) Release Notes. March 08, Cisco Systems, Inc.

Cisco Meeting App. Cisco Meeting App (Windows) Release Notes. March 08, Cisco Systems, Inc. Cisco Meeting App Cisco Meeting App (Windows) 1.9.17.0 Release Notes March 08, 2017 Cisco Systems, Inc. www.cisco.com Contents 1 Introduction 3 1.1 Installation instructions 3 1.2 Using or troubleshooting

More information

Oracle Fusion Middleware. 1 Introduction. 1.1 Supported Functionality and Intended Use. 1.2 Limitations

Oracle Fusion Middleware. 1 Introduction. 1.1 Supported Functionality and Intended Use. 1.2 Limitations Oracle Fusion Middleware Installation Notes for Oracle Business Intelligence Mobile App Designer Trial Edition 11g Release 1 (11.1.1) E49297-01 September 2013 Welcome to Installation Notes for Oracle Business

More information

Supported Devices ZENworks Mobile Management 2.6.x January 2013

Supported Devices ZENworks Mobile Management 2.6.x January 2013 www.novell.com/documentation Supported Devices ZENworks Mobile Management 2.6.x January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

Table of Contents. Introduction Compatible OS Bluetooth Version Recommended Terminal Models Items Applicable to This Manual

Table of Contents. Introduction Compatible OS Bluetooth Version Recommended Terminal Models Items Applicable to This Manual Table of Contents Introduction Compatible OS Bluetooth Version Recommended Terminal Models Items Applicable to This Manual Initial Settings Enabling Bluetooth Creating a Network or Login Operating Devices

More information

Pulse Supported Mobile Platforms

Pulse Supported Mobile Platforms Pulse Supported Mobile Platforms Updated: May 15, 2015 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose, CA 95134 1 Contents Introduction... 3 Definitions... 3 Qualified Platform... 3 Compatible

More information

StoneGate IPsec VPN Client. Release Notes for Version 5.2.1

StoneGate IPsec VPN Client. Release Notes for Version 5.2.1 StoneGate IPsec VPN Client Release Notes for Version 5.2.1 Created: October 1, 2010 Table of Contents What s New... 3 Fixes... 3 System Requirements... 4 General Requirements... 4 Operating Systems...

More information

Sprint Samsung Galaxy S3 Latest System Update India

Sprint Samsung Galaxy S3 Latest System Update India Sprint Samsung Galaxy S3 Latest System Update India Tons of new Samsung Galaxy Android 4.4.4 KitKat update details have leaked. Galaxy Note 3, Galaxy Note 2, and even the aging Samsung Galaxy S3. Today,

More information

Pulse Secure Mobile Android Release 6.3.0

Pulse Secure Mobile Android Release 6.3.0 Pulse Secure Mobile Android Release 6.3.0 Pulse Secure Mobile 6.3R1 for Android (build # 6.3.0. r235864.19) Pulse Secure Client Release 6.3R1 Document Revision 1.0 Published: 2017-07-10 2017 by Pulse Secure,

More information

Instruction For Use Laptop Internet On Android Phone Via Usb

Instruction For Use Laptop Internet On Android Phone Via Usb Instruction For Use Laptop Internet On Android Phone Via Usb How to do USB tethering in Windows 8 or 8.1 to connect computer to internet windows 8. i cannot connect my mobile phone to my laptop eventhough

More information

Avaya Aura Conferencing 8.0 SP10 patch 1 Release Notes v2. (8.0 SP10 patch 1)

Avaya Aura Conferencing 8.0 SP10 patch 1 Release Notes v2. (8.0 SP10 patch 1) Avaya Aura Conferencing 8.0 SP10 patch 1 Release Notes v2 (8.0 SP10 patch 1) December 2018 Contents 1 Introduction... 4 2 Avaya Aura Conferencing (AAC) 8.0 Service Pack 10 patch 1 (8.0 SP10 patch 1) Overview...

More information

Table of Contents. Introduction Compatible OS Recommended Terminal Models Items Applicable to This Manual

Table of Contents. Introduction Compatible OS Recommended Terminal Models Items Applicable to This Manual Table of Contents Introduction Compatible OS Recommended Terminal Models Items Applicable to This Manual Initial Settings Enabling Bluetooth Creating a Network or Login Operating Devices Registering Devices

More information

Construction Worker Registration System (CWRS) Seminar. May 2018

Construction Worker Registration System (CWRS) Seminar. May 2018 Construction Worker Registration System (CWRS) Seminar May 2018 About the CWRS Seminar 1. Terminology 2. System Overview 3. Benefits and New Worker Registration Card 4. Roles & Duties 5. System Components

More information

SUPPORT KIT. for sales trainers and store staff. How to become a MyKronoz expert

SUPPORT KIT. for sales trainers and store staff. How to become a MyKronoz expert SUPPORT KIT for sales trainers and store staff How to become a MyKronoz expert LEARN UNDERSTAND MASTER Activity tracker with color touchscreen TIME ACTIVITY NOTIFICATIONS KEY FACTS Unique selling points

More information

Manual Install Android 4.4 On Galaxy S4 Mini Release Date

Manual Install Android 4.4 On Galaxy S4 Mini Release Date Manual Install Android 4.4 On Galaxy S4 Mini Release Date of the Galaxy S4 mini Duos can download the firmware and flash it manually on their handsets. Build date: Tue, 08 Jul 2014 But, before trying their

More information

Secure Messaging Plus

Secure Messaging Plus Secure Messaging Plus for Android Handhelds User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or

More information

Digital Test Coverage Index

Digital Test Coverage Index Edition 4 April 2016 Digital Test Coverage Index Enhance your customers digital experiences Table of Contents Why We Created This Index... Pg. 3 Introduction... Pg. 4 How We Built the Index and How to

More information

Stonesoft Firewall/VPN Express. Release Notes for Version 5.5.4

Stonesoft Firewall/VPN Express. Release Notes for Version 5.5.4 Stonesoft Firewall/VPN Express Release Notes for Version 5.5.4 Created: December 17, 2013 Table of Contents What s New... 3 Fixes... 3 System Requirements... 4 Stonesoft Firewall/VPN Appliances... 4 Build

More information

Stonesoft User Agent. Release Notes for Version 1.1.3

Stonesoft User Agent. Release Notes for Version 1.1.3 Stonesoft User Agent Release Notes for Version 1.1.3 Created: November 26, 2012 Table of Contents What s New... 3 Features... 3 Enhancements... 3 Fixes... 3 Changes... 4 System Requirements... 4 General

More information

Key Features WEB PLATFORM

Key Features WEB PLATFORM info@civica.com.au www.civica.com.au Key Features WEB PLATFORM 5.0.12 NOTICE Civica Pty Limited reserves the right to make changes without notice in the specifications and materials contained herein and

More information

Construction Worker Registration System (CWRS) Briefing. December 2015

Construction Worker Registration System (CWRS) Briefing. December 2015 Construction Worker Registration System (CWRS) Briefing December 2015 About the CWRS Briefing 1. Terminology 2. System Overview 3. Benefits 4. Roles & Duties 5. System Components 6. CIC Android device

More information

Oracle Cloud Known Issues for Oracle Internet of Things Cloud Service. Release

Oracle Cloud Known Issues for Oracle Internet of Things Cloud Service. Release Oracle Cloud Known Issues for Oracle Internet of Things Cloud Service Release 18.2.5 E74898-21 June 2018 Oracle Cloud Known Issues for Oracle Internet of Things Cloud Service, Release 18.2.5 E74898-21

More information

Digital Test. Coverage Index

Digital Test. Coverage Index Digital Test Coverage Index Edition 3 December 2015 Table of Contents Introduction How We Built the Index and How to Read It... Pg. 4 Key Takeaways... Pg. 5 Mobile and Web Indexes by Country U.S... Pg.

More information

Application Software Operation Instruction Bluetooth Digital Thermometer

Application Software Operation Instruction Bluetooth Digital Thermometer Application Software Operation Instruction Bluetooth Digital Thermometer App name: CBT OUcare TM APP version: OU 2101AN V01, OU 2101AP V01 Document version: V1.3 20180126 Outline Foreword Before Use CBT

More information

BLUETOOTH KEYBOARD FOR THREE DEVICES

BLUETOOTH KEYBOARD FOR THREE DEVICES BLUETOOTH KEYBOARD FOR THREE DEVICES User s Guide For Three Devices - Mac, ipad, iphone, PC, Smartphones & Tablets Table of Contents Introduction Package Contents System Requirements / Technical Support

More information

Stonesoft Firewall/VPN Express. Release Notes for Version 5.5.2

Stonesoft Firewall/VPN Express. Release Notes for Version 5.5.2 Stonesoft Firewall/VPN Express Release Notes for Version 5.5.2 Created: September 24, 2013 Table of Contents What s New... 3 Fixes... 3 System Requirements... 4 Stonesoft Firewall/VPN Appliances... 4 Build

More information

Fair Isaac Product Name User s Guide ENHANCEMENT NOTIFICATION Fair Isaac LenStar. Security Requirements

Fair Isaac Product Name User s Guide ENHANCEMENT NOTIFICATION Fair Isaac LenStar. Security Requirements Fair Isaac Product Name User s Guide ENHANCEMENT NOTIFICATION 6.1.2 Fair Isaac LenStar Security Requirements This document is the confidential, unpublished property of Fair Isaac Corporation. Receipt or

More information

Oracle Utilities Customer Care and Billing Release Utility Reference Model a Load Meter Reads

Oracle Utilities Customer Care and Billing Release Utility Reference Model a Load Meter Reads Oracle Utilities Customer Care and Billing Release 2.4.0 Utility Reference Model 4.2.1.2a Load Meter Reads December 2015 Oracle Utilities Customer Care and Billing Utility Reference Model 4.2.1.2a, Release

More information

Notification Template Limitations. Bridge Limitations

Notification Template Limitations. Bridge Limitations Oracle Cloud Known Issues for Oracle Identity Cloud Service Release 18.1.2 E55915-17 February 2018 Notification Template Limitations Note the following limitations with Oracle Identity Cloud Service notification

More information

Video over IP Network Netgear M4300 8x8F M x12F M x24F

Video over IP Network Netgear M4300 8x8F M x12F M x24F ! Video over IP Network Netgear M4300 8x8F M4300 12x12F M4300 24x24F Configuration Guide Document Number: 009-1552-00 Document Date: November 2017 Document Supports: da Vinci 8.7 45 Perseverance Way, Hyannis,

More information

StoneGate IPsec VPN Client Release Notes for Version 4.3.1

StoneGate IPsec VPN Client Release Notes for Version 4.3.1 StoneGate IPsec VPN Client Release Notes for Version 4.3.1 Created: October 13, 2008 Table of Contents What s New... 3 System Requirements... 4 Build Version... 4 Product Binary Checksums... 4 Compatibility...

More information

Startup guide. Xperia C2305. Sony Mobile Communications AB SE Lund, Sweden

Startup guide. Xperia C2305. Sony Mobile Communications AB SE Lund, Sweden Startup guide Xperia C2305 Sony Mobile Communications AB SE-221 88 Lund, Sweden www.sonymobile.com 1271-4312.1 Welcome Important Information Before you use your device, please read the Important Information

More information

Online Banking Experience Guide

Online Banking Experience Guide Online Banking Experience Guide TABLE OF CONTENTS GETTING STARTED WITH ONLINE BANKING Enroll in online banking... 2 First-time login for online banking users... 2 PERSONALIZE YOUR DASHBOARD Create a new

More information

Manually Update Nexus Sprint Galaxy

Manually Update Nexus Sprint Galaxy Manually Update Nexus 7 4.2 Sprint Galaxy So why hasn't your Nexus device actually seen an Android 5.0 update yet? just like any other file) and manually update our phones and tablet with it in a Posted

More information

Avaya Aura Conferencing 8.0 SP8 Release Notes v1 (AAC 8.0 SP8)

Avaya Aura Conferencing 8.0 SP8 Release Notes v1 (AAC 8.0 SP8) Avaya Aura Conferencing 8.0 SP8 Release Notes v1 (AAC 8.0 SP8) February 2017 Contents 1 Introduction... 4 2 Avaya Aura Conferencing (AAC) 8.0 Service Pack 7 (SP7) Overview... 4 3 AAC 8.0 SP7 Release Line-up

More information

MusicMan Karaoke Microphone BT-X31

MusicMan Karaoke Microphone BT-X31 Technaxx * User Manual MusicMan Karaoke Microphone BT-X31 Karaoke Bluetooth microphone with stereo speaker The manufacturer Technaxx Deutschland GmbH & Co.KG hereby declares that this device, to which

More information

Wiki User Guide Pdf Ipad 2 Ios 5.1 Software >>>CLICK HERE<<<

Wiki User Guide Pdf Ipad 2 Ios 5.1 Software >>>CLICK HERE<<< Wiki User Guide Pdf Ipad 2 Ios 5.1 Software 17 Viewing the User Guide on ipod touch. 18 What You 49 Automatic itunes Syncing. 50 Manually Managing Content. 2 188 Printing or Emailing a PDF. At Apple, the

More information

Avaya Aura Conferencing 8.0 SP9 patch 2 Release Notes v1. (8.0 SP9 patch 2)

Avaya Aura Conferencing 8.0 SP9 patch 2 Release Notes v1. (8.0 SP9 patch 2) Avaya Aura Conferencing 8.0 SP9 patch 2 Release Notes v1 (8.0 SP9 patch 2) August 2017 Contents 1 Introduction... 4 2 Avaya Aura Conferencing (AAC) 8.0 Service Pack 9 patch 1 (8.0 SP9 patch 1) Overview...

More information

Symantec Validation and ID Protection. VIP Credential Development Kit Release Notes. Version May 2017

Symantec Validation and ID Protection. VIP Credential Development Kit Release Notes. Version May 2017 VIP Credential Development Kit Release Notes Version 2.0.8 May 2017 VIP Credential Development Kit Release Notes Page 1 of 6 Introduction This document includes important information about the Symantec

More information

Clearspan Communicator Mobile R for Android Platforms

Clearspan Communicator Mobile R for Android Platforms Clearspan Communicator Mobile R20.1.2 for Android Platforms RELEASE NOTES FEBRUARY 2015 Table of Contents Overview... 3 Description... 3 New Features... 6 Improvements and Bug Fixes in this Release...

More information

MobiControl v13: Package Rules to Profiles Migration Guide. January 2016

MobiControl v13: Package Rules to Profiles Migration Guide. January 2016 MobiControl v13: Package Rules to Profiles Migration Guide January 2016 Copyright 2016 SOTI Inc. All rights reserved. This documentation and the software described in this document are furnished under

More information

Picture Keeper Connect Compatible smartphones and tablets

Picture Keeper Connect Compatible smartphones and tablets Picture Keeper Connect Compatible smartphones and tablets The Picture Keeper Connect is compatible with most of the today s popular Apple ios and Android OTG smartphones. Below is a list of the more common

More information

USB TO RS-232/RS-422/RS-485 ADAPTER

USB TO RS-232/RS-422/RS-485 ADAPTER USB TO RS-232/RS-422/RS-485 ADAPTER For Android User s Manual UTS-232AD / UTS-422AD / UTS-485AD Table of Contents Introduction...2 System Requirements...2 Features...2 Specifications...3 Install Application...4

More information

Release Notes. Hardware and Software Requirements. Polycom RealPresence Mobile, Version Motorola Xoom and Samsung Galaxy Tab

Release Notes. Hardware and Software Requirements. Polycom RealPresence Mobile, Version Motorola Xoom and Samsung Galaxy Tab Release Notes Polycom RealPresence Mobile, Version 1.0.0 Motorola Xoom and Samsung Galaxy Tab The RealPresence Mobile application is designed for business professionals who use a tablet device and need

More information

Manual Install Android 4.4 On Galaxy S3 Mini Release Date

Manual Install Android 4.4 On Galaxy S3 Mini Release Date Manual Install Android 4.4 On Galaxy S3 Mini Release Date With Android 4.4.4 not even available on the Galaxy S3 (other than on the and arter97 states "the current release just showcases that our Galaxy

More information

Wireless Independence Now! An Educational Workshop reviewing accessibility features on: Smartphones Phablets Tablets

Wireless Independence Now! An Educational Workshop reviewing accessibility features on: Smartphones Phablets Tablets Wireless Independence Now! An Educational Workshop reviewing accessibility features on: Smartphones Phablets Tablets 1 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all

More information

Symantec Validation and ID Protection. VIP Credential Development Kit Release Notes. Version January 2017

Symantec Validation and ID Protection. VIP Credential Development Kit Release Notes. Version January 2017 VIP Credential Development Kit Release Notes Version 2.0.7 January 2017 VIP Credential Development Kit Release Notes Page 1 of 6 Introduction This document includes important and late-breaking information

More information

Stonesoft IPsec VPN Client. Release Notes for Version 5.4.1

Stonesoft IPsec VPN Client. Release Notes for Version 5.4.1 Stonesoft IPsec VPN Client Release Notes for Version 5.4.1 Updated: April 14, 2014 Table of Contents What s New... 3 Enhancements... 3 Fixes... 3 System Requirements... 3 General Requirements... 3 Operating

More information

KACE GO Mobile App 3.1. Release Notes

KACE GO Mobile App 3.1. Release Notes KACE GO Mobile App 3.1 Release Notes Table of Contents Quest KACE GO 3.1 Mobile App Release Notes...3 About the KACE GO Mobile App... 3 Capabilities for KACE Systems Management Appliance (K1000) administrators...

More information

Manually Ios Update For Ipad 2 Wifi 3g >>>CLICK HERE<<<

Manually Ios Update For Ipad 2 Wifi 3g >>>CLICK HERE<<< Manually Ios 5.1 1 Update For Ipad 2 Wifi 3g Apple has just released the long-awaited ios 8.3 update with support for new Siri ipad Air 2 (6th generation WiFi) ipad 2 Wi-Fi + 3G (CDMA) The Android 5.1.1

More information

Skynax. Push Messaging. Integration Guide

Skynax. Push Messaging. Integration Guide Skynax Push Messaging Integration Guide Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and other information contained in this document without prior

More information

Multiline Client (MLC) for BYOD

Multiline Client (MLC) for BYOD Multiline Client (MLC) for BYOD for Android and Apple Devices User s Guide NEC NEC Corporation of America February 2016 NDA-31749, Issue 1 Liability Disclaimer NEC Corporation of America reserves the right

More information

Dell EM+S Intune. Android Enrollment Guide. Version 1.5

Dell EM+S Intune. Android Enrollment Guide. Version 1.5 Dell EM+S Intune Android Enrollment Guide Version 1.5 Copyright 2017 Dell Inc. All rights reserved. This publication contains information that is confidential and proprietary to Dell and is subject to

More information

Oracle Communications Unified Inventory Management. UIM Software Development Kit

Oracle Communications Unified Inventory Management. UIM Software Development Kit Oracle Communications Unified Inventory Management Release Notes Release 7.4 E88056-01 December 2017 This document provides information about Oracle Communications Unified Inventory Management (UIM) Release

More information

MobiControl v12: Migration to Profiles Guide. December 2014

MobiControl v12: Migration to Profiles Guide. December 2014 MobiControl v12: Migration to Profiles Guide December 2014 Copyright 2014 SOTI Inc. All rights reserved. This documentation and the software described in this document are furnished under and are subject

More information

Polycom VoxBox Bluetooth/USB Speakerphone

Polycom VoxBox Bluetooth/USB Speakerphone RELEASE NOTES Software 1.0.0 February 2018 3725-49007-002A Polycom VoxBox Bluetooth/USB Speakerphone These release notes provide important information on software updates, phone features, and known issues

More information

StoneGate IPsec VPN Client Release Notes for Version 5.0.1

StoneGate IPsec VPN Client Release Notes for Version 5.0.1 StoneGate IPsec VPN Client Release Notes for Version 5.0.1 Created: July 2, 2009 Table of Contents What s New... 3 System Requirements... 4 Build Version... 4 Product Binary Checksums... 4 Compatibility...

More information

Manual For Android Jelly Bean Features Samsung Galaxy S3 Release Date

Manual For Android Jelly Bean Features Samsung Galaxy S3 Release Date Manual For Android Jelly Bean Features Samsung Galaxy S3 Release Date Update Samsung Galaxy S3 to Android 4.3 Jelly Bean Samsung promised to release the Android 4.3 update for all their flagship devices,

More information

TIBCO API Exchange Manager

TIBCO API Exchange Manager TIBCO API Exchange Manager Release Notes Software Release 2.1.0 March 2014 Two-Second Advantage Important Information SSOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR

More information

Device & Manufacturer Data

Device & Manufacturer Data #MobileMix Device & Manufacturer Data Top Manufacturers (all devices) CHART A Top 0 Devices CHART B RANK MANUFACTURERS 9 0 Apple Samsung LG HTC Motorola Amazon Nokia SonyEricsson HUAWEI ZTE Asus Sony Kyocera

More information

The Google Maps app for iphone and ipad makes navigating your world faster and easier. Voice-guided GPS navigation for driving, biking, and walking

The Google Maps app for iphone and ipad makes navigating your world faster and easier. Voice-guided GPS navigation for driving, biking, and walking Google Maps Earth App For Iphone 4 Voice Navigation Try these quick fixes to improve voice-guided navigation in the Google Maps app. Can't hear voice navigation? Here are a couple tips if you're using

More information

Based on all adults [n=1907]

Based on all adults [n=1907] 18 DEVICE1a Next, do you have a cell phone, or not? 2 Based on all adults [n=1907] YES NO (VOL.) DON T KNOW (VOL.) REFUSED Sept 2013 August 2013 May 2013 December 2012 November 2012 Sept 2012 August 2012

More information

Release Notes. Software Version History. Hardware and Software Requirements. Polycom RealPresence Mobile, Version1.0.1, Apple ipad

Release Notes. Software Version History. Hardware and Software Requirements. Polycom RealPresence Mobile, Version1.0.1, Apple ipad Polycom RealPresence Mobile, Version1.0.1, Apple ipad The RealPresence Mobile application is designed for business professionals who use a tablet device and need to share visual experiences with others

More information

SNAP STICK. Wireless Smartphone Camera Stick with Bluetooth USER GUIDE

SNAP STICK. Wireless Smartphone Camera Stick with Bluetooth USER GUIDE SNAP STICK Wireless Smartphone Camera Stick with Bluetooth USER GUIDE Getting familiar with your 3SIXT SNAP STICK Clamp 2 Snap Stick c 1 Press Button USB Cable 4 3 Stopper b USB Charging Port LED Light

More information

Supported Devices ZENworks Mobile Management 2.8.x November 2013

Supported Devices ZENworks Mobile Management 2.8.x November 2013 www.novell.com/documentation Supported Devices ZENworks Mobile Management 2.8.x November 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

Manually Install 2.2 Update Android To 4.0 In

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

More information

VIRTUAL REALITY ALIEN ATTACK GAME. Item No Owner s Manual

VIRTUAL REALITY ALIEN ATTACK GAME. Item No Owner s Manual VIRTUAL REALITY ALIEN ATTACK GAME Item No. 206103 Owner s Manual Thank you for purchasing the Sharper Image Virtual Reality Alien Attack Game. Please read this guide and store it for future reference.

More information

Oracle Communications WebRTC Session Controller. WebRTC Session Controller Features

Oracle Communications WebRTC Session Controller. WebRTC Session Controller Features Oracle Communications WebRTC Session Controller Release Notes Release 7.0 E49238-01 November 2013 These release notes list the features and known issues for WebRTC Session Controller. WebRTC Session Controller

More information

USER MANUAL Onsight Embedded for Android SDK Software Version

USER MANUAL Onsight Embedded for Android SDK Software Version USER MANUAL Onsight Embedded for Android SDK Software Version 7.1.10 June 2016 Table of Contents 1 Overview... 4 1.1 Onsight Features... 4 1.2 IDE Requirements... 4 1.3 Target Equipment... 4 2 OcIInterface...

More information

Jailbroken iphone 3g stuck logo master reset, Iphone 5s macbook pro running Iphone 6 Official Video Free Download Iphone 6 Release Date Uk 2014.

Jailbroken iphone 3g stuck logo master reset, Iphone 5s macbook pro running Iphone 6 Official Video Free Download Iphone 6 Release Date Uk 2014. Reset Iphone 5 Tmobile Uk Release Date 2012 How can I get my iphone 5 to work with my network? T-mobile: Call 0845 412 5000 and request a Network Subsidy Code. check this for you), Pay monthly customers

More information

StoneGate IPsec VPN Client Release Notes for Version 5.0.0

StoneGate IPsec VPN Client Release Notes for Version 5.0.0 StoneGate IPsec VPN Client Release Notes for Version 5.0.0 Created: April 30, 2009 Table of Contents What s New... 3 System Requirements... 4 Build Version... 4 Product Binary Checksums... 4 Compatibility...

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

NN Multimedia Communication Portfolio MCS 5100 Web Client Manager Basics. Standard MCS (02.02) December 2003

NN Multimedia Communication Portfolio MCS 5100 Web Client Manager Basics. Standard MCS (02.02) December 2003 NN10278-111 Multimedia Communication Portfolio MCS 5100 Web Client Manager Basics Standard MCS 5100 2.0 (02.02) December 2003 Overview Functional description The Web Client Manager (WCM) is an optional

More information

Polycom VoxBox Bluetooth/USB Speakerphone

Polycom VoxBox Bluetooth/USB Speakerphone RELEASE NOTES Software 1.0.1 May 2018 3725-49007-003A Polycom VoxBox Bluetooth/USB Speakerphone Polycom announces the release of software version 1.0.1 for the Polycom VoxBox Bluetooth/USB speakerphone

More information

Getting Started GateManager5 PREMIUM Domain Administration

Getting Started GateManager5 PREMIUM Domain Administration Getting Started GateManager5 PREMIUM Domain Administration This document helps you get started with Secomea s hosted GateManager5 in relation to the GateManager 5 Domain Administration. This guide assumes

More information

Login with Amazon. Customer Experience Overview for Android/Fire apps

Login with Amazon. Customer Experience Overview for Android/Fire apps Login with Amazon Customer Experience Overview for Android/Fire apps Customer Experience Overview for Android/Fire apps Copyright 2017 Amazon Services, LLC or its affiliates. All rights reserved. Amazon

More information

Thank you for choosing mycharge Peak 6000

Thank you for choosing mycharge Peak 6000 mycharge name, logo and Peak are trademarks of RFA Brands. "Made for iphone" and "Made for ipad" mean that an electronic accessory has been designed to connect specifically to iphone or ipad, respectively,

More information

Manual Android Galaxy S3 India Release Date

Manual Android Galaxy S3 India Release Date Manual Android 4.1 2 Galaxy S3 India Release Date Here's how to update Android on your smartphone or tablet. iphone 7 UK release date, specs & new features rumours update button, its wierd but its true,

More information

Reading Pdf On Samsung Galaxy Tab Vs

Reading Pdf On Samsung Galaxy Tab Vs Reading Pdf On Samsung Galaxy Tab 3 8.0 Vs Ipad Mini If it's a case of checking Facebook, surfing the web, email, reading, playing a few The ipad Air 2 is seriously impressive while the ipad mini 3 is

More information