306sh设置区域中文方法(更新版)

ixbear

普通会员
2013-10-16
141
0
0
按照这个帖子里的方法:
http://bbs.blueshow.net/thread-1978677-1-1.html

补充一下:
1,帖子里第二条命令打错了一个字母,正确的应该是
pm grant sightidea.com.setlocale android.permission.CHANGE_CONFIGURATION
上述帖子里将android错打成了andriod,致使我尝试了很多遍,都提示没有这个权限。。

2,其实完全可以将两条命令合二为一:
adb shell pm grant sightidea.com.setlocale android.permission.CHANGE_CONFIGURATION

 

ixbear

普通会员
2013-10-16
141
0
0
第一步进入adb shell的过程就出现了error,可能是手机的驱动没装好。。