Android Question Blank Sqlite database

fasilosman

Active Member
Licensed User
Longtime User
Hi all

I am using adb pull and adb push to transfer SQLite database from PC to Android device via cable.

The problem is when I copy from device to PC, if I open the SQLite database with SQLite database browser it is blank with the size of 800KB. But there are table and records when I am using the android app.

Please help me in this regard.

Thank you
 

fasilosman

Active Member
Licensed User
Longtime User
It is the same file path that I am using for ADB Push. I also tried coping manually by copy and paste. But not working
 
Upvote 0

fasilosman

Active Member
Licensed User
Longtime User
Thanks all.
The file was actually blank.

I found the reason. The file was in the system directory.

I change to different path or SDcard it worked.

Thanks
 
Upvote 0
Top