ELET4133: Embedded Systems. Topic 3 Eclipse Tour & Building a First App

Size: px
Start display at page:

Download "ELET4133: Embedded Systems. Topic 3 Eclipse Tour & Building a First App"

Transcription

1 ELET4133: Embedded Systems Topic 3 Eclipse Tour & Building a First App

2 Agenda In this class we will look at the Eclipse IDE We will examine it s various parts when working on an application We will load an existing project into Eclipse as well as start a new project It s not as intuitive as you would think We will define a virtual Android device and simulated an App on it We will execute an App on a real Android device and show some basic troubleshooting 2

3 Eclipse To start the Eclipse IDE, navigate to the executable file and open it Don t be concerned if it takes a while to open 3

4 Eclipse If you had not been working on an App the last time you used Eclipse, or if this is the first use it should appear as below 4

5 Eclipse If you had been working on an App the last time you used Eclipse, it should open with that App 5

6 Eclipse If you had been working on an App the last time you used Eclipse, it should open with that App There are 5 main areas in the IDE 6

7 Eclipse The first is the navigation window It shows all the files in the project A Logical View 7

8 Eclipse The Navigation Window can also show the folder view As laid out in the system 8

9 Eclipse Either view helps move from one file to another quickly 9

10 Eclipse The next is the Main Work Area You can change the layout of the App graphically 10

11 Eclipse The next is the Main Work Area You can change the layout of the App graphically Or using the XML editor 11

12 Eclipse Or you can work on other files Java file Manifest file Or any other text file 12

13 Eclipse The console view is used to show errors and warnings 13

14 Eclipse The outline view shows an outline of the layout of the screen Helps keep track of the part you are working on 14

15 Eclipse The task list view allows you to come up with a work plan and then list tasks for each day 15

16 Import an Existing Project 16

17 Eclipse: Import an Existing Project Before you start a new project it s a good practice to remove the current project from the IDE To remove the current project, right click on the project name and select Delete 17

18 Eclipse: Import an Existing Project You ll be prompted to confirm deleting the project Choose [OK] Do NOT check the box unless you really want to delete the complete project from the disk 18

19 Eclipse: Import an Existing Project To work on an existing project choose File->Import 19

20 Eclipse: Import an Existing Project To work on an existing project choose File->Import, then Existing Project 20

21 Eclipse: Import an Existing Project To work on an existing project choose File->Import, then Existing Project, then Browse and choose the Parent folder of the app you want to work on 21

22 Eclipse: Import an Existing Project To work on an existing project choose File->Import, then Existing Project, then Browse and choose the Parent folder of the app you want to work on, then [Finish] 22

23 Eclipse: Import an Existing Project It will take a few seconds for the project to load Navigate to and double click on the file you want to edit That file will be loaded into the main work area 23

24 Begin a New Project This section follows an online tutorial from Android called Creating an Android Project. It is found at: 24

25 Eclipse: Begin a New Project With a blank work area choose File->New-> Project 25

26 Eclipse: Begin a New Project With a blank work area choose File->New-> Project Choose Android Application Project and click [Next] 26

27 Eclipse: Begin a New Project With a blank work area choose File->New-> Project Choose Android Application Project and click [Next] Type in an App name and choose [Next] 27

28 Eclipse: Begin a New Project Keep the default checks on this screen and click on [Next] 28

29 Eclipse: Begin a New Project Keep the default checks on this screen and click on [Next], click [Next] again 29

30 Eclipse: Begin a New Project Keep the default checks on this screen and click on [Next], click [Next] again, then select Create Activity and Blank Activity then [Next] again 30

31 Eclipse: Begin a New Project Keep the default checks on this screen and click on [Next], click [Next] again, then select Create Activity and Blank Activity then [Next] again, and finally click [Finish] 31

32 Eclipse: Begin a New Project Before you ever input ANY code, Eclipse has created a complete working project for you. It is runnable It is not very useful It prints Hello World 32

33 Execute a Project (a different project was selected for this section) 33

34 Eclipse: Execute a Project Before you can run a project, you must either: Have an Android device capable of running the app or Use the Virtual Device Emulator 34

35 Execute a Project on an Android Virtual Device 35

36 Execute on an Android Virtual Device To simulate the project on an Android Virtual Device Select the Device Manager Select Window -> Android Virtual Device Manager 36

37 Execute on an Android Virtual Device Select a device from the list of defined devices (if the virtual device is on this list, skip to slide 43) If none have been defined, or if the one needed has not been defined, select [New] Note: I have already defined an Atrix 2 37

38 Execute on an Android Virtual Device After selecting [New], this window appears Name the device, then 1) choose your device from a list under Device, or 2) Choose the one that is closest to your device, or 3) Define one that is close, or 4) Look under Target 38

39 Execute on an Android Virtual Device My device was not in the Device list So, I looked in the list under Target 39

40 Execute on an Android Virtual Device My device was not in the Device list So, I looked in the list under Target The Atrix 2 was listed under Target 40

41 Execute on an Android Virtual Device So the pre-defined Atrix 2 is selected 41

42 Execute on an Android Virtual Device So the pre-defined Atrix 2 is selected The Virtual Device was named Then select [OK] Your device should appear in the list of Virtual Devices 42

