Skip to content

melankh/Locate-driver

 
 

Repository files navigation

Locate driver

An Open Source Android Application that automatically shares your location while you drive based on SMS.

All you have to do is to choose a destination, a keyword and to start the application. When someone sends you an SMS with that keyword, the application will auto respond with your location and ETA to your destination.

The application it is battery friendly because it uses a "BroadcastReceiver", which means that the application is not running on the background,. The Android system sends an event when a SMS is received and the application will start in the background. It uses the GPS for a limited time, only to get the location for the response, after that it will close again.

Download

Play store: https://play.google.com/store/apps/details?id=com.micutu.locatedriver

Github: https://github.com/micku7zu/Locate-driver/releases

Screenshots

Demo youtube video

Demo

Libraries used

Smart location lib created by Nacho Lopez (mrmans0n): https://github.com/mrmans0n/smart-location-lib

License

This work is licensed under the GNU General Public License v3.0

About

Location sharing while driving

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%