2013-09-03 13:21:05 +00:00
## See http://f-droid.org/manual for details
2013-11-02 00:16:14 +00:00
Categories:Navigation
2013-09-03 13:21:05 +00:00
License:GPLv3+
2014-05-06 20:44:28 +00:00
Web Site:http://mvglasow.github.io/satstat/index.html
2013-09-03 13:21:05 +00:00
Source Code:https://github.com/mvglasow/satstat
Issue Tracker:https://github.com/mvglasow/satstat/issues
2013-09-11 02:37:49 +00:00
Auto Name:SatStat
2013-09-03 13:21:05 +00:00
Summary:GPS, sensor and network status
Description:
A diagnostic tool that displays data reported by sensors in the phone.
2014-09-23 20:55:12 +00:00
GPS and other location providers:
* Refresh AGPS data (if supported by phone) either manually, or when a new data connection is detected
2013-11-24 20:12:26 +00:00
* Status notification whenever an app accesses GPS (configurable)
2013-09-03 13:21:05 +00:00
* Location, speed, bearing and error
* Satellites in view and satellites used
2013-11-24 20:12:26 +00:00
* Signal-to-noise ration (SNR) for each satellite
2013-09-03 13:21:05 +00:00
* Time to first fix and time of last fix
2014-09-23 20:55:12 +00:00
* Map view for comparison of different location providers
2013-09-03 13:21:05 +00:00
Sensors (as supported by your phone):
* Accelerometer (acceleration and gravity)
* Rotation
* Magnetic field
* Orientation (azimuth, pitch and roll)
* Ambient temperature
* Pressure
* Relative humidity
* Ambient light
* Proximity
Networks:
2014-09-23 20:55:12 +00:00
* GSM/CDMA/LTE cells in range with network type and signal strength
2014-05-06 20:44:28 +00:00
* WiFi networks in range, with encryption type, channel and signal strength
2013-09-03 13:21:05 +00:00
Known limitations:
2014-08-29 15:08:26 +00:00
* Some phones will report only the network cell with which they are currently registered. On such phones you will only see one cell under "GSM" or "CDMA". This is a limitation of the phone's radio firmware, and SatStat has no way of getting more information from the device.
2014-09-23 20:55:12 +00:00
* Some devices ignore the command to refresh AGPS data. This is a limitation of the GPS driver (which varies from device to device and is usually proprietary). Starting with version 2.0, SatStat has a workaround in place for automatic AGPS updates.
2014-06-07 20:50:31 +00:00
[https://github.com/mvglasow/satstat/releases Change history]
2013-09-03 13:21:05 +00:00
.
Repo Type:git
Repo:https://github.com/mvglasow/satstat.git
2013-11-24 22:07:36 +00:00
Build:1.0,1
commit=satstat-1.0
Build:1.1,10
commit=satstat-1.1
Build:1.3,30
commit=satstat-1.3
Build:1.4,40
commit=satstat-1.4
init=./setbuild.sh
2013-09-03 13:21:05 +00:00
2014-01-15 09:11:48 +00:00
Build:1.5,50
commit=satstat-1.5
init=./setbuild.sh
2014-01-26 04:08:04 +00:00
Build:1.6,60
commit=satstat-1.6
init=./setbuild.sh
2014-05-06 21:06:47 +00:00
Build:1.7,70
2014-05-16 07:41:55 +00:00
disable=buggy, see https://gitlab.com/fdroid/fdroiddata/issues/12
Build:1.8,80
commit=satstat-1.8
2014-05-06 21:06:47 +00:00
init=./setbuild.sh
2014-09-23 20:55:12 +00:00
Build:2.0,2000
commit=satstat-2.0
init=./setbuild.sh
rm=libs/*jar
gradle=yes
2014-09-23 23:01:49 +00:00
prebuild=sed -i -e 's/0.4.0/0.4.3/g' build.gradle
2014-09-23 20:55:12 +00:00
Maintainer Notes:
Build 2.0 switched to gradle because of the dependency on mapsforge, which fails on the build server
if called in an ant or maven project (or when called multiple times). See
https://gitlab.com/fdroid/fdroiddata/issues/58 for details.
Upstream uses ant but maintains build.gradle for F-Droid.
.
2014-01-15 09:11:48 +00:00
Auto Update Mode:Version satstat-%v
2013-09-03 13:21:05 +00:00
Update Check Mode:Tags
2014-09-23 20:55:12 +00:00
Current Version:2.0
Current Version Code:2000
2013-09-03 13:21:05 +00:00