Thanks Guys !! For showing the path of light.

On Jul 23, 11:32 am, mtippin <[email protected]> wrote:
> THANK YOU!
>
> I've been scanning the App Inventor forums looking for this solution -
> after a few days with no reply there I thought I'd look to the
> Developer forum - and here it is!
>
> I added the two lines with the PID for the MyTouch Slide (0E03) and
> FINALLYWindowswas able to properly install thedevice!
>
> After reading this post and completing the installation I did see
> another post that mentions a third line:
>
> ;MyTouch Slide
> %SingleAdbInterface%        = USB_Install, USB\VID_0BB4&PID_0E03
> %CompositeAdbInterface%     = USB_Install, USB\VID_0BB4&PID_0E03&MI_01
> %SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0FFF
>
> Do you know if the "SingleBootLoaderInterface" is something required
> for App Inventor?
>
> Again, THANK YOU!
>
> On Jul 23, 10:50 am, Kostya Vasilyev <[email protected]> wrote:
>
> > Anil,
>
> > I was just doing the same for HTC Hero with 2.1.
>
> > Ended up manually adding these lines to android_winusb.inf file inside
> > Android usb driver that comes from Google:
>
> > ;HTC Hero 2.1
> > %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C99
> > %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C99&MI_01
>
> > Add these at the end of the section marked "[Google.NTx86]"
>
> > You might have to change the PID_ value. To find out the correct one,
> > right click on the ADBDeviceinWindowsDeviceManager, select
> > Properties. Then select the right-most tab, and select "DeviceIDs" from
> > the drop down list.
>
> > A side note - why does every Android phone have different manufacturer /
> >deviceIDs for the standard ADB interface?
>
> > Couldn't this be the same for all of them, especially considering that
> > ADB is only used for development?
>
> > It could even be set up as a class driver, the way USB flash drives work.
>
> > The way it's done now is just really painful.
>
> > -- Kostya
>
> > 23.07.2010 21:36, Anil пишет:
>
> > > Is anyone able to install the usb drivers for this configuration?
> > >device: htc slide
> > >WindowsVista 32 bit
> > > Java 1.6.20
> > > USB driver forwindowsinstalled: Revision 3.
> > > Android 2.1
>
> > > I followed the steps here
> > >http://developer.android.com/sdk/win-usb.html
> > > but it cannot find the drivers at step #6.
>
> > > I get error message, "Windowswas unable to install your adb.Windows
> > > could not find driver software for yourdevice".
>
> > >   Directory of C:\android-sdk-windows\usb_driver
>
> > > 07/22/2010  02:55 PM<DIR>           .
> > > 07/22/2010  02:55 PM<DIR>           ..
> > > 07/22/2010  02:55 PM<DIR>           amd64
> > > 07/22/2010  02:55 PM             8,938 androidwinusb86.cat
> > > 07/22/2010  02:55 PM             8,974 androidwinusba64.cat
> > > 07/22/2010  02:55 PM             3,835 android_winusb.inf
> > > 07/22/2010  02:55 PM<DIR>           i386
> > > 07/22/2010  02:55 PM            16,447 source.properties
>
> > --
> > Kostya Vasilev -- WiFiManager+ pretty widget --http://kmansoft.wordpress.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to