The recovery.img has a ramdisk offset, u gotta set mkbootimg account for that for it to work
Here's the stock recovery.img:
[HIGH]
Android Boot Image Info:
* load addresses:
kernel: 0x00208000
ramdisk: 0x01500000
tags: 0x00200100[/HIGH]And here's the cwm recovery.img:
[HIGH]
* load addresses:
kernel: 0x00208000
ramdisk: 0x01200000
tags: 0x00200100
* cmdline = no_console_suspend=1 console=ttyDCC0 androidboot.hardware=qcom
[/HIGH]It seems to be set to 0x01200000 instead of 0x01500000. I can set it to 0x01500000 but I don't have a rise so someone has to risk bricking their rise to test the recovery.img. Let me know if you


