Just incase it turns to the manual method here is what you need to do....
1. Download this package...
GRJ22 Software Images ( Stock GB v2.3.4 )
2. Download this
fastboot.exe
3. Now create a folder on your hard drive, preferrably in your main drive location or C:/ drive. Lets call it "C:/Stock"
4. Drop the fastboot.exe file and extract the contents of the GR22 Images package into that folder, C:/Stock
5. Using Windows (I assume) open a command prompt from Start/search bar/ type " cmd " or from RUN prompt type " cmd " and press ENTER.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\PaulSR>
6. Your prompt may differ a little but you need to type in the following so you change your cmd prompt location to the following directory...
cd c:/Stock (Press Enter) You should then end up with the window below.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\PaulSR>cd c:/Stock
c:\Stock>
7. Now you need to shut down your device. Once its completely off, press and hold Volume Up + Power so you boot into your bootloader screen. Plug you device into your computer at this point and hopefully we will have a connection.
8. Now you need to enter in the codes 1 by 1, waiting for them to complete and then moving onward to the next until complete. You can watch little activity prompts on your device as this is working too...
Code:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot erase cache
fastboot oem lock
Hopefully if you made it one by one through the fastboot commands once you hit oem lock, your done. You should be able to select REBOOT (Scroll down using VOLUME keys and make selection using POWER) and your device SHOULD reboot into Gingerbread.
Lets hope for the best
