execute these command
1. cd <sdk package-tools folder>
2. adb shell (adb shell to chech device s connected or not)
3. cd /data/data/<packagename>
4. cd database
5. ls
< u will see ur db file>
6. sqlite3 <dbfies>
7.  ".table"


Enjoy

Moktarul Anam



On Feb 23, 6:17 pm, suram sridhar <suram.srid...@gmail.com> wrote:
> Hi friends,
>
> Can u please help me to get the db file from the real device(Android).
> I am using debug build of the app, but still i am not able to get the db
> file.
>
> I am using adb shell command to pull the file.
>
> eg# adb pull <dbname> c:\
>
> Please give the reply which command should i use in ADB SHELL.
>
> --
> *Best Thanks & Regards
>
> **
> *

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to