adbc.sh

#!/bin/bash
FILE_NAME=`date +%Y%m%d_%H_%M_%S`.png
echo $FILE_NAME

adb shell screencap -p /sdcard/$FILE_NAME
adb pull /sdcard/$FILE_NAME
adb shell rm /sdcard/$FILE_NAME

コマンドラインから実行して日時のファイル名でキャプチャーを取得する

Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

© 2024 Falco Tech Blog Suffusion theme by Sayontan Sinha