43 Execute on an Android Virtual Device Select your device from the list and click [START] 43

44 Execute on an Android Virtual Device It takes a few minutes for the virtual device to appear 44

45 Execute on an Android Virtual Device It takes a few minutes for the virtual device to appear Then a few more minutes for the virtual device to start working 45

46 Execute on an Android Virtual Device It takes a few minutes for the virtual device to appear Then a few more minutes for the virtual device to start working Slide the slider as you would a real Atrix 2 46

47 Execute on an Android Virtual Device It takes a few minutes for the virtual device to appear Then a few more minutes for the virtual device to start working Slide the slider as you would a real Atrix 2 And the virtual device acts like the real device 47

48 Execute on an Android Virtual Device Click the middle button on the front of the phone to get to the Apps 48

49 Execute on an Android Virtual Device Click the middle button on the front of the phone to get to the Apps And the Apps are shown The Pizza App can be selected at this point 49

50 Execute on an Android Virtual Device Click the middle button on the front of the phone to get to the Apps And the Apps are shown The Pizza App can be selected at this point The Virtual Device acts pretty much as the real device acts 50

51 Execute on an Android Virtual Device Of course, there are some things the virtual device cannot simulate For example, it: Cannot run/simulate Bluetooth Cannot run/simulate WiFi Cannot run/simulate an actual phone call Cannot run/simulate audio files or videos 51

52 Execute on an Android Virtual Device But, it will give you a pretty good idea if your App will work If your App works on the virtual device, you still have to test your App on the real thing 52

53 Execute a Project on an Android Device 53

54 Execute on an Android Device To run on an Android Device (a physical device) You must be able to connect your Android Device (my phone in this case) to the computer through a USB cable Preferably, the USB cable that came with your device Enable USB debugging on your device Settings -> Developer Options 54

55 Execute on an Android Device To run on an Android Device (a physical device) You must be able to connect your Android Device (my phone in this case) to the computer through a USB cable Preferably, the USB cable that came with your device Enable USB debugging on your device Settings -> Developer Options -> USB Debugging First, check to see if the device is connected 55

56 Execute on an Android Device You can check that it is connected in 3 ways (1) Run adb.exe from the prompt Note path 56

57 Execute on an Android Device You can also (2) Look at the Device Manager Should see Android Phone listed in the Device List 57

58 Execute on an Android Device You can also (3) Check from Eclipse With Package Name Selected Select Run->Run As->Android Application 58

59 Execute on an Android Device A list of connected devices will appear in this list: If your device is listed, it is recognized If your device is not listed, it is not recognized by the OS and you have troubleshooting to do (go to slide 64) 59

60 Execute on an Android Device Make Sure that USB debugging is enabled on your device Settings -> Developer Options -> USB Debugging Select your device and click [OK] 60

61 Execute on an Android Device The application is then downloaded to your Android Device and executed Pizza App loaded in Eclipse on my laptop My Phone after the Pizza App was Downloaded to it 61

62 Execute on an Android Device The virtual device and the real device look pretty much the same This App worked well in both the virtual device and the real device Virtual device Real device 62

63 Summary We looked at the Eclipse IDE It s various parts when working on an application We loaded an existing project into Eclipse We started a new project in Eclipse We saw that without doing anything, you had an App that printed Hello World on the screen We defined a virtual Android device and simulated an App on it After some troubleshooting, we executed the same App on a real Android device 63

64 Some simple troubleshooting attempts 64

65 Troubleshooting You can check that it is connected in 3 ways (1) Run adb.exe from the prompt Note path 65

66 Troubleshooting You can check that it is connected in 3 ways (1) Run adb.exe from the prompt Note path Mine did not show anything when the adb command was executed Windows (or the adb command) did not recognize my device 66

67 Troubleshooting You can also (2) Look at the Device Manager Should see Android Phone listed in the Device List 67

68 Troubleshooting You can also (2) Look at the Device Manager Should see Android Phone listed in the Device List Mine did not show Android Phone It showed Unknown Device 68

69 Troubleshooting You can also (3) Check from Eclipse With Package Name Selected Select Run->Run As->Android Application 69

70 Troubleshooting A list of connected devices will appear in this list: If your device is listed, it is recognized If your device is not listed, it is not recognized by the OS (continue) 70

71 Troubleshooting You must get Windows (or whatever OS you are using) and adb (Android Debug Bridge) to recognize your device Some basic troubleshooting: Double check that the phone is connected properly 71

72 Troubleshooting You must get Windows (or whatever OS you are using) and adb (Android Debug Bridge) to recognize your device Some basic troubleshooting: Double check that the phone is connected properly, if it is Try a different cable 72

73 Troubleshooting You must get Windows (or whatever OS you are using) and adb (Android Debug Bridge) to recognize your device Some basic troubleshooting: Double check that the phone is connected properly, if it is Try a different cable You could try re-booting the phone 73

74 Troubleshooting You must get Windows (or whatever OS you are using) and adb (Android Debug Bridge) to recognize your device Some basic troubleshooting: Double check that the phone is connected properly, if it is Try a different cable You could try re-booting the phone Or re-boot the computer 74

75 Troubleshooting If your phone still isn t recognized by your OS Download and install the latest driver for your phone (you may have to re-boot again) 75

