Question USB Driver for Nord N200

Search This thread

AXng

Member
Mar 15, 2016
36
2
The official website does not have the USB driver. Anyone know where can I get it?
Thanks
 

edale1

Senior Member
Sep 5, 2016
140
81
Grab and install Android Studio.
Once it's installed, use the SDK Manager to install the Google USB Drivers.

The driver should be located at/:
C:\Users\[username]\AppData\Local\Android\Sdk\extras\google\usb_driver\android_winusb.inf
 

PhoenixPath

Senior Member
Link to Google's USB driver page:

Extract zip and right-click on win-usb file and choose 'Install'. Then when you plug in your device, it should pick up ADB driver automatically. For Fastboot, bootloader mode, you'll need to go into Device Manger, find the 'Android' device, update driver/pick from list/Android/Android Bootloader Device.

Has worked on every Android device I have owned since it became available.
 

edale1

Senior Member
Sep 5, 2016
140
81
Link to Google's USB driver page:

Extract zip and right-click on win-usb file and choose 'Install'. Then when you plug in your device, it should pick up ADB driver automatically. For Fastboot, bootloader mode, you'll need to go into Device Manger, find the 'Android' device, update driver/pick from list/Android/Android Bootloader Device.

Has worked on every Android device I have owned since it became available.
Of note, you need to have the phone in fastboot mode and connected to the PC to update those drivers.