Test newest Xamarin Integration-Software ( , )

Size: px
Start display at page:

Download "Test newest Xamarin Integration-Software (3.11.576, 21.05.2015)"

Transcription

1 Inhaltsverzeichnis 1 Introduction Environment New installed files After installing the updates (= base for my test) First start VS after installation Summary - (my) Conclusion Findings Problem object xx unknown ios (Emulator) WP (Device) WP (Emulator) Android (Device) Conclusion Problem object xx unknown Workaround for problem Port is already in use (WP) Problem debugging extremely slow with android Conclusion debugging extremely slow with android Problem VS has to be restarted after debugging (ConvertPdbToMdbTask-Errormessage) Conclusion (ConvertPdbToMdbTask error message) Problem debugging to iphone 5 device don t work Re-Test Try to find out the reason Conclusion Problem debugging to iphone 5 device don t work Problem strange behavior with break-points Further (general) Problems Problem Error-Messages on MAC to the -Certificate Problem is not reachable for check updates M:\Allgemeines_MATRIX\Internet_Strategie\Mobile_Entwicklung\\Test_Integations_Software_2015_05_21\Test Integrati on_sw_v_3_11_576.docx MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 1 / 18

2 1 Introduction Since months now, there are huge problems with the -Integration software and Visual Studio, like: Visual Studio has to be closed and restart after a debug-session Objects are unknown in debugger and can t be inspected although they exist (code run s) App can t be debugged on iphone-device (app is deployed but then cannot be started for debugging on device) Strange behavior with breakpoints (don t stop or stop but at false breakpoint) Extremely slow especially on Android (first breakpoint is reached in VS in normal time, but then a spinning wheel is showed for minutes until VS can be served) Problems with Windows-Emulator (don t start - Port is in use from another application Error-Messages on MAC to the -Certificate and so on Strange wise the behavior is not the same every day. One day, an app can be debugged in ios- Emulator only one time until the error message to ConvertPdbToMdbTask (cannot access as another process has the file in use): occurs, sometime the app can be debugged e.g. 4 times until the error is shown and VS has to be restarted. The same is true for the other problems. At , Ian Ceicys ( -Ian ) has asked me, if I would try the newest pre-alpha - releases (as he know, that I have massive problems) and give him some feedback. As I think, it can t become worse as it is for me, I have invested the time and have done the test now (note: I don t have installed every new release since a few weeks now). As I think, my findings may also be interesting for other users, I have wrote this document, sent it to Ian and also post a Link in the Forum. Notes: I think, the problems depends on various things (including OS, VS-Version, etc.) so my findings are for my environment and can be false for your environment. MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 2 / 18

3 2 Environment 2.1 New installed files 1 Ian have sent me download-links to: monotouch pkg ( 1 ) and.visualstudio_ msi ( 2 ) 2 I have downloaded both on my windows-machine: I then have copied the.pkg on a network-share and from the network-share to the local-drive of the MAC (as I was not able to install it from the network-drive) Then I have unpaired the BuildHost on MAC, closed XS, XCode and BuildHost on the MAC and run the.pkg in the MAC After that, I have rebooted the MAC Then I have closed VS, run the.msi on my Windows machine and rebooted also the windows machine After all, I have paired the Mac to the Windows machine again and started the test 2.2 After installing the updates (= base for my test) VS Update 2 with: Integration: Android: iOS: Mac with: Studio: (Build 17): XCode; 6.1 (6A1052d.iOS: Build Host :.Android: RunTime Mono MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 3 / 18

4 2.3 First start VS after installation 1 2 After the first start, I was asked, if I want to enable automatic error-reporting to ( 1 ), what I have done, as I have seen, that there is an new checkbox in the VS-option-settings to ( 2 ) where I can disable the automatic feedback, if I want. Note: I don t know since which version this is included as I have skipped some versions MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 4 / 18

5 3 Summary - (my) Conclusion By my short test, it seems (not sure right now!) as: The problem with error message ConvertPdbToMdbTask is in use by another process (workaround was to restart VS) has gone or at least has become much better The extremely slow debugging in Android (VS shows spinning wheel for minutes after the first break-point is reached) has gone or at least has become much better I further have found a workaround for the problem port is already in use with the WP-Emulator while I have investigated the new versions (My) other problems are the same: Debug to ios-device (iphone and ipad) is not possible (while ios Emulator still works) Some objects are still unknow in debugger, while they exists -Update service is not reachable sometimes If the following issues still exists, I don t know (as I don t was able to test it): Strange behavior with break-points (especially in Async functions) Problems with the certificate on the MAC So - although the old problems still are there, the new version is an improvement for me. You will find all the details in the chapter Findings. MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 5 / 18

6 4 Findings 4.1 Problem object xx unknown Since a few versions, I am not able to see (inspect) some objects in debugger as VS says, that they are unknow. As I have started developing with (August 2014), I don t had this problems. Later the problem have started with ios and Android and since a few versions, I also have it in WP ios (Emulator) In my App.cs, I have set a breakpoint where I overtake the properties from the Application object ( 1 ) The code ( 1 ) works, but I can t inspect the XF-Variables ( 3 ) and ( 4 ) whereby I can see and inspect my own variables ( 4 ) MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 6 / 18

7 4.1.2 WP (Device) Same as in ios-emulator WP (Emulator) First try: Since weeks I am not able to use the WP-Emulator. Every time I start it, it shows the errormessage that the communication-port is already in use of another application ( 1 ) 1 I then have searched the internet, checked all suggestions (what have cost a few hours) to find out a workaround (but not a solution) See also chapter Workaround for problem Port is already in use (WP) MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 7 / 18

8 WP-Emulator (after doing the workaround): Same as in ios-emulator MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 8 / 18

9 4.1.4 Android (Device) First and second try: Details: After rebuild the Android-project, I was able to debug to the Android-device: Same as in ios-emulator Conclusion Problem object xx unknown Same as before Unfortunately, nothing has changed with the update. MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 9 / 18

10 4.2 Workaround for problem Port is already in use (WP) Since weeks I am not able to use the WP-Emulator. Every time I start it, it shows the errormessage that the communication-port is already in use of another application ( 1 ) 1 I then have searched the internet, checked all suggestions (what have cost a few hours) to find out a workaround (but not a solution) MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 10 / 18

11 As I wrote, I have tried various solutions : delete some files check ( 2 ), stop ( 3 ) and restart ( 4 ) the virtual machine to the WP-Emulator where, b.t.w. the name has changed from vmm to vmms (in the (old) messages I found, the mentioned name was vmm) Shut down process for process in Task Manager to find out which process is capturing the WP Emulator-port (I was not able to find out which port is used b.t.w) All without luck. The only workaround I found (that works for me) is: Every time, I want to debug to the WP emulator, I first have to deploy the app to the emulator ( 1 ) 1 After that, I am able to debug one time to the emulator So.. I always have first to deploy and then to debug to the emulator Update: later in the test, I have tried to directly debug to the WP-Emulator and it have (strange wise) also worked without to deploy before (so maybe this has to be done only one time ) So.. it seems as this is an old problem to the WP Emulator, but I don t had this problems as I have started with XF. In the meantime I have installed the Android Player (don t use it, but have it installed), which installs various other software-peace s including another VM (I think it s from Oracle). maybe the problems came from this, maybe not MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 11 / 18

12 4.3 Problem debugging extremely slow with android As I wrote in the Introduction, the debugging in Android was incredible slow: If I have set a breakpoint (in app.cs), the break-point was reached in normal time, then a spinning wheel was showed for minutes until VS was servable Like many other issues, strange wise the behavior was not the same every day Conclusion debugging extremely slow with android Checked with the new version: Compile, remove old version and store new version to the device (Samsung Tablet SM 900) takes about (long) 55 Seconds This is a long (but acceptable) time and has (felt) not changed The break-point is reached in normal time VS is now servable immediately So this seems to be fixed But as I wrote, the behavior is not every day the same the time will show, if really is fixed 4.4 Problem VS has to be restarted after debugging (ConvertPdbToMdbTask-Errormessage) As I wrote in the Introduction, I had since a long time the problem, that an error message to ConvertPdbToMdbTask (access not possible as it is in use of another process). Sometimes I had this problem immediately (after first debug session after boot the windows machine and start VS), sometimes the problem came after a time working I then had to close and restart VS to be able to debug further one time Conclusion (ConvertPdbToMdbTask error message) I have tried to provocate the problem by doing a stress-test : Debug to ios-simulator a few times, then to Android-Device then to WP-Device, then to ios-simulator, and so on I was not able to provocate it So this seems to be fixed or at least much better But as I wrote, the behavior is not every day the same the time will show, if really is fixed MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 12 / 18

13 4.5 Problem debugging to iphone 5 device don t work As I wrote in the Introduction, I was not able to debug to/on my iphone 5 device (while the Emulator has worked) Re-Test If I debug to my iphone 5: The message Launching Application for debugging ( 1 ) is showed with a brown background (like it normally should be) After a while, the background-color change ( 2 ) and the error message ( 3 ) is showed ch Error-message in plain text (in German): Fehler 105 error MT1007: Failed to launch the application 'com.yourcompany.matrixguide' on the device 'iphone von Fredy Wenger': Look for earlier warnings returned: 0x454. You can still launch the application manually by tapping on it..ios Extension 0 0 The error-message suggest in my understanding, that I should be able to debug anyway, if I start the app on the device manually I was not able to do it.. MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 13 / 18

14 4.5.2 Try to find out the reason Note: If you don t know this function already, it may be useful for you anyway Some time ago, I have noted (randomly) that under Help ( 1 ) - ( 2 ) ther is an option Zip Logs ( 3 ) where I (you) can export some log-files to / for in a.zip-file ( 4 ) I have done this and tried to check it out (see next page) MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 14 / 18

15 I have store the.zip-file in c:\temp\ ( 6 ), opened the.zip-file and sort it to datetime ( 7 ) Then, I have double-clicked the latest WCF Trace File ( 8 ), set a filter to Error or higher ( 9 ) and double-clicked the Item ( 10 ) Then I have tried to find the correct entry to the issue ( 11 ) and was able to find it ( 12 ) Plain-Text: Build server returned an Error. warning MT1003: Could not kill the application 'com.yourcompany.matrixguide'. You may have to kill the application manually. warning MT1108: Could not find developer tools for this 8.3 (12F70) device. Please ensure you are using a compatible Xcode version and then connect this device to Xcode to install the development support files. error MT1007: Failed to launch the application 'com.yourcompany.matrixguide' on the device 'iphone von Fredy Wenger': Look for earlier warnings returned: 0x454. You can still launch the application manually by tapping on it. Please ensure your device is connected... Connected to: iphone von Fredy Wenger MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 15 / 18

16 According to the (bold) error message I tried to check, if a new XCode-Update is available but don t find any option Search for updates or something similar in Code in the MAC. I then have found how to update XCode in StackOverflow: Done and found no update Then have noted, that there is an error-message to Android in the same second as the error message is to the ios-deploy: 12 Details: 13 Plain text: MonoTouchDebuggerSession Mono.Debugging.Soft.ConnectionException: Could not connect to the debugger. ---> System.IO.IOException: DWP Handshake failed. Server stack trace: bei Mono.Debugger.Soft.Connection.Connect() bei Mono.Debugger.Soft.VirtualMachine.connect() bei Mono.Debugger.Soft.VirtualMachineManager.Connect(Connection transport, StreamReader standardoutput, StreamReader standarderror) bei Mono.Debugger.Soft.VirtualMachineManager.ConnectInternal(Socket dbg_sock, Socket con_sock, IPEndPoint dbg_ep, IPEndPoint con_ep) MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 16 / 18

17 bei System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outargs) bei System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replysink) Exception rethrown at [0]: bei System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqmsg, Boolean bproxycase) bei System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgdata) bei Mono.Debugger.Soft.VirtualMachineManager.ConnectCallback.EndInvoke(IAsyncResult result) bei Mono.Debugger.Soft.VirtualMachineManager.EndConnect(IAsyncResult asyncresult) bei Mono.Debugging.Soft.SoftDebuggerSession.<>c DisplayClass9.<StartConnecting>b 8(IAsyncRes ult ar) --- Ende der internen Ausnahmestapelüberwachung --- So.. I think the error-messages are related I have sent this problem already to and also mentioned it on a thread posting in February 2015 here: Comment (Brendan) Looks interesting I will fill a bug He then has filled a bug here: Actual state in Bugzilla is still New Conclusion Problem debugging to iphone 5 device don t work Bug still exists I have investigated it already in February 2015, a bug is filled, nothing heard about The same is true for my ipad So I m not able to debug in my ios-devices (iphone and ipad) So... please check it out and solve it! 4.6 Problem strange behavior with break-points As I wrote in the Introduction, I have noted some strange behaviors with break-points (especially in async functions). Unfortunately, I don t had the time to check this out with the new version yet. MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 17 / 18