76 Troubleshooting If your phone still isn t recognized by your OS Download and install the latest driver for your phone (you may have to re-boot again) Start searching through the forums or get help from your phone s manufacturer 76

77 Troubleshooting If your phone still isn t recognized by your OS Download and install the latest driver for your phone (you may have to re-boot again) Start searching through the forums or get help from your phone s manufacturer None of this worked for my phone 77

78 Troubleshooting I believed that the upgraded Android OS (Ice Cream Sandwich: 4.2) was the problem The previous Android OS (Gingerbread: 4.1) was recognized by Windows An Android forum entry suggested that a Factory Reset on the phone would allow me to downgrade to the previous OS (Gingerbread: 4.1) 78

79 Troubleshooting I backed up as much as I could (and damn if I didn t forget a few things) Then performed a Factory Reset I was reluctant to do this, but after several hours of trying things that did not work (as listed on the previous slides), I decided not to waste any more time The Factory Reset put the phone back in the state it was when I purchased it (2 years ago) 79

80 Troubleshooting The Factory Reset did not allow me to downgrade the OS (this was why I did it!!) But, when I plugged the phone into the computer, my Android Phone was recognized So, the Factory Reset was necessary even though the previous Android OS was not Once your Android Device is recognized by your programming platform, you can move forward 80

Developing Android applications in Windows

Developing Android applications in Windows Developing Android applications in Windows Below you will find information about the components needed for developing Android applications and other (optional) software needed to connect to the institution

More information

Android. Lesson 1. Introduction. Android Developer Fundamentals. Android Developer Fundamentals. to Android 1

Android. Lesson 1. Introduction. Android Developer Fundamentals. Android Developer Fundamentals. to Android 1 Android Lesson 1 1 1 1.0 to Android 2 Contents Android is an ecosystem Android platform architecture Android Versions Challenges of Android app development App fundamentals 3 Android Ecosystem 4 What is

More information

ROM FLASHING INSTRUCTIONS FOR ONEPLUS 3 / 3T

ROM FLASHING INSTRUCTIONS FOR ONEPLUS 3 / 3T ROM FLASHING INSTRUCTIONS FOR ONEPLUS 3 / 3T 1. Locate the red USB C cable that came with your phone, and plug your phone into the computer. The OnePlus device will automatically boot a virtual CD drive.

More information

As CCS starts up, a splash screen similar to one shown below will appear.

As CCS starts up, a splash screen similar to one shown below will appear. APPENDIX A. CODE COMPOSER STUDIO (CCS) v6.1: A BRIEF TUTORIAL FOR THE DSK6713 A.1 Introduction Code Composer Studio (CCS) is Texas Instruments Eclipse-based integrated development environment (IDE) for

More information

Setting Up Your Handheld and Your Computer

Setting Up Your Handheld and Your Computer Setting Up Your Handheld and Your Computer In this chapter What s in the box? System requirements Step 1: Charging your handheld Step 2: Turning on your handheld for the first time Step 3: Installing your

More information

Using a floppy emulator instead of normal old floppy drives: (This method works both for the d8b and the HDR.)

Using a floppy emulator instead of normal old floppy drives: (This method works both for the d8b and the HDR.) Using a floppy emulator instead of normal old floppy drives: (This method works both for the d8b and the HDR.) Some time ago, I wanted to do a reinstallation of my d8b, but unfortunately I was completely

More information

Programming Mobile Applications with Android Lab1

Programming Mobile Applications with Android Lab1 Programming Mobile Applications Lab1 22-26 September, Albacete, Spain Jesus Martínez-Gómez Android Lab I.- Create, compile and execute a hello world application Follow the instructions to prepare your

More information

Lab Android Development Environment

Lab Android Development Environment Lab Android Development Environment Setting up the ADT, Creating, Running and Debugging Your First Application Objectives: Familiarize yourself with the Android Development Environment Important Note:

More information

By: Robert E. Sult. For the best results consult SULT. 6/29/2016 KODI for Fire Stick

By: Robert E. Sult. For the best results consult SULT. 6/29/2016 KODI for Fire Stick By: Robert E. Sult For the best results consult SULT KODI for Fire Stick Connect your Fire stick to your TV with the power supply that came with your device. Select the correct channel Set up the WIFI

More information

Galaxy Note Root Guide. by Max Lee

