DEVELOPERS MANUAL. Philip SUPER HAPPY FUN FUN INC Research Blvd. Suite C-220 Austin, TX, 78759

Size: px
Start display at page:

Download "DEVELOPERS MANUAL. Philip SUPER HAPPY FUN FUN INC Research Blvd. Suite C-220 Austin, TX, 78759"

Transcription

1 DEVELOPERS MANUAL Philip SUPER HAPPY FUN FUN INC Research Blvd. Suite C-220 Austin, TX, 78759

2 Table of Contents Quick Start Guide... 3 First Time Setup for Development... 4 Getting Started in Unity... 4 Additional Tools... 6 SureShot SDK... 9 SureShot General Settings... 9 Test Play... 9 Set Up Starting Scene... 9 Save Scene... 9 Save SSettings... 9 Push To Device... 9 SureShot Build Settings Build Settings Network Setup Overlay Settings Controllers SureShot Controllers Standard First Person Version First Person Version rd Person Version rd Person Version rd Person Version Isometric Rail Shooter SureShot Networking Avatars Saving Data SureShot Naming Conventions SureShot API SInput Variables Methods... 18

3 PNPInputManager Variables Methods GunManager Variables Methods NetworkAccount Variables Methods ProfileManager Properties Variables Methods Troubleshooting... 20

4 Quick Start Guide 1. (Optional) Apply rough side of Velcro on the bottom of the SureShotHD console. 2. (Optional) Apply soft side of Velcro to the top of the monitor or tv that you wish to use. Apply Velcro to the center of the tv or monitor the best you can. 3. Plug in HDMI cord into a tv or monitor and then in to the back of the SureShotHD console. 4. Plug in small side of mod b usb cord into the back of the SureShotHD platform. 5. Plug in normal usb side of cord into the computer you wish to use for development. a. As a note, longer usb cords will be needed if your development computer is too far from the tv or monitor you wish to use. 6. Wait for the system to boot up to the SureShotHD screen. Once you see a small box with a gun that says Scanning, turn on gun by pulling the trigger. 7. Follow the instructions on screen to calibrate the gun. Take your time aiming for better results. 8. Select PLAY NOW to play as a guest.

5 First Time Setup for Development Getting Started in Unity 1. Follow the instructions from the Quick Start Guide to get your console set up. 2. Downloading the android usb driver and RK3066 driver maybe required for your computer to recognize the SureShot platform. 3. Ensure you are using Unity 5.3.3f1. a. You are welcome to use any higher version of Unity, but it has only been tested for stability with version 5.3.3f1. You are responsible for ensuring all systems are working when turning in your game for review to be submitted to the SureShot Shop. b. If operating system or in game overlay features are not working properly due to the Unity version your game will not pass review. c. You must use android 4.4 and.net 2.0 as the target sdk and framework for android when building regardless of Unity version. These settings may be found at File > Build Settings > Player Settings 4. Open your project in Unity. 5. Go to File > Build Settings and make sure your project platform is Android. If it is not, select android and switch platforms. a. If you are targeting multiple platforms it is recommended that you keep a separate library for each platform so that you do not have to reimport assets every time you want to make a build. 6. Go to Edit > Preferences > External a. Make sure you are targeting and android SDK 19 and the latest as well as JDK (NDK is not required). i. Windows: C:/Users/[user]/AppData/Local/Android/Sdk ii. Mac: Drive/AndroidSdk iii. Linux: Drive/android-studio b. If you are not targeting the right versions there will be conflicts when building to the device and plugins will possible not operate properly. c. Ensure you set your computer s JAVA_HOME variable to the correct path. See links below on how to do this. i. Windows: ii. Mac: iii. Linux:

6 7. Import the SureShotHD_SDK package into your project. 8. Once completed, review and change as needed to fix conflicts between code bases. 9. Open File > Build Settings and add the Preload scene as the first scene (build index 0) a. This scene loads assets and initializes scripts to assure optimal use of the SureShot wireless gun, profile manager, in game overlay, networking, and instances to be used within your code base to use the gun as your controller. b. This scene will load the Menu scene once it has completed. The quickest way to get your game up and running on the SureShotHD platform is to rename your main menu to Menu, add it to the build settings (build index 1), and rename the Menu scene that comes with the package (Demo Main Menu). c. Note: Make sure to rename the scene in Scenes > _SSHD > Menu to something else if it s going to be in your build settings. 10. Add the ShutDown scene to the build settings. 11. (Optional) If you would like to use a different scene as your starting scene, you may do so in the following ways. a. Manually, you can drag and drop the following objects into your starting scene from Assets > Prefabs > _SSHD and Assets > Resources > _SSHD folders. i. PreLoadObjects ii. NetworkAccount iii. PNPEventSystem iv. 3rdParty b. Automated, Open SureShot > Build Settings and under SureShot Settings select first time setup. This will bring in these objects into your scene for you. i. Notice that a Save All Settings button will appear after you press this button. Make sure you do not forget to press this button to save your scene and all edited changes made using the SureShot Build Settings. 12. Find the PNPEventSystem object in the starting scene (Preload or scene you chose) and select it. a. In the inspector find the SInput component and change the Shutdown Scene to the build index of the ShutDown scene in File > BuildSettings. b. Note: If you change the order of your scene, make sure to change this value before building. 13. Open SureShot > Build Settings a. Go to the Build Settings tab. b. Apply your product name. i. You must keep the bundle identifier com.shff. [your product name]. This allows the device to know that it is an application targeted for the SureShot platform and will not show up in the operating system s My Games tab otherwise. c. Apply the version (must be #.#.#) example

7 d. Select whether you would like to use the mouse of gun. i. Gun is recommended. e. Select the staging level for your application. i. Dev: Development, for testing and implantation. This staging level comes with a premade development profile and test credit cards for store purchasing. ii. Stg: Staging, for testing live server operations. This is for testing online capabilities as if it were final production. iii. Prd: Production, this stage is for the user. It is the final build stage the customer plays on. If you choose this, you will be using the same version (with updates you made) that the players are currently using. f. Save Settings i. If you get an error, please delete file at Assets > Resources > _SSHD > SSETTINGS.json, ensure all your settings are the same, and select save settings again. Press Ctrl-R before building to make sure the file explorer refreshes to the newly save SSETTINGS.json. ii. IMPORTANT: If you do not refresh, it will use the old SSETTINGS.json or none at all if you deleted it. 14. With the SureShot platform plugged into your development computer, and fully booted to the Operating System, go to File > Build and Run to push your game to the SureShot platform. NOTE: Ensure all steps are followed and review if the game does not push to the SureShot platform. Step 9 is vital and should never be skipped and always checked before making builds. You may use step 11 in place of step 9 if you do not want to use the built in Preload scene. Additional Tools Other tools maybe required for more control over your development. These tools may allow you to manually uninstall your game, reinstall your game, push a game icon to the platform, or even add your own avatars (See Avatars). To install these tools, go to and download Android Studio 2.1. Once installed open Android Studio and go to the SDK Manager. Here you can install: - Android USB Driver - Platform Tools - SDK 19 and Latest Android Studio Platform-Tools ADB (Android Debug Bridge) (Recommended) 1. Open Terminal or Command Console. 2. Change Directory to Android SDK Install Location > platform-tools ex: cd /

8 3. Run adb devices a. Result should be device [some serial number] b. If no devices are found, you need to install an RK3066 driver or the Android USB Driver (see above). 4. If a device shows up you may run commands to manually install, reinstall, uninstall your game from the device. This may be needed in some instances during trouble shooting, but it not a requirement, just recommended. ADB Commands - adb install [-r] [-d] /path to apk (install your game) o -r (reinstall) o -d (downgrade version) - adb uninstall [package name] (uninstall game) ex: adb uninstall com.shff.yourapp - adb push /path to file /path on device o example: adb push /Desktop/Image.png /mnt/internal_sd/savedata/gamebuttons/ - adb pull /path on device /path on computer example: adb pull /mnt/internal_sd/savedata/savedwifi.json /Desktop - adb shell (enters the internal terminal of the sureshot platform) o pm uninstall [package name] (uninstall game) o pm install /path to apk NOTE: path is to apk already on device (see adb push) o monkey -p [package name] 1 (Manually start application) o pm list packages (list of apps, used to make sure game installed during trouble shooting) o dumpsys package [package name] grep versionname (Get Version number of installed game). NOTE: Other commands can be found online. Path to all data regarding the SureShot platform is under /mnt/internal_sd/savedata WARNING: You are responsible if the device fails due to user error when manually troubleshooting the device. Platform-Tools Monitor (Recommended) The Monitor is an application that can be used to measure the amount of cpu and memory that your application is using while it is running. The Android Device Monitor can be opened from the platform-tools folder in the Android SDK folder. It can also be opened from Android Studio.

9

10 SureShot SDK SureShot General Settings Test Play Test play will allow you to play the game from the scene you are in without going back to your starting scene or to the Preload scene. This function will spawn all necessary components to allow you to mimic what the gun will do once built to the SureShot platform. Make sure you do not save the scene with these objects in them. You may get rid of all of them by simply clicking the clear scene button, or leaving the scene without saving. Set Up Starting Scene Set up starting scene will spawn all necessary items required to properly use the SureShot platform s gun controller in your game. This will allow you to use your custom main menu or starting scene instead of the Preload scene that comes with the SureShot SDK unity package. Make sure you rename your starting scene/main menu to MainMenu, or it wont work properly. Save Scene It is important to make sure that you not only save your scene after adding controllers, but to save your build settings and all overlay changes that you ve made. Save Scene will do all of this for you. Save Scene only shows if you ve made changes within the SureShot Build Settings Tool. Save SSettings If you ve made changes to your scene and do not wish to save the scene, but need to save your build settings you can use the Save SSettings button to save these values for when you build your game. Push To Device Coming soon

11 SureShot Build Settings Build Settings 1. Product Name: This is the title of your product. It will appear as shown in the SureShot shop and on the game button itself. 2. Bundle Identifier: This must start with com.shff. When using the SureShot Build Settings the bundle identifier will be filled out for you when applying the product name. a. If you target multiple platforms within your project, ensure this is changed back to the proper format before building and apk for the SureShot platform. 3. Bundle Version: The bundle version must be in the format of #.#.# If it is not, your game will not pass review. If will also not update or register that the game was installed. 4. Bluetooth?: This tells you whether the platform has Bluetooth enabled or not. It will be enabled if the game is in Gun mode, but will be disabled if the game is in Mouse mode. 5. Game Resolution: The SureShot platform supports 3 different resolutions. Games must run as fast as possible, so if your game doesn t require as high of a resolution, this is a good way to buy back a few frames per second of performance. a. Resolution Options i. HD1080: 60hz Progressive ii. HD720: 60hz Progressive iii. SD480: 720x480 Standard Definition 6. Target FPS: This is the target frames per second of your game and will change the refresh rate of the game to target your desired speed. a. FPS Options i. 60 ii Input Type: This allows you to use either a mouse or the SureShot gun controller on the SureShot platform. a. To use a mouse, you will have to plug in the AC cord to the SureShot platform and use a usb mod b to usb adapter to plug in the mouse. b. Troubleshooting: If your gun will not connect to the SureShot platform and you do not see a scanning for gun box, your game was likely built out in mouse mode. 8. Production Stage: This is for applying the targeted staging of your game. a. Stages i. Dev (Development) this stage is for debugging and test purchases. ii. Stg (Staging) this stage is for testing final production. iii. Prd (Production) this stage is final production.

12 9. Debug?: This is for a simple value to determine whether you game should be in debug mode. a. _SSHDSSettingsData.settings.debug. Network Setup Store Information - Developers o Add developers and/or publishers names here in the order you want them to show on the SureShot Shop o Remove Developer to remove the developer s or publisher s name. - Is Full Game o Activate this if the game is a full game - Has Add-on o Activate this if the game has or is an Add-on - Release Date o This is formatted as October 1, Description o This is the description of your game on the SureShot Shop. This should be used to give a brief summary of you game and entice player with features included in it. o Limitations - Save To File o This will save a storeinfo.json file to the persistent data path of your project. This needs to be added to the FTP under your games Store folder. Note: It must be named storeinfo.json when uploaded to the store. You may add a prename by filling out the text field next to it. This allows you to make copies, but the final version must not have the pre name. - *storeinfo.json o If you have saved storeinfo.json the file will appear as a button. If you select that button it will load the values of that file so that you can easily edit them and resave. You can also delete the file if you no longer need it.

13 FTP It is very important that you ensure your settings are properly set before using FTP. If they are not, you may not be able to see previously uploaded data under FTP Builds, or upload your games and files to the correct folder on the FTP. One example is your product name which can be found under Sure Shot Build Settings or at File > Build Settings > Player Settings. This information is used as part of the link to your FTP. Ex: Prd/[Product Name]/1.0.0/[Product Name].apk - Sign In o Use the username and password provided by Super Happy Fun Fun to sign in to the ftp network. This will pass the credentials used to load files so that you can upload or delete files from the ftp. - Store o o o Game Icon Drag desired texture you would like for you game icon into the texture slot. Then click upload to upload the texture to the ftp. Store Info This will upload the storeinfo.json file you created under Store Information. See Store Information. Add Screen Shot You can add up to 5 screen shots and upload them to the ftp. - Local Builds o Local Builds shows you all of the.apk files you ve built through the Build button. Click on the production stage to view the builds of that stage. You can then click the upload button to upload the build to the ftp, or the delete button to delete the local file. Note: Builds are save under your project folder at Dev/ Stg/ and Prd/ - FTP Builds o FTP Builds works much the same as Local Builds, but as of now your only option is to delete the game file. It will not remove the directory from the ftp, so the version folder will remain displayed. I Note: If you upload a file from Local Builds with the same version number, it will overwrite the previous. Overlay Settings Overlay settings will only appear as a tab in the scene if you have the 3rdParty prefab in the current scene. If you do not have the 3rdParty scene you can press Set Up Starting Scene to bring this prefab into the current scene along with all other necessary components to use the SureShot platforms systems. NOTE: You should only bring these items into your starting scene. These objects carry from scene to scene automatically for best performance and memory optimization. - Game Icon: This is the image that will show on the center button when you open the in game overlay.

14 o You can open the in game overlay by holding the menu button down on the gun for ½ second while in game. - Company Logo: This is the splash image that will show when the game boots up. - Logo Background: This is the background image that will be behind your company logo. - Logo Background color: You can change the color of the background behind your logo. o If you use an image this will change the color of your logo background image. Controllers - Reticle?: If this is selected you should see below: o Gun 1 Reticle: Change the sprite of the reticle to a custom one of your choosing for player 1. o Gun 1 Reticle Color: Change the color of the reticle for player 1. If you use an all-white sprite for your reticle, then you will have more control over its color. o Gun 2 Reticle: Change the sprite of the reticle to a custom one of your choosing for player 2. o Gun 2 Reticle Color: Change the color of the reticle for player 2. o NOTE: If you collapse the reticles by deselecting (Reticle?) so they do not show, you will have no reticles in your game. The gun will still work as if there was a reticle, but the reticles will not be visible. - Button Hilight Sound: The sound the buttons in the overlay make when you hover over them. - Button Select Sound: The sound the buttons in the overlay make when you select them i.e. shoot them. The controllers tab will only appear if there are controllers in the scene. If you do not have any controllers in the scene you can spawn one from SureShot > Controllers or from the upper left button in the SureShot Build Settings tool. Under the controllers tab of the SureShot Build Settings tool you will be able to manipulate the values of the controller mechanics of the controllers in the scene. Another option to get controllers in the scene simply, is to review the demo scenes and choose one that matches your games mechanical needs. Once you find one, you can: - Drag and drop scene file into hierarchy, select and drop objects from scene in hierarchy to your scene, right-click demo scene in hierarchy and remove it.

15 - Open demo scene, select all objects in scene, right-click, copy, go to your scene, and paste. NOTE: Variables change depending on the camera controller you choose. Please see SureShot Controllers for information. No more than one controller is needed in each scene. If you desire more than one controller for split screen multiplayer or other systems you can spawn more, but as a warning, you are responsible for getting multiple controllers in a scene to work properly for you game. SureShot Controllers Standard Controls Tool First Person Version 1 Controls Tool First Person Version 2 Controls Tool 3 rd Person Version 1 Controls

16 Tool 3 rd Person Version 2 Controls Tool 3 rd Person Version 3 Controls Tool Isometric Controls Tool Rail Shooter Controls Tool

17 SureShot Networking Avatars Saving Data

18 SureShot Naming Conventions

19 SureShot API SInput Variables instance Gets instance of SInput component in scene trigger Returns true if player 1 s trigger is in the pull position triggerdown Returns true for 1 frame when player 1 s trigger is pulled triggerup Returns true for 1 frame when player 1 s trigger is released reload Returns true if player 1 s pump is in the pull position reloadup Returns true for 1 frame when player 1 s pump is released menu Returns true if player 1 s menu button is pressed down menuup Returns true for 1 frame when player 1 s menu button is released trigger2, triggerup2 Same as above for player 2 s controller Methods PNPInputManager Variables instance Methods GunManager Variables instance gun1reticlert Gun2ReticleRT Get an instance of the existing GunManager RectTransform of gun 1 reticle (use.postion to get position) RectTransform of gun 2 reticle (use.postion to get position) Methods

20 NetworkAccount Variables instance Methods ProfileManager Properties currentprofile string_account_id first_name last_name Profile name First name of player Last name of player Variables instance currentprofile The current player 1 profile signed in Methods

21 Troubleshooting

Your File System Applications What s running on your machine It s own devices Networking. L07 - Getting to know your computer

Your File System Applications What s running on your machine It s own devices Networking. L07 - Getting to know your computer Getting to Know Your Computer Your File System Applications What s running on your machine It s own devices Networking Your File System My Computer Directories & Folders Hierarchy File Explorer (Rather

More information

MaxstAR SDK 2.0 for Unity3D Manual. Ver 1.2

MaxstAR SDK 2.0 for Unity3D Manual. Ver 1.2 MaxstAR SDK 2.0 for Unity3D Manual Ver 1.2 Written as of 14 May 2015 Contents 1. Requirement and Restriction 1 2. Creating Trackable Data 2 (1) Connecting Website and Registering An Account 2 (2) Creating,

More information

Choose OS and click on it

Choose OS and click on it 1. Installation: 1.1. Install Node.js. Cordova runs on the Node.js platform, which needs to be installed as the first step. Download installer from: https://nodejs.org/en/download/ 1.1.1. Choose LTS version,

More information

Quick Setup Guide. Date: October 27, Document version: v 1.0.1

Quick Setup Guide. Date: October 27, Document version: v 1.0.1 Quick Setup Guide Date: October 27, 2016 Document version: v 1.0.1 Table of Contents 1. Overview... 3 2. Features... 3 3. ColorTracker library... 3 4. Integration with Unity3D... 3 Creating a simple color

More information

THE LAUNCHER. Patcher, updater, launcher for Unity. Documentation file. - assetstore.unity.com/publishers/19358

THE LAUNCHER. Patcher, updater, launcher for Unity. Documentation file. - assetstore.unity.com/publishers/19358 THE LAUNCHER Patcher, updater, launcher for Unity. Documentation file Index: 1.What does the Launcher do? 2.Workflow 3.How to upload a build? 4.How to configure the launcher client? 1.What does the Launcher

More information

Point of View SmartTV-500 Center - Android 4.2. General notices for use...2 Disclaimer...2 Box Contents...2

Point of View SmartTV-500 Center - Android 4.2. General notices for use...2 Disclaimer...2 Box Contents...2 Point of View SmartTV-500 Center - Android 4.2 English Table of Contents General notices for use...2 Disclaimer...2 Box Contents...2 1.0 Product basics...3 1.1 Buttons and connections... 3 1.2 Connecting

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

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

Extract from NCTech Application Notes & Case Studies Download the complete booklet from nctechimaging.com/technotes

Extract from NCTech Application Notes & Case Studies Download the complete booklet from nctechimaging.com/technotes Extract from NCTech Application Notes & Case Studies Download the complete booklet from nctechimaging.com/technotes Application Note Using Vuforia to Display Point Clouds and Meshes in Augmented Reality

More information

Vuforia quick install guide. Android devices and Unity 3D models edition

Vuforia quick install guide. Android devices and Unity 3D models edition Vuforia quick install guide Android devices and Unity 3D models edition Welcome to the new age of product design and customer experience!! Using augmented reality you can create a whole new experience.

More information

Lenovo ideapad 110S. User Guide. ideapad 110S-11IBR. Read the safety notices and important tips in the included manuals before using your computer.

Lenovo ideapad 110S. User Guide. ideapad 110S-11IBR. Read the safety notices and important tips in the included manuals before using your computer. Lenovo ideapad 110S ideapad 110S-11IBR User Guide Read the safety notices and important tips in the included manuals before using your computer. Notes Before using the product, be sure to read Lenovo Safety

More information

QUICK START GUIDE QT IP CAMERA & NVR BUNDLE ENGLISH

QUICK START GUIDE QT IP CAMERA & NVR BUNDLE ENGLISH QUICK START GUIDE QT IP CAMERA & NVR BUNDLE ENGLISH Table of Contents Welcome What s Included...3 Understanding your NVR...4 Get Connected Registration...5 Connect Your Cameras...5 Connect NVR to Display...6

More information

Cruzer flash drive NOT detected by Windows PC

Cruzer flash drive NOT detected by Windows PC Cruzer flash drive NOT detected by Windows PC My Cruzer flash drive is NOT detected when plugged in to my PC. What do I do? SOLUTION 1 - Verify if minimum operating system requirements are met. Operating

More information

COMS W4172 : 3D User Interfaces Spring 2017 Prof. Steven Feiner Date out: January 26, 2017 Date due: January 31, 2017

COMS W4172 : 3D User Interfaces Spring 2017 Prof. Steven Feiner Date out: January 26, 2017 Date due: January 31, 2017 COMS W4172 : 3D User Interfaces Spring 2017 Prof. Steven Feiner Date out: January 26, 2017 Date due: January 31, 2017 Assignment 0.5: Installing and Testing Your Android or ios Development Environment

More information

user manual 1.Introduction 2.Packaging list How Target Box works? Main features 2.7 White clay 2.8 Trigger cable

user manual 1.Introduction 2.Packaging list How Target Box works? Main features 2.7 White clay 2.8 Trigger cable user manual 1.Introduction How Target Box works? Target Box is a box shape gaming lightgun. Simply mount it on your AIR GUN, the gun would be workable on game consoles. When you pull the trigger, Target

More information

SUPPORT ANDROID OS

SUPPORT ANDROID OS 360iQ Media Player SUPPORT +1 866 360-0121 ANDROID OS EZUniverse Inc.: One International Blvd., Suite 1105, Mahwah, NJ 07495-0400 Low cost platform for multi-camera display This low cost, Android OS based

More information

HomeTroller S6 Getting Started Guide

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

More information

Bridge Cable User s Guide

Bridge Cable User s Guide Bridge Cable User s Guide Table of Contents Overview -------------------------------------------------------------------- 2 Driver Installation --------------------------------------------------------

More information

Axon HD Content Management Application (CMA)

Axon HD Content Management Application (CMA) [ ] Axon HD Content Management Application (CMA) A Content Management Application (CMA) running on an Axon HD media server or a computer connected through an Ethernet network gives you remote control of

More information

STEP 1: Download Unity

STEP 1: Download Unity STEP 1: Download Unity In order to download the Unity Editor, you need to create an account. There are three levels of Unity membership. For hobbyists, artists, and educators, The free version is satisfactory.

More information

With Jem Matcher working on PC, we can finally set up

With Jem Matcher working on PC, we can finally set up hapter 9 Moving to Mobile With Jem Matcher working on P, we can finally set up the environment to deploy it on an Android-based mobile device. First of all, we need to install the Android Software Development

More information

Instructions for SimplicityTouch ST-700 Gen 3 TECHNICAL TRAINING GUIDE

Instructions for SimplicityTouch ST-700 Gen 3 TECHNICAL TRAINING GUIDE Page 1 Instructions for SimplicityTouch ST-700 Gen 3 TECHNICAL TRAINING GUIDE Manuals included in guide: 1. Update panel firmware and reinstall applications. page 2 2. Update router firmware page 10 3.

More information

Installing and configuring an Android device emulator. EntwicklerCamp 2012

Installing and configuring an Android device emulator. EntwicklerCamp 2012 Installing and configuring an Android device emulator EntwicklerCamp 2012 Page 1 of 29 Table of Contents Lab objectives...3 Time estimate...3 Prerequisites...3 Getting started...3 Setting up the device

More information

This handbook contains important security measures and product information, to help avoid accidents. Please

This handbook contains important security measures and product information, to help avoid accidents. Please MANUAL Attention: This handbook contains important security measures and product information, to help avoid accidents. Please make sure to read the manual carefully before using the device. Do not store

More information

NVR Management Software

NVR Management Software NVR Management Software Quick Installation Guide Ver. 1.0 User Interface Overview 1 Live Video This is the section where the live videos are displayed Menu Bar This is where all functions can be accessed

More information

The Playlists User Interface. Each feature of the above UI is described briefly hereafter:

The Playlists User Interface. Each feature of the above UI is described briefly hereafter: The Playlists User Interface OnTheAir Video 3 is a very intuitive program, with a lot of features and functions. What follows is a brief overview of each of the features, beginning with an overview of

More information

Web Console Setup & User Guide. Version 7.1

Web Console Setup & User Guide. Version 7.1 Web Console Setup & User Guide Version 7.1 1 Contents Page Number Chapter 1 - Installation and Access 3 Server Setup Client Setup Windows Client Setup Mac Client Setup Linux Client Setup Interoperation

More information

Qualcomm Snapdragon Profiler

Qualcomm Snapdragon Profiler Qualcomm Technologies, Inc. Qualcomm Snapdragon Profiler User Guide September 21, 2018 Qualcomm Snapdragon is a product of Qualcomm Technologies, Inc. Other Qualcomm products referenced herein are products

More information

enablegames New User Guide v1.0

enablegames New User Guide v1.0 enablegames New User Guide v1.0 enablegames New User Guide... 1 Signing Up for enablegames... 2 Create Account... 3 Player Portal... 5 Connecting the Equipment... 6 Installing Games... 8 Running Games...

More information

Specifications. What s Inside The box

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

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

QVD Client for Android. QVD Client for Android

QVD Client for Android. QVD Client for Android QVD Client for Android i QVD Client for Android QVD Client for Android ii REVISION HISTORY NUMBER DATE DESCRIPTION NAME QVD Client for Android iii Contents 1 Introduction 1 2 Installation 2 3 Usage 4 3.1

More information

HomeTroller SEL Getting Started Guide

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

More information

HD 1080P 60FPS Game Capture Quick Start Guide

HD 1080P 60FPS Game Capture Quick Start Guide HD 1080P 60FPS Game Capture Quick Start Guide Thanks for purchasing HD game capture. Hope this device will bring you nice digital experience. With the Full HD 1080P 60FPS game capture, just plug to your

More information

Content Management Application (CMA)

Content Management Application (CMA) Chapter 13: CHAPTER 13 A running on an Axon HD media server or a computer connected through an Ethernet network gives you remote control of content, software and configuration management functions. The

More information

FileZilla FTP Instructions. FileZilla FTP Instructions

FileZilla FTP Instructions. FileZilla FTP Instructions FileZilla FTP Instructions 1 EMS FileZilla FTP Instructions 1, FileZilla Installation 2, Opening FileZilla 3, FileZilla Settings 4, Downloading Your Website 5, Uploading Your Website 6, More Help EMS Internet

More information

FTP UPLOADS/DOWNLOADS

FTP UPLOADS/DOWNLOADS FileZilla Download and Installation Instructions FileZilla is a free software that uses SourceForge as an installation provider. SourceForge is bundling the FileZilla software with other products that

More information

ideapad 100S-14IBR User Guide

ideapad 100S-14IBR User Guide ideapad 100S-14IBR User Guide Read the safety notices and important tips in the included manuals before using your computer. Notes Before using the product, be sure to read Lenovo Safety and General Information

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

Hip Smarthome - Systems User Manual

Hip Smarthome - Systems User Manual Hip Smarthome - Systems User Manual Contents 1. Hip SmartHub Connection / Setup... 3 1.1. Setup Guide... 3 2. Hip SmartTV Connection / Setup... 5 2.1. Setup Guide... 5 3. Hip SmartMusic Connection / Setup...

More information

Tutorial on Basic Android Setup

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

More information

FAQ s. 1. Device is frozen. Impossible to swipe finger on lock screen - Please either reboot or hard reset the device with below instructions

FAQ s. 1. Device is frozen. Impossible to swipe finger on lock screen - Please either reboot or hard reset the device with below instructions FAQ s R500 1. Device is frozen. Impossible to swipe finger on lock screen - Please either reboot or hard reset the device with below instructions Reboot - Long press power button until device shuts down

More information

MPX Server Software User Manual

MPX Server Software User Manual MPX Server Software User Manual Contents 1 Server Software Installation... - 3 - Initial Setup... - 6-2 Software Interface... - 10 - Login Page:... - 10-2.1 Homepage... - 12-2.2 Resources... - 13-2.3 Composer...

More information

Tutorial: Using the UUCS Crowd Simulation Plug-in for Unity

Tutorial: Using the UUCS Crowd Simulation Plug-in for Unity Tutorial: Using the UUCS Crowd Simulation Plug-in for Unity Introduction Version 1.1 - November 15, 2017 Authors: Dionysi Alexandridis, Simon Dirks, Wouter van Toll In this assignment, you will use the

More information

Android Sdk Tutorial For Windows 7 64 Bit Full Version

Android Sdk Tutorial For Windows 7 64 Bit Full Version Android Sdk Tutorial For Windows 7 64 Bit Full Version I will be doing the same tutorial for Windows 7 next. First of all you need to know which. Windows XP (32-bit), Vista (32- or 64-bit), or Windows

More information

Paraben s Voice Logger. v User Manual

Paraben s Voice Logger. v User Manual Paraben s Voice Logger v. 1.0 User Manual Contents About Paraben s Voice Logger for Windows... 3 What s New!... 3 Getting Started... 4 System Requirements... 4 How to Use Voice Logger... 4 How to Register

More information

HomeTroller SEL Getting Started Guide

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

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

HomeTroller Zee Quick-Start Guide

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

More information

Using GIGABYTE Tablet PC for the First Time

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

More information

Google SketchUp/Unity Tutorial Basics

Google SketchUp/Unity Tutorial Basics Software used: Google SketchUp Unity Visual Studio Google SketchUp/Unity Tutorial Basics 1) In Google SketchUp, select and delete the man to create a blank scene. 2) Select the Lines tool and draw a square

More information

Getting Started with Soonr

Getting Started with Soonr WWW.SOONR.COM Getting Started with Soonr A Quick Start Guide for New Users Soonr Inc. 12/19/2012 Revision 1.1 Copyright 2012, Soonr Inc., all rights reserved. Table of Contents 1 How Soonr Workplace Works...

More information

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

CleanMyPC User Guide

CleanMyPC User Guide CleanMyPC User Guide Copyright 2017 MacPaw Inc. All rights reserved. macpaw.com CONTENTS Overview 3 About CleanMyPC... 3 System requirements... 3 Download and installation 4 Activation and license reset

More information

ADOBE DRIVE 4.2 USER GUIDE

ADOBE DRIVE 4.2 USER GUIDE ADOBE DRIVE 4.2 USER GUIDE 2 2013 Adobe Systems Incorporated. All rights reserved. Adobe Drive 4.2 User Guide Adobe, the Adobe logo, Creative Suite, Illustrator, InCopy, InDesign, and Photoshop are either

More information

Point of View Mobii 825D - Android 4.2 Tablet PC. General notices for use... 2 Disclaimer... 2 Box Contents... 2

Point of View Mobii 825D - Android 4.2 Tablet PC. General notices for use... 2 Disclaimer... 2 Box Contents... 2 Table of Contents General notices for use... 2 Disclaimer... 2 Box Contents... 2 1.0 Product basics... 3 1.1 Buttons and connections... 3 1.2 Start up and shut down... 3 2.0 Introduction to Google Android

