@youjustdoit
2015-04-02T00:13:39.000000Z
字数 561
阅读 4860
#tasker,#google
location
我虽然已取得完全google play 市场,但位置报告和maps定位在我那台htc 老机上一直就是个问题,今天参照网络上有关利用tasker 开启完全市场、位置报告和解决maps定位困难的说明,配置了tasker,兹将配置方法说明如下:
Device Boot
(设备启动)打开tasker 点击+
按钮,在弹出的列表中选择"Event"(事件),在弹出的"select event category"窗口中点选"system",在"select system event"窗口中选择"Device Boot",输入任务名称如"get-sim"。
选择刚刚创建的task-"get-sim",选择"code" 选项,在弹出的列表中需要输入命令行的位置输入命令:
setprop gsm.sim.operator.alpha "AT&T" && setprop gsm.sim.operator.iso-country "us" && setprop gsm.sim.operator numeric "310090"
在if条件判断语句处输入下列表达式:
%SIMSTAT~ ready
返回保存改配置文件。