Skip to content

Instantly share code, notes, and snippets.

@lparolari
Created August 28, 2019 15:09
Show Gist options
  • Select an option

  • Save lparolari/1e1d6ec4857916eedceda40c05e91656 to your computer and use it in GitHub Desktop.

Select an option

Save lparolari/1e1d6ec4857916eedceda40c05e91656 to your computer and use it in GitHub Desktop.

How to read a sqlite database from an Android device

adb -d shell "run-as [YOUR APP PACKAGE] cat databases/[YOUR DB NAME].db-journal" > target.sqlite-journal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment