1. unzip this recoveryflash.zip on sdcard.

2. Place the recovery.img you downloaded in this folder in /sdcard/recoveryflash and then turn off sdcard as mass storage

3. Reboot phone and wait for sdcard to mount (about 5 - 10 seconds) after you see home screen.

4. Become root user in abd shell or terminal emulator with command without quotes "su" & you should have a # prompt

5. From adb shell or terminal emulator on phone use command without quotes "cat /sdcard/recoveryflash/recoveryflash.sh > /data/local/recoveryflash.sh"

6. Do command without quotes "chmod 0755 /data/local/recoveryflash.sh"

7. Do command without quotes "/data/local/recoveryflash.sh"

