active morelocale
This commit is contained in:
parent
f531e0641f
commit
7899d50a30
@ -68,7 +68,7 @@ module.exports = {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
await shellExec('./adb install -r ' + element).then(function (result) {
|
||||
await shellExec('./adb install -r ' + element).then(async function (result) {
|
||||
console.log(element + ' - ' + result.stdout);
|
||||
if (element === "data\\apps\\MoreLocale.apk") {
|
||||
await shellExec('./adb shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION').then(function (result) {
|
||||
@ -76,14 +76,13 @@ module.exports = {
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
console.log(chalk.green('Compatible Apps Installed'))
|
||||
await common.pause(2000)
|
||||
module.exports.mainMenu()
|
||||
},
|
||||
removeApps: async () => {
|
||||
}
|
||||
console.log(chalk.green('Compatible Apps Installed'))
|
||||
await common.pause(2000)
|
||||
module.exports.mainMenu()
|
||||
},
|
||||
removeApps: async () => {
|
||||
common.header('Remove Apps')
|
||||
const value = await inquirer.removeAppsList();
|
||||
for (let element of value.removeAppsList) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user