Skip to content

Instantly share code, notes, and snippets.

@GBouerat
Created April 20, 2013 09:43
Show Gist options
  • Save GBouerat/5425423 to your computer and use it in GitHub Desktop.
Save GBouerat/5425423 to your computer and use it in GitHub Desktop.
#!/bin/bash
adb shell "run-as $1 cat databases/$2 > /sdcard/$2"
sleep 1
adb shell "ls -l /sdcard/$2"
sleep 1
adb pull /sdcard/$2 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment