Android Eclipse DDMS - Can't pull file from rooted device
问题 I am testing my app on a rooted Nexus S phone. I finally have access to the /data/data folder thanks to some awesome help from this answer. Problem is when I try to use DDMS to "pull a file from the device" I get this error: [2012-03-20 18:15:26] Failed to pull selection [2012-03-20 18:15:26] (null) Anyone know how to pull a copy of the database so I can look at it in a SQLite editor? 回答1: I found out that to pull the actual database file (my_database.db) you have to use chmod on that