Galaxy Note Root Guide. by Max Lee Galaxy Note Root Guide by Max Lee Copyright 2012 by RootGalaxyNote.com Table of Contents How to Root Galaxy Note! [GT-N7000] Why root your Galaxy Note? How to Root Your Galaxy Note! (This is for GT-N7000

More information

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files 1-59863-307-4_APP A_541_10/31/06 Appendix A Backing Up Your Project Files At the end of every recording session, I back up my project files. It doesn t matter whether I m running late or whether I m so

More information

Installing the Bear Altimeter Console Android application.

Installing the Bear Altimeter Console Android application. Installing the Bear Altimeter Console Android application. The application will allow you to configure your altimeter and read the flights while you are on the field. The application can be installed on

More information

Getting Started with Eclipse/Java

Getting Started with Eclipse/Java Getting Started with Eclipse/Java Overview The Java programming language is based on the Java Virtual Machine. This is a piece of software that Java source code is run through to produce executables. The

More information

Mobile Programming Lecture 1. Getting Started

Mobile Programming Lecture 1. Getting Started Mobile Programming Lecture 1 Getting Started Today's Agenda About the Android Studio IDE Hello, World! Project Android Project Structure Introduction to Activities, Layouts, and Widgets Editing Files in

More information

Hello World. Lesson 1. Create your first Android. Android Developer Fundamentals. Android Developer Fundamentals

Hello World. Lesson 1. Create your first Android. Android Developer Fundamentals. Android Developer Fundamentals Hello World Lesson 1 1 1.1 Create Your First Android App 2 Contents Android Studio Creating "Hello World" app in Android Studio Basic app development workflow with Android Studio Running apps on virtual

More information

2. install windows vista

2. install windows vista 2. install windows vista Windows Vista comes preloaded on many brand-new PCs. If you already have a computer with Windows Vista installed, you can go directly to Chapter 3, Move from another PC. If you

More information

(Refer Slide Time: 0:48)

(Refer Slide Time: 0:48) Mobile Computing Professor Pushpendra Singh Indraprastha Institute of Information Technology Delhi Lecture 10 Android Studio Last week gave you a quick introduction to android program. You develop a simple

More information

The manufacturer has released new improved firmware which upgrades your O2 USB Modem. To install it follow the instructions below.

The manufacturer has released new improved firmware which upgrades your O2 USB Modem. To install it follow the instructions below. O2 USB Modem Firmware Upgrade. The manufacturer has released new improved firmware which upgrades your O2 USB Modem. To install it follow the instructions below. The upgrade will work on Microsoft Windows

More information

Bush Baby Alarm Clock With WiFi Hidden Camera

Bush Baby Alarm Clock With WiFi Hidden Camera Bush Baby Alarm Clock With WiFi Hidden Camera SKU: BBWiFiAlarmClock 1 Version 1.1 THANK YOU FOR PURCHASING THE BBWIFIALARMCLOCK Please read this manual before operating the BBWiFiAlarmClock and keep it

More information

Tutorial: How to Load a UI Canvas from Lua

Tutorial: How to Load a UI Canvas from Lua Tutorial: How to Load a UI Canvas from Lua This tutorial walks you through the steps to load a UI canvas from a Lua script, including creating a Lua script file, adding the script to your level, and displaying

More information

ARCAD 5250 Emulator for RDi and Eclipse. Tutorial

ARCAD 5250 Emulator for RDi and Eclipse. Tutorial ARCAD 5250 Emulator for RDi and Eclipse Tutorial For IBM Rational Developer for i version: 7.5+ For Eclipse version: 3.4+ Date: Jun-09 Copyright 1992, 2009 by ARCAD Software, Inc. All rights reserved.

More information

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate Wireless Plus(W+)!

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate Wireless Plus(W+)! Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate Wireless Plus(W+) Note that this documentation is written based on the mod version 4.0 on the

More information

Using GIGABYTE Mini-PC for the First Time

Using GIGABYTE Mini-PC for the First Time Congratulations on your purchase of the GIGABYTE Mini-PC. This manual will help you to get started with setting up your Mini-PC. The final product configuration depends on the model at the point of your

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Getting Started With NetLogo

Getting Started With NetLogo Getting Started With NetLogo John Balwit 1 and Melanie Mitchell 1,2 1 Portland State University 2 Santa Fe Institute Copyright 2013 by Santa Fe Institute and Portland State University NetLogo in a Nutshell

More information

INSTALLING WINDOWS ON YOUR MAC USING BOOT CAMP C188 TUTORIAL Fall, 2016

INSTALLING WINDOWS ON YOUR MAC USING BOOT CAMP C188 TUTORIAL Fall, 2016 INSTALLING WINDOWS ON YOUR MAC USING BOOT CAMP C188 TUTORIAL Fall, 2016 1. Back up your computer to an external drive, and plug in your computer. You will also need a blank USB drive of at least 16GB in

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

FAQ for KULT Basic. Connections. Settings. Calls. Apps. Media

FAQ for KULT Basic. Connections. Settings. Calls. Apps. Media FAQ for KULT Basic 1. What do the Icons mean that can be found in notifications bar at the top of my screen? 2. How can I move an item on the home screen? 3. How can I switch between home screens? 4. How

More information

Super USB. User Manual. 2007, March

Super USB. User Manual. 2007, March Super USB User Manual 2007, March Windows98 Driver Install/Uninstall Driver Install: 1. Execute Win 98 UFD driver, then restart PC. 2. Plug Super USB into an available USB port. A new Removable Disk drive

More information

ipad + itunes Tips & Tricks 2012

ipad + itunes Tips & Tricks 2012 Contents How to Set Up a Brand New ipad Without Wi-Fi Access... 1 Prevent Syncing... 4 Setting up an itunes Account Without a Credit Card... 5 Purchasing & Transferring Apps to an ipad Using a Laptop...

More information

ARCAD 5250 Emulator for WDSc and Eclipse. Tutorial

ARCAD 5250 Emulator for WDSc and Eclipse. Tutorial ARCAD 5250 Emulator for WDSc and Eclipse Tutorial For WDSc version: For Eclipse version: Date: 6.x+ 3.2.x+ Jun-09 Copyright 1992, 2009 by ARCAD Software, Inc. All rights reserved. The following terms are

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

IT-G400 Series. Android 6.0 Quick Start Guide. This document is a Development Guide Book for IT-G400 application developers. Ver 1.

IT-G400 Series. Android 6.0 Quick Start Guide. This document is a Development Guide Book for IT-G400 application developers. Ver 1. IT-G400 Series Android 6.0 Quick Start Guide This document is a Development Guide Book for IT-G400 application developers. Ver 1.04 No part of this document may be produced or transmitted in any form or

More information

MalaRom flashing Guide

MalaRom flashing Guide MalaRom 1.1.0 flashing Guide Introduction This guide is ONLY valid for MalaRom 1.1.0 and ONLY for 256 Mb devices! Please make sure to read the entire guide before you begin. Also if you have flashed your

More information

Blackfin Online Learning & Development

Blackfin Online Learning & Development Presentation Title: Multimedia Starter Kit Presenter Name: George Stephan Chapter 1: Introduction Sub-chapter 1a: Overview Chapter 2: Blackfin Starter Kits Sub-chapter 2a: What is a Starter Kit? Sub-chapter

More information

SKIP THIS STEP IF YOUR DISTRICT HAS CHROMEBOOKS FOR EVERY STUDENT WITH THEIR OWN GOOGLE APPS USERNAME!!!

SKIP THIS STEP IF YOUR DISTRICT HAS CHROMEBOOKS FOR EVERY STUDENT WITH THEIR OWN GOOGLE APPS USERNAME!!! Class Update Form If there are any steps that aren t working for you, please contact me and I ll try to help! To save some time, I created a Sample Class Roster and a Sample Update Form. Sample Roster:

More information

From time to time Google changes the way it does things, and old tutorials may not apply to some new procedures.

From time to time Google changes the way it does things, and old tutorials may not apply to some new procedures. From time to time Google changes the way it does things, and old tutorials may not apply to some new procedures. This is another tutorial which, in about 6 months, will probably be irrelevant. But until

More information

Signing For Development/Debug

Signing For Development/Debug Signing Android Apps v1.0 By GoNorthWest 15 December 2011 If you are creating an Android application, Google requires that those applications are signed with a certificate. This signing process is significantly

More information

Applied ICT Skills MS Windows

Applied ICT Skills MS Windows Applied ICT Skills MS Windows Lesson 1 - How to install an operating system into computer? Windows 7 is perhaps the best Microsoft operating system and is very easy to install compared to other windows.

More information

How To Install Windows Update Vista Without Cd Dell Inspiron 1525

How To Install Windows Update Vista Without Cd Dell Inspiron 1525 How To Install Windows Update Vista Without Cd Dell Inspiron 1525 One can easily downgrade the resident OS on Dell Inspiron from Vista to XP in a couple of easy steps. Following this step one needs to

More information

School Installation Guide ELLIS Academic 5.2.6

School Installation Guide ELLIS Academic 5.2.6 ELLIS Academic 5.2.6 This document was last updated on 2/16/11. or one or more of its direct or indirect affiliates. All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries,

More information

If you don t have the JDK, you will need to install it. 1. Go to

If you don t have the JDK, you will need to install it. 1. Go to Developing Android applications in Windows Below you will find information about the components needed for developing Android applications and other (optional) software needed to connect to the institution

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide 1 Contents 3 Boot Camp 3 Introduction 4 What You Need 5 If You ve Already Used a Beta Version of Boot Camp 5 Upgrading Windows XP to Windows Vista 6 Installation Overview

More information

WHEN YOU HAVE NO INTERNET ACCESS, WHAT NOW?

WHEN YOU HAVE NO INTERNET ACCESS, WHAT NOW? WHEN YOU HAVE NO INTERNET ACCESS, WHAT NOW? Let s quickly outline the steps first, then we ll go into detail on each one: 1. Confirm other devices can t connect 2. Reboot your computer 3. Unplug your modem

More information

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate GoFlex Satellite(GFS)!

Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate GoFlex Satellite(GFS)! Thank You for purchasing our firmware. This guide aims to guide you one step at a time to mod your Seagate GoFlex Satellite(GFS) Step 1 : GFS : Download the Seagate GoFlex Satellite Firmware 1.3.7.001.

More information

STEP 1 STEP 2 STEP 3 STEP 4 You may see the following. Then click OK. information on your screen: Click on the more apps to expand the list.

STEP 1 STEP 2 STEP 3 STEP 4 You may see the following. Then click OK. information on your screen: Click on the more apps to expand the list. Using Adobe Flash Software The S.T.A.B.L.E. Program Learner Course PowerPoint slides are packaged with Adobe Flash and will play using a Flash Player. This means you do not have to have PowerPoint installed

More information

Android Programming Lecture 2 9/7/2011

Android Programming Lecture 2 9/7/2011 Android Programming Lecture 2 9/7/2011 Creating a first app 1. Create a new Android project (a collection of source code and resources for the app) from the Eclipse file menu 2. Choose a project name (can

More information

Using Devices with Microsoft HealthVault

Using Devices with Microsoft HealthVault Using Devices with Microsoft HealthVault A Microsoft HealthVault Step-by-Step Guide This guide will help you get started using Microsoft HealthVault Connection Center to send information from your health

More information

As CCS starts up, a splash screen similar to one shown below will appear.

As CCS starts up, a splash screen similar to one shown below will appear. APPENDIX A. CODE COMPOSER STUDIO (CCS) v5.1: A BRIEF TUTORIAL FOR THE OMAP-L138 A.1 Introduction Code Composer Studio (CCS) is Texas Instruments integrated development environment (IDE) for developing

More information

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD Version 1.4 This tutorial will walk you through how to create a bootable USB drive and how to apply the newest firmware 4.6 to your

More information

Quick Start Guide. Welcome to TickBox TV, and congratulations on ditching your cable company for the future of television!

Quick Start Guide. Welcome to TickBox TV, and congratulations on ditching your cable company for the future of television! Welcome to TickBox TV, and congratulations on ditching your cable company for the future of television! What s in the box? Every TickBox includes a power cord, an HDMI cable, and a hand held remote. Quick

More information

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Version 8.1 This tutorial will walk you through how to create a bootable USB drive to enter into a WINPE

More information

Part 3: Essentials for Teachers with New Course Sites

Part 3: Essentials for Teachers with New Course Sites Part 3: Essentials for Teachers with New Course Sites Moodle 2 includes many new features. One of these is the file management system through which you can organize, prepare and upload content into your

More information

How To Install Windows Update Vista From Usb Flash Drive Step By Step

How To Install Windows Update Vista From Usb Flash Drive Step By Step How To Install Windows Update Vista From Usb Flash Drive Step By Step Step by step how to guide to install Windows 7 from USB Flash or Pen drive is A computer running with Windows 7 or Vista or later versions

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide 1 Contents 3 Boot Camp 3 Introduction 4 What You Need 4 If You ve Already Used a Beta Version of Boot Camp 5 Upgrading Windows XP to Windows Vista 5 Installation Overview

More information

Syncios Manager User Guide

Syncios Manager User Guide Syncios Manager User Guide Overview Tutorials Introduction Transfer Data Between Devices and Key Features PC System Requirements Make Ringtones and Download Videos One-click Backup and Restore Phone to

More information

Access Point Connection in Departments and SSSH

Access Point Connection in Departments and SSSH Access Point Connection in Departments and SSSH 1. Access point names. i) veccse ii) vecit iii) vecece iv) vecmba v) SSSH1 2. Proxy Address for Access Point(Wi-Fi) i) For CSE(vec-cse) Proxy Address:172.16.1.2

