I’ve looked everywhere and i can’t find a real precise answer or a tutorial on how, if it is possible, to do this.
is it possible to pull in any way a database of an Android device without having to root it? i just need to extract that data in any way in order to gather it on my pc, so how can i perform this? do i have to reprogram the app or whatever method you guys know about, but remember without rooting the device. thanks
A common way to achieve what you desire is to use the ADB pull command.
Another way I prefer in most cases is to copy the database by code to SD card:
Don’t forget to set the permission to write on SD in your manifest, like below.