More information

Microcontroller Compatible Audio File Conversion

Microcontroller Compatible Audio File Conversion Microcontroller Compatible Audio File Conversion Created by Mike Barela Last updated on 2018-06-07 09:10:45 PM UTC Guide Contents Guide Contents Convert Sound Files in Audacity Audacity Download Audacity

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Online Backup Client User Manual

Online Backup Client User Manual Software version 3.21 For Mac OS X September 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or

More information

Catalogue. Assembling... 1 Unpack Charge the Battery Install the Memory Card Product Basics Buttons and Connections...

Catalogue. Assembling... 1 Unpack Charge the Battery Install the Memory Card Product Basics Buttons and Connections... Catalogue Assembling... 1 Unpack... 1 Charge the Battery... 1 Install the Memory Card... 1 1 Product Basics... 2 1.1 Buttons and Connections... 2 1.2 Start Up and Shut Down... 2 2 Introduction of Google

More information

DesktopPlayer for Windows

DesktopPlayer for Windows DesktopPlayer for Windows Getting Started Version 2.3.0 February 2017 Table of Contents About this Release... 3 About the Citrix DesktopPlayer for Windows Solution... 3 Remote versus Local Desktops...

More information

Dell OpenManage Mobile Version 1.0 User s Guide

Dell OpenManage Mobile Version 1.0 User s Guide Dell OpenManage Mobile Version 1.0 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

