Yes, Its possible in android if and only if its a rooted device.
Requirements:
Where all the app data resides on android device?
Typically, all android apps data will be resides in a system folder (root/data/data/package name).
For all apps like system bulit in app or installed apps from play store.
How to Pull the database of an application?
Open Tools folder of android sdk(Androidsdk/tools). Open the tools folder where you can find monitor.bat application.
Open the monitor.bat(android device Monitor) application.
Once You opened the app, if you are connected any device to your system, it should be listed under device list. Choose the device.
In this app you can find several tabs. Choose File Explorer. Open data/data/<Your package Id>/expand to see the list of files available under that package.
Refer below screen shot.
Requirements:
- Android SDK should be available in your system.
- Java should be available.
- SQLLite browser app should be available in your system,
Where all the app data resides on android device?
Typically, all android apps data will be resides in a system folder (root/data/data/package name).
For all apps like system bulit in app or installed apps from play store.
How to Pull the database of an application?
Open Tools folder of android sdk(Androidsdk/tools). Open the tools folder where you can find monitor.bat application.
Open the monitor.bat(android device Monitor) application.
Once You opened the app, if you are connected any device to your system, it should be listed under device list. Choose the device.
In this app you can find several tabs. Choose File Explorer. Open data/data/<Your package Id>/expand to see the list of files available under that package.
Refer below screen shot.
Select the folder a file the then choose Pull option from the right upper corner. Save the file into your system. Refer below screen shot.
No comments:
Post a Comment