• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root K-rise recovery.img

Can someone get me a copy of the recovery and boot.img thank you

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.
 
Back
Top Bottom