Or make your app debuggable with android:debuggable="true" in the manifest
and use "run-as" in adb shell to switch to your uid.

On Tue, May 31, 2011 at 9:10 AM, Mark Murphy <mmur...@commonsware.com>wrote:

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



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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