Pharos Designer 2. Copyright Pharos Architectural Controls (15/1/2015)

Pharos Designer 2. Copyright Pharos Architectural Controls (15/1/2015) Pharos Designer 2 Welcome Welcome to Pharos Designer 2. We are delighted to introduce you to an entirely new version of the Pharos Designer software that picks up where the venerable and much- loved version

More information

How To Manually Update Android Apps On Kindle Fire Hd Without Rooting

How To Manually Update Android Apps On Kindle Fire Hd Without Rooting How To Manually Update Android Apps On Kindle Fire Hd Without Rooting Just got a New Kindle Fire HD (The kid won it) It says 4th generation 7 inch Fire HD/ In of the HTC One M9 is receiving an over-the-air

More information

Install ADB on Windows

Install ADB on Windows Android Debug Bridge or better known as ADB is a powerful and versatile tool that lets you do a lot of things like pulling out logs, installing and uninstalling apps, transferring files, rooting and flashing

More information

ANIMATOR TIMELINE EDITOR FOR UNITY

ANIMATOR TIMELINE EDITOR FOR UNITY ANIMATOR Thanks for purchasing! This document contains a how-to guide and general information to help you get the most out of this product. Look here first for answers and to get started. What s New? v1.53

More information

Wireless N USB Adapter. User Guide

