cleanup
This commit is contained in:
parent
ea946dd2f8
commit
f4b23b9db9
@ -157,6 +157,7 @@ module.exports = {
|
|||||||
common.dualLog(await Language.get('usb-one-device', 'whiteBright'))
|
common.dualLog(await Language.get('usb-one-device', 'whiteBright'))
|
||||||
await common.pause(2000)
|
await common.pause(2000)
|
||||||
common.dualLog(await Language.get('accept-authorisation', 'whiteBright'))
|
common.dualLog(await Language.get('accept-authorisation', 'whiteBright'))
|
||||||
|
common.dualLog(await Language.get('--------------------', 'whiteBright'))
|
||||||
await common.pause(3000)
|
await common.pause(3000)
|
||||||
await module.exports.killAdbServer()
|
await module.exports.killAdbServer()
|
||||||
result = await shellExec(adbRun + ' devices')
|
result = await shellExec(adbRun + ' devices')
|
||||||
@ -179,6 +180,7 @@ module.exports = {
|
|||||||
await common.pause(2000)
|
await common.pause(2000)
|
||||||
const value = await inquirer.connectWifi();
|
const value = await inquirer.connectWifi();
|
||||||
common.dualLog(await Language.get('accept-authorisation', 'whiteBright'))
|
common.dualLog(await Language.get('accept-authorisation', 'whiteBright'))
|
||||||
|
common.dualLog(await Language.get('--------------------', 'whiteBright'))
|
||||||
await common.pause(3000)
|
await common.pause(3000)
|
||||||
await module.exports.killAdbServer()
|
await module.exports.killAdbServer()
|
||||||
result = await shellExec(adbRun + ' connect ' + value.connectWifi)
|
result = await shellExec(adbRun + ' connect ' + value.connectWifi)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user