2013-11-02 00:16:14 +00:00
|
|
|
Categories:Science & Education
|
2013-06-12 14:36:55 +00:00
|
|
|
License:GPLv3
|
|
|
|
Web Site:
|
|
|
|
Source Code:https://github.com/fmetzger/android-sensorium
|
|
|
|
Issue Tracker:https://github.com/fmetzger/android-sensorium/issues
|
|
|
|
|
|
|
|
Auto Name:Sensorium
|
|
|
|
Summary:Collect sensor data
|
|
|
|
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.
|
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/fmetzger/android-sensorium
|
|
|
|
|
|
|
|
Build Version:1.1.6,9,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
|
2013-08-13 09:47:49 +00:00
|
|
|
Build Version:1.1.8,11,6914a24865,subdir=Sensorium,\
|
2013-10-17 11:51:01 +00:00
|
|
|
prebuild=sed -i '/play/d' project.properties && \
|
|
|
|
printf 'play_services_available=false' > ant.properties
|
|
|
|
Build Version:1.1.11,14,13f4d1ef9,subdir=Sensorium,\
|
2013-08-13 09:47:49 +00:00
|
|
|
prebuild=sed -i '/play/d' project.properties && \
|
|
|
|
printf 'play_services_available=false' > ant.properties
|
|
|
|
|
2013-06-12 14:36:55 +00:00
|
|
|
Auto Update Mode:None
|
|
|
|
# apks are on Google Plague
|
|
|
|
Update Check Mode:RepoManifest
|
2013-10-16 02:10:14 +00:00
|
|
|
Current Version:1.1.11
|
|
|
|
Current Version Code:14
|
2013-06-12 14:36:55 +00:00
|
|
|
|