相关疑难解决方法(0)

通过ADB更改设备语言

我想通过亚行改变语言.我尝试:

adb shell setprop persist.sys.language fr;setprop persist.sys.country CA;stop;sleep 5;start
Run Code Online (Sandbox Code Playgroud)

但我得到错误:

setprop: command not found
stop: missing job name
Try `stop --help' for more information.
start: missing job name
Try `start --help' for more information.
Run Code Online (Sandbox Code Playgroud)

怎么了?我想在物理设备上执行此操作

android adb

11
推荐指数
5
解决办法
4万
查看次数

标签 统计

adb ×1

android ×1