search

Home  >  Q&A  >  body text

android - DDMS中已将文件权限设置为777仍无法导出

我的小米2s手机已经root(Miui8),想导出应用的sqlite数据库看看,用DDMS已经定位到文件了,权限也已经设置为777了,可是导出时仍然提示无权限,另外我在手机上用ROOT Explorer是可以导出的,DDMS不行:

[2016-07-04 09:33:22 - ddms] transfer error: Permission denied
[2016-07-04 09:33:22] Failed to push selection: Permission denied

PHPzPHPz2803 days ago769

reply all(3)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 17:26:43

    After connecting to the phone, adb root, then adb shell. If the user is root, it will be fine.

    reply
    0
  • 怪我咯

    怪我咯2017-04-17 17:26:43

    Isn’t it more convenient to use adb pull directly

    reply
    0
  • ringa_lee

    ringa_lee2017-04-17 17:26:43

    Use adb pull command directly to pull it out. The command will definitely come out.

    reply
    0
  • Cancelreply