Yeah I have the new SDK so I should be using the platform-tools folder then, thanks a lot!
I got to the step where you type adb shell and should be getting the # symbol, but I keep getting the $. After the ./rageagainstthecage command should my phone have the USB charging and debugging notification again?
EDIT: nvm it worked all fine after i restarted my phone, thanks
What did you do different? I literally have been going at this for 2 hours, and phone reboots fine when sending ./rageagainst...command. on my 14th try and still get $ instead of #

Screen unlocked debug mode etc.
I'm on win7 64bit followed all instructions to the tee, read all 34 paes of this forum. Tried rebooting the phone, killing the adb process in between etc. Still same out come.
Running everything as admin.
Phone is v9
Getting nowhere
heres my log
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\surtak>adb shell
'adb' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\surtak>adb shell
'adb' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\surtak>cd C:\android-sdk-windows\tools
C:\android-sdk-windows\tools>adb push rageagainstthecage-arm5.bin /data/local/tm
p/rageagainstthecage
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
263 KB/s (5392 bytes in 0.020s)
C:\android-sdk-windows\tools>adb push su /data/local/tmp/
801 KB/s (26264 bytes in 0.032s)
C:\android-sdk-windows\tools>adb push busybox /data/local/tmp/
2076 KB/s (1926944 bytes in 0.906s)
C:\android-sdk-windows\tools>adb shell
$ chmod 4755 /data/local/tmp/rageagainstthecage
chmod 4755 /data/local/tmp/rageagainstthecage
$ chmod 4755 /data/local/tmp/busybox
chmod 4755 /data/local/tmp/busybox
$ cd /data/local/tmp
cd /data/local/tmp
$ ./rageagainstthecage
./rageagainstthecage
[*] CVE-2010-EASY Android local root exploit (C) 2010 by 743C
[*] checking NPROC limit ...
[+] RLIMIT_NPROC={3374, 3374}
[*] Searching for adb ...
[+] Found adb as PID 3909
[*] Spawning children. Dont type anything and wait for reset!
[*]
[*] If you like what we are doing you can send us PayPal money to
[*]
7-4-3-C@web.de so we can compensate time, effort and HW costs.
[*] If you are a company and feel like you profit from our work,
[*] we also accept donations > 1000 USD!
[*]
[*] adb connection will be reset. restart adb server on desktop and re-login.
$
C:\android-sdk-windows\tools>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
$ su
su
su: permission denied
$ sudo su
sudo su
sudo: permission denied
$
I even tried all this from scratch on winxp sp3. Tried another 5 times. Still $. What am I doing wrong?