从https://github.com/openatx/atx-agent/releases下载以linux_armv7.tar.gz
结尾的二进制包。绝大部分手机都是linux-arm架构的。
解压出atx-agent
文件,然后打开控制台
1 $ adb push atx-agent /data/local/tmp 2 $ adb shell chmod 755 /data/local/tmp/atx-agent 3 # launch atx-agent in daemon mode 4 $ adb shell /data/local/tmp/atx-agent server -d 5 6 # stop already running atx-agent and start daemon 7 $ adb shell /data/local/tmp/atx-agent server -d --stop