You are on page 1of 4

3

mais

Prximo blog

Criar um blog

kikicode

Thursday, October 17, 2013

Search This Blog

Search

Installing Android ADB driver in Windows 8.1 64-bit when all else fails
For some reason I just couldn't get my machine to recognize Xperia J in Windows 8.1 64-bit. Even after installing
latest Sony PC Companion (2.10.174). Device Manager kept showing yellow exclamation mark to an 'Android'.

Subscribe To

Posts

Here's the solution, but I don't promise it will work on your device!

Comments

1. Find out your device's VID and PID


1. Open Device Manager, right-click that Android with yellow exclamation mark and click Properties.

4. Right-click the value and click Copy.

Anuncie com
o Google

5. Paste the value somewhere.

google.com.br/AdWor

2. Go to Details tab.
3. In Property, select Hardware Ids.

Encontre seus
clientes online.
Pague por clique
com o AdWords.

2. Download Android USB Driver


1. Run Android SDK Manager.
2. Expand Extras, tick Google USB Driver, click Install packages.
About Me

fxam
View my complete profile

Blog Archive

2013 (4)
November (2)
October (1)

3. After installation, look for the driver location by hovering mouse over Google USB Driver. The location will
appear in the tooltip.

Installing Android
ADB driver in
Windows 8.1 64bi...
September (1)
2011 (6)
2010 (3)
2009 (6)

3. Modify android_winusb.inf
1. Go to the usb driver location, for example in the above picture it is c:\Android\androidstudio\sdk\extras\google\usb_driver

Login

2. Make a backup copy of android_winusb.inf


3. Open android_winusb.inf with a text editor. Notepad is fine but Notepad++ is better, it will syntax highlight
the inf file!
4. Look for [Google.NTx86], and insert a line with your device's hardware ID that you copied above, for
example
[Google.NTx86]
; ... other existing lines
;SONY Sony Xperia J
%CompositeAdbInterface% = USB_Install, USB\VID_0FCE&PID_6188&MI_01

5. Look for [Google.NTamd86], and insert the same lines, for example:
[Google.NTamd64]
; ... other existing lines
;SONY Sony Xperia J
%CompositeAdbInterface% = USB_Install, USB\VID_0FCE&PID_6188&MI_01

6. Save the file.

4. Disable driver signing


1. Run Command Prompt as an administrator
2. Paste and run the following commands:
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
3. Restart Windows.

5. Install driver
1. Open Device Manager, right-click that Android with yellow exclamation mark and click Update Driver
Software.
2. Click Browse my computer for driver software.
3. Enter or browse to the folder containing android_winusb.inf, eg: C:\Android\androidstudio\sdk\extras\google\usb_driver
4. Click Next.
5. The driver will install.
6. Run adb devices to confirm your device is working fine.

6. Re-enable driver signing


1. Run Command Prompt as an administrator
2. Paste and run the following commands:
bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING OFF
3. Restart Windows.
4. Run adb devices to reconfirm!

Posted by fxam at 9:11 PM

+3 Recommend this on Google

Labels: Android ADB Driver, Sony Xperia, Windows 8.1, Xperia J

17 comments:
Sulfus November 18, 2013 at 6:13 AM
Thank you very much this was driving me nuts!!
Reply

theeggmaster December 12, 2013 at 8:16 PM


Thankyou for this guide. It has helped me immensely!
Reply

Tatjana Kovalevica January 8, 2014 at 8:01 AM


It worked! Thank you so much! xx
Reply

Leif Olson January 29, 2014 at 3:09 PM

Unfortunately, this does NOT work for me:


C:\WINDOWS\system32>bcdedit -set TESTSIGNING ON
An error has occurred setting the element data.
The value is protected by Secure Boot policy and cannot be modified or deleted.
Reply
Replies
fxam

February 25, 2014 at 9:05 PM

Gosh, maybe you can skip that bcdedit section and see what happens.

Kevin March 17, 2014 at 10:02 AM


Leif, I had the same problem attempting to use the bcdedit command. To disable driver signing, follow the
procedure described here instead: http://revryl.com/2013/08/06/install-unsigned-drivers/
worked for me with no issue after adding my hardware ids to the .inf file per step 3 above. Good luck!
Reply

A. Hsieh February 5, 2014 at 7:21 AM


Leif, have you tried running cmd.exe as an administrator?
Reply

Tips February 25, 2014 at 12:48 PM


Just wanted to say that this post helped greatly, but I don't get the whole bcdedit thing. I had 2 devices that I needed to
start working on my new computer. For the phone, I used this method with the bcdedit command and restarting to get it
to work. But for the tablet, I followed a similar tutorial found here http://stackoverflow.com/a/19839812/2089675. And
without the whole command line fiasco, the tablet started working as well.
Reply
Replies
fxam

February 25, 2014 at 9:02 PM

I don't know :) Maybe mine didn't need bcdedit too?


Reply

Dolphin March 22, 2014 at 1:33 PM


great. after searching and trying many solutions this one worked..
Reply

Alex Boey June 24, 2014 at 4:17 AM


Wow. awesome tutorial. It has helped me greatly. Thank you very much. It worked on my Windows 8.1 64bit with
Huawei android phone.
Reply

Lukasz Kujawiak June 25, 2014 at 3:19 AM


Thanks. It works for me.
Reply

Vency Me July 10, 2014 at 7:49 PM


Thanks a lot. It works!!! BTW, in 3rd big step, "NTamd86" in "Look for [Google.NTamd86], and insert the same lines,
for example" should be "NTamd64".
Reply
Replies
fxam

July 12, 2014 at 8:22 AM

Interesting, mine has only [Google.NTamd86] though


Reply

Vency Me July 10, 2014 at 7:52 PM


One more question, what is Step 6 for?
Reply
Replies

fxam

July 12, 2014 at 8:09 AM

It's to enable back driver signing for the safety of your computer :)
Reply

Viresh N Y July 30, 2014 at 6:09 PM


Thank you,,,, worked for me
Reply

Enter your comment...

Comment as:

Publish

Google Account

Preview

Newer Post

Home

Subscribe to: Post Comments (Atom)

Simple template. Powered by Blogger.

Older Post

You might also like