ControlUI Problem after Nougat Upgrade
Posted: 16 Apr 2017 11:36
My Verizon Galaxy Note 5 (no root) was updated to Android 7.0, which caused a number of minor issues, but the big one is that I can no longer use an existing flow to put the phone in Airplane Mode. My flow, which worked perfectly in Android 6, uses ControlUI to tap the Airplane Mode icon:
notifications();
sleep(1000);
click(147,270);
sleep(1000);
back();
I adjusted the x and y coordinates for the alignment changes in Nougat but I still can't get it to work. As a test I added focus(x,y) with the new coordinates and the Airplane Mode icon gets highlighted, so it appears that the coordinates are correct. Could the failure to tap the Airplane Mode icon be some kind of overlay problem or maybe something that Samsung broke in the TouchWiz UI?
Has anyone else has run into this problem and is there a fix? I would hate to lose this functionality, especially since it used to work so well in Android 6 and it was part of a flow I used all the time.
Thanks.
notifications();
sleep(1000);
click(147,270);
sleep(1000);
back();
I adjusted the x and y coordinates for the alignment changes in Nougat but I still can't get it to work. As a test I added focus(x,y) with the new coordinates and the Airplane Mode icon gets highlighted, so it appears that the coordinates are correct. Could the failure to tap the Airplane Mode icon be some kind of overlay problem or maybe something that Samsung broke in the TouchWiz UI?
Has anyone else has run into this problem and is there a fix? I would hate to lose this functionality, especially since it used to work so well in Android 6 and it was part of a flow I used all the time.
Thanks.