dd is not a windows command.
dd (Unix) - Wikipedia, the free encyclopedia
It is an easy way to copy contents from one disk to an identical sized disk in Linux or to make a clone/mirror of one drive to another.
dd if=/sdcard/flash_image of=/data/local/flash_image
if=input file, of=output file.
While i have not rooted the instructions say to do this from within the adb shell, not at the cmd prompt. From the command prompt first type "adb shell" and then proceed.
I know why you're getting info that it is for Linux [facepalm], because the commands are not for Windows, they're for Android! The phone is plugged up to the computer through ADB (Android Debug Bridge) via USB.....
So yeah, they are all Linux commands, you all through me off for a minute there and I got confused lol
He must not be plugged in with the USB or something....or didn't install the Android SDK on his computer yet idk
The stuff in my tutorial is meant to be followed in that order....from the very top of the post, to the very bottom, in that order
Correct...or he did not type the first command which is "ADB Shell" and is trying the DD command at a window's command prompt.
Wait...you are supposed to do the instructions in order? Where did it say that?