| Confirmed root method for the i1 thanks to GotHeart. - Monday, August 30, 2010
Using the same binary as the D2, DX (for Froyo), and a few other phones, there's now a tutorial for rooting the i1 that has been confirmed. read more ... |
|
Rank: Administration
Joined: 5/17/2010(UTC) Posts: 117
Groups: Administrators, Registered Users, Subscribers Thanks: 1 times Was thanked: 0 time(s) in 0 post(s)
|
- Download the attached .ZIP and expand it somewhere you can find it (eg. c:\ADBDrivers_v3).
- Plug your phone in via USB. Either Windows will install a few drivers and you won't get any prompts, or you'll be prompted for the location of the ADB driver (select the folder you expanded the files to earlier).
- If you don't see any prompted, open device manager (Start Menu, right-click on My Computer, click Manage. In the window that comes up, scan the tree at the left, locate "Device Manager" and click on it.)
- Look for a device with a yellow exclamation mark. Assuming you don't have other devices missing drivers or otherwise misconfigured, this should be your DX.
- Right-click the DX and then click "Update Driver"
- Click "Browse my computer ..."
- Click "Let me pick from ..."
- Click "Have Disk..."
- Click "Browse..."
- Browse to the folder you created in the begining (it should contain the folders amd64 and i386)
- Click "Open"
- Click "Ok"
- From the list select "Android Composite ADB Interface"
- Click "Next"
- You might get a dialog saying "Installing this device driver is not recommended...". If so, click Yes (we know it's a valid driver from Google)
- If all went well, you should see "Windows has successfully updated your driver software"
|
|
| |
|
| | |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 3 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
any ideas?
C:\DroidX>adb push Superuser.apk /sdcard/Superuser.apk
'adb' is not recognized as an internal or external command,
'adb' is not recognized as an internal or external command,
|
|
| |
Rank: Android
Joined: 5/31/2010(UTC) Posts: 2 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
okay, I still can't get the adb drivers to install. I get "The folder you specified doesn't contain a compatible software driver for your device" when I point it at the unzipped downloaded file folder.
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 3 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
any ideas?
C:\DroidX>adb push Superuser.apk /sdcard/Superuser.apk
'adb' is not recognized as an internal or external command,
'adb' is not recognized as an internal or external command,
|
|
| |
Rank: Android
Joined: 5/19/2010(UTC) Posts: 13
Groups: AllDroid Sponsor, Registered Users, Subscribers Thanks: 0 times Was thanked: 1 time(s) in 1 post(s)
|
I had ADB set up with my droid at home (win7) and on my work computer (xp) but while windows recognizes the DROIDX device with the drivers installed, ADB says no devices found on both computers. I tried removing the drivers and installing specifically the ones attached instead of the ones that came on the phone, neither one helps. I've tried it with the droid connected for charge only, PC mode, windows media sync mode and usb storage mode. No matter what I do, ADB will not recognize the device. I can't believe I'm so stumped on step 1!
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 4 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
Does the phone need to be in recovery to do this or just connected normally?
Thanks.
|
|
| |
Rank: Android
Joined: 7/15/2010(UTC) Posts: 4 Location: United States
Groups: AllDroid Sponsor, Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
ootuoyetahi wrote:any ideas?
C:\DroidX>adb push Superuser.apk /sdcard/Superuser.apk
'adb' is not recognized as an internal or external command,
'adb' is not recognized as an internal or external command,
You need to add the directory that adb.exe lives in to your system path. For example, mine is in C:\android-sdk-windows\tools, so I stuck that on to my path. claycat wrote:I am an idiot! I was missing the "watch your screen so
you can allow Superuser root access" step! THANKS!
That got me too for a minute or two.
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 7 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
DroidSloth wrote:I had ADB set up with my droid at home (win7) and on my work computer (xp) but while windows recognizes the DROIDX device with the drivers installed, ADB says no devices found on both computers. I tried removing the drivers and installing specifically the ones attached instead of the ones that came on the phone, neither one helps. I've tried it with the droid connected for charge only, PC mode, windows media sync mode and usb storage mode. No matter what I do, ADB will not recognize the device. I can't believe I'm so stumped on step 1!
Like DroidSloth, I too am having this problem. My Droid X shows that Android ADB Interface is installed fine in device manager but when I try to run the adb commands I get a "error: device not found" error. This is my first android phone and first root attempt - what am I missing? Trying this on Win7 x64.
Got it - first of all, I didn't have usb in developer mode (not sure if it's necessary but I didn't have that set). I also noticed that the usb driver in device manager said Android ADB Interface not Android Composite ADB Interface - I think I installed the drivers from the SDK instead of the ones posted here. I uninstalled and reinstalled the right drivers and then it worked. Hope that helps anyone else getting that error.
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 3 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
Has anyone been able to install on Win7 64 bit? Im having no luck.
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 3 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
d0nk wrote:ootuoyetahi wrote:any ideas?
C:\DroidX>adb push Superuser.apk /sdcard/Superuser.apk
'adb' is not recognized as an internal or external command,
'adb' is not recognized as an internal or external command,
You need to add the directory that adb.exe lives in to your system path. For example, mine is in C:\android-sdk-windows\tools, so I stuck that on to my path. claycat wrote:I am an idiot! I was missing the "watch your screen so you can allow Superuser root access" step! THANKS!
That got me too for a minute or two.
C:\Documents and Settings\caseyr\Desktop\android-sdk-windows\tools>adb push Superuser.apk /sdcard/Superuser.apk
error: device not found
Do you think this is a driver issue?
|
|
| |
Rank: Android
Joined: 5/24/2010(UTC) Posts: 4 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
RobStorm wrote:Has anyone been able to install on Win7 64 bit? Im having no luck.
yea i got it to work....what part are you having trouble with?
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 4 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
DAVPX wrote:jdausesj wrote:@Rainabba
when i try to adb push Superuser.apk /sdcard/Superuser.apk
I get "failed to copy .... : Permission denied.
Any ideas? I am not new to adb and i have tried allowing full access via permissions but no luck yer.
Any help would be appreciated...
Make sure you're not set to Mass Storage mode. Set your DX to PC Mode. Worked for me.
I have mine in PC mode and get device not found when I do the push. I had installed the drivers of the DX when I first got it, is this the problem?
If so I can't seem to install the drivers posted here on my Win7 64-bit. Keeps saying they aren't compatible, can't even force it.
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 2 Location: United States
Groups: AllDroid Sponsor, Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
Ok I didnt think I was a noob but maybe I am wrong. I am running win 7 on a dell netbook and I cant get the computer to recognize the phone no matter how how I connect (PC mode, Charge Only, etc..). Every time I plug in the phone computer automatically sees it as a motorola product and installs drivers for USB mass storage device or as a CD/DVD drive. When I look in Device manager there are no exclamation marks. To start I have to get this darned computer to recognize my phone as the DX. Anyone who can give me a hand?
Thanks in advance for your help.
|
|
| |
Rank: Android
Joined: 5/19/2010(UTC) Posts: 13
Groups: AllDroid Sponsor, Registered Users, Subscribers Thanks: 0 times Was thanked: 1 time(s) in 1 post(s)
|
Wow, I can't believe I forgot to enable USB Debugging. So many months with my droid never having turned that off, I forgot all about that. Where is the embarassing emoicon?
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 4 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
dvation wrote:DroidSloth wrote:I had ADB set up with my droid at home (win7) and on my work computer (xp) but while windows recognizes the DROIDX device with the drivers installed, ADB says no devices found on both computers. I tried removing the drivers and installing specifically the ones attached instead of the ones that came on the phone, neither one helps. I've tried it with the droid connected for charge only, PC mode, windows media sync mode and usb storage mode. No matter what I do, ADB will not recognize the device. I can't believe I'm so stumped on step 1!
Like DroidSloth, I too am having this problem. My Droid X shows that Android ADB Interface is installed fine in device manager but when I try to run the adb commands I get a "error: device not found" error. This is my first android phone and first root attempt - what am I missing? Trying this on Win7 x64.
Got it - first of all, I didn't have usb in developer mode (not sure if it's necessary but I didn't have that set). I also noticed that the usb driver in device manager said Android ADB Interface not Android Composite ADB Interface - I think I installed the drivers from the SDK instead of the ones posted here. I uninstalled and reinstalled the right drivers and then it worked. Hope that helps anyone else getting that error.
How do yo put USB in developer mode?
Edit: Nevermind, Google searched it. Was being impatient.
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 5 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
I'm having a heck of a time getting "adb devices" to show my phone. It just says "List of devices attached" and its blank. I got the right driver, I'm sure of it. Tried reinstalling, nothing. Reboot, nothing.
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 5 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
rolandct wrote:
How do yo put USB in developer mode?
Settings -> Applications -> Development -> USB Debugging
|
|
| |
Rank: Android
Joined: 7/7/2010(UTC) Posts: 8
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
Ok, I got as far as step 11, but I get this error: "The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems. Also, it doesn't show up in my Device Manager as "Android Composite ADB Interface" it shows up as "Mot Composite ADB Interface." Any thoughts?
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 2 Location: United States
Groups: AllDroid Sponsor, Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
Ok I didnt think I was a noob but maybe I am wrong. I am running win 7
on a dell netbook and I cant get the computer to recognize the phone no
matter how how I connect (PC mode, Charge Only, etc..). Every time I
plug in the phone computer automatically sees it as a motorola product
and installs drivers for USB mass storage device or as a CD/DVD drive.
When I look in Device manager there are no exclamation marks. To start I
have to get this darned computer to recognize my phone as the DX.
Anyone who can give me a hand?
Thanks in advance for your help.
|
|
| |
Rank: Android
Joined: 7/22/2010(UTC) Posts: 1 Location: United States
Groups: Registered Users, Subscribers Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
mine gives an error message that its not compadible when i choose to the downloaded drivers by clicking ok at step 12. it says to make sure that the drivers are for a 32bit system. so my question is, are these the drivers for a 32bit system?
|
|
| |
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
YAFVision Theme by Jaben Cargman (Tiny Gecko)Powered by YAF | YAF © 2003-2010, Yet Another Forum.NETThis page was generated in 0.314 seconds. |
|
|
|