[android-porting] Android RIL - RAW IP GPRS & Multiple APN Ipaddress

2010-02-04 Thread ShivaP
HI all, I would like to try again getting some help from forum - 1) How is RAW IP GPRS mode handled in Android. In Win Mobile there's Virtual Ethernet Miniport & WWAN NDIS Miniport adapter to take care of this. How this happens in Android.? Is there any doc / link related to this. 2) Multiple AP

Re: [android-porting] Android RIL - RAW IP GPRS & Multiple APN Ipaddress

2010-02-05 Thread Robert Greenwalt
Hi Shiva, On question 1, do you mean tethering your laptop/desktop through a RNDIS connection exposed by the android device to forward IP over GPRS? That is not currently supported. If that's not what you mean can you explain further? On 2, the telephony code and ConnectivityManager don't curre

Re: [android-porting] Android RIL - RAW IP GPRS & Multiple APN Ipaddress

2010-02-05 Thread Shiva Prasad
Hi Robert, Thanks for your response. it's not related to using Android phone as modem for GPRS Connection from a desktop through RNDIS. Question 1: is regarding sending a Raw IP packet coming from TcP/IP without PPP involved in a GPRS connection. The RAW ip packet typically coming from tcp/ip wou

Re: [android-porting] Android RIL - RAW IP GPRS & Multiple APN Ipaddress

2010-02-08 Thread Robert Greenwalt
Hi Shiva, On Q1, I believe this implementation detail is hidden below our Radio Interface Layer (RIL) and that code typically comes from the radio hardware provider or a hardware integrator. I think you certainly could create such an interface, but I don't think we have it today. On Q2, we did n