[android-developers] Re: RC30: any way to access database on device?

2008-11-19 Thread Michael
Ooh, that sounds like an excellent idea. --~--~-~--~~~---~--~~ 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

[android-developers] Re: RC30: any way to access database on device?

2008-11-19 Thread Ernest Tam
I have a similar question. Let's say I have a database data on san disk which is plugged into G phone. Is there any API to access them because I don't want to use up G phone memory? Furthermore, I can preload the data on san disk without using internet. Ernie On Wed, Nov 19, 2008 at 2:40 PM,

[android-developers] Re: RC30: any way to access database on device?

2008-11-14 Thread Mark Murphy
Jay-andro wrote: I (inadvertently) upgraded to RC30. I need to check my app's sqlite database on the device. Is there any way to do it. Perhaps over USB or using DDMS? On the emulator, you can download the database file (DDMS or adb pull), then use a local SQLite client (console, Firefox