I’ve an application,it has a data base.I’ve rooted my device.When i click data folder,it is empty.
I’ve three things to know,
1. What is the adb command to pull the data base file.
2. When i type this command adb devices,it showed emulator and my device number.What is that number,it is not IMEI number.
3. what is the services in the windows for adb?
Thanks in advance!
Don’t use DDMS for this, use:
You should see plenty in that folder.
adb pull /data/data/[package name]/databases/[database name]