Android Boot IMG Backing up boot IMG with adb Find Boot partition adb shell su # stay away from platform #find find /dev/block/platform -name boot -print find /dev/block/bootdevice/by-name/ -name boot -print Dump it to .img dd if=/dev/block/bootdevice/by-name/boot of=/sdcard/boot.img