70 lines
2 KiB
YAML
70 lines
2 KiB
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/fmetzger/android-sensorium
|
|
IssueTracker: https://github.com/fmetzger/android-sensorium/issues
|
|
|
|
AutoName: Sensorium
|
|
Description: |-
|
|
Sensorium collects sensor values (such as 3G, GPS, battery charge) that you
|
|
allow it to access. You can control the level of detail of the data collected
|
|
from within the app. The app comes preconfigured so as to collect data for
|
|
upstream's open 3G connectivity map,
|
|
[https://skylla.fc.univie.ac.at/~puehringer/o3gm_django Open3GMap]: it sends
|
|
data once an hour when a WiFi connection is available, but the URLs and
|
|
frequency can be chosen.
|
|
|
|
Sensors the app can use include:
|
|
|
|
* Device Info
|
|
* Radio Cell Info Sensor
|
|
* Network Location
|
|
* GPS Location
|
|
* Battery (or power usage)
|
|
* Wifi Scan result
|
|
* Wifi Connection Details
|
|
* Bluetooth Scan Result
|
|
|
|
Fused location method isn't available as it depends on the non-free Google Play
|
|
Services library.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/fmetzger/android-sensorium
|
|
|
|
Builds:
|
|
- versionName: 1.1.6
|
|
versionCode: 9
|
|
commit: af1b83545f23
|
|
subdir: Sensorium
|
|
prebuild:
|
|
- sed -i '/play/d' project.properties
|
|
- sed -i '/Fused/d' res/values/sensors.xml
|
|
- rm src/at/univie/sensorium/sensors/FusedLocationSensor.java
|
|
|
|
- versionName: 1.1.8
|
|
versionCode: 11
|
|
commit: 6914a24865
|
|
subdir: Sensorium
|
|
prebuild:
|
|
- sed -i '/play/d' project.properties
|
|
- printf 'play_services_available=false' > ant.properties
|
|
|
|
- versionName: 1.1.11
|
|
versionCode: 14
|
|
commit: 13f4d1ef9
|
|
subdir: Sensorium
|
|
prebuild:
|
|
- sed -i '/play/d' project.properties
|
|
- printf 'play_services_available=false' > ant.properties
|
|
|
|
- versionName: 1.1.12
|
|
versionCode: 15
|
|
commit: 832aa146f51f975
|
|
subdir: Sensorium
|
|
init: echo 'play_services_available=false' > ant.properties
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.1.12
|
|
CurrentVersionCode: 15
|