MOBILE TRACKING APPLICATION FOR BLACKBERRY

mobile tracking app

ABSTRACT

Every person use mobile device and we worried about lost. If you are programmer then you can create the application to protect your device rather than buying the application. You can use the simple logic to create that application.
If you are Java Programmer then you easily create the application that makes your device secure. All mobile in the world have four data available in it. Mobile company use it to provide network and detect where actually you are on the world. Even Google maps is using this data to show your location.

MODULES

1. Mobile ID
2. Location
3. Time at which the device was present on the above location

REQUIREMENTS

1. Mobile Country Code (MCC) - To detect current country of device.
2. Mobile Network Code (MNC)- Te delete current service provide.
3. Local Area Code (LAC)- To detect device in which region.
4. Cell ID - Unique id of that region.

IMPLEMENTATION

J2ME

CONCEPTS

Step 1:

Store your current SIM number, Password to unlock the application, Recovery Contact in persistence memory.
Flow:
Mobile Start > Get current inserted SIM number > Match with SIM number stored in persistence memory

Extract all the data from device using java code.

Step 2:

Use Geo-location to get latitude and longitude.

Step 3: 

Pass Latitude - Longitude to google  that will show you location.


SCREENSHOTS

                                                  CALCULATE DISTANCE

distance mobile track

LATITUDE- LONGITUDE

gps fix

RESULT-LOCATION

result on mobile track