Go Back   Android Forums > Android Community > Introductions
Introductions Meet the team, and tell us a little about yourself... This introductions section is NOT for support questions!
Gamers - Check out our new sister sites!
Nintendo Wii U!    |    OUYA - $99 Android System!

test: Reply
 
LinkBack Thread Tools
Old October 1st, 2012, 09:15 PM   #1 (permalink)
Junior Member
Thread Author (OP)
 
Join Date: Sep 2012
Posts: 35
 
Device(s):
Carrier: Not Provided

Thanks: 19
Thanked 1 Time in 1 Post
Confused need help

hi every body im nt really new at this but it been a while since i rooted a phone bt im having some problem rooting my lg esteem 4g metro pcs i need help with rooting i tried majority of the files they dont work also i dont kno if my computer is the proble but i have a windows computer PLZZZZZZZZ SOME ONE HELP MEEEEEEEEEEEEEEEE

freshlyfe436 is offline  
Reply With Quote
Sponsors
Old October 1st, 2012, 09:42 PM   #2 (permalink)
no place like ~
 
9to5cynic's Avatar
 
Join Date: Feb 2011
Location: /home/
Posts: 4,725
 
Device(s): Galaxy S3 (Verizon) Evo 4G - retired/rooted
Carrier: Verizon

Thanks: 3,020
Thanked 1,721 Times in 1,162 Posts
Send a message via AIM to 9to5cynic
Default

Hello freslyfe436,
Welcome to android forums!

Here's the link to the lg esteem all things root page:
Esteem - All Things Root - Android Forums

Now, I don't know too much about LG devices, but do you have ADB installed on your computer? If so, you can plug in the phone and issue a command like this
Code:
 adb shell
that'll tell you if your phone is connecting...

If that works, then I'd *guess* that the computer isn't the issue.

I was just thinking, is it possible that one of the files is bad. have you done a md5 of them to verify that the files are all good? If you need a md5 program, I use md5deep on windows.

Hope that helps.
-9to5
9to5cynic is offline  
Reply With Quote
The Following User Says Thank You to 9to5cynic For This Useful Post:
freshlyfe436 (October 1st, 2012)
Old October 1st, 2012, 11:33 PM   #3 (permalink)
Junior Member
Thread Author (OP)
 
Join Date: Sep 2012
Posts: 35
 
Device(s):
Carrier: Not Provided

Thanks: 19
Thanked 1 Time in 1 Post
Default

9to5cynic so how do i connect my phone to it plz and thank u
freshlyfe436 is offline  
Reply With Quote
Old October 1st, 2012, 11:36 PM   #4 (permalink)
Junior Member
Thread Author (OP)
 
Join Date: Sep 2012
Posts: 35
 
Device(s):
Carrier: Not Provided

Thanks: 19
Thanked 1 Time in 1 Post
Default

so how do i connect my phone to it
freshlyfe436 is offline  
Reply With Quote
Old October 2nd, 2012, 10:15 AM   #5 (permalink)
no place like ~
 
9to5cynic's Avatar
 
Join Date: Feb 2011
Location: /home/
Posts: 4,725
 
Device(s): Galaxy S3 (Verizon) Evo 4G - retired/rooted
Carrier: Verizon

Thanks: 3,020
Thanked 1,721 Times in 1,162 Posts
Send a message via AIM to 9to5cynic
Default

I was thinking just with the USB to phone cable that it came with. If you have ADB then you should be able to issue one of the commands (I forget which) to test if a device is connected.

EDIT:

Okay, so I pulled up my adb and looked through the help, this is the command to read what devices are attached:

Code:
adb.exe devices
it should spit out something along the lines of:
List of Devices attached:
9to5cynic is offline  
Last edited by 9to5cynic; October 2nd, 2012 at 10:17 AM. Reason: added
Reply With Quote
Old October 2nd, 2012, 06:07 PM   #6 (permalink)
Junior Member
Thread Author (OP)
 
Join Date: Sep 2012
Posts: 35
 
Device(s):
Carrier: Not Provided

Thanks: 19
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by 9to5cynic View Post
hello freslyfe436,
welcome to android forums!

Here's the link to the lg esteem all things root page:
esteem - all things root - android forums

now, i don't know too much about lg devices, but do you have adb installed on your computer? If so, you can plug in the phone and issue a command like this
Code:
 adb shell
that'll tell you if your phone is connecting...

If that works, then i'd *guess* that the computer isn't the issue.

