creativepragmatic wrote: > Hello, > > I have seen other posts similar to this one but none of the solutions > listed work for me. When I use the following command: > > > adb pull /data/data/com.mydomain.myappname/databases/MyDatabase.db / > home/me > > > the following error results. > > > failed to copy '/data/data/com.mydomain.myappname/databases/ > MyDatabase.db' to '/home/me/MyDatabase.db': Permission denied > > > I have no problems with the emulator. I am using a Dev Phone 2.
You can't do that with a device (unless you run as root), only with the emulator. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.0 Available! -- 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

