On Tue, May 31, 2011 at 12:08 PM, Vinicius Carvalho
<viniciusccarva...@gmail.com> wrote:
> Hi there! I'm developing an app for Honeycomb using my xoom device.
>
> Now I got stuck, I'm using SQLite, and I need to access my db during
> development, just to check if things are right.
>
> But since this is not a rooted device, I can not access my data/data/
> com.acme/databases to open my db file.
>
> Is there any way around this?

Write a backup feature in your app that copies the (closed) database
to external storage, then download from there.

Or, develop on an emulator.

Or, write unit test cases using JUnit and the instrumentation framework.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

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