Hi Abhilash Pujari , i never worked on usb dongle.
my case i have used usb based modem. ***********soft ware flow********************************* kernel space: i have include bellow driver for my modem *USB Modem (CDC ACM) support * PPP (point-to-point protocol) support // here you have to check what are all depending you need to include,this something like protocol stack user space: rild,pppd,chat command for integrating the gsm/gprs with android OS. here rild and reference-ril.so for interface b/w modem /dev/ttyUSB0 device file and android frame work. pppd this for interface b/w /dev/ppp file and your device /dev/ttyUSB0 file. chat this for execute your configure script file. please check my previous thread for how to integrate GSM/GPRS to android existing frame work and please follow bellow links. http://afewe.wordpress.com/android-arm-development/working-with-the-radio-layer-interface-ril-in-android/ http://afewe.wordpress.com/android-arm-development/use-point-to-point-protocol-ppp-in-android/ On Mon, Jun 18, 2012 at 11:50 AM, Abhilash Pujari <[email protected]>wrote: > Venkat.. > > thanks for the quick reply... > i am a bigginer... > i am using airtel 3G usb dongle...they provided driver..i would > like to know what are softwares required to configure...how this > vendor driver is used to impliment ...which hardware required to > support 3G modem on board side...please provide the software flow > architecture in order to impliment 3G on android.... > > > thanks and regards > abhilash > > > On 6/18/12, venkat k raju <[email protected]> wrote: > > Hi Abhilash Pujari, > > > > i didn't get you !!!! can you tell me where you are facing the problem? > and > > what you want me to do? > > > > i am mean which layer you are working on. > > > > On Sun, Jun 17, 2012 at 8:09 PM, Abhilash Pujari > > <[email protected]>wrote: > > > >> > >> > >> Hi raju, > >> > >> i am Abhilash from Banglore, working on Android 3G Interface, > >> kindly provide the architecture and software flow and hardware > >> requirements for the 3G interface to Android.. > >> i am struggling a lot to get information in net...please provide the > >> reference link / architecture diagram etc etc > >> > >> > >> > >> > >> > >> > >> > >> thanks and regards > >> Abhilash > >> > >> > >> > > > > > > -- > > thanks&Regards > > k.v.raju > > > -- thanks&Regards k.v.raju -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
