Poynt Driver on Windows 8

@dennis
The drivers for this device are not installed. (Code 28)

There are no compatible drivers for this device.

the above mention problem I face when I connect my poynt device with pc.driver is not installing.having a exclamation mark on device manager.
plz help

Here’s what to do:

  1. I presume you already have the Android development SDK installed. If not, go download and install it.
  2. Find the SDK installation directory and navigate to the sub-directory extra\google\usb_driver
  3. Open android_winusb.inf and add these lines
    ;Poynt %SingleAdbInterface% = USB_Install, USB\VID_2BF9&PID_3302 %CompositeAdbInterface% = USB_Install, USB\VID_2BF9&PID_3302&MI_01 ;Poynt Fastboot %SingleAdbInterface% = USB_Install, USB\VID_0955&PID_CF01 %CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_CF01&MI_01
  4. Search your computer for adb_usb.ini (there are a few locations that it could be found in, I think it’s usually in some user sub-folder). Add these lines:
    0x2BF9 0x0955
  5. Start your computer allowing unsigned drivers, like in these instructions:
    http://www.howtogeek.com/167723/how-to-disable-driver-signature-verification-on-64-bit-windows-8.1-so-that-you-can-install-unsigned-drivers/
  6. I’ll give the rough instructions here. Press the Windows key, press the power icon in the upper right corner, hold down the Shift key and click Restart.
  7. When the computer restarts, click the Troubleshoot option
  8. Click Advanced Options
  9. Click Startup Settings
  10. Click the Restart button
  11. The computer will restart, but present you with some options. Choose option 7 “Disable driver signature enforcement”
  12. Let the computer boot.
  13. Open the device manager
  14. Find the device without the right driver and double click it.
  15. Go through the process of manually picking a driver and locate android_winusb.inf that you edited all the way back in step 3.
  16. Ignore all the warnings about impending death caused by unsigned drivers
  17. The driver should be good to go. Restart the computer and enjoy.

Hope that helps. Let me know if I missed any steps.

Thanks it works…