Possible Duplicate:
How to launch video icon in camera
I am trying to launch an app through adb in my Android phone. I have tried adb getevent
. But it dumps so many events.
How can I make out which one I need? Is there any other way I can launch the app?
I am looking to launch video. There is no separate video apk. It is in camera apk only. I was able to launch camera through adb as:
am start -a android.intent.action.MAIN -n com.android.camera/.CameraEntry
The camcorder icon is next to snap icon in camera. I was able to control snap icon thru input keyevent 23. But unable to figure out how to launch video which is next to snap icon