[android-beginners] Re: database tool

2008-09-23 Thread Harijadi Witaria
Test On 9/23/08, AndreAgosto <[EMAIL PROTECTED]> wrote: > > ok, Very thanks i discovered this way. So i think is not possible to > work directly on db in emulator, right? It would be very useful.. > > On Sep 23, 2:19 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: >> AndreAgosto wrote: >> > No, no, so

[android-beginners] Re: database tool

2008-09-23 Thread Mark Murphy
AndreAgosto wrote: > ok, Very thanks i discovered this way. So i think is not possible to > work directly on db in emulator, right? It would be very useful.. http://www.jsharkey.org/blog/2008/09/11/quick-database-row-editor-in-android-09-sdk/ I'm sure there will be a few SQLite clients available

[android-beginners] Re: database tool

2008-09-23 Thread AndreAgosto
ok, Very thanks i discovered this way. So i think is not possible to work directly on db in emulator, right? It would be very useful.. On Sep 23, 2:19 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > AndreAgosto wrote: > > No, no, sorry, you are right, SQLite database. > > I installed firefox plugin

[android-beginners] Re: database tool

2008-09-23 Thread Mark Murphy
AndreAgosto wrote: > No, no, sorry, you are right, SQLite database. > I installed firefox plugin now, thanks, but i can't find my android's > databases.. where they are? can you help me? thanks On the device, you should be able to find them at: /data/data/your.app.package/databases/your-db-name.

[android-beginners] Re: database tool

2008-09-23 Thread AndreAgosto
No, no, sorry, you are right, SQLite database. I installed firefox plugin now, thanks, but i can't find my android's databases.. where they are? can you help me? thanks On Sep 22, 8:51 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote: > > is possible to explore android embedded database? already exist

[android-beginners] Re: database tool

2008-09-23 Thread AndreAgosto
No, no, sorry, you are right, SQLite database. I installed firefox plugin now, thanks, but i can't find my android's databases.. where they are? can you help me? thanks On Sep 22, 8:51 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote: > > is possible to explore android embedded database? already exist

[android-beginners] Re: database tool

2008-09-22 Thread Mark Murphy
> is possible to explore android embedded database? already existing > something for that purpose? If by "Android embedded database" you mean the SQLite databases you can create, there are any number of SQLite clients available for use. For a GUI, I like the SQLite Manager plugin for Firefox. The