Skip to content

Instantly share code, notes, and snippets.

@Lineflyer
Forked from pstorch/cgeodb.sh
Created March 20, 2017 09:30
Show Gist options
  • Save Lineflyer/8bc61763de7638d89a2283915dfa09df to your computer and use it in GitHub Desktop.
Save Lineflyer/8bc61763de7638d89a2283915dfa09df 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