I don't have the images on me at the moment, but you can grab them yourself via either adb on your computer or terminal emulator on your phone using the commands below.
[HIGH]adb shell (only if using adb)
su
dd if=/dev/block/mmcblk0p15 of=/sdcard/recovery.img
dd if=/dev/block/mmcblk0p8 of=/sdcard/boot.img[/HIGH]
that will place a copy of mmcblk0p15(recovery.img) and mmcblk0p8(boot.img) on your sdcard.
Edit: Just a word of advice and caution. Don't do ANYTHING to your boot partition except make a backup of it. Until we can get a working recovery that is not stock, you'll be screwed if you mess up the boot partition. Trust me, been there done that. -_- It would be nice if the stock recovery had adb access, but Kyocera doesn't love us that much.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.