debug: Pushing appium bootstrap to device...
debug: executing: "/Users/michael/Development/Android/sdk/platform-tools/adb" -s 161c110141401117 push "/usr/local/lib/node_modules/appium/build/android_bootstrap/AppiumBootstrap.jar" /data/local/tmp/
debug: Pushing unlock helper app to device...
debug: executing: "/Users/michael/Development/Android/sdk/platform-tools/adb" -s 161c110141401117 install /usr/local/lib/node_modules/appium/build/unlock_apk/unlock_apk-debug.apk
info: Running bootstrap
debug: spawning: /Users/michael/Development/Android/sdk/platform-tools/adb -s 161c110141401117 shell uiautomator runtest AppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap
...but the screen doesn't actually unlock. The app is on the device afterward and can be run. Unlocking did work in previously used versions 0.8.2 and 0.10.4.
So this is what I'm seeing on the device:
1. The wake command does work properly
2. The unlock apk makes it onto the device
3. The unlock apk is told to run (though I don't see output from whether that command thinks it executed successfully)
4. Bootstrapping continues from there (with the screen awake but still locked)
Is there a way to pull more information out of appium to see what's going on?