18 4.7 Further (general) Problems Problem Error-Messages on MAC to the -Certificate Since some time ago I have the problem, that Studio on the Mac shows error-messages to a -Certificate (unfortunately I don t have a Screenshot from). If the error message is showed, the messagebox has to be confirmed (felt) times, before XS on the MAC becomes servable again. Don t had the error message since the update but that does not means, that the issue is gone. 4.8 Problem is not reachable for check updates Often (right now), the Update-server is not reachable ( 1 ), although the Internet connection works ( 2 ) 2 1 MATRIX Solutions AG Autor: Fredy Wenger Stand vom Seite 18 / 18

Getting Started with Android Development

Getting Started with Android Development Getting Started with Android Development By Steven Castellucci (v1.1, January 2015) You don't always need to be in the PRISM lab to work on your 4443 assignments. Working on your own computer is convenient

More information

BI-RADS Atlas 5th Edition e-book Download Instructions (Updated: 12/11/14)

BI-RADS Atlas 5th Edition e-book Download Instructions (Updated: 12/11/14) BI-RADS Atlas 5th Edition e-book Download Instructions (Updated: 12/11/14) Note: These instructions and screenshots are a general guide and may vary with what appears on your device due to differences

More information

ANDROID APPS DEVELOPMENT FOR MOBILE AND TABLET DEVICE (LEVEL I)

