手机安装atx-agent

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

 

posted on 2021-03-30 17:36  没有陌生人  阅读(3684)  评论(0编辑  收藏  举报