More information

Mobile Application Development

Mobile Application Development Mobile Application Development The principal goal of education is to create men and women who are capable of doing new things, not simply repeating what other generations have done. -Jean Piaget Mobile

More information

Bush Baby Wi-Fi Wall Outlet Hidden Camera

Bush Baby Wi-Fi Wall Outlet Hidden Camera Bush Baby Wi-Fi Wall Outlet Hidden Camera SKU: BBWiFiWallOutlet 1 Version 1.1 THANK YOU FOR PURCHASING THE BBWIFIWALLOUTLET Please read this manual before operating the BBWIFIWALLOUTLET and keep it handy.

More information

File Download Instructions. File Download Instructions

File Download Instructions. File Download Instructions Table of Contents... 2 Download epub File to your Computer... 3 Download Mobi File to your Computer... 7 Download epub File to your ios Device... 11 Download Mobi File to your ios Device... 16 Download

More information

Link-OS SDK for Xamarin README

Link-OS SDK for Xamarin README Link-OS SDK for Xamarin README This readme is specific to the LinkOS Xamarin SDK. This SDK is a Xamarin PCL in the plugin format. Also included in the files is a sample app showing use of specific APIs.

More information

Installed Manually Windows Phone 8 On Android Device Driver Software Was Not Successfully

Installed Manually Windows Phone 8 On Android Device Driver Software Was Not Successfully Installed Manually Windows Phone 8 On Android Device Driver Software Was Not Successfully Numerous users of Samsung devices have complained about not being able to you will not have to use the KIES software