ANDROID APPS DEVELOPMENT FOR MOBILE AND TABLET DEVICE (LEVEL I) ANDROID APPS DEVELOPMENT FOR MOBILE AND TABLET DEVICE (LEVEL I) Who am I? Lo Chi Wing, Peter Lecture 1: Introduction to Android Development Email: [email protected] Facebook: http://www.facebook.com/peterlo111

More information

Network Licensing. White Paper 0-15Apr014ks(WP02_Network) Network Licensing with the CRYPTO-BOX. White Paper

Network Licensing. White Paper 0-15Apr014ks(WP02_Network) Network Licensing with the CRYPTO-BOX. White Paper WP2 Subject: with the CRYPTO-BOX Version: Smarx OS PPK 5.90 and higher 0-15Apr014ks(WP02_Network).odt Last Update: 28 April 2014 Target Operating Systems: Windows 8/7/Vista (32 & 64 bit), XP, Linux, OS

More information

Android: Setup Hello, World: Android Edition. due by noon ET on Wed 2/22. Ingredients.

Android: Setup Hello, World: Android Edition. due by noon ET on Wed 2/22. Ingredients. Android: Setup Hello, World: Android Edition due by noon ET on Wed 2/22 Ingredients. Android Development Tools Plugin for Eclipse Android Software Development Kit Eclipse Java Help. Help is available throughout

More information

MOBILE APPS. QA Testing for mobile applications

MOBILE APPS. QA Testing for mobile applications MOBILE APPS QA Testing for mobile applications How familiar are you with Apple devices? This question can be asked for apple devices as well as Android devices - depending on the company your interviewing

More information

NETGEAR genie Apps. User Manual. 350 East Plumeria Drive San Jose, CA 95134 USA. August 2012 202-10933-04 v1.0

NETGEAR genie Apps. User Manual. 350 East Plumeria Drive San Jose, CA 95134 USA. August 2012 202-10933-04 v1.0 User Manual 350 East Plumeria Drive San Jose, CA 95134 USA August 2012 202-10933-04 v1.0 Support Thank you for choosing NETGEAR. To register your product, get the latest product updates, get support online,

