I cant install the SDK?..
It says Jave SE developement kit not found, even though I have it installed?
please help, this is stopping me from flashing!!
I am getting this same thing. when trying to install the SDK
I cant install the SDK?..
It says Jave SE developement kit not found, even though I have it installed?
please help, this is stopping me from flashing!!
Don't know if this was just a mistype on your end but the command is actually cd C:\[enter your path to tools]. I noticed you weren't doing the change directory command.help?
right now im reading the Idiots guide and well you can say im pretty dumb ha, but
i've done steps 1-5 and now im starting up command prompt.
C:\AndroidSDK\tools
Again, same as before but thats the wrong command completely. You'r pushing and you should already be in the tools directory assuming you did the change directory i mentioned above.then
C:\AndroidSDK\tools\adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage
You should watch THIS videoerror: device was not found
if i can get some help i could finally flash!! so please!
well I've doen what you said and this is what i got back
*daemon not running. starting it now *
*daemon starterd successfully*
error: device not found
Damn dude im dumb as hell, I had the new version, so I had to change the directory to platforms-tools .does that mean I have to change my enviormental variable too?
Damn dude im dumb as hell, I had the new version, so I had to change the directory to platforms-tools .does that mean I have to change my enviormental variable too?
Yea I Gave up after 20+ tries, and just used z4root. SOO much easier. I wasn't doing anything wrong, as soon as I rooted it I had no issue gaining su privileges. Popup did come up asking to grant.How long did you wait after ./rageagainstthecage before doing adb shell? Try waiting like 10 minutes.
alright need some help. whenever I open sdk the the command prompt opens up then android sdk & AVD manager pops open then a thing that says choose packages to install. I cant type anything in the command propt window and if I close the other stuff it closes the command prompt. what am i doing wrong?
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\android\platform-tools>adb push rageagainstthecage-arm5.bin /data/local/tmp/r
ageagainstthecage
337 KB/s (5392 bytes in 0.015s)
C:\android\platform-tools>adb push su /data/local/tmp/
820 KB/s (26264 bytes in 0.031s)
C:\android\platform-tools>adb push busybox /data/local/tmp/
1012 KB/s (1926944 bytes in 1.859s)
C:\android\platform-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 4437
[*] 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.
$ adb
C:\android\platform-tools>adb shell
$ exit
exit
C:\android\platform-tools>
I've followed the tutorial multiple times, watched the video, triple checked but still cannot root. Here is my cmd window:
Code:Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\android\platform-tools>adb push rageagainstthecage-arm5.bin /data/local/tmp/r ageagainstthecage 337 KB/s (5392 bytes in 0.015s) C:\android\platform-tools>adb push su /data/local/tmp/ 820 KB/s (26264 bytes in 0.031s) C:\android\platform-tools>adb push busybox /data/local/tmp/ 1012 KB/s (1926944 bytes in 1.859s) C:\android\platform-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 4437 [*] 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. $ adb C:\android\platform-tools>adb shell $ exit exit C:\android\platform-tools>
Is there something blatantly obvious I am missing? I am using the new android SDK and have adjusted accordingly. I just can't get the # shell prompt. Thanks for all that everyone does.
EDIT: It sounds like the phone actually cycles the USB connection twice after ./rageagainstthecage before I can 'adb shell'. From what I have read it sounds like this should only cycle once. Not sure if this is helpful.