Search This Blog

Friday, July 29, 2016

Take Photo with ADB

This is how to taking photo with adb command...

# adb shell "am start -a android.media.action.STILL_IMAGE_CAMERA"
# adb shell "input keyevent KEYCODE_CAMERA"