Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Right now when automating JUnit testing with Android, I have to find a way to programmatically unlock the emulator. It would be great if the Hudson android emulator plugin would take care of this for the users!
Yes, this would be a nice feature indeed. I'll add it to the TODO list!
For now, I just use the following in a script at the start of the build:
echo "event send EV_KEY:KEY_MENU:1 EV_KEY:KEY_MENU:0" | nc -q1 localhost $ANDROID_AVD_USER_PORT