new package for Sensorium, at.univie.sensorium
This commit is contained in:
parent
6d0ca12485
commit
96aab81989
|
@ -1,26 +1,13 @@
|
|||
Category:Internet
|
||||
License:LGPLv3
|
||||
Category:Science & Education
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/fmetzger/android-sensorium
|
||||
Issue Tracker:https://github.com/fmetzger/android-sensorium/issues
|
||||
|
||||
Name:Sensorium (old)
|
||||
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].
|
||||
|
||||
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
|
||||
'''N.B Please use [[at.univie.sensorium]] instead.'''
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -29,7 +16,7 @@ Repo:https://github.com/fmetzger/android-sensorium
|
|||
Build Version:1.1.3,6,df82f475bd55bedf91d,subdir=Sensorium
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.1.3
|
||||
Current Version Code:6
|
||||
|
||||
|
|
45
metadata/at.univie.sensorium.txt
Normal file
45
metadata/at.univie.sensorium.txt
Normal file
|
@ -0,0 +1,45 @@
|
|||
Category:Science & Education
|
||||
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
|
||||
|
||||
Auto Update Mode:None
|
||||
# apks are on Google Plague
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1.6
|
||||
Current Version Code:9
|
||||
|
Loading…
Reference in a new issue