I already know how to add my vendor id into adb_usb.ini *manually*, but I want "android update adb" to do it so my users don't have to edit adb_usb.ini manually.
Does your usb driver result in "android update adb" adding your vendor id? It doesn't seem like it since your instructions include steps to manually edit adb_usb.ini. Matt On Tuesday, March 27, 2012 8:55:47 PM UTC-4, bardshen wrote: > > > Hi Sir, > You can download the adb driver on that web page, and compare to the > standard adb driver. Then you know how to add your vendor id into > adb_usb.ini file. > May this will help you. > > ------------------------------ > [email protected] > > *From:* Matt Reimer <[email protected]> > *Date:* 2012-03-28 05:42 > *To:* android-porting <[email protected]> > *CC:* jiram57 <[email protected]>; bard.shen <[email protected]> > *Subject:* Re: Re: [android-porting] How to get "android update adb" to > see my USB vendor id? > Thanks, but what I want to do is to figure out how to have the USB > driver package put the vendor id into adb_usb.ini so my users don't have to. > > Matt > > > On Monday, March 26, 2012 9:00:00 PM UTC-4, bardshen wrote: >> >> Hi sir, >> I suggest this website will solve your problem. >> http://www.at91.com/android4sam/bin/view/Android4SAM/UsingAdb#Adb_Usage >> >> ------------------------------ >> [email protected] >> >> *From:* Ramya Mohan <[email protected]> >> *Date:* 2012-03-26 14:51 >> *To:* mreimer <[email protected]> >> *CC:* android-porting <[email protected]> >> *Subject:* Re: [android-porting] How to get "android update adb" to see >> my USB vendor id? >> Hi, >> >> The following information is based on my understanding. >> >> Usually android update adb won't do that. >> It actually updates the adb to the latest adb version. >> >> on linux machine: >> >> modify the /etc/udev/rules.d/52-android.rules file to add the vendor id >> to it. >> >> then restart adb,it should work. >> I am not sure what happens with windows machine. >> >> Regards, >> Ramya. >> >> On Fri, Mar 16, 2012 at 2:54 AM, Matt Reimer <[email protected]>wrote: >> >>> So I've made an INF file packaged up and signed, and I can install it >>> using the Android SDK Manager. >>> >>> When I plug adb the device into a Windows computer and point Windows to >>> the INF file, and edit ~/.android/adb_usb.ini by hand, adb works. >>> >>> My question is: how do I get the SDK manager to put the vendor id in >>> ~/.android/adb_usb.ini itself? Running "android update adb" doesn't do it. >>> >>> Thanks for your help. >>> >>> Matt >>> >>> -- >>> unsubscribe: [email protected] >>> website: http://groups.google.com/group/android-porting >>> >> >> >> >> >> -- >> unsubscribe: [email protected] >> website: http://groups.google.com/group/android-porting >> > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
