View Single Post
  #1477 (permalink)  
Old 04-12-2012, 10:18 PM
arrrghhh's Avatar
arrrghhh
Testing Extraordinaire
Offline
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by wizardknight View Post
Ok. I decided to give NAND a try on my backup phone. I got adb loaded up ok, loaded RHODIMG.NBH onto the phone. I get the minipooploader blue screen, and fastboot devices returns a name. So I think that is all good.

This is where I am stuck. I seem to be missing a step. I put recovery.img into
C:\android-sdk-windows\platform-tools>

I get this error. When I try to flash.
C:\android-sdk-windows\platform-tools>fastboot flash recovery.img
unknown partition 'recovery.img'
error: cannot determine image filename for 'recovery.img'

Could someone give me a hint please?
First, I would download CWM not AOSP recovery.

Then,
Code:
fastboot flash recovery cwm_recovery.img
After that, either reboot:
Code:
fastboot reboot
Or my personal fave, go straight to recovery:
Code:
fastboot boot cwm_recovery.img
Please see the wiki for more info.
Reply With Quote