Dear nhasan

★On Emulator, you can browser data store in your phone via File Explorer
(event Database) (Not sure on real device, may be relate with permission)
Go though below step to explode data
❶. Go to DDMS
❷. Show File Explorer:
[Windows] -> [Show View] -> [Other] -> [Android] -> Select [File Explorer]
-> [OK]
❸. In File Explorer screen browser path:
/data/data/[*PackageName*]/databases

※[*PackageName*] is package path of application which create this data (This
path can be change by extend SQLiteOpenHelper )

★In case you want to handler path of database, just override method of
SQLiteOpenHelper
★To browser database you can used open source at: *sqlitebrowser*.
sourceforge.net


Regards,
DatNQ

On Sun, Feb 20, 2011 at 4:02 AM, Koby <koby...@gmail.com> wrote:

> Well i'm using Version 2.2.1 and i have the database files in /dbdata/
> <package>
> so i guess it depends on which version you are using
>
> On 18 פברואר, 23:16, Cliff Davies <cliff.dav...@gmail.com> wrote:
> > It should be stored in data/data/<package>/databases/
> >
> > If you have a database already prepared that you want to use, you can
> store
> > it in the assets folder of your project and copy it across to the
> necessary
> > folder at run time (assuming you want read/write access to it)
> >
> > On Thu, Feb 17, 2011 at 4:52 AM, smruti panda <er.smritipa...@gmail.com
> >wrote:
> >
> > > hi,
> > > i'm new to android.
> > > would anyone tell me how to set the path of the database file  i'm
> > > using.
> > > i'm unable to find the data/data/<package>/datbases directory .
> > > i'm using linux.
> > > what would be the appropriate command to find the above directory to
> > > store the database file.
> > > i tried to run the adb shell.
> > > its of no use till now.
> >
> > > --
> > > 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
> >
> >
>
> --
> 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
>

-- 
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