atxserver2 icon indicating copy to clipboard operation
atxserver2 copied to clipboard

web端点击停用设备后会回到主界面问题

Open Sinxs opened this issue 5 years ago • 1 comments
trafficstars

再web端点击停用设备会回到主界面,而我不需要它回到主界面,因为我的脚本可能还在运行,这样会打乱我的脚本流程,所有把回到主界面的操作注释掉了(见下图) image 然后再windows重新启动atxserver2运行没问题,也很符合我我需求

然后把同样操作再liunx上一样操作之后,结果却是没有效果,点击停用设备还是会回到主界面 操作步骤如下---liunx 1、注释掉 await adb.shell(self._serial, "input keyevent HOME") 2、docker-compose up -d --force-recreate 3、docker-compose build 4、重新启动atxserver2 希望大佬可以帮忙看下,我检查了项目代码,可是没有找到其他可能会导致回到主界面的操作, 拜谢

Sinxs avatar Nov 20 '19 06:11 Sinxs

你在是在 atxserver2 provider上的代码吧,跟atxserver2没太大关系

codeskyblue avatar Mar 11 '20 01:03 codeskyblue