Phone tracker for Android - if your phone has been stolen
Find the release build APK here.
- Send text and get location back
- Uses the GPS location, falls back to the GSM network provider and if both are unavalible will send the in range cellular towers information
- from first use of app, no app icon will be visible on the application launcher unless you send stop password
In order to find cellular tower location based on information use the following API:
http://mobile.maps.yandex.net/cellid_location/?&cellid={}&operatorid={}&countrycode={}&lac={}
the cell tower information recived will be in following format:
type:signalStrenght:
the google maps link will be in the following format:
https://maps.google.com/?q={lat},{lng}
project based on https://github.com/nohum/lost-phone-tracker-app