More information

How to Create a Bootable OS X Yosemite Installer Disk in 2 Steps

How to Create a Bootable OS X Yosemite Installer Disk in 2 Steps Creating a Yosemite installation drive that is bootable is quite simple, but it s a multiple step process. Before you begging, make sure you have the following basic requirements met: Requirements A USB

More information

Android Development Tools = Eclipse + ADT + SDK

Android Development Tools = Eclipse + ADT + SDK Lesson 2 Android Development Tools = Eclipse + ADT + SDK Victor Matos Cleveland State University Portions of this page are reproduced from work created and shared by Google and used according to terms

More information

Tegra 250 Development Kit Android Setup Experience

Tegra 250 Development Kit Android Setup Experience Tegra 250 Development Kit Android Setup Experience Version 20110301 February 2011-1 - Contents WELCOME TO TEGRA... 3 STEP 1: SETUP AND FLASH THE DEVKIT HARDWARE... 4 STEP 2: INSTALL THE JAVA DEVELOPMENT

More information

Installing Your Software Important:

Installing Your Software Important: 1 Installing Your Software This booklet is designed to get you up and running as quickly as possible, and covers the following: Package contents Upgrading Mac OS X Installing and authorizing Logic Express

More information

Task On Gingerbread On Ice Cream Sandwich Notification bar on lock screen Notification bar is not accessible on the lock screen.

