This commit is contained in:
karl.hudgell 2020-09-07 16:12:55 +01:00
parent ea946dd2f8
commit f4b23b9db9

View File

@ -157,6 +157,7 @@ module.exports = {
common.dualLog(await Language.get('usb-one-device', 'whiteBright'))
await common.pause(2000)
common.dualLog(await Language.get('accept-authorisation', 'whiteBright'))
common.dualLog(await Language.get('--------------------', 'whiteBright'))
await common.pause(3000)
await module.exports.killAdbServer()
result = await shellExec(adbRun + ' devices')
@ -179,6 +180,7 @@ module.exports = {
await common.pause(2000)
const value = await inquirer.connectWifi();
common.dualLog(await Language.get('accept-authorisation', 'whiteBright'))
common.dualLog(await Language.get('--------------------', 'whiteBright'))
await common.pause(3000)
await module.exports.killAdbServer()
result = await shellExec(adbRun + ' connect ' + value.connectWifi)