architectjon - yeah - i got the same, with a bunch of crap spilled to the screen too.
the reason that he is using 'cat' instead of 'cp' to copy the command is that there is no 'cp' command on the machine! I guess that this isn't shipped in the standard HC install.
Anyway, what I did was to simply exit out of adb, and push the files 'su' and 'superuser.apk' directly to where they need to be, rather than into /data/local first. that did the trick.
So the commands?
adb push su /system/bin
adb push Superuser.apk /system/app
the reason that he is using 'cat' instead of 'cp' to copy the command is that there is no 'cp' command on the machine! I guess that this isn't shipped in the standard HC install.
Anyway, what I did was to simply exit out of adb, and push the files 'su' and 'superuser.apk' directly to where they need to be, rather than into /data/local first. that did the trick.
So the commands?
adb push su /system/bin
adb push Superuser.apk /system/app