USBポートサイズマイコン「Tomu」の開発環境構築
Getting started with Tomu
Technical knowledge base by pigmal, LLC
last update: 2018-09-10 00:00:00 +0000
Debug signing certificate SHA-1
$ keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
$ adb shell
254|cedric:/ $ run-as <package name>
254|cedric:/ $ ls
app_textures app_webview cache databases files lib no_backup shared_prefs
$ adb exec-out screencap -p > screen.png
$ adb shell screenrecord /sdcard/screen.mp4
(Ctrl+Cで止める)
$ adb pull /sdcard/screen.mp4