I would like to run android emulator from cmd line - unlock it and control it. Is this possible ?
I know how to operate from eclipse?
On emulator try adb shell input keyevent 82. This keyevent execute KEYCODE_MENU and unlock a screen.
adb shell input keyevent 82