Thanks much for this tut! I had rooted my recently bought n1!
thank you guyz!
thank you guyz!
Yeah i figured it out !! done with rooting in less than a minute.sorry but i am a complete noob here.
So can anyone plz guide me through step by step process.
Would greatly appreciate that.
using nexus one 2.3.4 stock not rooted![]()
Just tried this with the same results. Appreciate the suggestion !No clue for sure on this, but are you running the program with administrator priveledges? (Right click on the icon and select "Run as administrator")
Well, according to your last post, since it shows up as a valid adb device, then your computer should recognize it as both a memory drive and an adb composite device.Every time I plug in my phone it shows it as a removable G drive. Guessing my computer recognizes my phone as just a memory drive and not a phone?
When I type in adb devices I get the same message as beforeWell, according to your last post, since it shows up as a valid adb device, then your computer should recognize it as both a memory drive and an adb composite device.
What happens if you type in adb devices in the command prompt? (you either need to be in the same directory as adb or have that directory included in your PATH)
Had some luck. I am now able to getYou need to be in the same directory as the adb file to verify it is working. This will be somewhere under the Android SDK folder (I think platform\tools).
You could also do a search for adb.exe if you can't find it.
You need to have all included files in the same folder. Otherwise the script won't know where to find the patches.Had some luck. I am now able to get
C:\android\platform-tools>adb devices
List of devices attached
HTXXXXXXXXXXXXXX device
But when I run the script it still says the same thing. The actual runme file is also in the same folder C:\android\platform-tools
When I run in command prompt or click on the file it gives the same message
"The system cannot find the patch specified."
We all have our moments... Glad you got it workingThis whole time I made the BIGGEST FACEPALM mistake possible. Thanks to your last post I figured it out and was rooted within a minute.
Thank You so much bassmadrigal for putting up with my noob questions.
doms-laptop:platform-tools user$ ./adb push su /system/bin
failed to copy 'su' to '/system/bin/su': Read-only file system
doms-laptop:platform-tools user$ ./adb install Superuser.apk
1111 KB/s (785801 bytes in 0.690s)
pkg: /data/local/tmp/Superuser.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]