You are on page 1of 14

PROJECT TITLE:

MOBILE TRACKING SYSTEM


WITH GPS

Guided by: Presented by:


Er.Praveen Rai Abhishek Saxena
Jagveer Singh
Madhuri Singh
INTRODUCTION :
 Mobile phone tracking is the ascertaining of the
Position or location of a mobile phone,whether
stationary or moving.
 The location can be find out with the help of some basic components like
mobile devices, mobile communication network, service provider like the
Global Positioning Service (GPS) and Geographical Information System
(GIS).
There are two major actions, They are:
 Obtaining the location of user

 Utilizing the above information to provide a service.


. These 2 actions are used to answer 4 questions below for a mobile user in a
new, fast, more accurate way:

Where am I…?

Where is the nearest ...?.

Where is my ...?,

How do l get there?


LITERATURE SURVEY:

1.Global Positioning System


 Global Positioning System (GPS) is a Global Navigation Satellite System (GNSS)
developed by the United States Department of Defence.

 It is the only fully functional GNSS in the world. It uses a constellation of between 24
and 32 Medium Earth Orbit satellites that transmit precise microwave signals, which
enable GPS receivers to determine their current location, the time, and their velocity.
2.GEOCODING
 Reverse geocoding provides a way to convert geographical coordinates
(longitude, latitude) into street address and forward geocoding provides a
mean to get geographical coordinated from street address.
 For forward geocoding we use getLatitude() and getLongitude() method as
shown in the following code Block
 double latitude = location.getLatitude();
 double longitude = location.getLongitude();

 For reverse geocoding we use get From Location method with geocoder
variable as shown in the following code Block

 geocod is geocoder variable


 addresses=geocod.getFromLocation(latitude, longitude, 10);
3.GPS in Android

 Android is an open source and Linux-based Operating System for mobile


devices such as smart phones and tablet computers.
 Android was developed by the Open Handset Alliance, led by Google, and
other companies. Android offers a unified approach to application
development for mobile devices which means developers need only
develop for Android, and their applications should be able to run on
different devices powered by Android.
MODULES:
 Mobile Client
 Server
 Tracking IMSI Number
 SMS Alert

 MOBILE CLIENT
Mobile Client is an Android application which is created and installed in the User’s
Android Mobile Phone.
2.SERVER
 The Server Application which is used to communicate with the Mobile
Clients.

 The Server can communicate with their Mobile Client by GPS. User will be
initially registering with the server.

 Server will track the user with user’s IMSI number.


3. TRACKING IMSI NUMBER
 If mobile is stolen by some anonymous person, by using phone IMSI no,
through the application anonymous person will be tracked.
CONT…
 After the mobile is theft by an anonymous person tries to change the Sim
card. Mobile Application will identify the change in the IMSI number then
automatically GPS is initiated to exact location of the anonymous person.
4.SMS ALERT
 SMS alert the GPS location of the thief is sent to the owner so that they
can easily trace the location of the anonymous person by clicking the link
of the location URL which was send as SMS Alert.
METHODOLOGY:
 Step1. Install application. start
 Step2. Login
 Step3. Enter phone number Install app
 Step4. Restart the Smartphone
 Step5. Calculate the Latitude and longitude Restart the Smartphone
 Step6. Send the SMS Alert On Mobile No.
 Step7. If the current location is change
then go to step5 if SMS flipped
 Step8. Go to step 5 in every hour which is
registered by the admin
Calculate position

Send SMS Alert


CONT…
4. HARDWARE AND SOFTWARE
REQUIREMENTS
 System Requirements

4.1 Hardware Requirements


 On Developer Side

 Processor : Dual Core or above


 RAM : 4GB
 Hard disk : 80GB or above

 On Client Side

Device :GPS enable Android OS mobile


4.2 Software requirements

 Development Kit :Android SDK 2.3, Java JDK 1.8

 Languages : Java

 IDE : Android Studio

 Platform : Window 7 or above


Thank you!

You might also like