Sure, if you could post a screen shot of your command window, but first, what comes up when you type "adb devices"? Your phone serial # should come up.
btw, after step 9, did your phone reboot itself?
when I type "adb devices" this is what shows:
adb server is out of date. killing...
*adb started successfully*
list of devices attached
(not sure if I should post the # but it did show) device
and after step 9 it did reboot and in the command prompt it says I have to hit vol up and down and power buttons to reboot it which I did, I did not hit the volume buttons first this time just hit them all at once and it immediately reboots then goes into a bootloop.
Here is my prompt output (i deleted my user name and stuff just for safety so that is the only thing that is different):
C:\Users\Jacob (last name)\Desktop\andriod>adb push tacoroot.sh /data/local/
adb server is out of date. killing...
* daemon started successfully *
159 KB/s (2129 bytes in 0.013s)
C:\Users\Jacob (last name)\Desktop\andriod>adb shell chmod 755 /data/local/tacoroo
t.sh
adb server is out of date. killing...
* daemon started successfully *
C:\Users\Jacob (last name)\Desktop\andriod>adb shell /data/local/tacoroot.sh --set
up
adb server is out of date. killing...
* daemon started successfully *
TacoRoot: HTC Edition v1
By Justin Case (jcase)
Presented by TeamAndIRC, RootzWiki and AndroidPolice
With great assistance from Reid Holland (Erishasnobattery)
----------
TacoRoot: HTC Edition v1 is based on a vulnerability independently discovered by
both Justin Case and Dan Rosenberg (Rosenberg first). I believe unrevoked and
AlpahRev were also aware of it.
----------
Usage:
--recovery : For this exploit to work, you must have booted recovery at least on
ce after your last factory reset.
--setup : Setup the phone for root, must be done before --root.
--root : Root the phone.
--undo : Remove TacoRoot.
----------
Rebooting into recovery, please press Volume+, Volume- and Power at the same tim
e, and reboot the system.
C:\Users\Jacob (last name)\Desktop\andriod>adb shell /data/local/tacoroot.sh --roo
t
adb server is out of date. killing...
* daemon started successfully *
TacoRoot: HTC Edition v1
By Justin Case (jcase)
Presented by TeamAndIRC, RootzWiki and AndroidPolice
With great assistance from Reid Holland (Erishasnobattery)
----------
TacoRoot: HTC Edition v1 is based on a vulnerability independently discovered by
both Justin Case and Dan Rosenberg (Rosenberg first). I believe unrevoked and
AlpahRev were also aware of it.
----------
Usage:
--recovery : For this exploit to work, you must have booted recovery at least on
ce after your last factory reset.
--setup : Setup the phone for root, must be done before --root.
--root : Root the phone.
--undo : Remove TacoRoot.
----------
Rebooting into root.
C:\Users\Jacob (last name)\Desktop\andriod>adb shell
error: device not found
C:\Users\Jacob (last name)\Desktop\andriod>adb shell
adb server is out of date. killing...
* daemon started successfully *
# cat /sdcard/flash_image > /data/flash_image
cat /sdcard/flash_image > /data/flash_image
/sdcard/flash_image: No such file or directory
# cat /sdcard/flash_image > /data/flash_image
cat /sdcard/flash_image > /data/flash_image
/sdcard/flash_image: No such file or directory
# cat /sdcard/flash_image > /data/flash_image.exe
cat /sdcard/flash_image > /data/flash_image.exe
/sdcard/flash_image: No such file or directory
# cat /sdcard/flash_image > /data/flash_image
cat /sdcard/flash_image > /data/flash_image
/sdcard/flash_image: No such file or directory
# cat /sdcard/flash_image > /data/flash_image
cat /sdcard/flash_image > /data/flash_image
/sdcard/flash_image: No such file or directory
# ^C
C:\Users\Jacob (last name)\Desktop\andriod>adb shell /data/local/tacoroot.sh --und
o
TacoRoot: HTC Edition v1
By Justin Case (jcase)
Presented by TeamAndIRC, RootzWiki and AndroidPolice
With great assistance from Reid Holland (Erishasnobattery)
----------
TacoRoot: HTC Edition v1 is based on a vulnerability independently discovered by
both Justin Case and Dan Rosenberg (Rosenberg first). I believe unrevoked and
AlpahRev were also aware of it.
----------
Usage:
--recovery : For this exploit to work, you must have booted recovery at least on
ce after your last factory reset.
--setup : Setup the phone for root, must be done before --root.
--root : Root the phone.
--undo : Remove TacoRoot.
----------
Root removed, rebooting
this last part was just me stopping while we talk, I didn't want my phone just in bootloop for a couple of hours.