diff --git a/lib/roles/device/plugins/phone.js b/lib/roles/device/plugins/phone.js index aee20407..202e8745 100644 --- a/lib/roles/device/plugins/phone.js +++ b/lib/roles/device/plugins/phone.js @@ -12,7 +12,7 @@ module.exports = syrup.serial() return input.getProperties([ 'imei' , 'phoneNumber' - , 'simSerial' + , 'iccid' ]) } diff --git a/lib/roles/device/resources/service.js b/lib/roles/device/resources/service.js index dd91fc5e..ece26c6a 100644 --- a/lib/roles/device/resources/service.js +++ b/lib/roles/device/resources/service.js @@ -15,7 +15,7 @@ module.exports = syrup.serial() var log = logger.createLogger('device:resources:service') var resource = { - requiredVersion: '0.4.0' + requiredVersion: '0.4.1' , pkg: 'jp.co.cyberagent.stf' , main: 'jp.co.cyberagent.stf.Agent' , apk: pathutil.vendor('STFService/STFService.apk') diff --git a/lib/wire/wire.proto b/lib/wire/wire.proto index e31728a2..a9228754 100644 --- a/lib/wire/wire.proto +++ b/lib/wire/wire.proto @@ -148,7 +148,7 @@ message DeviceBrowsersMessage { message DevicePhoneMessage { optional string imei = 1; optional string phoneNumber = 2; - optional string simSerial = 3; + optional string iccid = 3; } message DeviceIdentityMessage { diff --git a/vendor/STFService/STFService.apk b/vendor/STFService/STFService.apk index cd801b20..67b781b6 100644 Binary files a/vendor/STFService/STFService.apk and b/vendor/STFService/STFService.apk differ