Wireless N USB Adapter. User Guide Wireless N USB Adapter User Guide Part#: PL-18N Model: Hermes V. 0613 Contents Chapter 1 Getting Start...3 Chapter 2 Installation Guide...5 Installing the Drivers for Mac OS X...10 Uninstall the Drivers

More information

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5 VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron VI-Center to configure and manage virtual

More information

Amcrest Eco HDCVI DVR Quick Start Guide

Amcrest Eco HDCVI DVR Quick Start Guide Amcrest Eco HDCVI DVR Quick Start Guide Version 1.0.1 Revised August 13th, 2015 Welcome Thank you for purchasing our Amcrest Eco HDCVI DVR! This quick start guide will help you become familiar with our

More information

Android Programming in Bluetooth Cochlea Group

Android Programming in Bluetooth Cochlea Group Android Programming in Bluetooth Cochlea Group Zijian Zhao Abstract: My project is mainly android programming work in the Bluetooth Cochlea Group. In this report I will first introduce the background of

More information

Purchase and Setup instructions for SWVPS (Sept 15, 2014)

Purchase and Setup instructions for SWVPS (Sept 15, 2014) Purchase and Setup instructions for SWVPS (Sept 15, 2014) Our team recommends a Virtual Private Server (VPS) that works well for only $18.00 a month. Because trading in the market requires a platform that

More information

Touch Dynamic Quest II 7 - Tablet Staging Setup

Touch Dynamic Quest II 7 - Tablet Staging Setup Touch Dynamic Quest II 7 - Tablet Staging Setup Overview This page was written to assist with setting up and staging of tablets. Touch Dynamic Quest II 7 - Initializing and Turning on the Tablet 1. When

More information

AT&T Entertainment Experience Suite Video Optimizer 1.2

AT&T Entertainment Experience Suite Video Optimizer 1.2 AT&T Entertainment Experience Suite Video Optimizer 1.2 Publication Date: September 2017 Legal Disclaimer This document and the information contained herein (collectively, the "Information") is provided

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

User manual MODEL: STB266. For ongoing product improvement, this manual will be modified without prior notice.

User manual MODEL: STB266. For ongoing product improvement, this manual will be modified without prior notice. User manual In order to ease users to select video programs, other logos and/or trademarks may appear on the Cloud TV Box. All other logos and/or trademarks are the property of their respective owners.

More information

emam and Adobe Premiere Panel Guide

emam and Adobe Premiere Panel Guide emam and Adobe Premiere Panel Guide Version 3.8 April, 2017 Notice The content in this document represents the current view of Empress Media Asset Management, LLC as of the date of publication. As Empress

More information

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

ELET4133: Embedded Systems. Topic 3 Eclipse Tour & Building a First App ELET4133: Embedded Systems Topic 3 Eclipse Tour & Building a First App 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

More information

RX300 Settings Manual General

RX300 Settings Manual General RX300 Settings Manual General The RX300 is provisioned by the administrator. The settings can be modified remotely from vspace Console or the RX300 device itself. In the General tab, the administrator

More information

AR-media Plugin v2.3. for Nemetschek Scia Engineer. INSTALLATION & USER GUIDE (February, 2013)

AR-media Plugin v2.3. for Nemetschek Scia Engineer. INSTALLATION & USER GUIDE (February, 2013) INSTALLATION & USER GUIDE (February, 2013) Inglobe Technologies 2008/2013 Copyright Copyright 2008/2013 Inglobe Technologies S.r.l. All rights reserved. No part of this publication may be reproduced, transmitted,

