Skip to content

Simple script that pulls the .db file from the connected device by package name

License

Notifications You must be signed in to change notification settings

alxrm/android-pull-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

android-pull-db

Well, yeah, it just pulls the *.db file from the connected device by package name 🤷‍♀️

I mean, what else did you want?

Usage

Do you have your device connected? You do? And adb is all-set? Good!

Then just run this in terminal of yours:

$ sh ./pull.sh com.package.name databaseName.db

(or you can add the file to /usr/local/bin and rename it to something like pullandroiddb and use it everywhere)

Note

databaseName.db should be the exact filename of your database you're using in your app

If you did it correctly, it'll appear at ~/databaseName.db and you'll be able to examine it however you want(with sqlitebrowser for example) 🎉

License

MIT License. See the LICENSE file for more information..

About

Simple script that pulls the .db file from the connected device by package name

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages