see first u hav to connect ur device to ur pc( through LAN) if ur device ip is ... 192.168.1.100 then use following command 1. cd <sdk package-tools folder> 2. adb connect 192.168.1.100 3. adb device
then let me know [email protected] Moktarul Anam On Feb 24, 3:52 pm, suram sridhar <[email protected]> wrote: > Hi.. Only in emulator we can able to access the db files, but it is not > possible on Real devices? How to access the db file on real device? > > > > > > > > > > On Fri, Feb 24, 2012 at 12:15 PM, moktarul anam <[email protected]> wrote: > > 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 <[email protected]> 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 [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > *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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

