Windows 8 android usb driver

I installed a preview of Windows 8 and I can’t install the USB drivers for Android, it says the following:

Screen shot

and

"third-party INF file does not contain digital signature information"

what to do?

+6
source share
5 answers

I had the same problem. Seeing that the USB driver has not been updated since then, a simple (and probably unsatifying) answer will return to windows 7. I saw several disgusting drivers, but not for your device.

Windows 8 is still in the preview / developer stage, and I doubt that we will see the correct drivers until it comes close to release. Just keep checking the SDK Manager and try again when the USB driver has an update.

+1
source

Disable device signature verification on Win8 and follow the instructions here. www.androidsim.net/2009/08/how-to-1-how-to-install-usb-driver-on.html

+2
source

Disable driver signature Run command prompt as administrator Insert and run the following commands: bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS bcdedit -set TESTSIGNING ON

or: Win + c => parameters => Shift + restart, and then, as the links below ... http://windows.microsoft.com/en-us/windows-8/windows-startup-settings-including-safe -mode

http://www.fotoclubinc.com/blog/how-to-disable-driver-signature-enforcement-to-allow-installation-of-windows-7-printer-drivers-on-windows-8/

0
source

I had some kind of problem, and how I fixed it.

In windows 8, hold down any SHIFT on the keyboard and click Settings on the right corner of your PC or laptop, than the Settings line appears in the menu, and then click Power , and then press the reset button

You will see Choose an option , select Troubleshoot In the "Troubleshoot" section, select More options, and in the Advanced options section , select Startup options , than click Restart , then click 7 . After rebooting your computer or laptop, your will be able to install Android ADB Drivers or any drivers

Hope this helps too.

0
source

BLU VIVO AIR had the same problem. I kept a blog about installing the general google usb driver to install here step by step and without funny links or ads - http://www.devfish.net/post/2015/07/20/android-usb-adb-drivers-for -blu-phones-vivo-air.aspx . Windows 8.1 ....

Use a USB cable to connect a Windows PC and a phone.
Open the device manager. You will see that BLU VIVO AIR appears in “Other Devices” as unavailable.

Download and install the Google Generic USB driver from http://developer.android.com/sdk/win-usb.html#top . Write down and remember the place where you install the Google driver.

Right-click BLU VIVO AIR, select Update Driver Software ...

Select "Browse driver software on your computer"

Go to where you installed the USB driver software for Google.

Select "Let me choose from the list of device drivers on my computer"

Select Show All Devices

Select "Have Disk"

Go to the place where you installed the Google USB driver, select the android_winusb.inf file

In the Driver Update window - VIVO AIR dialog box, select Android ADB Interface

Ignore the message "Update driver".

Now you will see the Android Device → Android ADB Interface in the device manager, and VIVO AIR will disappear from the "Other devices". Now you can also enable features such as USB / Mass Storage Mode so you can view files from Windows Explorer and debug your device.

-2
source

Source: https://habr.com/ru/post/918354/


All Articles