Skip to content

Instantly share code, notes, and snippets.

@jonfhancock
Created August 23, 2013 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonfhancock/6322448 to your computer and use it in GitHub Desktop.
Save jonfhancock/6322448 to your computer and use it in GitHub Desktop.
then from the command line, I run: ./pulldb.sh
#! /bin/bash
cp /data/data/com.signnow.android/databases/documents.db /sdcard/
cp /data/data/com.signnow.android/databases/signnow.db /sdcard/
exit
exit
#!
adb shell "su 0 /sdcard/cpdb.sh"
adb pull /sdcard/documents.db
adb pull /sdcard/signnow.db
@jonfhancock
Copy link
Author

then from the command line, I run:

./pulldb.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment