Skip to content

Instantly share code, notes, and snippets.

@e7o-de
Created August 15, 2012 15:47
Show Gist options
  • Save e7o-de/3361124 to your computer and use it in GitHub Desktop.
Save e7o-de/3361124 to your computer and use it in GitHub Desktop.
Android 4.1 SDK: Windows driver for Coby Kyros MID-1125
File: extras\google\usb_driver\android_winusb.inf
Add:
;Coby MID-1125
%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_DEED
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_DEED&MI_01
Below the list of devices (section [Google.NTamd64])
adb devices
--> device should be listed there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment