Android手机的boot.img如何取得

2025-12-17 07:30:50
推荐回答(1个)
回答1:

一般在/dev/mtd/目录下, PC端运行adb shell,进入命令行模式,输入cat /proc/mtd查看你的分区表,boot分区一般是mtd2, 那么输入cat /dev/mtd/mtd2 > /sdcard/mtd2.img即可备份boot