摘要: adb pull Permission denied及no such file错误http://www.the8m.com/blog/article/javadk/adbpull.htmlXP系统中,运行中输入CMD,进入;adb pull /data/data/com.android.providers.contacts/contacts2.db d:\tt\contacts2.db显示Permission denied错误(提示无权限)解决:adb shell进入后输入:chmod 644 /data/data/com.android.providers.contacts/contacts 阅读全文
posted @ 2013-07-01 19:37 崇山峻岭 阅读(2528) 评论(0) 推荐(0)