Task On Gingerbread On Ice Cream Sandwich Notification bar on lock screen Notification bar is not accessible on the lock screen. HTC Rezound to 3.14.605.12 710RD: What s Different and New? Congratulations on updating your HTC Rezound to 3.14.605.12 710RD. You might have some questions about the new update and how you can take advantage

More information

If you experience issues at any point in the process, try checking our Troublshooting guide.

If you experience issues at any point in the process, try checking our Troublshooting guide. Follow along with this guide to set up your Omega2 for the first time. We ll first learn how to properly connect your Omega to a Dock and power it up. Then we ll connect to it to use the Setup Wizard to

More information

ios BYOD Wireless Instructions

ios BYOD Wireless Instructions ios BYOD Wireless Instructions The following is an outline of the process required to connect your personally-owned ios device to the BYOD Wireless. First open the settings App Select the BYOD wireless

More information

BCA 6. Question Bank

BCA 6. Question Bank BCA 6 030010601 : Introduction to Mobile Application Development Question Bank Unit 1: Introduction to Android and Development tools Short questions 1. What kind of tool is used to simulate Android application?

More information

How to export data from Reckon Quicken Personal Plus to Moneydance By Michael Young

How to export data from Reckon Quicken Personal Plus to Moneydance By Michael Young How to export data from Reckon Quicken Personal Plus to Moneydance 2011 By Michael Young The information provided in this guide is provided to help users of Reckon Quicken Personal Plus transfer data to

More information

Syncios Manager User Guide

Syncios Manager User Guide Syncios Manager User Guide Overview Tutorials Introduction Transfer Data Between Devices and Key Features PC System Requirements Make Ringtones and Download Videos GIF Maker One-Click Backup and Restore

More information

XNA Tutorials Utah State University Association for Computing Machinery XNA Special Interest Group RB Whitaker 21 December 2007

XNA Tutorials Utah State University Association for Computing Machinery XNA Special Interest Group RB Whitaker 21 December 2007 XNA Tutorials Utah State University Association for Computing Machinery XNA Special Interest Group RB Whitaker 21 December 2007 Console Windows Supplementary Tutorial 8 Overview The majority of beginning

More information

HomeTroller Zee S2 Getting Started Guide

HomeTroller Zee S2 Getting Started Guide HomeTroller Zee S2 Getting Started Guide Congratulations on your purchase! Your HomeTroller Zee S2 is ready to put you in control of your home. Please take a few minutes to read through this guide to familiarize

More information

Tutorial - How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment

Tutorial - How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment Tutorial - How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment Version 1.9 This tutorial will walk you through how to create a bootable USB drive to enter into a

More information

Moving from FrameMaker to Blaze: Best Practices

Moving from FrameMaker to Blaze: Best Practices Moving from Adobe FrameMaker to MadCap Blaze is easy, although to get the best results you need to do some planning before you start. This document discusses suggestions and issues to make the import result

More information

Allegro CX Field PC Release 1.07a

Allegro CX Field PC Release 1.07a Allegro CX Field PC Release 1.07a Installation Instructions June 2007 Enhancements Enhancements included in the Allegro CX Field PC operating system release 1.07a are as follows: Integration of the OS

More information

Data Management CS 4720 Mobile Application Development

Data Management CS 4720 Mobile Application Development Data Management Mobile Application Development Desktop Applications What are some common applications you use day-to-day? Browser (Chrome, Firefox, Safari, etc.) Music Player (Spotify, itunes, etc.) Office

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

BenQ trevolo Device Firmware Update over USB

BenQ trevolo Device Firmware Update over USB BenQ trevolo Device Firmware Update over USB REVISION HISTORY Version Modification Reviser Date 0.1 Initial Release 2014/8/19 0.2 Revise the way to enter DFU mode 2014/10/20 0.3 Revise and add Trouble

More information

Welcome to CSSE 220. We are excited that you are here:

Welcome to CSSE 220. We are excited that you are here: Welcome to CSSE 220 We are excited that you are here: Start your computer Do NOT start Eclipse Follow the instructions in the email, if you haven t already Pick up a quiz from the back table Answer the

More information

Android In Industrial Applications. A Field Report

Android In Industrial Applications. A Field Report Garz & Fricke Android In Industrial Applications A Field Report Android In Industrial Applications A Field Report Contents What we will talk about Garz & Fricke Company Overview Introduction to Android

More information

Ionic Tutorial. For Cross Platform Mobile Software Development

Ionic Tutorial. For Cross Platform Mobile Software Development About Ionic Tutorial For Cross Platform Mobile Software Development This Tutorial is for setting up a basic hybrid mobile application using the Ionic framework. The setup will be shown for both Mac and

More information

Installing USB Drivers to Windows System

