mortymouse
Well-Known Member
they are not in a folder...
no i did the cp ect ect
i got cp is not recognized blah blah as a command
why am i not at the # comman and im back on c:\androidsdk\tools?
how do i get back to the # prompt
Its no problem you are almost done.
Just make sure that your phone is now in charge only mode. Then go back to the cmd prompt, change the dir to get into your androidsdk/tools dir again.
Just follow what we said above.
Start the CMD command from Windows 7. I assume you know how to do this sicne you have been using it so far.
You should see something like C:/users/XXXXXX<----whatever your anem or cpu name is)
Type CD..
Then Type CD.. again
That will get you to a C:
From there:
Type cd androidsdk/tools (or whatever the folder is named that you put the android sdk in)
Now your command prompt will look something like this:
C:\androidsdk\tools
Now that you are here,
type: adb shell (this is where you will see the # sign again)
then type
cp /sdcard/Superuser.apk /system/app/Superuser.apk
then type
cp /sdcard/su /system/bin/su
then type
chmod 4755 /system/bin/su
**That should do it. You will have root.
