Re: [android-developers] How to get the DB File from real android device

2012-02-24 Thread Dianne Hackborn
On Thu, Feb 23, 2012 at 6:58 AM, Mark Murphy wrote: > You cannot access files on internal storage on un-rooted production > hardware. On newer versions of the platform, if you mark your app as debuggable (ADT should do this automatically when you do debug builds I believe), then you can use the

Re: [android-developers] How to get the DB File from real android device

2012-02-23 Thread Jagruti Sangani
you can get location for insert data through consol but you can not get as copy and paste at other place. On Thu, Feb 23, 2012 at 6:47 PM, suram sridhar wrote: > Hi friends, > > Can u please help me to get the db file from the real device(Android). > I am using debug build of the app, but still i

Re: [android-developers] How to get the DB File from real android device

2012-02-23 Thread Mark Murphy
You cannot access files on internal storage on un-rooted production hardware. You are welcome to add a backup-and-restore feature to your app that copies the database to/from external storage, in which case you would use that feature for development as well. On Thu, Feb 23, 2012 at 8:17 AM, suram

[android-developers] How to get the DB File from real android device

2012-02-23 Thread suram sridhar
Hi friends, Can u please help me to get the db file from the real device(Android). I am using debug build of the app, but still i am not able to get the db file. I am using adb shell command to pull the file. eg# adb pull c:\ Please give the reply which command should i use in ADB SHELL. --