Monday, August 19, 2013

android : take picture with adb

http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_CAMERA


./adb shell "am start -a android.media.action.IMAGE_CAPTURE"
./adb.exe shell input keyevent 27 (KEYCODE_CAMERA)



No comments:

Related Posts Plugin for WordPress, Blogger...