6

I have a rooted Android device and I need to pull everything to pc.

First try in DDMS File explorer did not work out, it hangs and has to be force closed.

Trying again in powershell with adb pull / skips "special files" is there a way to pull everything including special files?

EDIT: I have tried booting in Engineer mode and Meta mode and I have tried to copy from shell No success

4

1 回答 1

0

2件事:

  1. 尝试将手机启动到 FastBoot,然后执行 adb pull。某些文件可能在手机运行时正在使用并导致它们被跳过。

  2. 我个人没有这样做,但我会尝试使用 adb 在手机上访问 shell 并复制被跳过的文件。

    adb shell
    
于 2013-09-26T14:22:17.820 回答