Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

A sensor data collection application for Android smartphones.

License

Notifications You must be signed in to change notification settings

Kaist-ICLab/K-EmoPhone_Logger

Repository files navigation

This repository is deprecated (2019).

We are developing a new app: ABC-Logger


Data Collector for Smartphone Android (< v.7.0; API 21)

Data Types

Using System-level BroadcastReceiver

  • /orm/entities/BatteryEntity
  • /orm/entities/ConnectivityEntity
  • /orm/entities/DeviceEventEntity

Using JobService (1 hour period)

  • /orm/entities/MediaEntity
  • /orm/entities/CallLogEntity
  • /orm/entities/MessageEntity

Using AccessibilityService

  • /orm/entities/InteractionEntity

Using NotificationListenerService

  • /orm/entities/NotificationEntity

Using Service

  • /orm/entities/PhysicalActivityEntity
  • /orm/entities/DataTrafficEntity
  • /orm/entities/RecordEntity

Activated considering PhysicalActivityEntity (when 30 seconds Still state)

  • /orm/entities/WifiEntity
  • /orm/entities/LocationEntity

Using Unlock

  • /orm/entities/SelfieEntity

Releases

No releases published

Packages

No packages published

Languages