29988122 / Fate-Grand-Order_Lua

Fate Grand Order auto battle script - no root needed, for Android use only
MIT License
289 stars 95 forks source link

Accesibility mode does not support manualTouch #390

Closed Cerz0 closed 4 years ago

Cerz0 commented 4 years ago

So a few days ago got this error:

image

When trying to reinstall the daemon i get this: image

Is not the first time, sometimes it ramdomly goes back to working fine, not happening now though.

MathewSachin commented 4 years ago

In AnkuLua settings, there is a Touch By setting. Maybe that got set to Accessibility.

Actually, Accessibility works fine on Android 7 otherwise on my phone (i.e. without daemon). You just have to replace manualTouch with swipe. See my comment on another issue for more info: https://github.com/29988122/Fate-Grand-Order_Lua/issues/370#issuecomment-629608887

Cerz0 commented 4 years ago

liket this? image

Cerz0 commented 4 years ago

Ok, did that, seems to work fine, the swipes are quite fast but hasn't caused any problems yet

MathewSachin commented 4 years ago

Take a look at the linked comment. I've explained how to change the Game.SUPPORT_SWIPE_END_CLICK such that the script won't scroll too much. You can further adjust it to your need.