Skip to content

Instantly share code, notes, and snippets.

@pstorch
Created January 6, 2017 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pstorch/15b5d237a65e833a4c40856e2ab7dc38 to your computer and use it in GitHub Desktop.
Save pstorch/15b5d237a65e833a4c40856e2ab7dc38 to your computer and use it in GitHub Desktop.
Get sqlite file from android app via adb (non root), example for cgeo app
#!/bin/sh
adb -d shell "run-as cgeo.geocaching cp /data/data/cgeo.geocaching/databases/data /sdcard/cgeo.sqlite"
adb pull /sdcard/cgeo.sqlite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment