• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root ADB not "seeing" my phone...

redchigh

Newbie
I *think* I downloaded the drivers correctly.. I know my phone is in usb debugging mode.

(I'm using command prompt)

List of devices attached is blank.. I read the guides, but surely I'm missing something... (probably the dang drivers) To I need to reboot after installing them? (I just let the wizard install them)
 
Try this tutorial: http://www.support-4-you.com/main/index.php?option=com_content&view=article&id=60:new-pre-packaged-adb-installation&catid=40:how-tos&Itemid=57
Make sure you delete the first SDK you put on your computer.
If after typing in: adb devices you don't get the proper output then click on the link they provided. This explains how to manually set the path to the adb.exe
 
Yes you need to reboot, and make sure to unplug and replug the USB after reboot so windows can setup the driver
 
If you installed the drivers onto a 64bit version, then some of the files will not be installed. This is because Microsoft charges more money then it is worth for a 64bit digital signature and the signature is only good for a year.

You will have to disable the digital signature check, install the drivers reboot system enable signature check and then reboot again.
 
Back
Top Bottom