HI ben and SAM, Sorry for the Late late reply. I hav been kind of busy lately and couldn't check the groups for 6 months. I had like 850 new topics...I think u figures it out. If not this will help u and others.
RIL library or the RIL daemon cannot directly start or stop pppd. But the call to start the internet service is sent to the RIL. So as a workaround, we added it as a service and we are enabling/disabling the service from inside the RIL library. If u or any one else needs any help please also put a CC or BCC to my mail bcoz i hav not subscribed to the groups and i maynot hav time to check the groups every day or may b every month. Fell free to even directly mail me for any help. On 18 Aug, 16:29, ben <[email protected]> wrote: > Hi all, > > I am trying to bring up gprs connection with pppd using android gingerbread > on a development board. > The reference-ril.c file contains AT commands for establishing gprs > connection, for pppd i could see some commands in the init.rc for > initialising pppd . > I would like to know whether these commands are sufficient in init.rc for > android to establish ppp connection, if it has to be changed, can anyone > provide some > points for that. > > > service pppd_gprs /system/etc/ppp/init.gprs-pppd debug file > > /data/ppp/options.gprs > > user root > > group radio cache inet misc > > disabled > > > on property:net.pppd.gprs=start > > start pppd_gprs > > on property:net.pppd.gprs=stop > > stop pppd_gprs > > I am new on this field and need some help for this, > > Thanks, > ben -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