Installing USB Drivers to Windows System 1/9 Installing USB Drivers to Windows System Noptel Oy, Oulu Finland 1.3.2010 Noptel s USB devices uses USB/Serial Converters made by FTDI Ltd. The drivers for the USB Converter are provided by FTDI (http://www.ftdichip.com/).

More information

Your Own Virtual Playground. CS 1585 :: Doug McGeehan

Your Own Virtual Playground. CS 1585 :: Doug McGeehan Your Own Virtual Playground CS 1585 :: Doug McGeehan Overview Follow these steps on your personal laptop or home PC. 1. 2. 3. 4. 5. Open this URL in your browser: http://tiny.cc/dsl-vm Download and Install

More information

The requirements according to Autodesk are to be using Xcode with the 10.8 SDK(comes with it). Xcode 6 does not have this SDK.

The requirements according to Autodesk are to be using Xcode with the 10.8 SDK(comes with it). Xcode 6 does not have this SDK. The requirements according to Autodesk are to be using Xcode 5.0.2 with the 10.8 SDK(comes with it). Xcode 6 does not have this SDK. Unfortunately, when Apple updates Xcode it breaks everything, every

More information

An iphone is easy to maintain and isn t likely to give you much trouble

An iphone is easy to maintain and isn t likely to give you much trouble An iphone is easy to maintain and isn t likely to give you much trouble In this chapter, you learn how to keep an iphone in top shape and what to do should problems happen. Topics include the following:

More information

Tutorial How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment

Tutorial How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment Tutorial How to upgrade firmware on Phison S9 controller MyDigitalSSD using a Windows PE environment Version 1.6 This tutorial will walk you through how to create a bootable USB drive to enter into a WINPE

More information

Quick-Start Guide. BNS Solutions. QSK62P Plus

Quick-Start Guide. BNS Solutions. QSK62P Plus BNS Solutions Quick-Start Guide QSK62P Plus RS-232 Port Link LED 8-character x 2-line LCD Expansion Port (2) Reset Switch Power LED Thermistor I/O Ring (4) M16C MCU Analog Adjust Pot MCU Crystal Expansion

More information

Quick Install Guide. Model: PLC-223W, PLC-233W

Quick Install Guide. Model: PLC-223W, PLC-233W Quick Install Guide Model: PLC-223W, PLC-233W This installation guide provides basic instructions for installing the PLC-213W/ PLC-223W/PLC-233W indoor wireless IP camera on your network. By following

More information

TI Connect Quick-Start Guide

TI Connect Quick-Start Guide Materials Computer TI Connect software TI-GRAPH LINK cable (gray, black or silver (USB)) TI Graphing Handheld (TI-73, TI-83 Plus, TI-83 Plus Silver Edition, TI-89, TI-92 Plus, TI Voyager plt) Objectives

More information

ATV520 User Manual V1.1

ATV520 User Manual V1.1 ATV520 User Manual V1.1 ATV520 Enjoy TV Box User Manual V1.0 Introduction The ATV520, also called Dual core Android TV box, is a box connected to your TV HDMI input that turn your TV to a multifunction

More information

Do A Manual System Restore On Windows 8 Hp

Do A Manual System Restore On Windows 8 Hp Do A Manual System Restore On Windows 8 Hp 2000 Notebook Pc This document applies to HP and Compaq computers running Windows 8. Never open an attachment or a link in an email when you do not trust the

More information

Wireless Network Adapter Needs Reset Windows 7 Not Working

Wireless Network Adapter Needs Reset Windows 7 Not Working Wireless Network Adapter Needs Reset Windows 7 Not Working Wireless Networking for the Home for Windows 7 Make sure the latest driver is installed, for more information refer to: it will be necessary to

More information

The Eclipse Parallel Tools Platform

The Eclipse Parallel Tools Platform May 1, 2012 Toward an Integrated Development Environment for Improved Software Engineering on Crays Agenda 1. What is the Eclipse Parallel Tools Platform (PTP) 2. Tour of features available in Eclipse/PTP

More information

HOW TO: Upgrade Windows XP to Windows 7 with Windows Easy Transfer

HOW TO: Upgrade Windows XP to Windows 7 with Windows Easy Transfer HOW TO: Upgrade Windows XP to Windows 7 with Windows Easy Transfer Upgrade Windows XP to Windows 7 with Windows Easy Transfer Upgrade option for XP users like Windows Vista. In addition, if you completely

More information

HTC Magic Required Software Update

HTC Magic Required Software Update OVERVIEW THIS IS A CRITICAL SOFTWARE UPDATE PROVIDED BY HTC TO ENABLE 911 CALLING ON YOUR PHONE. And also provides the following enhancement: Introduces HTC Sense - an intuitive user interface You will

More information

Contents. 1 Drobo 5C Online User Guide Before You Begin Product Features at a Glance Checking Box Contents...

Contents. 1 Drobo 5C Online User Guide Before You Begin Product Features at a Glance Checking Box Contents... Drobo 5C User Guide Contents 1 Drobo 5C Online User Guide... 6 1.1 Before You Begin... 7 1.1.1 Product Features at a Glance... 8 1.1.2 Checking Box Contents... 10 1.1.3 Checking System Requirements...

More information

(Refer Slide Time: 1:12)

(Refer Slide Time: 1:12) Mobile Computing Professor Pushpendra Singh Indraprastha Institute of Information Technology Delhi Lecture 06 Android Studio Setup Hello, today s lecture is your first lecture to watch android development.

More information

Android App Development for Beginners

Android App Development for Beginners Description Android App Development for Beginners DEVELOP ANDROID APPLICATIONS Learning basics skills and all you need to know to make successful Android Apps. This course is designed for students who

More information