Re: [android-developers] How can I create my own PID/VID driver

2012-06-22 Thread Mark Murphy
On Thu, Jun 21, 2012 at 9:19 PM, Chen.Blake boyofsky.c...@gmail.com wrote: I am sorry that I am confusing with creating applications using the Android SDK. If I have a device with my own PID/VID, how can I make the driver instead of modifying the android_winusb.inf? Step #1: Visit

Re: [android-developers] How can I create my own PID/VID driver

2012-06-21 Thread Chen.Blake
I am sorry that I am confusing with creating applications using the Android SDK. If I have a device with my own PID/VID, how can I make the driver instead of modifying the android_winusb.inf? On Tuesday, June 19, 2012 11:58:58 PM UTC+8, Mark Murphy (a Commons Guy) wrote: This has nothing

[android-developers] How can I create my own PID/VID driver

2012-06-19 Thread Chen.Blake
Hello, There are many OEM driver and google USB Driver which can be found in http://developer.android.com/sdk/oem-usb.html . I am wondering how can I create the driver of my own PID/VID? Do I have to download the google USB driver and modify the PID/VID in android_winusb.inf for my devices?

Re: [android-developers] How can I create my own PID/VID driver

2012-06-19 Thread Mark Murphy
This has nothing to do with this list, which is for creating applications using the Android SDK. On Tue, Jun 19, 2012 at 2:27 AM, Chen.Blake boyofsky.c...@gmail.com wrote: Hello, There are many OEM driver and google USB Driver which can be found in