> if not could you please give me an example of > > adb pull <remote> <local> > > I can't figure out the destination of my files..
The destination (<local> in the above command) is wherever you want them to go. That could be ~/Desktop, or C:\temp, or whatever. The <remote> is the path you would have used through DDMS (/data/data/your.package.here/databases/your-database-name, substituting in the appropriate values for your.package.here and your-database-name). -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.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 -~----------~----~----~----~------~----~------~--~---

