honeynet/droidbot

Issue Fire Stick lite - Please enable accessibility for DroidBot app manually

Opened this issue · 2 comments

Hi all,

Thanks for the contribution, seems to be so nice how it works for a part of my project

I'm trying to execute droidbot on an Fire Stick Lite (Android 9) with "sheldon" shell. All was fine but finally I obtained the next error:

image

Seems to be something changed from older fireOS version and now is not possible to give accesibility_enabled = 1 permanent. I guess that this could be the error because of I can't execute droidbot. I tried to change some paragraphs in the py script to avoid this check, but obiously, it doesn't work as the app needs to check this security service.

Maybe the API level could be the issue also?

image

Could someone help me with this please! some similar error.

PD: This option can't be changed via FireStick GUI in TV. Always the Stick is restarted, the "accesibility_enabled" parameter is equal to 0 again.

Thank you too much

I haven't tested on Android 9 before, but it seems you have to manually turn on the accessibility service in settings (like in https://www.youtube.com/watch?v=HjG_8MUpl7M) when getting the message "Please enable accessibility for DroidBot app manually".

I haven't tested on Android 9 before, but it seems you have to manually turn on the accessibility service in settings (like in https://www.youtube.com/watch?v=HjG_8MUpl7M) when getting the message "Please enable accessibility for DroidBot app manually".

I meet the problem too. I follow the video to manually enable accessibility for DroidBot app but it still can't work.
The env is android 10, adb has rooted, and debugging mode is enabled.
Maybe I need to use Android Image with Google Test API? ( I'm awake that may Accessibility is part of Google Test API )