ES Libraries Documentation

Online documentation:
Home
What Sensor Data?
Collecting Sensor Data
Formatting Sensor Data
Store/Transfer Data
Research
Contributing
Project Github Page

Phone Radio

The phone radio sensor returns information about the towers that are nearby the device.

This sensor requires the 'access coarse location' permission. The JSON format for a sample from this sensor is:

{
	"userid":"test-user-id",
	"deviceid":"test-device-id",
	"senseStartTime":"14:20:16:719 30 06 2015 +0100 GMT+01:00",
	"senseStartTimeMillis":1435670416719,
	"dataType":"PhoneRadio",
	"phoneRadioResult":
	[
		{
			"mcc":"234",
			"mnc":"30",
			"lac":10721,
			"cid":2712064
		}
	]
}