This isn’t really a sensor, but we do use the AWARE log system to record every time a sensor is turned on or off. Such records will be stored in the log_message field of the aware_log table, and they will
Touch
The touch events sensor captures various types of touch interactions on the device’s screen. This includes single clicks, long clicks, and scrolling actions. The sensor logs details such as the timestamp, device ID, the app in which the event occurred,
Screentext
The screen reader, known as the “screentext” sensor, captures a variety of text information during user interactions. This includes the text that users browse, the coordinates of this text on the screen, and the actions they perform while interacting with
Screenshot Sensor
The Screenshot Sensor is designed to capture real-time images of user interactions on the device. This sensor records screenshots that include all visual elements displayed on the screen at the moment of capture. For privacy considerations, the Screenshot Sensor is
Google Fit
AWARE has functionality to extract a user’s Google Fit data and save it into tables located in the AWARE database. This functionality is presently not part of the standard AWARE build, so contact us if you are interested in using
Text-2-Speech
This utility class allows your phone to talk back to you any information you need. You can use this utility class to interact with the user by combining it with the Voice-2-Text utility class (coming soon). Say hi! Intent speak = new
Scheduler
Android You can now schedule tasks to be performed in a periodic fashion: interval: triggered every X minutes hourly: triggered at designated hours daily: triggered at designated weekdays monthly: triggered at designated months of the year contextual: triggered by a broadcast
Timezone
Android The timezone sensor keeps track of the user’s current timezone. Settings Aware_Preferences.STATUS_TIMEZONE: true or false to activate or deactivate sensor. Aware_Preferences.FREQUENCY_TIMEZONE: how frequently we check the device’s timezone, in seconds – default is 3600 seconds (i.e., 1h). TimeZone.ACTION_AWARE_TIMEZONE: new data recorded in
Keyboard
This sensor records the users’ keystrokes regardless of which keyboard is used. Also records in which application the keyboard is being used. It does not record passwords. Settings Aware_Preferences.STATUS_KEYBOARD: true or false to activate or deactivate sensor. Keyboard.ACTION_AWARE_KEYBOARD: new data recorded
Wi-Fi
Logs the mobile device’s Wi-Fi sensor, current AP and surrounding Wi-Fi visible devices with respective RSSI dB values at specified intervals.