Big Brother GPS, Android GPS position reporting app.
This is a simple app that runs in the background of your android and reports your position to whatever website you have configured.
The program wakes up every few minutes, reads your position from the GPS or the cellular networks and sends it using HTTP POST to a URL you have specified.
Your position is sent using the parameters "latitude=...", "longitude=..." and the accuracy of the reading in meters is sent in the parameter "accuracy=...".
If you have set the secret parameter in the application preferenses the secret specified will be sent in the "secret=..." POST parameter.
You can configure the app to send battery status in the post request. Status is sent as "battlevel=..." the number sent is the battery level in percent. The charging state is sent as "charging=1" if the battery is charging, and as "charging=0" if it is not.
There are some simple PHP files provided to demonstrate how to collect the information, and display it on a google map.
Changelog
The app has a changelog in "menu->changelog".Downloads, web site code, etc
- BigBrotherGPSweb by Lars Falk-Petersen
- Website example scripts in PHP
- Improved website scripts These scripts were provided by Jay Summet. Check out Jays blog and thank him if you like the scripts.
- Test/demo scripts kindly provided by Tom Verhoeff.
- MultiTracker
Sites using BBG
Source
GIT Repo
- git clone https://repo.curiepoint.com/p/android/bigbrothergps
Tarballs
- Latest snapshot
- ver4.0.tar.gz
- ver3.1.tar.gz
- ver2.7.tar.gz
- ver2.6.tar.gz
- ver2.5.tar.gz
- ver2.4.tar.gz
- ver2.3.tar.gz
- ver2.2.tar.gz
- ver2.1.tar.gz
- ver2.0.tar.gz
- ver1.9.tar.gz
- ver1.7.tar.gz
- ver1.6.tar.gz
- ver1.5.tar.gz
- ver1.4.tar.gz
- ver1.3.tar.gz
- ver1.2.tar.gz
- ver1.1.tar.gz
Privacy Policy
BigBrother GPS does not and cannot collect any personal data about you or your phone and send it to any third party.
Since BBG only communicates with your own servers and will never communicate or send data to other servers than the one you have configured BBG will never collect or distribute your data outside your control.
Licence
This code is licensed under GPL Ver 2