Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
rlacsamana1989
Old
(Last edited by rlacsamana1989; 8th July 2010 at 06:21 PM.)
#1  
Senior Member - OP
Thanks Meter 3
Posts: 136
Join Date: May 2010
Default How to prepare for rooting your Mytouch 3G slide

THIS IS STRICTLY A GUIDE TO PRE-PARE YOU ON HOW TO SET-UP ANDROID SDK AND ADB DEVICES(DRIVERS), IF YOU ALREADY HAVE THAT SET-UP YOU CAN SKIP TO EUGENE'S POST ON HOW TO ROOT MYTOUCH SLIDE.

Last Updated:6/29/2010 at 11:36PM

Any other issues to deal with the actual process to root your mytouch slide should be directed toward his thread. Thank you for reading.

Okay so after about 4 hours of reading and asking questions I finally got my device rooted. My biggest problem doing this was that the guide in this forum was basically showing you how to root the phone if you had previous experience with androids and android SDK which I did not.

Note: If you have SDK installed already on your pc please delete your SDK folder and start from scratch for best results with my guide.

1. download Android SDK.(You will not have to use Android SDK physically but you will need it installed on your pc to root your phone) Save it to your PC where you can find it.

2.Extact the .zip file, do not rename just yet for the sake of my guide you also may delete the .zip file of it to keep clean.

3a. Move android-sdk-windows* out of the android-sdk_r06-windows folder onto the root of your C:/ drive.

*=the name of the folder may be different if you use a different operating system but since I do not own the other systems I cannot really tell you what the folders name.

3b.Now that you have the folder in the correct place you can rename the folder from "SDK-Anroid-Windows" to something easier such as "SDK" "Android" or something else which you will remember has to do with SDK.

This next part is not required, if you do not feel comfortable doing this, then don't, there is other ways around this.

3c.You also have the option to change your the path of your directory on your system. To do this, follow the instrustion here on step 2.( I would like to thank fermunky for his input)

My directory was pointed to the C:/Program files so I switched it to C:/android/tools , for those who do not know what this does it simply makes it so you do not have to change directory in step 7 (CD), you will only have to open your command prompt and then your ready to enter "ADB devices" .

4.Install the correct ADB drivers from pdanet . Select the proper download based on your OS if you do not know what bit you are using click start, right click computer, click properties, the system type will show you the proper file to download. and save it to your computer where you can find it.

5.Start the installation process for the ABD drivers, Follow the on-screen directions to install the drivers ( make sure your phone is not plugged into the pc at this time)

6.Check to see if you did this correctly, plug in your phone and open your comand prompt on your computer and type:

cd C:\android\tools**

**=your file directory might be different than this, it depends what you renamed your folder

then type:
adb devices ( this will now show all the devices connected to an adb devices)
Check to see if your device is listed and connected properly.***

***=If it is correctly connected you will see a device listed and under attached it should say device.

After you have this all set up you are ready to root your phone via the guide from Eugene.****Remember you need to add the contents from his root.zip file into the tools of your SDK folder in order to root your phone.

****=Eugene's guide has changed since I wrote this but you still are ready to follow his steps. I plan on rooting someones slide soon based off his steps and will edit here if I need to add anything)


Thanks for reading.
CURRENT
PHONE: Motorola Droid X
ROM: Froyo 2.2 Rooted
SD: 16GB Class 4

Most apps used: Xda Forums app, Wirelss Tether, FourSquare, MyModes, Ringdroid, Scanner Radio, & Super user, Facebook, GoChat


MyTouch 3G Slide ROM Bible!-Kingofyo1

How to Prepare Mytouch 3G Slide to be rooted (Newbies Guide)- ME! :P

How to root Mytouch 3G Slide-Eugene373
 
fermunky
Old
#2  
fermunky's Avatar
Senior Member
Thanks Meter 58
Posts: 1,143
Join Date: Jun 2007
Location: Tampa, FL
One thing I did that makes a lot of this a whole lot easier, is to add the directory to your Tools folder to your system's PATH variable, as explained in Step 2 here: http://developer.android.com/sdk/installing.html