I was just thinking, is it possible that one of the files is bad. Have you done a md5 of them to verify that the files are all good? If you need a md5 program, i use md5deep on windows.

Hope that helps.
-9to5
Quote:
Originally Posted by 9to5cynic View Post
i was thinking just with the usb to phone cable that it came with. If you have adb then you should be able to issue one of the commands (i forget which) to test if a device is connected.

Edit:

Okay, so i pulled up my adb and looked through the help, this is the command to read what devices are attached:

Code:
adb.exe devices
it should spit out something along the lines of:
List of devices attached:
i dint wanna sound dumb but how do i open command prompt
freshlyfe436 is offline  
Reply With Quote
Old October 2nd, 2012, 08:58 PM   #7 (permalink)
no place like ~
 
9to5cynic's Avatar
 
Join Date: Feb 2011
Location: /home/
Posts: 4,725
 
Device(s): Galaxy S3 (Verizon) Evo 4G - retired/rooted
Carrier: Verizon

Thanks: 3,020
Thanked 1,721 Times in 1,162 Posts
Send a message via AIM to 9to5cynic
Default

No problem. If you have windows 7, hit the window button and type 'cmd'. In XP click Start > Run and type cmd.exe

Then you'll need to change to your adb directory. For me, that was:
C:\Program Files\Android\android-sdk\platform-tools

You *could* add that to the windows path, but I didn't. It's fine either way. If you don't have that directory, then you will need to get adb first. That all being said, to root your device you might not actually need adb. I'm not 100% on that.

Hope that helps.
9to5cynic is offline  
Reply With Quote
Old October 3rd, 2012, 11:40 PM   #8 (permalink)
Junior Member
Thread Author (OP)
 
Join Date: Sep 2012
Posts: 35
 
Device(s):
Carrier: Not Provided

Thanks: 19
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by 9to5cynic View Post
No problem. If you have windows 7, hit the window button and type 'cmd'. In XP click Start > Run and type cmd.exe

Then you'll need to change to your adb directory. For me, that was:
C:\Program Files\Android\android-sdk\platform-tools

You *could* add that to the windows path, but I didn't. It's fine either way. If you don't have that directory, then you will need to get adb first. That all being said, to root your device you might not actually need adb. I'm not 100% on that.

Hope that helps.
ok i got adb and open command prompt i typed adb and enter a bunch of thing came up so after i typed adb devices and it keeps saying offline so now im stuck
freshlyfe436 is offline  
Last edited by freshlyfe436; October 3rd, 2012 at 11:44 PM.
Reply With Quote
Old October 4th, 2012, 06:30 AM   #9 (permalink)
♡ Spidey Sense !! ♡ ™
 
DonB's Avatar
 
Join Date: Nov 2009
Location: 18th Hole Of the Golf Course
Gender: Male
Posts: 15,711
 
Device(s): Samsung Galaxy Note II Whompasaurus Rom V4.2
Carrier: SPRINT

Thanks: 3,675
Thanked 4,374 Times in 2,770 Posts
Default

I would post this in your device forum for proper support, you will get much quicker help and more eyes to resolve your issue, as 9 to 5 already mentioned, good luck. This is a welcome thread so you wont get as many eyes helping you.

Esteem - All Things Root - Android Forums
DonB is online now  
Reply With Quote
The Following User Says Thank You to DonB For This Useful Post:
9to5cynic (October 4th, 2012)
Old October 4th, 2012, 09:44 PM   #10 (permalink)
no place like ~
 
9to5cynic's Avatar
 
Join Date: Feb 2011
Location: /home/
Posts: 4,725
 
Device(s): Galaxy S3 (Verizon) Evo 4G - retired/rooted
Carrier: Verizon

Thanks: 3,020
Thanked 1,721 Times in 1,162 Posts
Send a message via AIM to 9to5cynic
Default

Quote:
Originally Posted by freshlyfe436 View Post
ok i got adb and open command prompt i typed adb and enter a bunch of thing came up so after i typed adb devices and it keeps saying offline so now im stuck
Hmm.. just to verify, the device is plugged in at this point yes?

If it is, the only thing I can think of is to make sure the device drivers are installed and working properly.

???

You know, I think Don got it right, the folks on your device forum will likely be able to help you out a whole lot more than I could.

Best of luck!
-9to5
9to5cynic is offline  
Reply With Quote
Sponsors
Reply


Go Back   Android Forums > Android Community > Introductions
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 01:33 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.