Arrgh! This was a bad week to give up sniffing glue.
I am in Recovery - red triangle and all. When I type the "adb push recovery /" command, it returns: "error devidce offline"
Any ideas?
looks like you ran into a similar problem that happened to me. first time i tried it command prompt was giving me headaches with RSA BACKUP, even with copying and pasting from this guide. i was freaking out about losing my 4g forever! then later on i was able to access my disk drive and both nandroid folder and oem key were there so that wasn't the real problem. steps 11-14 were..i did the same thing you did and also got error: device offline. here were the mistakes i made:
1. chmod 0755 /data/local/flash_image
./data/local/flash_image misc /sdcard/mtd-eng.img sync
solution: obviously flustered by the RSA KEYS part, i entered the 2nd line of code wrong. sync is supposed to be seperate, third line of code
2. when i entered the reboot bootloader command, my phone was supposed to start rebooting but it didn't. what i did wrong was reboot the phone manually. i turned off the phone. powered it into reboot mode: vol down+power, did step 13, got the red triangle screen. i thought i was okay right? i typed in adb push recovery and device said offline. i took the battery out, but the phone was still powering on with red triangle screen so i took it off the USB cord. i rebooted, plugged it back in USB and tried again.."device offline"
solution: i think when i turned the phone off and on, the adb lost connection with phone. i even tried typing in 'adb shell' and 'su' and start from step 8 again to see if i can hook it back up and it still said device offline. also it probably didn't help that i took the device off the USB. ..BUT anyhow. what i did here was unbricked my softbricked phone and started over from scratch. next time, if you type in reboot bootloader and the phone doesn't automatically reboot something is wrong. and it might be related to the sync command i mentioned earlier.
other than that, i had no problems. although the RSA KEY part was giving me problems again today
instead of doing: mkdir /sdcard/nandroid/
i did this command first: mkdir /sdcard/nandroid/RSA-PR-BACKUP
and i got no path exist
and i started doing it like the guide line by line and it worked this time. then again, its the recovery mode you're having trouble with...
hope this helps!! although coming from a relatively noobie who hasn't rooted a phone before such as me!