mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Support Android M Developer Preview 3.
This commit is contained in:
parent
a779413000
commit
dc0a6f4d96
7 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ It is currently being used at [CyberAgent](https://www.cyberagent.co.jp/en/) to
|
||||||
|
|
||||||
* OS support
|
* OS support
|
||||||
- Android
|
- Android
|
||||||
* Supports versions 2.3.3 (SDK level 10) to 5.1 (SDK level 22), plus Android M Developer Preview
|
* Supports versions 2.3.3 (SDK level 10) to 5.1 (SDK level 22), plus Android M Developer Preview 3
|
||||||
* Supports Wear 5.1 (but not 5.0 due to missing permissions)
|
* Supports Wear 5.1 (but not 5.0 due to missing permissions)
|
||||||
* Supports Fire OS, CyanogenMod, and other heavily Android based distributions
|
* Supports Fire OS, CyanogenMod, and other heavily Android based distributions
|
||||||
* `root` is **not** required for any current functionality
|
* `root` is **not** required for any current functionality
|
||||||
|
|
|
@ -17,7 +17,7 @@ module.exports = syrup.serial()
|
||||||
pathutil.vendor('STFService/wire.proto'))
|
pathutil.vendor('STFService/wire.proto'))
|
||||||
|
|
||||||
var resource = {
|
var resource = {
|
||||||
requiredVersion: '1.0.1'
|
requiredVersion: '1.0.2'
|
||||||
, pkg: 'jp.co.cyberagent.stf'
|
, pkg: 'jp.co.cyberagent.stf'
|
||||||
, main: 'jp.co.cyberagent.stf.Agent'
|
, main: 'jp.co.cyberagent.stf.Agent'
|
||||||
, apk: pathutil.vendor('STFService/STFService.apk')
|
, apk: pathutil.vendor('STFService/STFService.apk')
|
||||||
|
@ -79,9 +79,9 @@ module.exports = syrup.serial()
|
||||||
.then(function() {
|
.then(function() {
|
||||||
return promiseutil.periodicNotify(
|
return promiseutil.periodicNotify(
|
||||||
adb.install(options.serial, resource.apk)
|
adb.install(options.serial, resource.apk)
|
||||||
, 10000
|
, 20000
|
||||||
)
|
)
|
||||||
.timeout(60000)
|
.timeout(65000)
|
||||||
})
|
})
|
||||||
.progressed(function() {
|
.progressed(function() {
|
||||||
log.warn(
|
log.warn(
|
||||||
|
|
BIN
vendor/STFService/STFService.apk
vendored
BIN
vendor/STFService/STFService.apk
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue