Thanks, I zeroed in on the reference below from your post.
Manually flashing stock V9 Recovery image (requires root)
UNZIP flash_image and stock V9 recovery.img to /sdcard
$ su
# mount -o remount,rw -t yaffs2 /system /system
# cat /sdcard/flash_image > /system/bin/flash_image
# chmod 755 /system/bin/flash_image
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
# mount -o remount,ro -t yaffs2 /system /system
# flash_image recovery /sdcard/recovery.img
# reboot
I believe this procedure above is performed by the terminal emulator on the phone which installs the stock v9 recovery? Once I have the stock recovery, how do I install the recovery.img since the stock recovery has no install zip from SD option?