Last Updated: February 25, 2016
·
593
· carlosefonseca

Script to pull DB from Android app

Pull Android app's database file from device to computer and open.

There are different versions for iTerm and Terminal apps.

You can use it by running the command line

osascript pathtoscript.scpt packagename dbfilename.db &

(make an alias for it) (the & is required) or by setting the properties on the top of the file and saving the script as an app.

Scripts here: https://gist.github.com/carlosefonseca/5540010