Thanks heaps for writing thisparrotheadmjb wrote: First enable ADB debugging on your revue, and enter the local IP of your computer with android-sdk
1. CD to ADB's directory in cmd (without quotes and parenthesis, and without the ":"): "CD (**ADB DIRECTORY HERE***)" (mine is "c:\program files (x86)\android\android-sdk\platform-tools"; so I would type in exactly: cd c:\program files (x86)\android\android-sdk\platform-tools
2. Connect to ADB (using your the local IP of your revue, for this example, I used mine)
:adb connect 192.168.1.???
3. Run ADB with Root
:adb root
you should get the message "restarting adbd as root"
4. Reconnect to Revue once it has restarted (again, replace YOUR LOCAL ip with the one below)
:adb connect 192.168.1.???
5. Take your Recovery.img and place it IN the SAME FOLDER that ADB is located in (simple copy + paste, and approve admin privileges if you're on win7)
 As a newbie to android, there are a few steps which you included, that others left out (understandably though!)
 As a newbie to android, there are a few steps which you included, that others left out (understandably though!)I followed your steps up to here, then the ones wiki on the first page, and get everything done easily

If anyone has even less knowledge than me - start command by getting to your windows run prompt (just press the windows key in vista or above) and type "cmd.exe"
Thanks again