More information

Title: Appium Automation for Mac OS X. Created By: Prithivirajan M. Abstract. Introduction

Title: Appium Automation for Mac OS X. Created By: Prithivirajan M. Abstract. Introduction Title: Appium Automation for Mac OS X Created By: Prithivirajan M Abstract This document aims at providing the necessary information required for setting up mobile testing environment in Mac OS X for testing

More information

XenMobile Logs Collection Guide

XenMobile Logs Collection Guide XenMobile Logs Collection Guide 1 Contents Summary... 3 Background... 3 How to Collect Logs from Server Components... 4 Support Bundle Contents... 4 Operations Supported for Server Components... 5 Configurations

More information

Mac/Windows Firefox 24+ (recommended browser at PSU), Safari 6+, and Chrome 31+ ipad ios 6+ Android tablets Chrome 31+

Mac/Windows Firefox 24+ (recommended browser at PSU), Safari 6+, and Chrome 31+ ipad ios 6+ Android tablets Chrome 31+ Using the PSU Book Where can I find the book for PSU this year? The PSU Book is in an electronic format and is made up of mlearning Guides (mobile Learning Guides, or mlgs). Each PSU course has a guide.

More information

Running a Program on an AVD

Running a Program on an AVD Running a Program on an AVD Now that you have a project that builds an application, and an AVD with a system image compatible with the application s build target and API level requirements, you can run

More information

Example of Standard API

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

More information

