Tracking Android Device with SMS

Semiu Amao

Semiu Amao

Lagos, Lagos

2 0
  • 0 Collaborators

Devices with GPS or A-GPS module running Android OS can be tracked (on location) with this application by sending SMS to the device. The application automatically reads the incoming SMS and check for the specific keyword, if found it responds by replying the sender with location of the device ...learn more

Project status: Published/In Market

Mobile

Groups
DroidLab, Nigeria DevOps

Intel Technologies
Other

Code Samples [1]Links [1]

Overview / Usage

Devices with GPS or A-GPS module running Android OS can be tracked (on location) with this application by sending SMS to the device. The application automatically reads the incoming SMS and check for the specific keyword, if found it responds by replying the sender with location of the device in the form of Google Map Url.

This project was initially develop for Kitkat (Android 4) and it currently developed for latest Android OS

Methodology / Approach

The following are the algorithm of this application

  • App has a default search string "smstracker" which can be changed at runtime by the user
  • App runs as a daemon in background of the Android device
  • Always listening for the incoming SMS
  • Always capturing the GPS detail of the device at interval of 3min (amendable)
  • When a SMS comes in, it reads all the content and search for the specific string e.g. "smstracker"
  • If not found, the App does nothing
  • If string is found, the App replies to the sender of the SMS with the URL containing the latitude, longitude on the Google Map

Technologies Used

Android Locationlistener

Android Broadcastreceiver

Android JobScheduler (Android 6.0 and above)

Repository

https://github.com/bigsemite/smstracker

Comments (0)