Not sure exactly what the issue is, but it's affecting a lot of folks. Here's the temporary fix to get rooted:
Download Koush's unsecure boot image here: http://koush.tandtgaming.com//samsung/herring/rootboot.img
put it in your /sdk/tools/ folder
Boot into fastboot, and connect to your PC
at the command prompt:
reboot.
Download CHainsDD's superuser zip here: https://dl.dropboxusercontent.com/u/6408470/su-releases/su-2.3.6.1-ef-signed.zip
open the zip file, and place the su binary and the Superuser.apk (look in the folders) in your sdk/tools/ folder
Connect to your computer and:
This manually does what the zip flashing doesn't seem to be doing.
Download Koush's unsecure boot image here: http://koush.tandtgaming.com//samsung/herring/rootboot.img
put it in your /sdk/tools/ folder
Boot into fastboot, and connect to your PC
at the command prompt:
Code:
fastboot flash boot rootboot.img
reboot.
Download CHainsDD's superuser zip here: https://dl.dropboxusercontent.com/u/6408470/su-releases/su-2.3.6.1-ef-signed.zip
open the zip file, and place the su binary and the Superuser.apk (look in the folders) in your sdk/tools/ folder
Connect to your computer and:
Code:
adb remount
adb push su /system/bin/
adb push Superuser.apk /system/app/
adb shell
chmod 6755 /system/bin/su
exit
adb reboot
This manually does what the zip flashing doesn't seem to be doing.