What this allows you to do is run the commands with Tools (ADB, fastboot etc) from anywhere within the command prompt, without having to cd to your c:\android-sdk-windows\tools folder. This way, you can put any other update files, into any directory you want.

For example, let say i have update.zip directly on the C drive. I can simply go to command prompt, and just type "cd" and get to the root of the C drive, and then can just run "adb push update.zip /sd/card/". No need to store everything into the tools folder.
Current:
Phone: T-Mobile Samsung Galaxy S3 (SGH-T999)
ROM: Official stock JB from T-Mobile
Recovery: Stock

Tablet: Acer Iconia A500
ROM: CM10 Jelly Bean 4.1 by waydownsouth
Recovery: Thor's 1.7 Touch Recovery of CWM

If I do not Thank your thread, it's because of the XDA Classic forum theme, sorry...
 
poetik517
Old
#3  
Senior Member
Thanks Meter 2
Posts: 151
Join Date: May 2008
Quote:
Originally Posted by fermunky View Post
One thing I did that makes a lot of this a whole lot easier, is to add the directory to your Tools folder to your system's PATH variable, as explained in Step 2 here: http://developer.android.com/sdk/installing.html

What this allows you to do is run the commands with Tools (ADB, fastboot etc) from anywhere within the command prompt, without having to cd to your c:\android-sdk-windows\tools folder. This way, you can put any other update files, into any directory you want.

For example, let say i have update.zip directly on the C drive. I can simply go to command prompt, and just type "cd" and get to the root of the C drive, and then can just run "adb push update.zip /sd/card/". No need to store everything into the tools folder.

the other guide mentions to create a new variable such as:

Quote:
For Variable Name type: adb
For Variable Value type: C:\android-sdk-windows\tools
so would i follow this? or list that directory under the already-enabled PATH variable?
 
fermunky
Old
#4  
fermunky's Avatar
Senior Member
Thanks Meter 58
Posts: 1,143
Join Date: Jun 2007
Location: Tampa, FL
Yeah just use the existing PATH variable, and only need the path, no need to include variable names.
Current:
Phone: T-Mobile Samsung Galaxy S3 (SGH-T999)
ROM: Official stock JB from T-Mobile
Recovery: Stock

Tablet: Acer Iconia A500
ROM: CM10 Jelly Bean 4.1 by waydownsouth
Recovery: Thor's 1.7 Touch Recovery of CWM

If I do not Thank your thread, it's because of the XDA Classic forum theme, sorry...
 
kingofyo1
Old
(Last edited by kingofyo1; 23rd June 2010 at 03:13 PM.)
#5  
Senior Member
Thanks Meter 17
Posts: 767
Join Date: Apr 2009
Location: gulfport, ms

 
DONATE TO ME
I think this is a very valuable how-to for the noobs out there and im going to pass this up the chain to get sticky'd. I also posted this in the slide bible. Good job, OP
Current:
HTC Rezound
Rom: CM9 8/3 update



Retired:
HTC Thunderbolt
rom:Infected Eternity 260
radio: MR4

Transformer TF101 32gb
Rom: ICS Android Revolution HD


 
heybobitsme
Old
#6  
heybobitsme's Avatar
Senior Member
Thanks Meter 58
Posts: 801
Join Date: Sep 2009
Location: Orange County, CA
Default For the uninitiated, and yes it's common sense

When I was using Windows (as I'm using Ubuntu now), and reading all the adb guides, for ease of use and to prevent people from getting confused, they name the sdk as "android-sdk-windows", which is fine for a newcomer (it's the same for Ubuntu except the "windows" part and the slash direction \ vs. /). However, you can name it whatever you want. You just need to make sure to have the same name in your path. For example, I'm lazy and my typing skills aren't that great. I don't want to type 19 characters (yes, I counted). So I just named it simply "android". 7 characters from 19. Its way more efficient for me. I've contemplated naming it "andy" or something to shorten it further. But, again, you don't even need to name it anything android related. You can choose to name it r2d2 (see what I did there?) if you want! Just my 2 cents. Thanks!
My Phone:
T-Mobile SGS3, Rooted
ROM: After playing with AOKP, I'm back to stock Root66 UVDMD5
Wife's Phone:
T-mobile SGS3, Stock

