Thread: Persistant root
View Single Post
Old November 30th, 2009, 08:59 PM   #30 (permalink)
chaoscentral
Member
 
Join Date: Sep 2009
Location: Revere, MA, USA
Posts: 247
 
Device(s): DROID Charge
Thanks: 2
Thanked 90 Times in 14 Posts
Send a message via AIM to chaoscentral
Default

Quote:
Originally Posted by bigch0ps View Post
Thanks for the video. I am getting closer to understanding but something is still not write. I installed the sdk and the adb drivers. I can now key in androidsdk in the commands. i type "cd androidsdk/tools then adb devices and my phone shows up as "sgh-t939". I dont know what to do next.
ok, to make things easier, add the android sdk tools directory to the path variable. First make sure its somewhere easy to get to no spaces, like c:\androidsdk\tools then on vista or 7

Right click computer > Properties
Advanced System Settings
Environment Variables
Under system variables select PATH click edit
at the end add ";c:\androidsdk\tools" without the quotes

open a cmd prompt, and type adb devices if you see your device, you are all set and good to go,

After that download the try3 file in the first post, put it in c:\ and do cd c:\ then just follow the commands in the first post
chaoscentral is offline  
Last edited by chaoscentral; November 30th, 2009 at 09:00 PM.
Reply With Quote