Skip to content

Instantly share code, notes, and snippets.

@daichan4649
Last active December 25, 2015 16:19
Show Gist options
  • Save daichan4649/7005578 to your computer and use it in GitHub Desktop.
Save daichan4649/7005578 to your computer and use it in GitHub Desktop.
アプリケーションフォルダ内のDBファイルのexport
adb shell cat /data/data/[packagename]/databases/[dbファイル名] > c:\tmp\data.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment