So most people won’t have to use ADB (Android Debug Bridge) ever, but if you want to learn how or want to get a little more technical with your Android phone, here’s how to get it set up.
I. Setting Up The SDK
1. Download the Latest Android SDK from Google
2. Extract the Android SDK .Zip file to C:\AndroidSDK (this should name the new folder created AndroidSDK in the C directory.
3. On your phone, click Settings > Applications > Development and make sure USB Debugging is on.
4. Plug your phone into your computer via USB cable (it needs to be on). It should say installing drivers if using Windows.
!UPDATE 12.01.09 – If using Windows 7 skip steps 4 and 5 and use this procedure instead.
5. After it installs the drivers, goto the Start menu and type cmd into the search bar (Vista or higher) or click Run then type in cmd (XP) to open the command prompt.
6. Type the following into the command prompt window (hitting enter at the end of every line):
cd\
cd AndroidSDK\tools\
adb devices
You should see a serial number pop up, it’s the serial number of your phone. This means you are all set.
If you do NOT see a serial number, then we need to reinstall the drivers.
II. IF DRIVERS JUST WON’T AUTOMATICALLY INSTALL, DO IT MANUALLY HERE
1. Download your phone’s driver’s below then goto your Device Manager on your computer, look for the phone and click on it. Then click Properties > Update Driver > Browse > Let me pick > Computer > Have Disk > Browse > Then select the driver you downloaded below:
Motorola Droid Drivers (unzip the file once you download it).
Motorola Milestone Drivers (follow the instructions on the page).
Motorola CLIQ Drivers (follow the instructions on the page).
Nexus One Drivers (unzip the file once you download it).
Samsung Behold 2 Drivers (unzip the file, run the setup.exe) (If you have Windows 64Bit, you CANNOT install the Behold Drivers. Find someone with a 32Bit system to to any Behold 2 procedures involving ADB).
Samsung Galaxy Drivers (unzip the file, do NOT run setup.exe. Instead follow step 1 in Section II and install manually.)
Samsung Galaxy Fastboot Drivers (unzip the file, then when you plug the phone in via fastboot mode, select to install drivers manually and choose the folder you just unzipped and it should install them from there).
III. (Optional) Reinstall Drivers (If they did not install properly in Section I or II)
1. Download USBDeview
2. While the phone is still plugged in, open USBDeview and sort by manufacturer. Find all the HTC drivers and delete them all.
3. Once all have been deleted, unplug the phone from the USB cable and plug it back in.
4. The correct drivers should reinstall automatically (check the drivers as they are installing, one should say ADB Device driver).
5. To check, goto Devices (or Device Manager for older versions of Windows) in your Start menu then click on the “Android Phone”. Click on the Hardware tab, and check the list of drivers for ADB Interface under Type.
IV. Some Common ADB/Fastboot Commands
ADB Commands
adb devices – lists which devices are currently attached to your computer
adb install <packagename.apk> – lets you install an Android application on your phone
adb remount – Remounts your system in write mode – this lets you alter system files on your phone using ADB
adb push <localfile> <location on your phone> – lets you upload files to your phones filesystem
adb pull <location on your phone> <localfile> – lets you download files off your phones filesystem
adb logcat – starts dumping debugging information from your handset to the console – useful for debugging your apps
adb shell <command> – drops you into a basic linux command shell on your phone with no parameters, or lets you run commands directly
Fastboot Commands
fastboot devices – lists which devices in fastboot mode are currently attached to your computer
fastboot boot <filename> – boots a rom stored on your pc specified by the filename
fastboot flash <partition> <filename> – flashes a rom stored on your pc, partition can be one of {boot, recovery, system, userdata}














Thanks for the latest SDK version
Like or Dislike:
0
0
Hi unlockr
just a stupid question from a newbiee is this adb driver help solve the problem from some hero roms that consistantly when youre using a application the phone reboots to the htc screen.
thanks for your help
Like or Dislike:
0
0
Hello Giovanny55,
ADB is for sending and controlling stuff on the phone. It can’t make your phone run better.
You just need to download the Maxisma ROM from the Downloads section, install it and also make sure to do the How To Speed Up Your Hero ROM and you should get rid of that.
Like or Dislike:
0
0
first of all THANKS, and what about eclipse ddms and etc? i need help with avd, i dont know why, but i put all the ffiles in the right place (system32 etc) but it just wont work!!!!!!!
Like or Dislike:
0
0
hello unlockr,
first of thanks.i been trying to get this working for sometime and thanks to you i finally have.this site is my favorite site for all android help.thanks
Like or Dislike:
0
0
hey i did this and install the drive but doe not work still i type in the adb device and nothing shows up it just says list of device..no serial or nothing please help thanks
Like or Dislike:
0
0
Hello James,
Do the rest of the procedure, use USBDeview uninstall the drivers and replug in.
Like or Dislike:
0
0
i tried that but when i select it to be uninstalled or even disscnet with that program it does nothing…
Like or Dislike:
0
0
Hello James
You need to run the program as administrator, right click it before opening it (I do it in the video)
Like or Dislike:
0
0
Tried the same as James and it didn’t work and I ran as administrator too. No driver. I tried several times and uninstalled all the HTC and Android devices. Any help would be awesome.
Like or Dislike:
0
0
Wow! Ok so I figured out how to do this after trying just about everything I can think of for 2 days.
This is to help anyone who is ready to end their existence.
1. I’m running Vista Ultimate 64 bit on both my computers (Yes I tried it all on both!)
2. I have a 32B Sapphire/MyTouch rooted and I’m running Cyanogen’s latest ROM. (If you don’t know what this is you shouldn’t be using this tutorial anyhow.)
3. I used this tutorial exactly as shown in the video. Tried using USBDeview to uninstall the drivers and still wouldn’t recognize the drivers for my phone. Windows asks for the driver. So I went to the file in the C;/AndroidSDK for usb drivers. Windows tells you that it’s not there and can’t install it.
4. Found a forum online telling me to edit the registry delete some files. (Think this process is for XP 64 bit operating systems. Either way it didn’t work.)
This worked.
1. Make sure first that you turn on USB Debugging on your phone by going to Settings > Applications > Development > USB debugging. (Leave phone unplugged from computer)
2. Use USBDeview right-click to run as administrator. Delete anything labeled Android or HTC.
3. Next you want to go to this link: http://forum.xda-developers.com/showthread.php?t=446274
Download the driver and extract to a location you’ll remember.
4. The instructions in the link above are kind of vague so this should help for anyone as NOOB as me.
You want to type “cmd” into your start search bar to bring up the command prompt right-click the cmd program and run as admin.
5. You need to run Vista in Test Mode (Don’t ask… Pis*es me off too!) right where the the cursor is at the Command Prompt. No need to use cd.. or c:/ type this : “bcdedit /set testsigning on” (without parenthesis of course)
6. Reboot your computer should have test mode in each corner when it restarts.
7. Plug in your phone and when prompted let windows search for the driver. When it can’t find it install the driver manually from the file you downloaded and extracted the driver to.
8. It will give you a brand new red window that tells you how windows doesn’t recognize it. Install it anyhow.
9. Cha-Ching! Installed! Now do the reverse from the cmd prompt to get your computer out of test mode. And then reboot
Thanks Unlockr this site has the best tutorials for Android on the Web! Keep up the good work.
Like or Dislike:
1
0
Hello hvrobel,
Ha thanks, I appreciate it. I will definitely try
And thanks for this, I’ll add it to the reported issues so others can find it easily. Great addition!
Like or Dislike:
0
0
Hey Unlockr, im using Windows XP, and when i “run” cmd. I get command prompt. Good so far, but then when i press enter it does not double space and i cannot type in cd/ and stuff to get my abd. so yeah plz message me back T_T. i needs abd
Like or Dislike:
0
0
Hello Andrew,
The / need to be \ sorry. Try it now.
Like or Dislike:
0
0
i mean adb
Like or Dislike:
0
0
“I get a message state windows system 32 is either not designed to run on windows or it contains an error. Try installing the program again using the original installation media or contact your ststem administrator or the software vendor for support” I got all to show ready but the most important one the dream composite abd interface. Any help would be great!
Like or Dislike:
0
0
I am running XP and when i go to USBDeview and try to run as administrator i dont have that option. I tried selecting the first option but I have 1 HTC driver.dont know how to run as admin, please help. Thanks in advance!
Like or Dislike:
0
0
@the,
If you have XP you don’t need to run as admin if you dont have the option just continue from there.
Like or Dislike:
0
0
^^^nevermind i figured it out
Like or Dislike:
0
0
I keep getting the same error for my USB : Code 10: Device Cannot Start. I’ve updated the driver using the location of the usbdriver in the SDK directory. My assumption is that there is something conflicting with the device that’s not letting it start, but I cant figure out what. (I have Project64 & GBA Emulators installed on my laptop as well, maybe that’s it?) In the device manager, there is the yellow exclamation mark. I’ve uninstalled using USBDeview, and my phone is on USB Debugging as well.
Viewing in USBDeview mode, the serial number of my HTC device & all its informations shows when I click properties. My only problem is that it will not start. This is pretty funny to me, because the only reason I have downloaded Android SDK is so that I can take screenshots of my phone & possibly develop themes for it. Someone please help me!
I’m using Windows Vista 32bit and I have a Tmobile G1, rooted, running CM4.2.3
Like or Dislike:
0
0
You should make sure that you add in the instructions that people need to go into Settings > Applications > Development and select USB Debugging, other wise, this will not work, and no matter how many times you uninstall and reinstall the drivers, it wont take.
Like or Dislike:
0
0
I tried the instructions above and I keep getting this error:
adb server is out of date. Killing…
ADB server didn’t ACK
* failed to start daemon *
error:
Like or Dislike:
0
0
hello unlockr i was wondering if this step was necissary to root the sprint htc hero and get custom ROM?
Like or Dislike:
0
0
Nik,
Yes.
Like or Dislike:
0
0
I was wondering if you could help me out i have tried to get adb to work but as the drivers are installing the one that says adb does not install what should i do?
Like or Dislike:
0
0
i have the same issue. and therefore the device is not recognized in the cmd
Like or Dislike:
0
0
when i search for it i get newdev.exe-bad image also a window pops up saying htc dream composite adb interface driver not intended for this platform
Like or Dislike:
0
0
Cant get this working AT ALL
I tried the first time; no serial numbers appeared
installed USBDeview ran it
deleted the HTC files
plugged it in again
and the installation wizard says it cant find the necessary software to install the drivers every time. UGH
what do I do?
Like or Dislike:
0
0
hey unlockr…
i tried everything but in cmd it is not showing my device number ….after usbdeview when i connect my device it says adb drivers not found….but in devices & printers when i see hardware for android phone it shows me adb….so wat should i do ……i am desparate to have market in my hero
Like or Dislike:
0
0
I cannot get the drivers to install on my HTC Sprint Hero. I am running Windows XP and am stuck at this part. What am I doing wrong?
Like or Dislike:
0
0
i hav same prob as jon stanley pls…..help
Like or Dislike:
0
0
hey GT Download this driver for your phone
extract it to C: drive.
http://www.4shared.com/file/97447244/1851aecc/android_adb_usb_driver.html
then when u plug in your phone install the driver from that folder by clicking advanced, browse (find the driver folder) then install it.
then command prompt will show u your serial number :]
my problem was: when trying to install driver it was searching automatically on the phone but couldnt find it. so I used that driver I found
adb works great now
Like or Dislike:
0
0
forgot to mention. Use this to unzip driver if u dont have any other 3rd party unzippers
http://sourceforge.net/projects/sevenzip/files/7-Zip/4.65/7z465.exe/download
Like or Dislike:
0
0
Ditto Jon Stanley and Chad. I have XP. I’ve uninstalled and reinstalled HTC and ADB drivers several times and never get the hardware connected. If I use the installation wizard, I get the can’t find necessary software error. If I try to do the advanced installation HTC device is not available by itself nor will it work if you choose portable device, or USB connection. So have yet to get the serial number in CMD window.
Like or Dislike:
0
0
Hey Jon…I hope you check back here. I did the two downloads above you suggest. Then when I go to advanced set up and go to my C drive to choose a folder, I can only choose either amd64 or x86. I can’t choose a folder with sub-folders, i.e. Android_adb_usb_driver or usb_driver. Any suggestions??
Like or Dislike:
0
0
@W W
I think I just figured it out (yes it’s 2:20am).
I installed everything as far as it would go, where it successfully installs 3 out of the 4 (the failed install being the “adb”).
AFTER I do that I go into the device manager, and there is a device with a “!” next to it called “adb”.
I right click on that, and “update driver”.
I choose browser for driver and direct it to the correct directory – it installed successfully.
Now I’m going to try and test it.
Like or Dislike:
0
0
Is it working for Galaxy?
Like or Dislike:
0
0
Thank you very much theunlockr!! I needed a guide like this, I have a Mytouch 3G and I couldn’t “see” it on ADB until now… In my case, Windows XP didn’t detect the drivers for my phone, but I’d previously downloaded from SDK official page and I had just to pointed to that location…
Thanks again!
Like or Dislike:
0
0
So i’m trying to root my Behold 2, been following the instructions on THE UNLOCKER, and want to connect it to ADB. I have the Android SDK on my C drive, and where I get stuck is when I put in the code to find the serial it gives me “LIST OF DEVICES:” and the serial is never there.
I have downloaded the Behold 2 drivers, and it installs every one except the Samsung ADB Interface which it fails on. I use the USBDEVIEW software to uninstall and try again but everytime it’s the same failure, and yes the phone is set to USB debugged, and Samsung Studio.
I’m running Windows Premium 64bit, I don’t know if running a 64 bit system has anything to do with this. Any help would be great! I thought I was a tech junkie until I ran into this.
Like or Dislike:
0
0
not working for me
can anyone help..!
i try help search but is like looking for a
needle in a u know,.,.,
Like or Dislike:
0
0
how do you do this on a mac? please and thanks
Like or Dislike:
0
0
Omg can sumone help me when i try to install the phone the adb won’t install can someone please help me
Like or Dislike:
0
0
Does not work for me: on Windows bootcamp or in Windows 7 64.
How come this is so hard??
Like or Dislike:
0
0
mannnnn i am so mad it dont work for me……on w7 i did the htc drivers and still nothing
Like or Dislike:
0
0
Didnt work at all for me.
Like or Dislike:
0
0
Will,
Read the reported issues and check/post in the technical support forums for help.
Like or Dislike:
0
0
Hey, thanks for the guide. I have one problem though, when I plug in my G1 for it to install it’s own drivers, only its mass storage drivers are installed. Also when in device manager it lists my phone under disk drives.. Any idea whats up?
Like or Dislike:
0
0
Solo,
Read the reported issues, should help.
Like or Dislike:
0
0
Just FYI for those of you using wanting to Ubuntu.
Since I started doing development in Ubuntu 9.10 (Karmic Koala) I didn’t wanna do it in Windows, so I did my research and finally I got ADB working on it. Here is what I did
1. Login as root and create this file: /etc/udev/rules.d/70-android.rules
For Gusty/Hardy, edit the file to read:
SUBSYSTEM==”usb”, SYSFS{idVendor}==”0bb4″, MODE=”0666″
For Dapper, edit the file to read:
SUBSYSTEM==”usb_device”, SYSFS{idVendor}==”0bb4″, MODE=”0666″
For Karmic Koala, edit the file to read:
SUBSYSTEM==”usb”, SYSFS{idVendor}==”0bb4″, MODE=”0666″
2. Now execute:
chmod a+rx /etc/udev/rules.d/70-android.rules
3. reboot
Reference: http://developer.android.com/guide/developing/device.html#setting-up
NOTE: For Gusty/Hardy, Dapper use 51-android.rules instead of 70-android.rules.
NOTE: “0bb4″ is the USB vendor ID for HTC, for more vendor IDs refer to http://developer.android.com/guide/developing/device.html#VendorIds
Like or Dislike:
0
0
JGeZau,
Thanks, nice addition!
Like or Dislike:
0
0
So im a newbie at the whole android thing, and i need help. When i input cmd in the search and try step 6, it always says cdAndroidSDK\tools\ is not recognized as internal or external command
Like or Dislike:
0
0
PJ0906,
You need a space between cd and AndroidSDK\tools\
Then also make sure you renamed the sdk folder to AndroidSDK and it is on your C drive (not in any subfolders).
Also try doing it step by step like this:
cd c:\androidsdk
cd tools
Like or Dislike:
0
0
im having a problem copying to memory card i’ve been watching this video
http://theunlockr.com/2009/10/15/how-to-flash-a-new-recovery-image-if-you-are-already-rooted/
and around 2:05 in the video it says copy to memory card but cant figure out how, ive done everything leading up to it right. any tips would help
thanks ben c
Like or Dislike:
0
0
Ben,
Plug in your phone via USB cable to your computer.
Pull down the notification bar on the phone and click Mount.
When you can see the “Removable Disk” on your computer, drag the .img file and drop it onto the Removable Disk. (Same way you would save any music, etc.).
Like or Dislike:
0
0
when i open the usbdeview folder only the read me and the one with a ? is there. no app
Like or Dislike:
0
0
nvm i found it. my anti virus blocked it
Like or Dislike:
0
0
hey i got and old ibook g4 how can i do this
or do i need to upgrade to an intel mac .?
Like or Dislike:
0
0
hi unlocker, when im in CMD i put in everything like you said but when i put in:
abd devices
it says ‘abd’ is not recognized as and internal or external command, operable program, or a batch file. what did i do wrong?
Like or Dislike:
0
0
^^^ also im using the moto cliq and vista 32-bit
Like or Dislike:
0
0
^^^*facepalm* im such a dumb ass (and a little dyslectic)
i put in abd, when i should have put in adb. hahahahha.
sorry for posting 3 comments.
Like or Dislike:
0
0
ive tried everything it says bt my adb drive wont install i have a g1 and i cant do the settings thing ur talking about because im trying to activate my fone without a data plan plzz help
Like or Dislike:
0
0
TheUnlockr
Hey Everytime I Put
cd\
cd AndroidSDK\tools\
It Says “The System Cannot Find The Path Specified”
Im running XP and I have a Sprint HTC Hero not rooted but trying
Please Help
Like or Dislike:
0
0
Lan579,
You need to do this process to a T. You need to put the SDK folder in the C drive and rename it to AndroidSDK.
Like or Dislike:
0
0
Thanks I did that but it had an extra subfolder so i moved files to just AndroidSDK
Got it rooted
Like or Dislike:
0
0
Lan579,
Glad it worked
Like or Dislike:
0
0
adb clip and drctns very useful. thanx a million.Its like majic for us nubys. 39yr old that is.ha
Like or Dislike:
0
0
Billy D,
Ha, you are very welcome!
Like or Dislike:
0
0
I’m having problems, I follow all the steps
But when I open command pront it says file path
Not found.now di I open the file androidsdk and hit setup. ?cuz when I do it says can’t installed HTML not found, pls I need help I’ve been trying for 3days now
Like or Dislike:
0
0
Jae,
If it cant find the system path it is because you did not rename the folder AndroidSDK and you did not put it on the C drive (not in any folders).
Also check to make sure there isnt any extra folder inside the SDK folder (i.e. AndroidSDK/androidsdk/tools).
Good luck!
Like or Dislike:
0
0
I do I have tools,androisdk,and two others should I delete it
Like or Dislike:
0
0
Unlockr,
I keep getting to the driver installation and come up with this message ” The file ‘androidusb.sys’ on ADB interface Installation Disk is needed” Please help man ?
Like or Dislike:
0
0
ok so i got all the way through adb and the device isn’t up….the problem is to begin with im doing all of this because i dont have the data plan so i cant activate it, and it is required to do this to activate…so my question is how to a activate debugging on my phone if i cant get into it??
Like or Dislike:
0
0
i have a few questions that i would like to ask! a lil birdy told me that i could use adb to remove unused widgets from my current hero rom? i was told that this would free up internal memory and speed up the rom? if this is so, what commands would i need to input? and if i did this and later decided that i want to switch back to cyanogen, would i ever get them back? any info would help! thanks!
-unused widgets-
andriod analog clock
andriod music
only need one or two of the htc clocks…
htc photo album
htc photo frame
stocks
Like or Dislike:
0
0
The window’s 7 ways is super complicated. i dont understand the lingo on that site. could you give me a tutorial? it would help alot.
Like or Dislike:
0
0
Hello Unlockr,
Thanks for everything. I followed your instructions and can find my device when I use ADB devices.
However, when I use command fastboot devices, it does nothing but goes back to the c:\androidSDK\tools.
Does that mean fastboot is not recognizing my device?
Like or Dislike:
1
0
Never mind. I think I got it. I have to get the phone on fastboot mode (volume down/power) and then connect to the computer via USB and then cmd on Windows, right?
Like or Dislike:
0
0
I’m trying to register my phone without sim or data plan…..I downloaded the SDK but why is windows only installing it as a USB mass storage how do I get the “HTC dream adb interface” driver to install on my comp when my phone is unregistered or has no sim card? People are saying turn on USB Debugging option but I can’t even go into my phone without being registered first.
Like or Dislike:
0
0
hello Unlockr,
I cannot seem to get the drivers installed correctly. This is my second phone which I am rooting and didn’t have any issues with the first one. I tryed everything I could think of. Running Windows XP and get the popup window asking if I would like to search for the drivers. It searches, then sais it could not install device……. Any Ideas?
Like or Dislike:
0
0
Hi.
I just get this error message:
adb server is out of date. killing…
ADB server didn’t ACK
* failed to start daemon *
error:
Can you provide any help on this?
Like or Dislike:
0
0
Towoha,
Try deleting the SDK you have and redownload the latest one from Google.
Like or Dislike:
0
0
I’m running windows XP and could not get this thing to install on my laptop. It did install on my work PC however. Anyway I finally got it to work by doing the following:
1. download http://android-roms.googlecode.com/files/android_usb_windows.zip
2. unzip to c:\AndroidSDK (files will be unzipped to c:\AndroidSDK\android_usb_windows)
3. unplug and plug USB from PC
4. When windows asks for driver location, point it to c:\AndroidSDK\android_usb_windows.
This is what worked for me.
Like or Dislike:
0
0
if someone can help me out please i have did a few steps but i am stuck if i can get someone to be kind enough to maybe help by walking through with me personally helping me the directions here aren’t working for me i can’t get the cmp to recognize my commands please if you yahoo messenger feel free add me supa.dave2k7 or email me at supa.dave2k8@gmail.com i am tryna do it with a mytouch 3g on a windows vista 64bit please help am so fustrated
Like or Dislike:
0
0
I just wanted to know if this works to put back on the usb option when you connect to computer
Like or Dislike:
0
0
Well I done everything said and I still nothing but I had a problem downloading the driver for the Nexus One it says I need a password on the Mega upload website in order for me to download it.
Like or Dislike:
0
0
Carlos,
Reuploaded the drivers, shouldnt ask for a password now.
Like or Dislike:
0
0
unlockr please help me… i have sucessfully loaded the adb and all htc drivers but when i do my commands i make it all the way to the final command adb devices and my command prompt keeps telling me that “adb” is not a recognized internal or external command…lol ive been on this thing for hours no if you could please either email me personally or help me on here either way THX!!! btw….i have rooted completly fine but in order to flash a rom a do have to set this up.. THX AGAIN!!!
Like or Dislike:
0
0
Dustin,
That means you are not in the folder where adb is when you type the command. If you saved the sdk as androidsdk on your C: drive, then you need to type the c: \androidsdk\tools command first.
Like or Dislike:
0
0
unlockr,
in my command prompt i type:
cd\
c: \androidsdk\tools
adb devices……and this comes up right as i enter
adb is not recognized as an internal or external command, operal program or batch file.
man ive been reading for days i appreciate you replying if you can help me it would be greatly apreciated!
Like or Dislike:
0
0
i cannot install the adb.. my g1 is not detecting the driver.. crazy.. i have the sdk and updating now.. how can i get my phone to work. i restarted both pc and phone nothing is still connect.. idk what to do?!
Like or Dislike:
0
0
unlockr,
in my command prompt i type:
cd\
c: \androidsdk\tools
adb devices……and this comes up right as i enter
adb is not recognized as an internal or external command, operal program or batch file.
man ive been reading for days i appreciate you replying if you can help me it would be greatly apreciated!
Like or Dislike:
0
0
Dustin,
Go into your C drive in My Computer, then goto AndroidSDK then tools. Do you see a program called adb in there? If not then redo the Setup ADB procedure.
Also, in your second line “c: \androidsdk\tools\” it should be:
cd c:\androidsdk\tools
then hit enter
Like or Dislike:
0
0
hey i did all this but im a little confused can anyone help me out plz!!!!!
Like or Dislike:
0
0
i did everything and when i do the cmd
cd\
cd c:\AndroidSDK\tools
the system can not find the path specified
can you please tell me what went wrong
Like or Dislike:
0
0
i did the cmd but all that came up was “list of devices attached” and no serial number.. what am i doing wrong?
Like or Dislike:
0
0
So any word yet on how to officialy work past the problem with the drivers not installing properly? cause i still cant figure out a way to bring up the serial numbers. USBDeview is telling me that the computer see’s the driver, but of course when i run the comand’s to check for the serial nothing comes up…and still no actuall answer to solve this problem. I think this problem is most apparent with xp users like myself?
Like or Dislike:
0
0
Jared,
You need to manually install the drivers. Read this part (if your drivers are not listed there Google them or goto the manufacturer’s website for them, i.e. HTC):
Like or Dislike:
0
0
Hey, thanks for the quick response. I have tried everything in the guide you recommended and I have searched all over Google for my driver. The only driver I could find is the android sdk manager tool which downloads the usb adb drive. I have read on the xda forums that my model of HTC hero is the 130 model. I don’t know if that helps you help me but that’s where Im at now. If you perhaps have a link or can direct me to a link that has the driver for my phone I would love you even more than I do now.
Like or Dislike:
0
0
Jared,
What phone?
Like or Dislike:
0
0
I think i did everything correctly , but when i go to CMD it says ” *daemon not running. Starting it now *
* daemon started succesfully * then it says , List of devices attached , the serial doesnt come up . Im trying to Activate my G1 without Data Plan and im downgraded all the way to RC29 but is still not working .
Like or Dislike:
0
0
its the Telus (canadian) HTC Hero130
Like or Dislike:
0
0
First of all, great website. I rooted my mt3g using your methods. Here is my scenario, I’m trying to root my nexus but when using the command window I get the following *daemon not running. Stating it now* *daemon started succesfuly* after this no serial number comes up. Using the USBDeview I noticed that while having the phone plugged to the computer it shows me a serial number, my question is, on the commnad promp window, is it neccessary for the serial number to show up or am I good to go given the fact that I’m able to see the number using USBDeview app?
Thank you very much.
Like or Dislike:
0
0
Dante,
Thanks!
The serial number has to show up in the command prompt (this means that ADB can see the phone, which is necessary).
Download the Nexus drivers manually on this page and follow the instructions in Section III to install them.
Like or Dislike:
0
0
hey, just wondering if anyone managed to find the driver for the HTC Hero from Telus.
cheers
Like or Dislike:
0
0
So i guess this is the first HTC Hero that theunlockr can’t crack judging by the lack of a response? hmmmm, i think the only people that know how to root a Hero130 is the xda-developers site.
They seem pretty quick to responde too, Just an F.Y.I for anyone who has a Telus HTC Hero that theunlockr can’t figure out how to root.
cheers gl to everyone.
Like or Dislike:
0
0
Hi,
I have a question regarding changing the setting on my HTC Tattoo (Orange UK). I cannot get passed by the either “Insert SIM card to place calls” screen when no sim installed. Or when sim installed passed the “Insert your unlock code” screen.
Any help would be much appreciated.
Peter
Like or Dislike:
0
0
Peter,
That means your SIM card has a lock code on it. Either put in your passcode to unlock it (you created it if it your SIM card), or use a different SIM card.
Like or Dislike:
0
0
Hi I’m want to repair my droid and I’m trying to learn about adb. The site seems geared towards windows users. I would like to know how do I install android sdk to a mac, and work from there. Thanks.
Like or Dislike:
0
0
Mark Moore,
Google Android SDK and on Google’s home page for it download the Mac version instead of Windows and continue just replacing command prompt with terminal.
Like or Dislike:
0
0
This is not working for me. I have the Samsung Behold 2 and when I plug it in (With USB Debugging on), it shows up but says cannot find the device driver. I try to install this manually but it is still not working. Any help?
Like or Dislike:
0
0
Brailer,
What version of windows are you using?
Like or Dislike:
0
0
I have an unlocked moto cliq. I have everything installed and everything in the right folders. When I get to
cd\
cd c:\AndroidSDK\tools
C:\AndroidSDK\tools>adb devices
I get this:
C:\AndroidSDK\tools>adb devices
List of devices attached
C:\AndroidSDK\tools
Please help
Like or Dislike:
0
0
Dustin,
Means the drivers are not installed correctly. Install them manually using the how to setup ADB procedure.
Like or Dislike:
0
0
Just not working at all. My laptop refuses to allow the installation of drivers because of some code that says it can’t find the “digital signature” of the drivers, and that’s where it stops with me. I can’t get it to do anything at all, so all my attempts to figure out this confusing, frustrating bunch of bullcrap that I have to go through so that my overpriced, ridiculous piece of crap called a Samsung Behold II, can become tolerable to use, is proving to me that I’d rather just have a goddammed Pong game. What the hell are we blowing all this money on this tiny device that makes us have to go through all this baloney and still not work right anyway?
Like or Dislike:
0
0
I have read through this entire post. I have tried all the things people have suggested. But it still won’t work. Right now I am at the point where I enter it into command prompt but get the system can not find specified path message. it is on the c drive in its own folder with the correct name and the adb program is in the tools folder. please help. thanks!
Like or Dislike:
0
0
Kasey,
Try to cd one step at a time. Type:
cd\
cd androidsdk\
(if that is what you renamed your SDK folder like you were supposed to) and see if that brings up C:\ANDROIDSDK\
Then type:
cd tools\
and see if it comes up with C:\ANDROIDSDK\TOOLS\ if not, then you know that it cant find the tools folder. Go look in the androidsdk folder and make sure the tools folder is right in front of you the minute you open that folder (if there is another folder you have to click through to get to it then you did not follow the directions and need to take everything out of that folder and place it in the androidsdk so that the tools folder is visible the minute you open the sdk folder, got it?)
Good luck
Like or Dislike:
0
0
if internet tethering is an option in settings of your phone/ROM, make sure it is turned off.
Like or Dislike:
0
0
Ok suppose I try every method on here and my computer still cannot properly install the ADB driver?
Like or Dislike:
0
0
my question is how do i put my phone on the settings to put it on usb debugging when i have no data plan and stuff all there is are apn settings and there are no applications windows there
Like or Dislike:
0
0
Dareel,
Are you talking about a phone you have not activated yet? You need to get past the Welcome screen and get to the actual phone home screen. Then push Settings, and Applications etc.
Like or Dislike:
0
0
it says i need the disk that comes with the abd
Like or Dislike:
0
0
can i get the mt3g fender driver i cannot install it pliss thank u 32 vista is my computer model
Like or Dislike:
0
0
After typing cd AndroidSDK\tools\
i just get “the system cannot find the path specified
Like or Dislike:
0
0
@David this happened me too, check that the tools folder isn’t within another subfolder in the AndroidSDK folder with windows explorer
Like or Dislike:
0
0
For everyone using a Behold 2 and has a 64bit system you can still root! Restart your computer and press R8. After you do that disable Driver Signing. If the drivers were already installed you should be able to see that everything for this device is installed correctly.
Like or Dislike:
0
0
Josh,
NICE! Thanks for the tip!
Like or Dislike:
0
0
No problem!
Like or Dislike:
0
0
Unlockr,
In the command prompt i’ll type in
cd C:\
AndroidSDK\tools
ADB Devices
and then it says
list of devices attached
(then a blank line underneath and then…)
C:\ AndroidSDK\tools
any help? my phone is an HTC Hero (Telus) … The canadian model.
Thanks in advance
Like or Dislike:
0
0
Mitchell,
You need to install the drivers manually.
Like or Dislike:
0
0
Also,
I’ll download the HERO drivers off the web and then when I try and update specifically to that folder it will say it cannot complete the wizard because the wizard cannot find a better match for my hardware than the software i currently have installed
Like or Dislike:
0
0
Mitchell,
Follow the part of our procedure that tells you how to USB USBDeview and use that to uninstall all the htc drivers, then unplug and plug the phone back in and reinstall them manually (stop windows from checking windows update for the drivers when it tries).
Good luck!
Like or Dislike:
0
0
ok got everything going with this sdk now how do i get it to work to uninstall apps like nascar?
Like or Dislike:
0
0
You say this guide is for Mytouch Fender but you don’t have any drivers listed for the Fender? I’ve searched literally over an hour and still can’t find the Fender driver??
Like or Dislike:
0
0
Brandon,
The MyTouch 1.2 drivers and Fender Drivers are the same. And those drivers install automatically when you plug the phone in after installing the SDK.
Like or Dislike:
0
0
If I am running the 2.1 root on my eris do i download the 2.1 driver or the driver for 1.5?
Like or Dislike:
0
0
So, after after option 1 failed. I downloaded the drivers from the Workaround site located in Option 1. I then went to Option 3, once the Android driver failed, I installed the driver I downloaded from the Workaround Site.
I am now able to see my serial number, and adb into my phone. Thanks Unlockr. Love your site. Learned how to root my MT3G from you as well as install my 1st rom.
Like or Dislike:
0
0
Unlockr, I’m running XP and as you said before I need to stop windows from checking windows update for the drivers… how do I do that? Thanks in advance
Like or Dislike:
0
0
where can i find the driver for my touch 3g? it wont install automatically. thank you
Like or Dislike:
0
1
I did everything that you told me to do. When i go on cmd and put cd C:\
AndroidSDK\tools
ADB Devices
and then it says
list of devices attached
(then a blank line underneath and then…)
C:\ AndroidSDK\tools
I dont give me a Serial Number.
Im using the Behold 2. and i have all the drivers?
Do i go to have it on Samsung PC Studio or Mass Storage.
Can you please email me the full intructions.
email is: Chippyoung@Hotmail.com Thanks~!
Like or Dislike:
2
0
I took your guide as a base to create my “How To” using Ubuntu. Hope you don’t mind. By the way, I gave you credit.
http://esausilva.com/2010/05/13/setting-up-adbusb-drivers-for-android-devices-in-linux-ubuntu/
Like or Dislike:
1
0
JgeZau,
No prob! Thanks for giving credit!
Like or Dislike:
1
0
hi unlocker, my phones comes on but when i try to log into my motoblur account it says “there is a problem with the clock contact costumer service”.please what should i do?
Like or Dislike:
0
0
obinna,
That is a normal problem with the 1.3.18 update on the cliq. What all did you do to your phone before you got that message? Root? flash rom? Gonna need more info than that
Like or Dislike:
0
0
Hi there,
ON XP trying to get gold card, but when I connect phone to pc, it searches for the ADB driver and finds nothing at all.
So i’m totally stuck now.
Any help please would be appreciated.
Like or Dislike:
0
0
when i typed “adb device”
list of devices attached.
and i reinstall the driver again, and My HTC is ready to use.
but.. i get the same result.
list of devices attached.
how can i get out of this?
Like or Dislike:
1
0
the reason why your seeing that is because you dont have debug turned on go to setting and applications and click development and turn it on then try again
Like or Dislike:
0
2
im using htc legend. i still cant install the adb driver after trying all the methods. help!
Like or Dislike:
0
0
Hi,
I have tried the following:
Try to cd one step at a time. Type:
cd\
cd androidsdk\
(if that is what you renamed your SDK folder like you were supposed to) and see if that brings up C:\ANDROIDSDK\
Then type:
cd tools\
and see if it comes up with C:\ANDROIDSDK\TOOLS\ if not, then you know that it cant find the tools folder. Go look in the androidsdk folder and make sure the tools folder is right in front of you the minute you open that folder (if there is another folder you have to click through to get to it then you did not follow the directions and need to take everything out of that folder and place it in the androidsdk so that the tools folder is visible the minute you open the sdk folder, got it?)
Good luck.
I can get to cd androidsdk\ but not C:\ANDROIDSDK\TOOLS\.
I have checked the androidsdk folder in my c drive and the tools folder is present as soon as i open it.
Any ideas on what is going wrong?
Thanks.
Like or Dislike:
0
0
I have read through all posts on this page, I have tried all instructions and workarounds. My PC will not recognize my N1 (unknown device) and when I try to manually install drivers – “best drivers already installed”
followed these instruction:
hit Windows Key + r
Type in devmgmt.msc
right click on nexus one
click update
update from location on computer.
select that folder.
I keep getting: “the best drivers are already installed”
my device remains unknown…
please help
================================================== ====== update=========================================== 05.23.10========================================== =======
uninstalled all HTC drivers via USBDview, no luck
uninstalled ALL drivers at the ‘unknown device’ – no luck
My PC keeps seeing my N1 as “unknown device”, pointing update drivers to SDK -6, comes up with: “best drivers already installed”
what is the work around to get my PC to recognize the N1?
Like or Dislike:
0
0
anybodies know how to setup the gold card using snow leopard 10.6.3. thanks
Like or Dislike:
0
0
i can’t put it in debugging mode, It’s where you set up the phone and idk what to do.
Like or Dislike:
0
0
Everytime i get to AndroidSDK\tools\
and i type adb devices all i get is list of devices attached. I’ve reinstalled the drivers and still says the samething. Help please
I’m also running on windows xp
Mytouch 3G Fender
Like or Dislike:
0
0
Trying to setup ADB on a Samsung Behold2. Forums were completely empty for this device.
The problem I’ve run into is that adb says my device is offline. When I type “adb devices” to the command prompt, I get:
“List of devices attached”
” offline”
any ideas on how to get this device online?
running Windows 7 32-bit, device is a Samsung Behold2
Like or Dislike:
0
0
hmmm, my last post looks funny, let me correct it.
I meant to say,
“List of devices attached”
“(serial #) offline”
sorry for any confusion.
Like or Dislike:
0
0
Hey unlockr How Do you set the sdk up on a windows 7 64 bit and set the path and what java do i need install im so lost please help me unlockr.
Like or Dislike:
0
0
thx for the tutorial unlockr, but iwant to ask u something.after i hit adb devices, i didnt get the serial number but i get the type of the phone samsung behold2(SGH-T939).did i do wrong? btw im running on window xp.
Like or Dislike:
0
0
Hi Unlockr,
I followed your steps correctly and manually reinstalled drivers using USB deview program. It works perfectly but when I got in cmd screen it won’t show its serial number. It goes back to C: prompt “access is denied”. Here it is:
C:\>AndroidSDK\tools>adb devices
Access is denied.
Btw, I’m running Microsoft Vista home basic. Your help is greatly appreacited. Thanks.
Like or Dislike:
0
0
Pao,
Why are there > in what you typed?
Like or Dislike:
0
0
Can someone rewrite this for me because im in Macbook Pro. and i would love to know how to do this…thanks.
Like or Dislike:
0
0
@Jonathan Healey – It’s basically the same process for a MacBook Pro, except that you do not have to install anything, just download the latest Android SDK, inside that folder there is a folder named “tools”, open a terminal window, browse to that folder, but instead of typing just “adb devices” type “./adb devices” and the serial number should pop up….and of course the obvious, have USB Debugging is on and yout phone plugged in. Have fun
Like or Dislike:
0
0
hey unlockr, what if the device’s serial number still doesn’t show up ?
i have the behold 2
Like or Dislike:
0
0
Unlockr, problem with getting to the home screen on the G1 is that we can’t because we don’t have a data plan so its not possible to do this tutorial.
Like or Dislike:
0
0
Raul,
You don’t need to be at the home screen. It’ll connect with it at the touch to activate screen.
Like or Dislike:
0
0
will a serial # show up for the g1 ?
and will i need to manually download a driver fr the my touch slide ?
Like or Dislike:
0
0
I went throw driver installation in my old laptop which is running Windows XP SP2.
I did install drivers for HTC myTouch 3G and Samsung Behold 2.
Everything is working properly for both devices, no problem at all. Right now I am ready to root my phones.
In the order to process and illuminate any kind of potential problem I did install .NET Framework 3.5 and latest JDK. Then I unpack Android SDK and find out it is not usb_drivers folder in there, under folder. When I execute Setup SDK under folder I got an error about HTTPS access which was easy to solve inside by selecting Force HTTPS under Settings section. After that it took a while to get packages and USB drivers for HTC. Anyway I did install as well drivers from the link for Behold 2.
After all at all my phones I went to Application settings > Development and selected USB debugging and Stay awake. Connected one phone and waited for drivers installation and then for other one the same action.
Command line execution showed proper information for both phones.
Thank you guys for your advices and solutions.
I can tell base on my installation experience – it is working for HTC myTouch 3G and Samsung Behold 2.
Like or Dislike:
0
0
what am i doing wrong?? i cant get adb to install. keep getting errors saying not specified path not found and some others too when i go to the command prompt and type in the info.
Like or Dislike:
0
0
i cant seem to locate my cliq… i reinstalled the program a few times and no luck.. im a newbie im rooting phones… will someone tell what im doing wrong
Like or Dislike:
0
0
hay unlockr the behold 2 drivers link is broken..please fix it
Like or Dislike:
0
0
2Paul, link to driver for Samsung Behold 2 is still okay. It was working before and I did check 5 min ago. Firefox prompted to save ZIP file.
2jtc442, are you in Android SDK folder? Check if you did install packages at Setup SDK application. If okay, then use CD at CMD to reach Android SDK folder and then tools.
Like or Dislike:
0
0
Please help!!
I’m pulling my hair put trying to figure out how to install all of the htc g1 drivers. I’m in the phone set up, and in order to adb all the drivers need to be activated? idk i’m really stuck. I’m running windows 7 32bit.
Like or Dislike:
0
0
I was setting up the ADB and I got stuck on the cmd part. I typed to the part “adb devices” and instead of a serial number pop up, it was a sentence “List of devices attached”.
So I skip to Step 3 to check the USBDeview, but there was no HTC driver to delete.
I don’t know what is wrong with my process, please help!
Like or Dislike:
0
0
Folks
I am an old guy 80 Retired Military just bought a Sprint HTC
Had an old Pearl with ATT. I could turn it on and off accept calls.
Well this Sprint is really something and my brain is trying to digest
The features.
Well I thought I would be cute and try to add to the phone and PC.
Bought Radio Time so I could access all radio Stations on Sprint HTC.
No luck in that department. They E-mailed the below file and I have no idea
What to do to add it to my Sprint HTC.
rt.201004.apk
Geneo
Jacksonville FL
Like or Dislike:
0
0
Geneo,
An apk file is a program file for Android (the OS your phone is running, like how your computer is running Windows OS).
Simply plug you phone in via USB cable to your computer, pull down the notification bar at the top and select the USB notification that came up. Then click mount.
Now you should be able to transfer files to the sd card folder that just popped up on your computer when you hit mount.
Transfer that .apk file to the sd card, then unplug the usb cable.
Now goto the Market on your phone and search for ‘Linda’ (without the quotes). Download and install the Linda File Manager Free program.
Once that is installed open it from your application list and click on sdcard then click on the .apk file you just saved to the card. If it gives you a warning click on the settings button and check Allow non market apps, then hit back and click on the apk again. Choose install. Once it is done installing, go back to your application list and it’ll be there.
Like or Dislike:
0
0
damn!!!!
all these rooting, adb processes etc are way too difficult for me atleast.
loading iOS is kindda easy.
Like or Dislike:
0
0
hey how come it doesnt get the serial number after i follow all the steps i have a g1 and im using windows xp
no serial number shown
Like or Dislike:
0
0
HTC Desire users should follow the instructions given here:
http://jamesgiang.wordpress.com/2010/04/25/adb-drivers-for-htc-desire/
Like or Dislike:
1
0
what driver is for the g1
Like or Dislike:
0
0
on my usbdeview there is only on htc driver
Like or Dislike:
0
0
ive tryed to do everything you said and on the cmd it says is not recognised as an internal or external command, operable batch file or batch file. im trying to activate my g1 without a dats plan also but it wont work
Like or Dislike:
0
0
Great tutorials on this site no doubt!
Seems like other people were having the same issue as me: the drivers not installing for the htc magic. The magic (and G1, others) are conspicuous in their absence in the list of drivers above. Also in the lack of replys to comments relating to difficulty with those drivers.
The adb driver was not installing for me, until I installed htc sync – then it worked fine. I was trying to avoid installing htc sync, but no way to do that that was obvious to me.
Like or Dislike:
0
0
Rene,
Reason those devices are missing is because they are included in the USB driver folder of the SDK itself. Just install them from there.
Like or Dislike:
0
0
now its saying to download thee drivers because its missing on my phone….whats the next step????????im so lost…..:(
Like or Dislike:
0
0
all usb drivers are installed properly in my pc n ready to use it but the thing is when i connect my samsung galaxy spica in download mode it is not showing any drivers n am not able to root my phone so plz help me out
Like or Dislike:
0
0
i installed the driver but still dosnt work …(mytouch slide)
Like or Dislike:
0
0
I am running windows 7. I can’t get the custom recovery up and running. Tried using RSD lite and Android SDK command prompts to no success. Can you help? I really want to load the custom rom to my phone. thanks
Like or Dislike:
0
0
hey guys i need sum help
when i was unstallin my phone again as a usb drive the I never got the ADB INTERFACE ….. why is that?
Like or Dislike:
0
0
It took me forever to find out why I could not find my device, but I finally found that my phone was not set to
ALLOW USB DEBUGGING. Simple oversight but it must be checked.
Like or Dislike:
0
0
this is frustrating me, after deleting devices over and over, still cant get it to install the drivers.
mytouch3g
Like or Dislike:
0
0
Hey i followed steps and my computer has android phones file and the adb thing so my driver is installed but on the comand prompt the cd AndroidSDK\tools\ comes up not recognized as internal or external command plz help ive tried reinstalling the android sdk and it still doesnt work. and yes i extracted it just like it says
Like or Dislike:
0
0
i’m on a mac, and i cant do the command prompt thing
help???
Like or Dislike:
0
0
Paul,
Use Terminal. Same thing.
Like or Dislike:
0
0
I have all usb drives but i keep getting sgh-t939 not the serial number what am i doing wrong?
Like or Dislike:
0
0
I cant set up ADB fully. a box that says ”refresh sources” pops out and in the txt box it says ”Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings.” I have windows 7 and my phone is an HTC Legend PLEASE HELP!!!!
Like or Dislike:
0
0
Hi, same problem as Kris…………..
Like or Dislike:
0
0
After the message comes up where it says it failed to fetch URL, close the window and then cancel on the next window. And now on the left, click settings. On the bottom, under “Misc” check the box that says “Force https://…“. Close the program and reboot. Hope it helps
Like or Dislike:
0
0
Ok, So I thought I had done this install the ADB correctly. When I ran the cmd menu and the Serial number is suppoed to show up it came up the t939 and I thought I was set. Now no matter where I plug it in it cannot read the device. on top of that it fails to install the driver (manually or automatically) even if I run SDK setup.. Help? I can no longer access my phone at all unless I take out my memory card and plug it in seperate..
Like or Dislike:
0
0
I can’t install the drivers for my HTC.
It is a HTC Desire, and when I plug it in it says i reqiure a disc which should have come with my phone. but no disc came with it, What should I do?
Like or Dislike:
1
0
I used the official driver present in the SDK (more up-to-date? who knows), but i had to change a value in the .inf file, see this: http://blog.onlyhype.com/2009/07/06/htc-magic-adb-driver-install-instructions/
Like or Dislike:
0
0
Hey Unlockr,
I have a Samsung Behold 2 and running on Window Vista 32bit.
I tried by follow the step by step but the Serial number did not show up, the USB Debugging is on and installed the driver manually and automatically, download the USBDeview and tried….still no luck! Does it matter if I have a data plan or not? Not sure what I did wrong…
Can you or anyone provide any help on this?
Thank You
Like or Dislike:
0
0
How can I do all this on linux??
I’m new to linux so I know NOTHING about it…
HELP :\
Like or Dislike:
0
0
It still says “List of devices attached” and nothing below it. i followed all the steps, please help me.
Like or Dislike:
0
0
The behold 2 doesn’t have HTC on the USB Files..
So do we still have to erase something?
cause im not getting the serial number. :/
Like or Dislike:
0
0
Do one for behold 2 cause i don’t think everything is the same for behold as G1… >.<
Like or Dislike:
0
0
drivers (android-sdk) for nexus one are available at http://developer.android.com/sdk/win-usb.html
Like or Dislike:
0
0
HELP ! this doesnt wok on any of my windows. p.s or my macbook. Do you need to do this to have ROMS themes ? and this guy told me not to do this it can screw up your android badly HELPPPPPP!
Like or Dislike:
0
0
Phil,
1. This cannot screw up your phone. It doesn’t touch your phone its a tool for developers to communicate with their phone and create applications…
2. You need to click How Tis at the top of the site, then Android then your phone. Do the How To Root then How To Load a ROM. After that you can change your phones themes etc
Like or Dislike:
0
0
I’ve tried this process three times even after reinstalling the drivers of my phone and also redownloading the sdk file and I can’t get my computer to pull up the serial number. I am using windows xp and I did the “How To: Root my HTC Evo” before this. Will that cause the error I am having or what is it exactly I’m doing wrong? I’m just trying to get the Nand so I can download the Cyanogan ROM.
Like or Dislike:
0
0
Devin,
Make sure USB Debugging is checked ON in Settings > Applications > Development.
Like or Dislike:
0
0
Hello, I have a MyTouch 3G (the one with the 3.5mm headphone jack, and its running 1.6). I get up to the part where its supposed to show your serial number, but all it displays is nothing (no errors or anything, just a blank line). I’ve tried putting my phone in with USB debugging turned on, but still nothing (Am I supposed to mount it or just plug it into the computer?). By the way I’m running a 32bit Windows XP Professional. Please any help is great.
Like or Dislike:
0
0
My debug is checked on and I am still having the same issue. When I open my cmd it and type what is prompted it says ‘The system cannot find the path specified.’
Like or Dislike:
0
0
Does ANYBODY know where I can get the MyTouch 3G (New 1.2 & fender) drivers for download? At the top they aren’t provided…..
Like or Dislike:
0
0
Like or Dislike:
0
0