SQLite database is not available, although the device is rooted.
I have been looking for this for quite some time, and I found the following steps in https://stackoverflow.com/a/3/4129/
1. Connect the device and run the application in debug mode.
2. Copy the database file from the folder of your application to your SD card: execute:
./adb -d shell "run-as com.yourpackge.name cat /data/data/com.yourpackge.name/databases/filename.sqlite> /sdcard/filename.sqlite"
- Pull the database files onto your computer: run:
./adb pull / sdcard / execute: ./ adb
- Install Firefox SQLLite Manager: https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/
5. Open Firefox SQLLite Manager and open the database file from step 3 above.
Where can I find the database file? The data file is displayed empty, although I have strengthened my device. Sorry if this is a stupid question, but I really don't know how to access SQLite using a real device.
Some said that access to the database can be obtained after the device is deployed, but it does not work for me. How to view SQLite database on Android device?
Please, help...
WHERE CAN I FIND MY PAPER APPLICATIONS IN A REAL DEVICE ?! THIS REALLY BRINGES ME TO THE DESTRUCTION !!!
source share