Root your phone, perhaps? I'm only guessing; I haven't rooted a device yet.
If com.lam.recipedisplay is your own app, you could probably add code to copy the database to/from an alternate location such as /sdcard. If it's not your app, well... this is why you're not given a root shell by default ;) On Feb 28, 6:55 am, Michael Lam <[email protected]> wrote: > hi, > > adb -s HT96NLV00520 shell > $ sqlite /data/data/com.lam.recipedisplay/databases/recipe.db > sqlite /data/data/com.lam.recipedisplay/databases/recipe.db > sqlite: permission denied > > is there a way to get around this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

