level 6
手机已经root了,可是tasker只有普通重启和关机等,没有热重启。
2018年01月05日 04点01分
1
level 6
热重启不处理底层的一些自检什么的,启动更快,又能清理系统长期运行累积的一些问题。
2018年01月05日 11点01分
3
level 6
我自己找到方法了,执行这个指令既可:
busybox killall system_server;busybox kill $(ps | grep system_server | tr -s " " | cut -d " " -f2);kill $(ps | grep system_server | tr -s " " | cut -d " " -f2)
2018年01月05日 12点01分
4
su -c killall system_server 这个命令也可以,需要root权限
2020年12月07日 09点12分
level 3
请教下我的手机是黑莓PRIV可以用这个软件实现滑开盖时默认五笔输入法,合盖后默认拼音输入法吗?望不吝赐教
2018年01月14日 15点01分
5
如果安装的输入法提供有外界调用的接口就可以,不过估计是没有的。
2018年01月15日 03点01分
从哪可以看有出有没有呀
2018年01月15日 23点01分