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
转载于:https://www.cnblogs.com/c-x-a/p/11195536.html
相关资源:JAVA上百实例源码以及开源项目