Google+
Twitter

Noob's click here!
Android Myths
Why you don't need a task killer
Quote:
If at first you don't succeed, read the tutorial/thread again
 
rlacsamana1989
Old
(Last edited by rlacsamana1989; 24th June 2010 at 12:12 AM.)
#7  
Senior Member - OP
Thanks Meter 3
Posts: 136
Join Date: May 2010
Yeah I could of renamed it something different but I didn't think about that til after it was written, I will fix it as soon as I am on an actual pc. I will also include how to do it via mac and ubuanta(sorry if I miss spelled)
Quote:
Originally Posted by kingofyo1 View Post
I think this is a very valuable how-to for the noobs out there and im going to pass this up the chain to get sticky'd. I also posted this in the slide bible. Good job, OP
Thanks kingofyo. Glad I could give back to this forum after all it has done for me. And if I find any other helpful tips to help make rooting easier I'll be sure to include it.

Sent from my T-Mobile myTouch 3G Slide using XDA App
CURRENT
PHONE: Motorola Droid X
ROM: Froyo 2.2 Rooted
SD: 16GB Class 4

Most apps used: Xda Forums app, Wirelss Tether, FourSquare, MyModes, Ringdroid, Scanner Radio, & Super user, Facebook, GoChat


MyTouch 3G Slide ROM Bible!-Kingofyo1

How to Prepare Mytouch 3G Slide to be rooted (Newbies Guide)- ME! :P

How to root Mytouch 3G Slide-Eugene373
 
rlacsamana1989
Old
#8  
Senior Member - OP
Thanks Meter 3
Posts: 136
Join Date: May 2010
Quote:
Originally Posted by fermunky View Post
One thing I did that makes a lot of this a whole lot easier, is to add the directory to your Tools folder to your system's PATH variable, as explained in Step 2 here: http://developer.android.com/sdk/installing.html

What this allows you to do is run the commands with Tools (ADB, fastboot etc) from anywhere within the command prompt, without having to cd to your c:\android-sdk-windows\tools folder. This way, you can put any other update files, into any directory you want.

For example, let say i have update.zip directly on the C drive. I can simply go to command prompt, and just type "cd" and get to the root of the C drive, and then can just run "adb push update.zip /sd/card/". No need to store everything into the tools folder.
I will leave that as an option for others to pick if they want to do that, as some might not want to change their directory to follow that path.
 
eff0rtless
Old
#9  
eff0rtless's Avatar
Member
Thanks Meter 4
Posts: 59
Join Date: Jun 2010
Location: Seattle
oo, this cleared up a few things for me! thanks!
 
rlacsamana1989
Old
#10  
Senior Member - OP
Thanks Meter 3
Posts: 136
Join Date: May 2010
Quote:
Originally Posted by eff0rtless View Post
oo, this cleared up a few things for me! thanks!
ah what pat of seattle do you live in? I live up in mukilteo.
CURRENT
PHONE: Motorola Droid X
ROM: Froyo 2.2 Rooted
SD: 16GB Class 4

Most apps used: Xda Forums app, Wirelss Tether, FourSquare, MyModes, Ringdroid, Scanner Radio, & Super user, Facebook, GoChat


MyTouch 3G Slide ROM Bible!-Kingofyo1

How to Prepare Mytouch 3G Slide to be rooted (Newbies Guide)- ME! :P

How to root Mytouch 3G Slide-Eugene373

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Boot Animation Paradise for your Android Device

The default boot animations on any device, no matter whichmanufacturer, are generally pretty … more

Flash Custom ROM and Recovery to Samsung Galaxy S 4

After reading about Dan Rosenberg’s bootloader exploit for the Samsung Galaxy S 4,I … more

Windows-Based Multi-Tool for the Sony Xperia U

If you are a flashaholic and an owner of the Sony Xperia U, you may be interested in the … more