when I type
adb push Superuser.apk /system/app (then hit enter)
the curser moves to the next line, but nothing happens. What am I doing wrong?
After pushing su, it returned with the speed at which it performed the taskt( I assume that's what it was saying) and then got ready for the next line of input,
but now (when pushing superuser), nothing . What gives? Please help asap?
Also, I tried just pushing su to /system/bin, and then doing the adb shell chmod for the su bin, and I got the "error: closed"
ChanceStad,
Welcome to the AndroidForums!
Couple of questions for you:
1. Which method are you using? (the first, "Manual Method"?).
2. Are you running Windows? If so, did you install any USB drivers (particularly the adb ones)?
3. Do you see your device when you issue an "adb devices" command? (that's not in my instructions at the moment, but it will be very soon

4. Did you issue the "adb root" and "adb remount" commands before the push?
5. What state is your phone in when you are issuing the adb commands? (booted in Android?).
6. Did you enable USB debugging?
I'm guessing it might be a USB driver issue or you might not have USB debugging enabled...
Let us know.
Cheers!