My colleague and I have to develop and implement an application on an Android tablet for a company. We started and almost completed the development of the application in que
Not related to Synchro Digital... But for people who (like me) were searching on how to make PMP5101C_QUAD drivers work and stumbled on this post: In "android_winusb.inf" I had to add:
%SingleAdbInterface% = USB_Install, USB\VID_2207&PID_0011&REV_0222&MI_01 %CompositeAdbInterface% = USB_Install, USB\VID_2207&PID_0011&MI_01
Note that if you adding those in the wrong order like i.e.:
%SingleAdbInterface% = USB_Install, USB\VID_2207&PID_0011&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_2207&PID_0011&REV_0222&MI_01
The adb will not recognized it as a PMP5101C_QUAD device.