Page 1 of 1
Automagic and known lag with accessibility
Posted: 22 Sep 2016 10:35
by mikeuys
I know for the most part enabling apps using accessibility can cause lag, what i was wondering is there anyway to invoke a root command to enable automatic accessibility only went needed?
Re: Automagic and known lag with accessibility
Posted: 22 Sep 2016 19:02
by Martin
Hi,
You can use action Set System Setting with category Secure, setting name enabled_accessibility_services and value ch.gridvision.ppam.androidautomagic/ch.gridvision.ppam.androidautomagic.AccessibilityService to enable it on a rooted device. Setting the value to the empty string should disable the service.
You can also enable multiple services by delimiting the values using a colon. I recommend to enable the services in the system settings UI first so you can copy the exact value in action Set System Setting by selecting the setting from the list.
I did not make extensive test to see how reliable the services work when enabled this way, maybe it only works on some versions of Android etc...
Regards,
Martin
Re: Automagic and known lag with accessibility
Posted: 22 Sep 2016 22:31
by mikeuys
Martin wrote:Hi,
You can use action Set System Setting with category Secure, setting name enabled_accessibility_services and value ch.gridvision.ppam.androidautomagic/ch.gridvision.ppam.androidautomagic.AccessibilityService to enable it on a rooted device. Setting the value to the empty string should disable the service.
You can also enable multiple services by delimiting the values using a colon. I recommend to enable the services in the system settings UI first so you can copy the exact value in action Set System Setting by selecting the setting from the list.
I did not make extensive test to see how reliable the services work when enabled this way, maybe it only works on some versions of Android etc...
Regards,
Martin
Thank you so much, you're seriously awesome.
edit ^ worked perfect!