一些shell命令

qpython运行的shell命令

/data/user/0/com.hipipal.qpyplus/files/bin/qpython-android5.sh "/storage/emulated/0/qpython/scripts/atx_agent_demo.py"

查看python进程

ps -ef | grep atx_agent_demo.py

杀掉进程

pkill -f atx_agent_demo.py

查看atx服务

ps -ef | grep atx-agent |grep -v 'grep'

关闭atx服务

/data/local/tmp/atx-agent server --stop

启动atx服务,需要root权限

/data/local/tmp/atx-agent server -d
posted @ 2019-07-16 16:07  公众号python学习开发  阅读(435)  评论(0编辑  收藏  举报