Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1
正如您在图片上看到的,我想在 Linux Mint 上使用 dd 在 adb 上创建 Galaxy S4 I9500 的图像。我使用的命令如下:
首先是我的adb shell 设备adb devices列表。最后 adb shell su -c dd if=/dev/block/mmcblk0 of=/storage/sdcard1/img.bin和终端说错误:找不到设备..我该如何解决这个问题以及如何使用dd成功地对我的Android手机进行成像?
adb shell
adb devices
adb shell su -c dd if=/dev/block/mmcblk0 of=/storage/sdcard1/img.bin
谢谢..
试试这些命令,让我知道它是否有效:
adb shell su dd if=/dev/block/mmcblk0 of=/sdcard/system.img