Hi , I'm new to Android.This is regarding Fastboot implementation on Android. I'm developing Fastboot for my target, through usb.I would like to explain my understanding regarding fastboot,pls correct me If I'm wrong ? What I understand about fastboot is that it's the communication between server and client via usb connectivity. Here Server is the software which would be running on host PC(I'm using Windows PC) and client on the target. Also I understand that for host side as server I need to install http://dl.google.com/android/android_usb_windows.zip. For client side I need to integrate my usb gadget driver on linux kernel
I have few doubt's regarding the client side. 1. what class driver should I to integrate for USB gadget ( is it Mass storage class ?).And as what type of device is usb cleint getting recognized as(like pendrive or debugging device etc, this I'm not clear). 2. Does it require adb interface integrated with the driver? 3. Already I have usb driver for my target.What extra I need to do to make the fastboot come up. It would be great if anybody can help me in this regard. Thanks in advance. Dinesh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