Kony MobileFabric Messaging. Demo App QuickStart Guide. (Building a Sample Application

Kony MobileFabric Messaging. Demo App QuickStart Guide. (Building a Sample Application Kony MobileFabric Kony MobileFabric Messaging Demo App QuickStart Guide (Building a Sample Application Apple ios) Release 6.5 Document Relevance and Accuracy This document is considered relevant to the

More information

MobileLink User Guide

MobileLink User Guide MobileLink User Guide April 2013 Table of Contents Section MobileLink Overview Section 1 MobileLink Features Section 2 Enterprise Search Directory Section 2.1 Call History Section 2.2 Service Management

More information

User-ID Configuration

User-ID Configuration User-ID Configuration How to configure Active Directory for User-ID based internet access. Nick Pearce 5/11/2015 1 Install and configure the User-ID agent. Download the.zip file from https://dl.sgcyp.org.uk/pan/user-id.zip

More information

Mobile Labs Plugin for IBM Urban Code Deploy

Mobile Labs Plugin for IBM Urban Code Deploy Mobile Labs Plugin for IBM Urban Code Deploy Thank you for deciding to use the Mobile Labs plugin to IBM Urban Code Deploy. With the plugin, you will be able to automate the processes of installing or

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

ADT Plugin for Eclipse

ADT Plugin for Eclipse ADT Plugin for Eclipse Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications. ADT extends

More information

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 Page 1 System Requirements NAV 2016 Microsoft Dynamics NAV Windows Client Requirements

More information

How to install and setup XLabs

How to install and setup XLabs Table of content 1 Prologue... 2 2 Introduction... 3 3 Add XLabs to project (VS2013 - Update 2)... 4 3.1 Initial installation... 4 3.2 Installing updates automatically... 5 3.3 Installing specific versions

More information

TV Server Configuration Fails To Start - get_cards() error. Overview... 2 Origin of the error... 2 Resolution... 2. Related... 5

TV Server Configuration Fails To Start - get_cards() error. Overview... 2 Origin of the error... 2 Resolution... 2. Related... 5 Overview............... 2 Origin of the error........ 2 Resolution.............. 2 Revert Changes.............. 2 Update TV Server Database.... 2 Create New TV Server Database 3 Complete Reinstall............

More information

STEELSERIES FREE MOBILE WIRELESS CONTROLLER USER GUIDE

STEELSERIES FREE MOBILE WIRELESS CONTROLLER USER GUIDE STEELSERIES FREE MOBILE WIRELESS CONTROLLER USER GUIDE INTRODUCTION Thank you for choosing the SteelSeries Free Mobile Controller! This controller is designed by SteelSeries, a dedicated manufacturer of

More information

27th Embarcadero Developer Camp General Session

27th Embarcadero Developer Camp General Session 27th Embarcadero Developer Camp General Session John JT Thomas Director of Product Management [email protected] @FireMonkeyPM Market Statistics WHAT S HAPPENING? 2 The Client Revolution An Unprecedented

More information

Engage ios App Administrator s Guide

Engage ios App Administrator s Guide Engage ios App Administrator s Guide Contents Contents... 1 Introduction... 2 Target Audience... 2 Devices Supported... 2 SharePoint Platforms Supported... 2 SharePoint Security & Privileges... 2 Deploying

More information

Windows Intune Walkthrough: Windows Phone 8 Management

Windows Intune Walkthrough: Windows Phone 8 Management Windows Intune Walkthrough: Windows Phone 8 Management This document will review all the necessary steps to setup and manage Windows Phone 8 using the Windows Intune service. Note: If you want to test

More information

Lab 0 (Setting up your Development Environment) Week 1

Lab 0 (Setting up your Development Environment) Week 1 ECE155: Engineering Design with Embedded Systems Winter 2013 Lab 0 (Setting up your Development Environment) Week 1 Prepared by Kirill Morozov version 1.2 1 Objectives In this lab, you ll familiarize yourself

More information

eggon SDK for ios 7 Integration Instructions

eggon SDK for ios 7 Integration Instructions eggon SDK for ios 7 Integration Instructions The eggon SDK requires a few simple steps in order to be used within your ios 7 application. Environment This guide assumes that a standard ios Development

More information

Fahim Uddin http://fahim.cooperativecorner.com [email protected]. 1. Java SDK

Fahim Uddin http://fahim.cooperativecorner.com email@fahim.cooperativecorner.com. 1. Java SDK PREPARING YOUR MACHINES WITH NECESSARY TOOLS FOR ANDROID DEVELOPMENT SEPTEMBER, 2012 Fahim Uddin http://fahim.cooperativecorner.com [email protected] Android SDK makes use of the Java SE

More information

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Monitoring, Tracing, Debugging (Under Construction)

Monitoring, Tracing, Debugging (Under Construction) Monitoring, Tracing, Debugging (Under Construction) I was already tempted to drop this topic from my lecture on operating systems when I found Stephan Siemen's article "Top Speed" in Linux World 10/2003.

More information

Introduction to Android Development. Jeff Avery CS349, Mar 2013

Introduction to Android Development. Jeff Avery CS349, Mar 2013 Introduction to Android Development Jeff Avery CS349, Mar 2013 Overview What is Android? Android Architecture Overview Application Components Activity Lifecycle Android Developer Tools Installing Android

More information

Wireless Presentation Gateway. User Guide

Wireless Presentation Gateway. User Guide User Guide Table of Contents 1 Initial Setup Present Anything Without Wires p. 3 2 From A Laptop (Windows or Mac) First, download he client p. 4 Now connect p. 5 Additional Features p. 6 3 From An ios

More information

genie app and genie mobile app

genie app and genie mobile app genie app and genie mobile app User Manual 350 East Plumeria Drive San Jose, CA 95134 USA June 2012 202-10933-02 v1.0 2012 NETGEAR, Inc. All rights reserved No part of this publication may be reproduced,

More information

The Desktop Sharing Handbook. Brad Hards

The Desktop Sharing Handbook. Brad Hards Brad Hards 2 Contents 1 Introduction 5 2 The Remote Frame Buffer protocol 6 3 Using Desktop Sharing 7 3.1 Managing Desktop Sharing invitations.......................... 9 3.2 Quit Desktop Sharing....................................

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics NAV 2016.

More information

Wakanda Studio Features

Wakanda Studio Features Wakanda Studio Features Discover the many features in Wakanda Studio. The main features each have their own chapters and other features are documented elsewhere: Wakanda Server Administration Data Browser

More information

Debugging Export Connectors With Visual Studio.NET

Debugging Export Connectors With Visual Studio.NET Date June 22, 2012 Applies To Kofax Capture 8.0. 9.0, 10.0 Summary This application note provides the information needed to step through a.net-based Export Connector (Release Script) during execution.

More information

Mobile Configuration Profiles for ios Devices Technical Note

Mobile Configuration Profiles for ios Devices Technical Note Mobile Configuration Profiles for ios Devices Technical Note Mobile Configuration Profiles for ios Devices Technical Note December 10, 2013 04-502-197517-20131210 Copyright 2013 Fortinet, Inc. All rights

More information

ios Application Development &

ios Application Development & Introduction of ios Application Development & Swift Programming Language Presented by Chii Chang [email protected] Outlines Basic understanding about ios App Development Development environment: Xcode IDE Foundations

More information

7.x Upgrade Instructions. 2015 Software Pursuits, Inc.

7.x Upgrade Instructions. 2015 Software Pursuits, Inc. 7.x Upgrade Instructions 2015 Table of Contents INTRODUCTION...2 SYSTEM REQUIREMENTS FOR SURESYNC 7...2 CONSIDERATIONS BEFORE UPGRADING...3 TERMINOLOGY CHANGES... 4 Relation Renamed to Job... 4 SPIAgent

More information

Office 365 Cheat Sheet OneDrive for Business

Office 365 Cheat Sheet OneDrive for Business DEPARTMENT OF EDUCATION Office 365 Cheat Sheet OneDrive for Business Introduction to OneDrive for Business OneDrive for Business is a new offering within Office 365 that has been enabled for all NTSchools

More information

INSTRUCTOR HELP & WALKTHROUGH

INSTRUCTOR HELP & WALKTHROUGH INSTRUCTOR HELP & WALKTHROUGH 2015 Jones & Bartlett Learning, LLC, An Ascend Learning Company Contents What are the system requirements for Navigate 2 TestPrep? 3 How do I review my students performance?

More information

Basic ESXi Networking

Basic ESXi Networking Basic ESXi Networking About vmnics, vswitches, management and virtual machine networks In the vsphere client you can see the network diagram for your ESXi host by clicking Networking on the Configuration

More information

Introduction to ios Testing

Introduction to ios Testing Introduction to ios Testing Presented by Amy Klatt August 8, 2012 Agenda Overview Best practices Installing apps Setting up a test environment Screenshots and video Logs Q & A 2 The Challenge Overview

More information

How to downgrade Samsung Galaxy Tab 2 back to original V4.1.1 Android OS

How to downgrade Samsung Galaxy Tab 2 back to original V4.1.1 Android OS How to downgrade Samsung Galaxy Tab 2 back to original V4.1.1 Android OS Important information: This procedure restores the Samsung Galaxy tablet, used with the 1750 Fluke Power Recorder product back to

More information

Colligo Briefcase Enterprise. Administrator s Guide

Colligo Briefcase Enterprise. Administrator s Guide Enterprise Administrator s Guide CONTENTS Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges... 2 Deploying Colligo Briefcase...

More information

System Requirements for Microsoft Dynamics NAV 2015

System Requirements for Microsoft Dynamics NAV 2015 System Requirements for Microsoft Dynamics September 2014 Contents... 3 Microsoft Dynamics NAV Windows Client Requirements... 4 Microsoft Dynamics NAV Development Environment Requirements... 5 Microsoft

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 1 of 13 19.01.2016 17:52 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft

More information

Cross-Platform Mobile Apps Solution

Cross-Platform Mobile Apps Solution Cross-Platform Mobile Apps Solution Prepared by Kevin Mullins CEO and Chief Developer Appracatappra, LLC. 709 Gale Street #8 Seabrook, TX 77586 [email protected] http://appracatappra.com Table

More information

Office of Information Technology Connecting to Microsoft Exchange User Guide

Office of Information Technology Connecting to Microsoft Exchange User Guide OVERVIEW The Office of Information Technology is migrating its messaging infrastructure from Microsoft Exchange 2003 to Microsoft Exchange 2010. Moving to the latest technology will provide many enhancements

More information

Mobile Performance Management Tools Prasanna Gawade, Infosys April 2014

Mobile Performance Management Tools Prasanna Gawade, Infosys April 2014 Mobile Performance Management Tools Prasanna Gawade, Infosys April 2014 Computer Measurement Group, India 1 Contents Introduction Mobile Performance Optimization Developer Tools Purpose and Overview Mobile

More information

Kaseya 2. User Guide. Version 1.0

Kaseya 2. User Guide. Version 1.0 Kaseya 2 Mobile Device Management User Guide Version 1.0 March 12, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

Your First App Store Submission

Your First App Store Submission Your First App Store Submission Contents About Your First App Store Submission 4 At a Glance 5 Enroll in the Program 5 Provision Devices 5 Create an App Record in itunes Connect 5 Submit the App 6 Solve

More information

Installation and Configuration Guide. Sybase Mobile Sales for SAP CRM 1.1

Installation and Configuration Guide. Sybase Mobile Sales for SAP CRM 1.1 Installation and Configuration Guide Sybase Mobile Sales for SAP CRM 1.1 DOCUMENT ID: DC01180-01-0110-01 LAST REVISED: August 2010 Copyright 2010 by Sybase, Inc. All rights reserved. This publication pertains

More information

Commack UFSD Remote Access for Microsoft Windows Vista, 7 and 8 Apple Macs, ipads, iphones And Android devices

Commack UFSD Remote Access for Microsoft Windows Vista, 7 and 8 Apple Macs, ipads, iphones And Android devices Commack UFSD Remote Access for Microsoft Windows Vista, 7 and 8 Apple Macs, ipads, iphones And Android devices This allows district staff and students to access the Commack UFSD network from home or anywhere

More information

Symantec Mobile Management 7.2 SP3 MR1 Release Notes

Symantec Mobile Management 7.2 SP3 MR1 Release Notes Mobile Management 7.2 SP3 MR1 Release Notes Mobile Management 7.2 SP3 MR1 Release Notes This document includes the following topics: About What's new in 7.2 SP3 MR1 Fixed issues in 7.2 SP3 MR1 Known issues

More information

Lab 4 In class Hands-on Android Debugging Tutorial

Lab 4 In class Hands-on Android Debugging Tutorial Lab 4 In class Hands-on Android Debugging Tutorial Submit lab 4 as PDF with your feedback and list each major step in this tutorial with screen shots documenting your work, i.e., document each listed step.

More information

System Requirements. Microsoft Dynamics NAV 2016

System Requirements. Microsoft Dynamics NAV 2016 System Requirements Microsoft Dynamics NAV 2016 Contents System Requirements for Microsoft Dynamics NAV 2016... 4 Microsoft Dynamics NAV Windows Client Requirements... 5 Microsoft Dynamics NAV Development

More information

Remote Desktop Gateway. Accessing a Campus Managed Device (Windows Only) from home.

Remote Desktop Gateway. Accessing a Campus Managed Device (Windows Only) from home. Remote Desktop Gateway Accessing a Campus Managed Device (Windows Only) from home. Contents Introduction... 2 Quick Reference... 2 Gateway Setup - Windows Desktop... 3 Gateway Setup Windows App... 4 Gateway

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 Page 1 of 7 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics

More information

How to use PDFlib products with PHP

How to use PDFlib products with PHP How to use PDFlib products with PHP Last change: July 13, 2011 Latest PDFlib version covered in this document: 8.0.3 Latest version of this document available at: www.pdflib.com/developer/technical-documentation

More information

EZ RMC Remote HMI App Application Guide for ios

EZ RMC Remote HMI App Application Guide for ios EZ RMC Remote HMI App Application Guide for ios The EZ RMC Remote HMI App is an application designed for your ios devices to enable the monitoring and control of your EZTouch HMIs from EZAutomation.net.

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 System Requirements for Microsoft Dynamics NAV 2016 Contents System Requirements for Microsoft Dynamics NAV 2016...3 Microsoft Dynamics NAV 2016 Windows Client Requirements...4 Microsoft Dynamics NAV Development

More information

Silk Test 17.0. Testing Mobile Applications

Silk Test 17.0. Testing Mobile Applications Silk Test 17.0 Testing Mobile Applications Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1992-2016. All rights reserved. MICRO

More information

LANDesk Management Suite 8.7 Extended Device Discovery

LANDesk Management Suite 8.7 Extended Device Discovery LANDesk Management Suite 8.7 Extended Device Discovery Revision 1.0 Roy Meyer Feb. 7, 2007 Information in this document is provided in connection with LANDesk Software products. No license, express or

More information

MatrixSSL Getting Started

MatrixSSL Getting Started MatrixSSL Getting Started TABLE OF CONTENTS 1 OVERVIEW... 3 1.1 Who is this Document For?... 3 2 COMPILING AND TESTING MATRIXSSL... 4 2.1 POSIX Platforms using Makefiles... 4 2.1.1 Preparation... 4 2.1.2

More information

Mobile Device Management Fleet manager s guide. Philippe CAJET Admin Guide MDM R1.6_2013 August 1 st _V 1

Mobile Device Management Fleet manager s guide. Philippe CAJET Admin Guide MDM R1.6_2013 August 1 st _V 1 Mobile Device Management Fleet manager s guide Philippe CAJET Admin Guide MDM R1.6_2013 August 1 st _V 1 2 Summary Pages Pages Mobile Device Management Fleet manager s guide 1 SUMMARY 2 SUMMARY 3 0. connection

More information

Quick start guide set up Akvo FLOW

Quick start guide set up Akvo FLOW Quick start guide set up Akvo FLOW This guide is meant for those who are going to set up digital surveys and prepare the devices in order to conduct surveys using the Akvo FLOW Field Survey App. For more

More information

CONTENTS PAGE. c) Our Recommended Settings... 14. d) Overview...7. i. Check Out and Download a book... 27

