score:1
Accepted answer
you cannot access files on internal storage from ddms on production hardware.
you can try using adb shell run-as
to be able to pull the database using the command-line adb
client: https://stackoverflow.com/a/8434477/115145
adb shell
run-as com.corp.appname
cat files/myfile.txt > /mnt/sdcard/myfile.txt
Source: stackoverflow.com
Related Query
- Why I can't view a local SQLite database when I debug Android application on Kindle Fire device?
- Why Eclipse doesn't show local variables values when I debug class file from JDK?
- How to view SQL database in Eclipse Debug mode for android
- Why are local variables not shown in debug view in eclipse?
- Remote Debug for Cloud Foundry application fails when connecting eclipse remote debugger to forwarded local port
- Why my android application stopped when I run it in Emulator?
- Why is debugger not attaching when trying to debug using android emulator and eclipse?
- Why can't my android application find Text View or Buttons declared in the XML file?
- Android Why my FTP file transfer succeed when in USB debug mode with Eclipse and fail when standalone wifi?
- Cant get message view to show up in Android Eclipse Application
- Why SQLite Database not showing in File Explorer in android studio?
- Why is my android application not running when it is not connected to the IDE?
- why my thread in android run more than once when i open my application more than one?
- Android App not crashing when inserting row into SQLite database
- Can't debug from Eclipse and Android Emulator when Visual Studio is debugging a web application
- How to use an existing database with an Android application
- Why does Android Lint warn about String.format using default locale when explicitly using Locale.US?
- When I load ADT why do I receive the error "The Android SDK requires Android Developer Toolkit version XX.X.X or above?"
- How to Debug Android application line by line using Eclipse?
- Opening source code from debug view edits .class after Android R18 update
- Why when starting GWT in debug mode, my break points don't break
- Why does the android apk size differs when built from windows and mac
- aapt.exe crashes when I try to export my Android application from Eclipse
- cannot access memory at address 0X1 after setting up gdb and eclipse to debug shared library from Android Application
- Android - How can I view a sql database created in my app? I'm running it on the Android emulator in Eclipse
- Storing currency in SQlite android database
- Why does eclipse hang when installing an apk to an android emulator?
- Why does one need the Eclipse Snippets View when editor templates already exist?
- Include a database file with Android application via Eclipse
- Android issue : Debug when phone off
More Query from same tag
- No project modules assigned to enterprise project
- Run Java to Kotlin converter from the command line?
- Deploy Exploded File in WebLogic
- Eclipse 3.7.2 not working with java 1.7.0_07
- Eclipse doesn't automatically wire sources when debugging on JBoss
- M2E Connector for kie-maven-plugin?
- JTDS error: Native SSPI library not loaded
- android eclipse jedisct1/libsodium where to start
- How to run a script (for version number generation) every time autotools is run
- Eclipse: "'Periodic workspace save.' has encountered a pro‍blem."
- How correct add EditText to Fragment programmatically?
- Writing to a properties file does not work
- Eclipse connects to web even though I have not specified necessary proxy
- eclipse running programs without jdk
- How do i update maven project in eclipse?
- Has anyone successfully build Bruce Eckels' 'Thinking in java' 4th Edition using Eclipse?
- Different IDEs shows outputs differently in the console
- Struggling to print out a 3d array
- Which plugin or feature support the syntax error hilight in navigator view of eclipse?
- hibernatetool: java.util.zip.ZipException: error in opening zip file
- Where are eclipse preference files stored during debug?
- Java. Trying to split an array of legnth 4 into Arrays of index (0,1) (1,2) (2,3)
- Is there an Eclipse shortcut to sort members by modifier?
- How to make RCP toggle button state more visible?
- Average time to run an assert statement in RUBY?
- Eclipse AutoValue class fails to build
- Eclipse Grails - Does not recognize structure from SVN import
- Show package explorer in PyDev Debug perspective
- How do you Specify a target directory for a txt file to be passed in
- Changes in code does not appear after making pull from git repository