- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
Database schema
Shows whether call forwarding is enabled on the phone
- time NUMERIC
- forwarding_enabled NUMERIC
Used to store the call state. Information is stored according to information at http://developer.android.com/reference/android/telephony/PhoneStateListener.html#onCallStateChanged(int,%20java.lang.String)
- time NUMERIC
- state NUMERIC
Used to store the cell location. The cell id is stored
- time NUMERIC
- cellLocation TEXT
Store both the cell id and the cell location area code.
Stored the data connection state along with the network type. Network type is stored according to http://developer.android.com/reference/android/net/ConnectivityManager.html#TYPE_MOBILE. State is stored according to http://developer.android.com/reference/android/telephony/PhoneStateListener.html#onDataConnectionStateChanged(int)
- time NUMERIC
- state NUMERIC
- type NUMERIC
Stores service state information is stored according to http://developer.android.com/reference/android/telephony/PhoneStateListener.html#onServiceStateChanged(android.telephony.ServiceState)
- time NUMERIC
- value NUMERIC
- log whether the phone is in roaming
Used to store logged information related to signal strengths. The information stored is according to TS 27.007 8.5 (see http://m10.home.xs4all.nl/mac/downloads/3GPP-27007-630.pdf)
- time NUMERIC
- gsmSignal NUMERIC
- gsmBitErrorRate NUMERIC
- add columns for other networks that are supported by Android such as: CDMA and EVDO
Stores the state of the wifi radio. Information is stored according to http://developer.android.com/reference/android/net/wifi/WifiManager.html#EXTRA_WIFI_STATE
- time NUMERIC
- value NUMERIC
Stores information about the WiFi networks around the device
- time NUMERIC
- ssid TEXT
- capabilities TEXT - textual representation of the network encryption
- signalStrength NUMERIC - decibels
- bssid TEXT
- frequency TEXT
Stores information about whether the Bt radion is up or down and who caused the change
- time NUMERIC
- state TEXT - according to http://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html#EXTRA_STATE
- capabilities TEXT - textual representation of the network encryption
- byUser NUMERIC - 0 or 1 depending on whether it was the user or CL that changed the state of the radio
List of Bt devices in the vicinity of CL
- time NUMERIC
- deviceAddress TEXT - Mac address for the Bt device
- deviceName TEXT - textual representation of the device's name
Recorded values for light strength.
- time NUMERIC
- value NUMERIC - luminosity value
Log of headset plug or unplug events, see http://developer.android.com/reference/android/content/Intent.html#ACTION_HEADSET_PLUG
- time NUMERIC
- status NUMERIC - whether headsets are plugged in or not
- microphone NUMERIC - whether the headset has a microphone or not
- name TEXT - headset type, human readable