Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: SMS REMOTE CONTROLLER
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=71753]



ABSTRACT:
Android app that lets you “remotely” perform various tasks on your phone from any other phone via simple SMS commands.The workflow is easy. You send an SMS command from a friend’s phone to your own phone in a given format and the app reacts accordingly.
INTRODUCTION:
We have heard lot about persons who wasted his half an hour in searching his mobile phone, which is an android phone. So exactly what happened was that cell phone was on silent mode and it has been left some place and was unable to find it. When he tried calling the number it was ringing but he was unable to hear the ring tone, his first impression was perhaps it was stolen but he kept on trying and it was ringing, so from this he felt that if it was stolen then the person could have switched off it but it wasn’t. So then he remembered that he had put the cell phone in silent mode some time back. After searching all places finally he found it, but at the cost of wasting half an hour. After this incidence I searched on Google to find any application which can remotely switch from silent mode to general mode. I did find application which is capable of remotely controlling your android phone using SMS. We are going to develop this app only as our final year project. We will also add another app in same app that is an Android app to locate and track android phone.

EXISTING SYSTEM:
Currently no System is Available which is capable of remotely controlling your android phone using SMS.

PROPOSED SYSTEM:
Android app that lets you “remotely” performs various tasks on your phone from any other phone via simple SMS commands. The other phone, that is sending the commands, need not be running Android – even the basic Nokia 1100 would do just fine – and either phone don’t require GPS or data plans (Internet). The workflow is easy. You send an SMS command from a friend’s phone to your own phone in a given format and the app reacts accordingly. For instance, a command like “ringer” would turn on the ringer while “silent” would put the phone to silent mode.


SMS GATEWAY:
SMS Gateway is the Android OS receiver which gets invoke while receive the new SMS & broadcast this information across different listeners. SMSControl listener listen the received SMS and forward it to SMSCommand handler.
SMS COMMAND HANDLER:
After Sending a SMS Command, our Mobile Phone will execute the Command. The syntax of SMSs that can be sent by the user and its functionalities are as follows.

1. If SMS is of the format TRACK-calls-phone number, the operator receives the SMS containing top call registry details like incoming and outgoing calls.
2. If SMS is of the format TRACK-profilegeneral@ phone number the operator receives the SMS containing the profile changing information from silent to general mode.

3. If SMS is of the format TRACK-profilesilent@ phone Number the operator receives the SMS containing the profile changing information from general to silent mode.

4. If SMS is of the Format GET CONTACT (Contact name) then the sender’s mobile will receives contact information which is given as a parameter.
SYSTEM REQUIREMENTS:
FOR MOBILE:
Operating System : Android Running on Minimum (Gingerbread)
Ram : 250 MB & Above
SD Space : 1 GB & Above
Processor : 600 Mhz
FOR DEVELOPMENT:
Operating System : Windows 7 & Above
SDK : Java 6.0 & Above
Android SDK : Android 2.3 (API 11) & Above



USER: In this module the user sends a message from another phone to activate the profile silent mode into general mode and vice versa.
RECEIVER:In this module the receiver or the application reads the message, splits it, retrieves the key, validates the key and finally changes the profile.
MODULES:
 Changing Profile
1.Silent to General
2.General to Silent
 Tracking call
 Getting contact




MODULE 1- CHANGING PROFILE:
a)Ring: The users want to identify the phone means, they have to send SMS to that their mobile number. The mobile number of that particular person is integrated in that android application. So using that application we can change that mobile from silent mode to general mode. Using the SMS command the mobile is controlled.
b) Silent: The users want to change the phone state means, they have to send SMS to that their mobile number. The mobile number of that particular person is integrated in that android application. So using that application we can change that mobile silent mode. Using the SMS command the mobile is controlled.
MODULE 2-GET THE CALL LOGS:
By this module sms command will get the call log details like received call, missed call and incoming call from the mobile. By this process user gets the details of call details by just only sms. For this process user send’s the msg command from another mobile and get’s the reply from user’s mobile as sms format.
MODULE 3-GET CONTACT:
The user sends a message from another phone to get contact details of particular person,then the sender’s mobile will receives contact information which is given as a parameter.
CONCLUSION :
Control and Track that you could borrow your colleague’s phone and use it to turn on the ringer or general mode of your missing phone. You have the freedom to track your phone from anywhere, with a text messaged. In this algorithm you can access your mobile by sending sms commands to switched it as silent or general. And also used to check the call logs and contacts. You can get the call and contact by just sending sms commands from another phone.