How to test Android lock-screen widgets in an emulator?

android, android-widget, emulation, lockscreen

Solution

Use power button but set some lock screen (swipe for example) in Android settings before.

Problem

It doesn't seem to work. I looked at the solution proposed here: Android emulator 4.2.2 not showing add widget option in lock screen but without success. Using the rev1 image (as the rev2 has a bug, filed here: http://code.google.com/p/android/issues/detail?id=58548) No way that I get that '+' sign... Ideas? Of course, the project is using Android 17.

Original source