Phone Pal: Remote Mobile Access through Short Message Service Prof. Mitul K. Patel 1 Gadhiya Janki D. 2
|
|
|
- Wesley Shelton
- 9 years ago
- Views:
Transcription
1 Phone Pal: Remote Mobile Access through Short Message Service Prof. Mitul K. Patel 1 Gadhiya Janki D. 2 Assistant Professor B.E. Student Computer Department Computer Department Shree Swami Atmanand Saraswati Shree Swami Atmanand Saraswati Institute of Technology, Surat Institute of Technology, Surat Abstract The usage of smartphones among people are increasing rapidly day by day. Traditional usages of mobile phones were to make a call and send messages to other phone. Earlier, peoples are sending messages for information sharing purpose only. With the phenomenal growth of smartphone use, people want to use same features for multiple purposes like accessing of mobile phone, switching on or off certain applications, accessing system features, etc. This application provides various features like Dynamic Call Divert, Dynamic Message Forward, Location of Device, Contact Access, Default Browser History, List of Recent Applications, Internet ON/OFF, Wi-Fi IN/OFF, and Theft StartUp Service from other mobile phone through SMS. Keywords Remote access, Data Acquisition, Android, SMS I. INTRODUCTION Now a day, mobile phones have become vital part of day-to-day activities. In earlier days, mobile phones have been used for phone call and to send text messages to other mobile phone. Due to the revolution in technical field of mobile phones, current mobile phones are capable of storing user data as well as sharing of information with other users. The critical user data includes call records, photos and videos as well as saved passwords of Webpages. So loosing of smart phone is not affordable to user because it cause the loss of large amount of irrecoverable data. In such scenarios, remote access to a mobile phone will be helpful to user in order to access information from mobile phone even if user is not carrying mobile phone with him. Accessing the remote data using internet connection was not a difficult task if user can carry computer every time. But in recent times, android mobile phones and smart phones have replaced the need of computers. These devices can be used not only to store user data but also capable of providing various other information like whether forecast, Google map, different chatting applications, etc. By considering a scenario where user forgets to carry mobile phone and wants to retrieve an important data from mobile phone remotely, an idea to develop a new application emerged by which user can access all required data through SMS. II. PROBLEM STATEMENT AND REQUIREMENTS Most of the mobile users can t remember their all contacts as they have a facility to save them in the phone book of their phone. This can be taken as advantage as well as a disadvantage. When user doesn t have his/her phone with himself/herself, he/she doesn t have access to the contacts available in that phone. It may also be possible that user doesn t know where he/she left his/her mobile phone. In such scenario, user will waste valuable time in finding for mobile phone. If user forgets his/her mobile phone at unknown place, user may miss important phone calls or messages which can cause delay in work. Possible solutions in existing systems are User has to travel back to his home and access all missing information. User may call to his family member or friends in case user know the place of mobile phone and access those information. Alternate solution will be to develop a mobile application by which user can able to access all information from his mobile phone remotely. A. Software Requirements Android (Eclipse) Android is an open source and Linux-based Operating System for mobile devices such as smart phones and tablet computers. Proposed application uses android version 2.2 (i.e. Froyo) or above. Android is the fastest growing operating system. For Application development, Eclipse IDE is used which is a free open source IDE (Integrated Development Environment). Support for Java, HTML, CSS, JavaScript, C++, PHP, and more. SQLite Database SQLite is an Open Source database. It supports Standard relational database features like SQL syntax, transactions and prepared statements. The database requires limited memory at runtime (approx. 250KB) which makes it a good candidate from being embedded into other. Proposed application uses SQLite database to store all users passcode and referral contacts for the security purpose of users as the data available in database is not visible , IJIRAE- All Rights Reserved Page -62
2 Google Cloud Messaging Google Cloud Messaging (GCM) for Android is a service that allows developers to send data from their server to your user s Android-powered device and also to receive messages from devices on the same connection. Google Console API To use GCM, we create Google API project. Following are the steps to create API Project: 1. Open the Google Developers Console. 2. Near the top of the screen, Click Create Project. 3. Type a project name. 4. Click Create. 5. Once the project has been created, a page appears that displays project ID and project number. (ex ). 6. Take note of your project number. It will be used as GCM sender ID. After creating Project to use the cloud API we have created API server key. Following are the steps: 1. Log into with google account. 2. In navigation on the left, go into APIs & auth > APIs. 3. Find Google Cloud Messaging for Android and click OFF button next to it. 4. In the navigation on the left, go into APIs & auth > Registered apps. 5. Wait a really long time, apparently. 6. Click the red REGISTER APP button. 7. Give the app a name and choose web application, then click Register. 8. Click the Server Key section for server key. Google Map Google Map is provided by Google and it is used to show the map or direction of some places. Proposed application has used Google map to show the location of device if user uses pal s phone to get the location then he/she get the link of google map including latitude and longitude. B. Smartphone Requirements Android 2.3 or Above Free Space according to application size III. SYSTEM DESIGN AND DATA FLOW DIAGRAM Figure 1 shows communications between pal s (friend s) phone and forgotten phone. SMS Pal s Phone Forgotten Phone Figure 1 Communication between pal s phone and forgotten phone If user uses services through pal s phone then communication will be established by simple SMS. User needs to send SMS to on/off service as well as to get information from pal s phone. Figure 2 shows data flow diagram which includes detail view of all activities done by users during the usage period of the application , IJIRAE- All Rights Reserved Page -63
3 Figure 2 Data flow diagram for user activities The user activities are Register from Application, Login & Setting needed configurations (i.e. passcode and referral contacts), giving feedback, Setting or updating profile. The admin is also having two activities i.e. Checking for feedback and Responding to user. When user logs in for the first time, he/she needs to set passcode and referral contacts as both are important for using services on Pal s phone. Passcode is a simple string which is essential for starting, stopping or using any service. It is concerned with the security of personal information of user. This should be kept secret as it can be used for accessing services from forgotten phone. Referral contacts are used for 2 services i.e. forgot password and Theft StartUp service. In forgot password user needs to enter referral contact, if they are correct, the password will be sent to user s phone as SMS. Figure 3 Data flow diagram for all user services , IJIRAE- All Rights Reserved Page -64
4 Figure 3 detail view of using phone pal option as shown in figure 2. All services shown in figure 3 can be used by sending simple SMS. User will get reply accordingly. All the services will be driven through passcode so each service is having interaction arrow to passcodetbl. IV. IMPLEMENTATION User has to install and register with the application in order to use features provided by application. When user installs the application, he/she can see the screen like figure 4. After clicking on the Register Now button, screen like figure 5 appears in which user can enter data and registers in application. User needs to enter proper information otherwise they cannot register in our application as validations are provided in the application. Figure 4 Login Figure 5 Registration In case user forgets his password then forgot password feature is also provided using which user will get his password through SMS. When user login in the Android Application (Phone Pal) for the first time then he/she needs to set the passcode and referral contacts to use all services provided by PHONE PAL. After login for the first time, user first sets the Referral contacts and to save it he/she will click the button Save shown in the figure 6. After setting referral contacts, user will be directed to the page shown in the figure 7 to set the passcode. User must remember this passcode because it is an essential string to use all services provided by an application. After login successfully, welcome page will be shown to user which includes buttons for all the basic functionalities as shown in figure 8. Figure 6 Setting Referral Contacts Figure 7 Setting Passcode Figure 8 Welcome Screen , IJIRAE- All Rights Reserved Page -65
5 If user clicks the button Delete Account from figure 8 then user deregisters from Application. If user clicks the button Logout then he/she will redirected to the main page of the Application. User can also edit his/her profile, referral contacts and passcode as shown in figure 8. For the activation of the call divert service, user needs to send a message from his/her pal s phone which will contain {passcode} call. User will get a reply as shown in Figure 9. F1or d0eactivation, user needs to send a message from his/her pal s phone which will contain {passcode} call off. User will get the corresponding reply back to pal s phone. Figure 10 & Figure 11 shows the corresponding messages to the forgotten phone when the call forwarding service is activated and deactivated. Figure 9 Call Divert Figure 10 Call Divert Successful Figure 11 Call Divert Erase For the activation of the Message Forwarding service, user needs to send a message from his/her pal s phone which will contain {passcode} msg. User will get a reply as shown in Figure 12. For deactivation, user needs to send a message from his/her pal s phone which will contain {passcode} msg off. User will get the corresponding reply back to pal s phone. User just needs to send the message to forgotten phone from pal s phone. User will get a reply which contains a link to the Google map of forgotten phone s location (shown in figure 13). Here, passcode is set as aru as shown in figure 14. Figure 12 Message Forward Figure 13 Location Figure 14 Location on Map , IJIRAE- All Rights Reserved Page -66
6 For the activation of Internet ON/OFF service, user needs to send a message from his/her pal s phone which will contain {passcode} Internet on. User will get a reply as shown in Figure 15. For deactivation, user needs to send a message from his/her pal s phone which will contain {passcode} Internet off. User will get the corresponding reply back to pal s phone. Similarly, user can activate or de-activate Wifi connection by sending a message from his/her pal s phone which will contain {passcode} Wi-Fi on and {passcode} Wi-Fi off respectively to on and off Wi-Fi connection as shown in figure 16. User needs to send the message to forgotten phone from pal s phone. User will get a reply which contains contact numbers from the phonebook of user s forgotten phone. Here, aru is passcode. As shown in figure 17. Figure 15 Internet ON/OFF Figure 16 WI-FI ON/OFF Figure 17 Contact Access In order to access browser history on Pal s phone, user needs to send message from forgotten phone to pal s phone as aru getbrowserhistory. User will get a reply which contains user s forgotten phone s default browser history as shown in figure 18. To view list of recent application in forgotten phone, user needs to send the message to forgotten phone from pal s phone as aru getappinfo. User will get a reply which contains list of recent applications in user s forgotten phone as shown in figure 19. In similar way, user can access the call history from forgotten phone by sending message as aru calllog and user will get complete call log as shown in figure 20. Figure 18 Browser History Figure 19 Recent Application Figure 20 Call History , IJIRAE- All Rights Reserved Page -67
7 When the Stolen Phone will complete booting process, the screen like Figure 21 appears to User. User has to enter correct details as required. If details were entered wrong or Back/Home button is pressed, then the location of device will be sent to pre-install Contact Numbers like Figure 22 & 23. Figure 21 Theft StartUp Service Figure 22 Location Message to Ref-1 Figure 23 Location Message to Ref-2 V. CONCLUSIONS In this paper, the effort was made to develop an application which overcomes the difficulties faced by the people for whom Mobile Phone is a very important thing and they cannot take a step ahead without their mobile phone because their phone can have important contacts, messages and call details. Such users can use this application for getting their calls and messages remotely. This application has been successfully implements and tested on android mobile phones. VI. ACKNOWLEDGEMENT We would like to express our sincere thanks to Arnika R. Patel and Vidhi B. Sutaria for their support during entire project work. REFERENCES [1] Deepak Kumar and Mohammed Abdul Qadeer, SMS Based Emerging Techniques for Monitoring and Controlling Android Mobiles, International Journal of Engineering and Technology, Vol. 4, No. 6, pp , December 2012 [2] K.S. Kuppusamy, Senthilraja.R, G. Aghila, A MODEL FOR REMOTE ACCESS AND PROTECTION OF SMARTPHONES USING SHORT MESSAGE SERVICE, International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.2, No.1, pp , February 2012 [3] Shruti S. Mane, Varshika V. Parmar, Soumitra C. Limaye, Nilambari Joshi, SMS Based Remote SIM Card s Address Book Access System, International Journal of Research in Advent Technology, Vol.2, No.4,pp , April 2014 [4] Prasadgouda B Patil, Remote Data Acquisition From Android Mobile, International Journal of Engineering Research & Technology (IJERT), Vol. 2 Issue 6, pp , June 2013 [5] (2014) The Vogella Website. [Online]. Available: [6] (2015) The Android Developer Website [Online]. Available: [7] (2012) The Framentos Website. [Online]. Available: [8] Jonathan Simon, Head First Android Development, O'Reilly Media, November 30, , IJIRAE- All Rights Reserved Page -68
SysAid MDM User Guide for Android
SysAid MDM User Guide for Android Table of Contents Introduction Enrolling Your Android Mobile Device in SysAid MDM Unenrolling Your Android Mobile Device from SysAid MDM Have Any Questions? Introduction
GadgetTrak Mobile Security Android & BlackBerry Installation & Operation Manual
GadgetTrak Mobile Security Android & BlackBerry Installation & Operation Manual Overview GadgetTrak Mobile Security is an advanced software application designed to assist in the recovery of your mobile
LIBRARY ACCESS SYSTEM SMARTPHONE APPLICATION USING ANDROID
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 3, March 2015,
Zipit Chat. Functional Specification / User Manual
Zipit Chat Functional Specification / User Manual 1 Table of Contents 1. Zipit Chat Overview... 4 How to download... 4 Supported version... 4 2. Functionalities... 4 Get Started... 4 Login... 7 Payment
U.S. Cellular Mobile Data Security. User Guide Version 00.01
U.S. Cellular Mobile Data Security User Guide Version 00.01 Table of Contents Install U.S. Cellular Mobile Data Security...3 Activate U.S. Cellular Mobile Data Security...3 Main Interface...3 Checkup...4
User Manual for Version 4.4.0.5. Mobile Device Management (MDM) User Manual
User Manual for Version 4.4.0.5 Mobile Device Management (MDM) User Manual I Endpoint Protector Mobile Device Management User Manual Table of Contents 1. Introduction... 1 1.1. What is Endpoint Protector?...
Store & Share Quick Start
Store & Share Quick Start What is Store & Share? Store & Share is a service that allows you to upload all of your content (documents, music, video, executable files) into a centralized cloud storage. You
Cloudfinder for Office 365 User Guide. November 2013
1 Contents Getting started with Cloudfinder for Office 365 1... 3 Sign up New Cloudfinder user... 3 Sign up Existing Cloudfinder user... 4 Setting the Admin Impersonation... 4 Initial backup... 7 Inside
1. Introduction... 1. 2. Activation of Mobile Device Management... 3. 3. How Endpoint Protector MDM Works... 5
User Manual I Endpoint Protector Mobile Device Management User Manual Table of Contents 1. Introduction... 1 1.1. What is Endpoint Protector?... 2 2. Activation of Mobile Device Management... 3 2.1. Activation
Sophos Mobile Control User guide for Windows Phone 8. Product version: 3.5
Sophos Mobile Control User guide for Windows Phone 8 Product version: 3.5 Document date: July 2013 Contents 1 About Sophos Mobile Control...3 2 About this guide...4 3 Login to the Self Service Portal...5
Page 1 Rev Date: February 2010. User Manual for Encrypted Email Services
Page 1 User Manual for Encrypted Email Services Instructions for Using Encrypted Email Services This document is being provided to assist you in opening encrypted emails sent from Century Bank. The following
Configuration Guide - OneDesk to SalesForce Connector
Configuration Guide - OneDesk to SalesForce Connector Introduction The OneDesk to SalesForce Connector allows users to capture customer feedback and issues in OneDesk without leaving their familiar SalesForce
easy-to-use platform. Our solution offers the best video, audio and screen-sharing quality across Window, Mac, ios, Android
Getting Started On PC And Mac What is Zoom? Zoom, the cloud meeting company, unifies cloud video conferencing, simple online meetings and mobile collaboration into one easy-to-use platform. Our solution
GCM for Android Setup Guide
GCM for Android Setup Guide This guide provides information on...... Prerequisites for using Google Cloud Messaging service... Instructions for setting up GCM service via the Google API console... Configuring
Sophos Mobile Control SaaS startup guide. Product version: 6
Sophos Mobile Control SaaS startup guide Product version: 6 Document date: January 2016 Contents 1 About this guide...4 2 About Sophos Mobile Control...5 3 What are the key steps?...7 4 Change your password...8
Challenges in Android Application Development: A Case Study
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.294
Mobile Conference Connection User Guide Android Mobile Device
User Guide: Insert Title Mobile Conference Connection User Guide Android Mobile Device What is Mobile Conference Connection? Mobile Conference Connection (MCC) enables registered Instant Meeting leaders
Can I transfer money to accounts I have at other Financial Institutions through Mobile Banking? No, we don t currently offer this service.
Mobile Banking Questions and Answers How much does this service cost? There is currently no charge associated with the service. However, there may be charges associated with text messaging and data usage
AUT OneDrive for Business. Instructions for Using OneDrive on Windows Platform
AUT OneDrive for Business Instructions for Using OneDrive on Windows Platform Contents 1 What s OneDrive for Business?... 3 2 Storing Files... 5 1.1 Saving and Opening files from your Office applications...
Online Services User Guide
Online Services User Guide Welcome to online banking! Whether you re online or using a mobile device, access your accounts whenever and wherever it s convenient for you. Log In: BankMidwest.com Online
Junos Pulse for Google Android
Junos Pulse for Google Android User Guide Release 4.0 October 2012 R1 Copyright 2012, Juniper Networks, Inc. Juniper Networks, Junos, Steel-Belted Radius, NetScreen, and ScreenOS are registered trademarks
User's Guide. [Home Network] app. Model No.
User's Guide [Home Network] app Model No. Table of Contents Table of Contents 1 Welcome to the Panasonic Home Network System!...5 1.1 What is the Panasonic Home Network System?...5 1.2 What can I use it
U.S. Bank Secure Mail
U.S. Bank Secure Mail @ Table of Contents Getting Started 3 Logging into Secure Mail 5 Opening Your Messages 7 Replying to a Message 8 Composing a New Message 8 1750-All Introduction: The use of email
Business Mobile Banking Features
Business Mobile Banking Features Overview There are two modes of Business Mobile Banking available. Each mode offers a different level of functionality. Business Mobile Banking App o Business Online Banking
Maryland MESA Database School Coordinators Login and Registration Training Handout
Maryland MESA Database School Coordinators Login and Registration Training Handout The following information will assist users in creating a user profile in the database, managing student profiles for
Sophos Mobile Control Startup guide. Product version: 3
Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos
ISSN: 2231-2803 http://www.ijcttjournal.org Page 63
Implementation of an Android Application for Location Tracking and Conferencing 1Prajakta.N.Pande, 2 Prof.Amit Welekar 2 Head of the Department, Information Technology, TGPCET, Maharashtra, India ABSTRACT
Android Device Storage Using SkyReader
Overview Basics File Source Starting Screen View Files and Folders Edit Operation List of File Source Local Protected Files Favorites Photo Library External Storage Dropbox Google Drive SkyDrive Bluetooth
QUICK INSTALLATION GUIDE ACTIVATE
ACTIVATE ACTIVATE ACTIVATE 1. Activate the business cloud A. Service Activation: You will receive a confirmation e-mail within 2 hours maximum BASE business Cloud: Notification/Notificatie B. Go to https://cdashboard.
Sophos Mobile Control Startup guide. Product version: 3.5
Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile
Mobile Banking Questions and Answers
Mobile Banking Questions and Answers How much does this service cost? There is currently no charge associated with the service. However, there may be charges associated with text messaging and data usage
LogMeIn Rescue+Mobile for Android
LogMeIn Rescue+Mobile for Android Contents How to Connect to an Android Device...3 How to Start a Code Session on an Android Device...4 How to Chat with the Customer...5 How to Manage Files on a Customer's
BlackBerry Internet Service Using the Browser on Your BlackBerry Smartphone Version: 2.8
BlackBerry Internet Service Using the Browser on Your BlackBerry Smartphone Version: 2.8 User Guide SWDT653811-793266-0827104650-001 Contents Getting started... 3 About messaging service plans for BlackBerry
FAMILY. Reference Guide. Pogoplug Family. Reference Guide. 2012 Cloud Engines, Inc. All Rights Reserved.
Reference Guide Pogoplug Family Reference Guide Table of Contents Table of Contents 1. What s Included 2. Setting Up Your Pogoplug Device 3. Back Up a. Backing Up Your Computers b. Backing Up Your Mobile
AT&T Toggle. 4/23/2014 Page i
Page i Go Ahead Bring Your Own Device to Work... 1 Requirements... 1 1: AT&T Toggle Overview... 1 Personal Icon... 2 ToggleHub... 2 AT&T Toggle Browser... 2 Downloads... 2 Data Usage App... 3 Media...
Cloud Services MDM. ios User Guide
Cloud Services MDM ios User Guide 10/24/2014 CONTENTS Overview... 3 Supported Devices... 3 System Capabilities... 3 Enrollment and Activation... 4 Download the Agent... 4 Enroll Your Device Using the Agent...
Mobile Iron User Guide
2015 Mobile Iron User Guide Information technology Sparrow Health System 9/1/2015 Contents...0 Introduction...2 Changes to your Mobile Device...2 Self Service Portal...3 Registering your new device...4
TeamViewer 9 Manual Management Console
TeamViewer 9 Manual Management Console Rev 9.2-07/2014 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen www.teamviewer.com Table of Contents 1 About the TeamViewer Management Console... 4 1.1 About the
ekomimeetsmage Manual for version 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0
ekomimeetsmage Manual for version 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0 Version 0.6 Last edit: 16.05.2013 Overview 1 Introduction...3 1.1 Requirements...3 1.2 Function Overview...3 2 Installation...3 2.1 Important
How Do I Log Into Mobile Banking?
1 How Do I Log Into Mobile Banking? In order to use any of Connex Mobile Banking service, you must register for Online Banking via a computer and browser. This is necessary to set-up all security settings
Operational Decision Manager Worklight Integration
Copyright IBM Corporation 2013 All rights reserved IBM Operational Decision Manager V8.5 Lab exercise Operational Decision Manager Worklight Integration Integrate dynamic business rules into a Worklight
Send and receive encrypted e-mails
Manual Send and receive encrypted e-mails Bank J. Safra Sarasin Ltd Document Owner Security Classification Document Type Bank J. Safra Sarasin Ltd internal and external use Manual Document change history
Pakhtunkhwa, Pakistan Email: 1 [email protected]
VFAST Transitions on Software Engineering http://www.vfast.org/index.php/xxx@ 2015 ISSN(e): 2309-3978, ISSN(p) 2411-6246 Volume 7, Number 02, July-August, 2015 pp. 12-17 A RESEARCH ON MOBILE APPLICATIONS
T14 RUMatricula Phase II. Section 1 Metaphor and requirements
Section 1 Metaphor and requirements RUMatricula is a system that aims at replacing current UPRM terminal-based course selection software with a web-based and mobile-friendly alternative that is simple
Novell Filr 1.0.x Mobile App Quick Start
Novell Filr 1.0.x Mobile App Quick Start February 2014 Novell Quick Start Novell Filr allows you to easily access all your files and folders from your desktop, browser, or a mobile device. In addition,
So, now your phone data are safe even when changing mobile handset or your phone/ SIM is stolen/ lost/ broken.
Robi Phone Backup With Phone Backup Service you can store valuable data from your mobile handset to a secured storage and easily recover it whenever you want. With this service, you can save the contacts
Two Factor Authentication - USER GUIDE
Two Factor Authentication - USER GUIDE Two Factor Authentication (or 2FA) is a two step verification process that provides an extra layer of security for you when accessing your account within Online Services.
Database Management Systems [COP5725] Project Deliverable 2. SaferDC. Submitted By: Group 1
Database Management Systems [COP5725] Project Deliverable 2 SaferDC Submitted By: Group 1 Armando Leon [UF ID: 43568722] Nitin Agrahara [UF ID: 73714398] Neeraj Rao [UF ID: 37737151] Rahul Bhoopalam [UF
For further support information, refer to the Help Resources appendix. To comment on the documentation, send an email to [email protected].
Technical Support and Product Information tk20.com Tk20 Corporate Headquarters 10801 MoPac Expressway, Suite 740, Austin, Texas 78759 USA Tel: 512-401-2000 For further support information, refer to the
for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later
for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research
MobileMerchant Application Guide
MobileMerchant Application Guide United Kingdom Ireland Version 6 Android: Google Play is a trademark of Google Inc. Apple: Apple, the Apple logo, iphone and ipad are trademarks of Apple Inc., registered
Remote Android Assistant with Global Positioning System Tracking
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. III (Mar-Apr. 2014), PP 95-99 Remote Android Assistant with Global Positioning System Tracking
Celly FAQ. inbox cells people help. celly help. Common Support Questions. celly company. General. celly @ school. policies. About Cells.
Celly FAQ Common Support Questions inbox cells people help How do I change my username? How do I change the phone number on my Celly account? How do I set my password/reset my password? How can I mass
Configure AirWatch for Your Mobile Device
Configure AirWatch for Your Mobile Device These instructions created using an Android Smartphone AirWatch Mobile Device Management (MDM) Agent is an app that provides faculty and staff secure access to
PROJECT MANAGEMENT SYSTEM
Requirement Analysis Document v.2 14.12.2009 CENG-401 SOFTWARE ENGINEER PROJECT MANAGEMENT SYSTEM (Project Manager) Ahmet Edip SEÇKİN 07010555 (Developer) Erhan ŞEN 07010507 (Developer) Semih Serdar CENGİZOĞLU
Copyright 2013, 3CX Ltd. http://www.3cx.com E-mail: [email protected]
Manual Copyright 2013, 3CX Ltd. http://www.3cx.com E-mail: [email protected] Information in this document is subject to change without notice. Companies names and data used in examples herein are fictitious
SMART HOMES - SMART BUILDINGS. Quick Start
Quick Start version 1.5 Copyright 2014, Plugwise. All rights reserved. Plugwise B.V. Wattstraat 56 2171 TR Sassenheim ǀ The Netherlands Telephone: +31(0) 252-433070 E-mail: [email protected] Visit us also
Sophos Mobile Control User guide for Android. Product version: 4
Sophos Mobile Control User guide for Android Product version: 4 Document date: May 2014 Contents 1 About Sophos Mobile Control...3 2 About this guide...4 3 Login to the Self Service Portal...5 4 Set up
Welcome to Collage (Draft v0.1)
Welcome to Collage (Draft v0.1) Table of Contents Welcome to Collage (Draft v0.1)... 1 Table of Contents... 1 Overview... 2 What is Collage?... 3 Getting started... 4 Searching for Images in Collage...
Intermedia Cloud Softphone. User Guide
Intermedia Cloud Softphone User Guide FOR MORE INFO VISIT: CALL US EMAIL US intermedia.net +1.800.379.7729 [email protected] 1 Contents 1 Introduction... 3 1.1 Cloud Softphone Features... 3 2 Installation...
Baylor Secure Messaging. For Non-Baylor Users
Baylor Secure Messaging For Non-Baylor Users TABLE OF CONTENTS SECTION ONE: GETTING STARTED...4 Receiving a Secure Message for the First Time...4 Password Configuration...5 Logging into Baylor Secure Messaging...7
YubiKey Authentication Module Design Guideline
YubiKey Authentication Module Design Guideline Yubico Application Note Version 1.0 May 7, 2012 Introduction Disclaimer Yubico is the leading provider of simple, open online identity protection. The company
Welcome to HomeTown Bank s Secure E-mail! User Guide
Welcome to HomeTown Bank s Secure E-mail! User Guide To access the secure email message center, click the Secure Email link on the www.htbmn.com main web page. Select whether you are a new user of the
Client Training Manual
Client Training Manual Contents Quick Summary on How to Open Encrypted Email from Arlington County.2 I. Overview... 4 A. Overview of Email Encryption with Arlington County Government... 4 Link to YouTube
Installation Instructions
Avira Free Android Security Installation Instructions Trademarks and Copyright Trademarks Windows is a registered trademark of the Microsoft Corporation in the United States and other countries. All other
Android App for SAP Business One. Z3moB1le App Version 1.00 Pagina 1 di 12. www.z3engineering.it
Android App for SAP Business One Z3moB1le App Version 1.00 Pagina 1 di 12 Z3 Mobile for SAP Business One (Z3moB1le) Contents Overview... 3 Phone requirements... 3 Available modules... 4 Settings before
Interskill LMS Admin Guide
Interskill LMS Admin Guide Guide to Your Own Online Training System A roadmap to training success! Training Online Table of Contents Interskill LMS Overview... 3 The Login Page... 3 Navigation Menu...
Quick Start. Nighthawk X8 AC5300 Tri-Band WiFi Router Model R8500. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA 95134 USA
Support Thank you for purchasing this NETGEAR product. You can visit www.netgear.com/support to register your product, get help, access the latest downloads and user manuals, and join our community. We
Sophos Mobile Control User guide for Apple ios
Sophos Mobile Control User guide for Apple ios Product version: 2.5 Document date: July 2012 Contents 1 About Sophos Mobile Control... 3 2 Login to the Self Service Portal... 4 3 Set up Sophos Mobile Control
Secure Email A Guide for Users
Secure Email A Guide for Users October 14, 2013 10/13 TABLE OF CONTENTS USING THE SYSTEM FOR THE FIRST TIME... 3 EMAIL NOTIFICATION OF SECURE INFORMATION... 3 GETTING REGISTERED ON THE SYSTEM... 4 ACCOUNT
Single Sign On: Volunteer Connection Support Tree for Administrators Release 2.0
Single Sign On: Volunteer Connection Support Tree for Administrators Release 2.0 Updated 2/24/2016 Page 1 Single Sign On Volunteer Connection Support Tree for Administrators Purpose General Information
Country Club Bank- Mobile Banking FAQs
Country Club Bank- Mobile Banking FAQs GENERAL... 2 MOBILE BANKING- WHAT IS IT?... 2 TEXT BANKING... 3 PHONE ENROLLMENT... 4 MOBILE BILLPAY... 5 TROUBLESHOOTING... 6 General How much does this service
Windows 7 Hula POS Server Installation Guide
Windows 7 Hula POS Server Installation Guide Step-by-step instructions for installing the Hula POS Server on a PC running Microsoft Windows 7 1 Table of Contents Introduction... 3 Getting Started... 3
User s manual for Android Application
Motorised IP Video surveillance camera for smartphones, tablets and PC / MAC. Protect your home and family remotely! User s manual for Android Application Thanks We thank you for choosing Aquila Vizion.
How To Use The Mail Control Console On A Pc Or Macbook 2.5.3 (For A Macbook)
MX Control Console & Spam Quarantine Report User Guide Product Version: 2.5 Release Date: Document Version: ed_eug_2.5.3_gr Copyright 2004 MX Logic, Inc. RESTRICTION ON USE, PUBLICATION, OR DISCLOSURE
bank zweiplus email Gateway user manual
bank zweiplus email Gateway user manual T +41 (0)58 059 22 22, F +41 (0)58 059 22 44, www.bankzweiplus.ch 1/29 Table of contents 1 Foreword... 3 2 Important Notes... 3 2.1 General... 3 2.2 Password...
SJRWMD Cloud-Based Email Quick-Start Guide
SJRWMD Cloud-Based Email Quick-Start Guide Your email account is now in the Microsoft cloud, also known as Office 365. This change from onpremise email provisioning to the cloud allows the agency to provide
Sophos Mobile Control user help. Product version: 6.1
Sophos Mobile Control user help Product version: 6.1 Document date: May 2016 Contents 1 About this help...4 2 About Sophos Mobile Control...5 3 Login to the Self Service Portal...6 3.1 First login...6
One-Time Password Contingency Access Process
Multi-Factor Authentication: One-Time Password Contingency Access Process Presenter: John Kotolski HRS Security Officer Topics Contingency Access Scenarios Requesting a Temporary One-Time Password Reporting
Password Depot for Android
Password Depot for Android Table Of Contents Table Of Contents... 2 User interface... 3 Action Bar... 3 Overflow Menu... 4 Entry menu... 5 Context Bar... 6 Settings... 7 Creating a password file... 8 Opening
Qsync Install Qsync utility Login the NAS The address is 192.168.1.210:8080 bfsteelinc.info:8080
Qsync Qsync is a cloud based file synchronization service empowered by QNAP Turbo NAS. Simply add files to your local Qsync folder, and they will be available on your Turbo NAS and all its connected devices.
BlackBerry Internet Service. Version: 4.5.1. User Guide
BlackBerry Internet Service Version: 4.5.1 User Guide Published: 2014-05-22 SWD-20140522173857703 Contents 1 Getting started...7 About the messaging service plans for the BlackBerry Internet Service...7
Managed Security Web Portal USER GUIDE
Managed Security Web Portal USER GUIDE CONTENTS 1.0 Introduction 4 2.0 Login 4 3.0 Portal Layout 4 3.1 Home Tab 5 3.2 Web Filtering Tab 5 3.3 SSL VPN Users Tab 6 4.0 Web Filtering Administration 7 4.1
A B S T R A C T. Keywords: Mobile computing, Compiler, Android Development tool kit; I. INTRODUCTION
Remote Access Android Phones Through Simple Mobile. 1M.S.Badgujar, 2N.D.Tribhuvan, 3S.U.Rahane,4Prof.C.S.Aryan Department of Computer Engg, Jaihind College Of Engg, Kuran Savitribai Phule Pune University,
New Help Desk Ticketing System
New Help Desk Ticketing System Starting Monday, November 30, 2009 at 6 am the University will be going live with their new help desk ticketing system. The website to access the new ticketing system is
Daily Gameplan (DGP) Online
Daily Gameplan (DGP) Online User Guide Sales & Follow-Up Systems Table of Contents Getting Started 3 About The Daily Gameplan Online 3 Quick Start-Up Guide.....4-5 Access the Daily Gameplan Online 6-7
RESCO MOBILE CRM USER GUIDE. Access your CRM data on any mobile platform ipad, iphone, Android, Windows Phone or Win XP/Vista/7/8
RESCO MOBILE CRM USER GUIDE Access your CRM data on any mobile platform ipad, iphone, Android, Windows Phone or Win XP/Vista/7/8 Contents Synchronization... 1 1.1. How to synchronize your device... 1 1.2.
AT&T Business Messaging Account Management
AT&T Business Messaging Account Management Admin User Guide December 2015 1 Copyright 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein
Managing policies. Chapter 7
Chapter 7 Managing policies You use the Policies tab in Admin Portal to create policy sets for roles. A policy set lets you configure the following categories of policies: Mobile Device Policies Use to
Design of 'Dr. on Click' Android Application
Design of 'Dr. on Click' Android Application Thakor Swapnali S. 1, Patil Nayana Y. 2, Parikh Shubham A. 3, Thorat Pooja K. 4 B.E, Dept. of Computer, SRES COE, Kopargoan, India 1 B.E, Dept. of Computer,
Sophos Mobile Control User guide for Apple ios. Product version: 2 Document date: December 2011
Sophos Mobile Control User guide for Apple ios Product version: 2 Document date: December 2011 Contents 1 About Sophos Mobile Control... 3 2 Set up Sophos Mobile Control on an Apple iphone... 4 3 Set up
Copyright Pivotal Software Inc, 2013-2015 1 of 10
Table of Contents Table of Contents Getting Started with Pivotal Single Sign-On Adding Users to a Single Sign-On Service Plan Administering Pivotal Single Sign-On Choosing an Application Type 1 2 5 7 10
Security Guide. BlackBerry Enterprise Service 12. for ios, Android, and Windows Phone. Version 12.0
Security Guide BlackBerry Enterprise Service 12 for ios, Android, and Windows Phone Version 12.0 Published: 2015-02-06 SWD-20150206130210406 Contents About this guide... 6 What is BES12?... 7 Key features
QuickCRM Mobile. Mobile Access to SugarCRM. User Manual. Version: 2.6
QuickCRM Mobile Mobile Access to SugarCRM User Manual Version: 2.6 NS-Team S.A.R.L. au capital de 90 000 euros R.C.S. Toulouse 449 396 704 55 chemin de Mervilla 31320 Auzeville - FRANCE SIRET 449 396 704
