how to copy out app-private data from Android with ADB


Suppose we're going to copy out database file "application.sqlite" from an App whose package name is app.package.name

adb shell
run-as app.package.name \
cp /data/data/app.package.name/databases/application.sqlite /sdcard/
exit
adb pull /sdcard/application.sqlite ~/

Reference: http://blog.shvetsov.com/2013/02/access-android-app-data-without-root.html


Comments

technoxprt said…

Thanks for sharing the best information and suggestions, I love your content, and they are very nice and very useful to us. If you are looking for the best Hack App Data Apk, then visit Techno-Xprt. I appreciate the work you have put into this.

Popular posts from this blog

看了几款项目管理工具

做真实的自我,是个坏主意

How to reset mysql root password for Mysql Server 5.7 on Ubuntu