CONTENTS PAGE. c) Our Recommended Settings... 14. d) Overview...7. i. Check Out and Download a book... 27 USER GUIDE CONTENTS PAGE Top Tip: Hold down the Ctrl key on your keyboard and using your mouse click on the heading below to be taken to the page Introduction... 3 1. How to create a new account... 3 2.

More information

AT&T Voicemail Viewer User Guide

AT&T Voicemail Viewer User Guide AT&T Voicemail Viewer User Guide Table of Contents iphone... 4 Requirements... 4 Installation... 4 Message Notification and Message Count... 6 Application... 8 Login... 8 Functionality Summary...10 Settings...

More information

How To Use The Elena Mobile App

How To Use The Elena Mobile App Instructions for field-testing the elena mobile app ***Field testing begins on 1 October and runs through 15 November, 2015*** Instructions on how to download and use the elena mobile phone application

More information

Developing, Deploying, and Debugging Applications on Windows Embedded Standard 7

Developing, Deploying, and Debugging Applications on Windows Embedded Standard 7 Developing, Deploying, and Debugging Applications on Windows Embedded Standard 7 Contents Overview... 1 The application... 2 Motivation... 2 Code and Environment... 2 Preparing the Windows Embedded Standard

More information

SeeTec ExpansionPackage

SeeTec ExpansionPackage SeeTec ExpansionPackage Contents Contents 1 SeeTec WebClient...1 1.1 System requirements... 2 1.1.1 Server requirements for Apache HTTP Server, SeeTec TranscodingEngine (STE) and SeeTec ApplicationGateway

More information

Available on VitalSource

Available on VitalSource User Guide Available on VitalSource Welcome to Pageburst on VitalSource all of your Elsevier ebooks at your fingertips! This user guide contains the information you will need to redeem your access code

More information

Cloudifile: Frequently Asked Questions

Cloudifile: Frequently Asked Questions Cloudifile: Frequently Asked Questions 1 Contents Cloudifile Compatibility... 3 Cloudifile Installation... 4 Cloudifile Account Registration... 5 Working with Cloudifile... 6 Cloudifile Functionality...

More information

INSTALLATION GUIDE Netop Mobile for Android

INSTALLATION GUIDE Netop Mobile for Android INSTALLATION GUIDE Netop Mobile for Android Version 10.50 Copyright 1981-2015 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments

More information

RESCO MOBILE CRM QUICK GUIDE. for MS Dynamics CRM. ios (ipad & iphone) Android phones & tablets

RESCO MOBILE CRM QUICK GUIDE. for MS Dynamics CRM. ios (ipad & iphone) Android phones & tablets RESCO MOBILE CRM for MS Dynamics CRM QUICK GUIDE ios (ipad & iphone) Android phones & tablets Windows Phone 7 & 8, Windows XP/Vista/7/8.1 and RT/Surface, Windows Mobile Synchronize Synchronize your mobile

More information

Business mail 1 MS OUTLOOK CONFIGURATION... 2

Business mail 1 MS OUTLOOK CONFIGURATION... 2 Business mail Instructions for configuration of Outlook, 2007, 2010, 2013 and mobile devices CONTENT 1 MS OUTLOOK CONFIGURATION... 2 1.1 Outlook 2007, 2010 and 2013 adding new exchange account, automatic

More information

IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment

IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment IBM TRIRIGA Anywhere Version 10 Release 4 Installing a development environment Note Before using this information and the product it supports, read the information in Notices on page 9. This edition applies

More information

Avaya IP Office 9.1. Set Up Guide for The IP Office Anywhere Demo Platform

Avaya IP Office 9.1. Set Up Guide for The IP Office Anywhere Demo Platform Avaya IP Office 9.1 Set Up Guide for The IP Office Anywhere Demo Platform Date: February 2015 Version: 2.0 Subject: Avaya IP Office 9.1 Anywhere Demonstration Set Up Guide Regional Availability: Global

More information