More information

User Manual. Product Model: MiTraveler 10C2. OS: Android 4.0

User Manual. Product Model: MiTraveler 10C2. OS: Android 4.0 User Manual Product Model: MiTraveler 10C2 OS: Android 4.0 Tablet of Contents Specifications.1 What s inside the box 2 Tablet Parts 2 Getting started...2 Connection to Internet..6 Task Bar..8 Install and

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

Android Studio Setup Procedure

Android Studio Setup Procedure Android Studio Setup Procedure System Requirements : Windows OS Linux OS Mac OS Microsoft Windows 7/8/10 (32- or 64-bit) 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator 2 GB

More information

Karbonn All rights reserved

Karbonn All rights reserved User Manual V97 HD Table of Contents Safety instructions ------------------------------------------------------------------ 3 Device overview --------------------------------------------------------------------

More information

8iUnityPlugin Documentation

8iUnityPlugin Documentation 8iUnityPlugin Documentation Release 0.4.0 8i Jul 18, 2017 Contents 1 What is the 8i Plugin? 3 2 Why are we doing it? 5 3 Supported Unity Versions and Platforms 7 4 Supported Unity Versions and Platforms

More information

HomeTroller S6 Getting Started Guide

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

More information

HomeTroller S6 Quick-Start Guide

HomeTroller S6 Quick-Start Guide HomeTroller S6 Quick-Start Guide Congratulations on your purchase! Your HomeTroller S6 is ready to put you in control of your home. Please take a few minutes to read through this guide to familiarize yourself

More information

Lenovo N22. User Guide. included manuals before using your computer. included manuals before using your computer.

Lenovo N22. User Guide. included manuals before using your computer. included manuals before using your computer. Lenovo N22 User Guide Read Read the the safety safety notices notices and and important important tips tips in in the the included manuals before using your computer. included manuals before using your

More information

XC USB 2.0 Smart Transfer Cable

XC USB 2.0 Smart Transfer Cable XC-4949 USB 2.0 Smart Transfer Cable Table of Contents Overview... 3 System Requirements... 3 Features... 3 Support Language... 3 Getting Started... 4 Changing the Settings... 6 Keyboard & Mouse Control

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

Using the Microsoft Remote Desktop on non-windows devices

Using the Microsoft Remote Desktop on non-windows devices Using the Microsoft Remote Desktop on non-windows devices You can use the free Microsoft Remote Desktop Client to connect to the DGLPM Server from virtually any Apple Mac, iphone, ipad, or Android device

More information

Sabre Customer Virtual Private Network Launcher (SCVPNLauncher)

Sabre Customer Virtual Private Network Launcher (SCVPNLauncher) Sabre Customer Virtual Private Network Launcher (SCVPNLauncher) User s Guide Sabre Travel Network This document provides detailed information for the install/uninstall, operation, configuration and troubleshooting

More information

DocShuttle Dictator. by Bytescribe, Inc.

DocShuttle Dictator. by Bytescribe, Inc. DocShuttle Dictator by Bytescribe, Inc. Additional Documentation For more information on using DocShuttle Dictator, please visit: DocShuttle Frequently Asked Questions (FAQ s) go to www.bytescribe.com/faqs.htm

More information

USB Capture Plus User Manual

USB Capture Plus User Manual USB Capture Plus User Manual Revised on 17/08/2017 Content 1 Function of the Interfaces... 1 1.1 USB Capture HDMI Plus... 1 1.2 USB Capture SDI Plus... 1 1.3 USB Capture DVI Plus... 2 2 Status of the Indicator

More information

Product Manual. Version PROMISE Technology, Inc. All Rights Reserved.

Product Manual. Version PROMISE Technology, Inc. All Rights Reserved. Product Manual Version 2.0 2016 PROMISE Technology, Inc. All Rights Reserved. Contents Table of Contents Introduction 1 Unpacking 1 Requirements for Apollo setup and use 1 Back of Apollo 2 Front of Apollo

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

BOGART 10 FOR WINDOWS RELEASE NOTES

BOGART 10 FOR WINDOWS RELEASE NOTES BOGART 10 FOR WINDOWS RELEASE NOTES The following information is meant to make the installation of Bogart 10 for Windows on your PC easier, and the setup of Bogart 10 successful. Please read these carefully

More information

Remote Support 19.1 Web Rep Console

Remote Support 19.1 Web Rep Console Remote Support 19.1 Web Rep Console 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the property

More information

Tizen-based Samsung TV Web Simulator Guide

Tizen-based Samsung TV Web Simulator Guide Tizen-based Samsung TV Web Simulator Guide This document provides the user guide for the Tizen TV web simulator which simulates the run time environment of Tizen TV web apps. Contents Prerequisites Interfaces

More information

liquivid Easy Cinemagraph v1.1.x Installation Instructions for Windows, macos Manual

liquivid Easy Cinemagraph v1.1.x Installation Instructions for Windows, macos Manual liquivid Easy Cinemagraph v1.1.x Installation Instructions for Windows, macos Manual Installation Instructions for Windows... 3 Required Hardware & Software... 3 Installation... 3 File Saving Location...

More information

X1 Augmented Reality SmartGlasses Developer Guide

X1 Augmented Reality SmartGlasses Developer Guide X1 Smart Glasses Spec Sheet Ruggedized Military Technology for the Commercial World X1 Augmented Reality SmartGlasses Developer Guide Index 1. ThirdEye X1 Product and Software Overview 1.1 Android Platform

More information