Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (17 loc) · 1.06 KB

Staza

Get the location of your mobile phone just by sending a code using text message.

Instructions

  1. Open Staza and log in with a chosen password.
  2. After logging in give the required permissions to Staza.
  3. Staza will generate a random code for you. You can change the code if you want.
  4. Remember the code provided to you.
  5. Send the code from any other phone to the phone through text message.
  6. Staza will reply with the lattitude and longitude of the current location of the phone.
  7. You can get the accurate location by searching for the lattitude and longitude in Google Maps.

Implementation Notes

Staza keeps listenening for messages in the backgound and when a message is received it compares the message with the saved code. If the message matches the saved code it forces the user to enable gps. After gps has been enabled, Staza retrives the current location and replies to the sender with the location of the phone.

The app is not dependent on data usage and works on sms service.