Configuration Guide Contigo Mobile Tracker

Configuration Guide Contigo Mobile Tracker Track Fleet Personnel / Vehicles with a Mobile Device Users with access to the GPS Fleet Tracker mobile app on iphone and Android can now enable a tracking session on their smartphone, turning their phone

More information

Tutorial on Basic Android Setup

Tutorial on Basic Android Setup Tutorial on Basic Android Setup EE368/CS232 Digital Image Processing, Spring 2015 Windows Version Introduction In this tutorial, we will learn how to set up the Android software development environment

More information

How can I protect against the loss of my ID if my device is lost or stolen?

How can I protect against the loss of my ID if my device is lost or stolen? How can I protect against the loss of my if my device is lost or stolen? If your mobile device is stolen or lost, you can reactivate your user on a new device and deactivate it on your stolen or lost device.

More information

BT Lancashire Services

BT Lancashire Services In confidence BT Lancashire Services Remote Access to Corporate Desktop (RACD) Getting Started Guide Working in partnership Confidentiality Statement BT Lancashire Services Certain information given to

More information

Introduction to Android

Introduction to Android Introduction to Android 26 October 2015 Lecture 1 26 October 2015 SE 435: Development in the Android Environment 1 Topics for Today What is Android? Terminology and Technical Terms Ownership, Distribution,

More information

AzMERIT Secure Browser Installation Manual For Technology Coordinators

AzMERIT Secure Browser Installation Manual For Technology Coordinators AzMERIT Secure Browser Installation Manual For Technology Coordinators 2014-2015 Revised January 5, 2015 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information

More information

VEEAM ONE 8 RELEASE NOTES

VEEAM ONE 8 RELEASE NOTES VEEAM ONE 8 RELEASE NOTES This Release Notes document provides last-minute information about Veeam ONE 8 Update 2, including system requirements, installation instructions as well as relevant information

More information

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e VDI Pilot Technology Services Group Procedures IH Anywhere guide 0 P a g e Installation Disable Apple Security Table of Contents IH Anywhere for Apple OSX (MAC)... 2 1. Installation... 2 Disable Apple

More information

Installation Guide. Live Maps 7.4 for System Center 2012

Installation Guide. Live Maps 7.4 for System Center 2012 Installation Guide Live Maps 7.4 for System Center 2012 1 Introduction... 4 1.1 1.2 About This Guide... 4 Supported Products... 4 1.3 1.4 Related Documents... 4 Understanding Live Maps... 4 1.5 Upgrade

More information

HoneyBOT User Guide A Windows based honeypot solution

HoneyBOT User Guide A Windows based honeypot solution HoneyBOT User Guide A Windows based honeypot solution Visit our website at http://www.atomicsoftwaresolutions.com/ Table of Contents What is a Honeypot?...2 How HoneyBOT Works...2 Secure the HoneyBOT Computer...3

More information

01. Introduction of Android

01. Introduction of Android 01. Introduction of Android Goal Understand the concepts and features of the Android Install the complete Android development environment Find out the one-click install Android development environment

More information

Getting Started. Version 3.1 Last updated 2014/3/10. Orbweb ME: Getting Started

Getting Started. Version 3.1 Last updated 2014/3/10. Orbweb ME: Getting Started Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document may be reproduced or

More information

ReadyNAS Remote. User Manual. June 2013 202-11078-03. 350 East Plumeria Drive San Jose, CA 95134 USA

ReadyNAS Remote. User Manual. June 2013 202-11078-03. 350 East Plumeria Drive San Jose, CA 95134 USA User Manual June 2013 202-11078-03 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting this NETGEAR product. After installing your device, locate the serial number on the label

More information

Enterprise Content Management System Monitor. Server Debugging Guide. 20.09.2013 CENIT AG Bettighofer, Stefan

Enterprise Content Management System Monitor. Server Debugging Guide. 20.09.2013 CENIT AG Bettighofer, Stefan Enterprise Content Management System Monitor Server Debugging Guide 20.09.2013 CENIT AG Bettighofer, Stefan 1 Table of Contents 1 Table of Contents... 2 2 Overview... 3 3 The Server Status View... 3 4

More information

EXTRACTING IOS DATABASE

EXTRACTING IOS DATABASE EXTRACTING IOS DATABASE USING IFUNBOX SOFTWARE THE PURPOSE OF THIS GUIDE This guide will allow you to access MoneyWiz for ios (either iphone or ipad) database on your device. This operation might be necessary

More information

Introduction to Programming with Xojo

Introduction to Programming with Xojo Introduction to Programming with Xojo IOS ADDENDUM BY BRAD RHINE Fall 2015 Edition Copyright 2013-2015 by Xojo, Inc. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike

More information

Chapter 1. Introduction to ios Development. Objectives: Touch on the history of ios and the devices that support this operating system.

Chapter 1. Introduction to ios Development. Objectives: Touch on the history of ios and the devices that support this operating system. Chapter 1 Introduction to ios Development Objectives: Touch on the history of ios and the devices that support this operating system. Understand the different types of Apple Developer accounts. Introduce

More information

Getting Started. with VitalSource Bookshelf. How to Access your ebooks Using VitalSource Bookshelf

Getting Started. with VitalSource Bookshelf. How to Access your ebooks Using VitalSource Bookshelf Getting Started with VitalSource Bookshelf How to Access your ebooks Using VitalSource Bookshelf Table of Contents Step 1: Accessing VitalSource Bookshelf Online... 1 Step 2: Configuring Your Account for

More information