my screen never went black like every one else, but the version of windows that you are doing it on shouldnt matter, i did mine on win7 64bit but i know someone that has done it on 32bit as well.
You can always restore your phone to factory and then try it over again.
it sounds like you messed up somewhere on the custom recovery part. when you enter the adb shell and type su do you get a #?
also were both files in the root of your SDcard unzipped?
then did you write everything in the code box with the correct spacing?
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /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 /dev/block/mtdblock5 /system
# flash_image recovery /sdcard/recovery-thunderc-m-v1.2.0-GNM.img
after you finish this line "# flash_image recovery /sdcard/recovery-thunderc-m-v1.2.0-GNM.img" you dont have to do anything else, just restart your phone and you should have signal.
i am actually not sure what step people get the black screen with, i have done this with three phones, mine my girlfriends and my brothers and none of them got a black screen.
just restart after that last line and you should have signal.
if you still have the same problem let me know, i will walk you through restoring your phone and then through the process from the beginning.
i unzipped the files into the sdcard. i did su into the terminal to gain root then input those commands. however this one never worked but i dont think it matters as the tutorial said."mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak". then i putted the command to activate the recovery rom at boot i even downloaded an app for that. but it didnt work
