1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/devices/android
Sebastian Goscik ef61f16896 AndroidDevice: Fixed screen lock disable
Due to the previous commits, this command no longer works properly.

It turns out there is an issue with using multiple levels of escaping.
It seems that bash handles the backslashes and single quotes separately
incorrectly processing our escaping. To get around this we are writing the
sqlite command to a shell script file and running that.

This seems to be the only case in WA at the moment that requires this,
if more show up/when WA moves to devlib it should use the devlib shutil
mechanism.
2016-05-10 09:27:42 +01:00
..
gem5 AndroidDevice: Fixed screen lock disable 2016-05-10 09:27:42 +01:00
generic Updating documentation for generic device interfaces 2015-06-02 12:58:04 +01:00
juno juno: Removed default bootargs 2016-05-03 15:24:35 +01:00
nexus5 Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
nexus10 cleaning up initialize() 2015-06-18 09:30:38 +01:00
note3 cleaning up initialize() 2015-06-18 09:30:38 +01:00
odroidxu3 Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
tc2 Update __init__.py 2015-03-16 11:26:58 +08:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00