Hi Devindrappa, This means definitely your RIL is fine. From what i can make out the only problem is your modem is not initialized properly. Could you please post your Chat Script and the init.gprs-pppd.sh. There is definitely something wrong with either of the two. Most probably your chat script.
You can use this for reference - http://afewe.wordpress.com/android-arm-development/use-point-to-point-protocol-ppp-in-android/ Use this for writing the correct chat script - http://linux.about.com/od/commands/l/blcmdl8_chat.htm You are probably not dialing the correct number typically *99***1# or *99# before the link. On Jan 14, 6:35 pm, Devindrappa Handraki <[email protected]> wrote: > Hi chaitanya and venkat, > > Thanks for your reply, > Now i am able to get signal strength, Operator Info and also i am able to > make a call and receive a call but not able to access the Internet, as > venkat mentioned i trying to call pppd from adb shell manually and from > system/bin directly, but i am getting "Connect script failed" error. And > /dev/ppp node has been created. Also i checked "netcfg" i got below > message > > lo UP 127.0.0.1 255.0.0.0 0x00000049 > eth0 DOWN 0.0.0.0 0.0.0.0 0x00001002 > > And i also attached the log message, please suggest me where i am wrong. > > Thanks and Regards, > Devindrappa > > On Sat, Jan 14, 2012 at 12:15 AM, Chaitanya <[email protected]>wrote: > > > > > > > > > If you are able to get signal strength, Operator Info etc. then your > > ril should be fine. Check your gprs script that you are calling in > > init for any mistakes (specific to your network). Check your android > > kernel build config if PPP is enabled - CONFIG_PPP. Check if /dev/ppp* > > node is being created. Do a adb shell netcfg and see if a device for > > ppp shows up. IF it doesn't then your script is failing. Try manually > > starting the service with start pppd_gprs from adb. See what happens. > > Could you please post logs,errors and results. Also as venkat > > mentioned try to call pppd from adb shell manually or call pppd from / > > system/bin directly. For sending at commands manually, you can use > > 'echo' if you have it. . > > > On Jan 13, 9:05 pm, Devindrappa Handraki <[email protected]> > > wrote: > > > Hi Chaitanya, > > > > Thanks for your reply, I edited the init.rc file as below but dint work, > > > do i need to change the reference-ril.c code or what, please give me so > > > link or hint so that i will follow. > > > > service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -- > > > -d /dev/ttyO0 > > > socket rild stream 660 root radio > > > socket rild-debug stream 660 radio system > > > user root > > > group radio cache inet misc audio vpn net_admin > > > > service pppd_gprs /etc/ppp/init.gprs-pppd.sh > > > user root > > > group radio cache inet misc > > > disabled > > > > Thanks and Regards, > > > Devindrappa > > > > On Fri, Jan 13, 2012 at 7:05 PM, Chaitanya <[email protected] > > >wrote: > > > > > No just edit the init.rc to establish a ppp link. > > > > > On Jan 10, 10:40 am, Devindrappa Handraki <[email protected]> > > > > wrote: > > > > > Hi Chaitanya, > > > > > > I want to port the gprs8000 to devkit8000, my main aim is to access > > the > > > > > Internet from GPRS, to access Internet from GPRS > > > > > do i need to port the RIL ? if yes please help me how to proceed. > > > > > > Thanks in advance, > > > > > Devindrappa > > > > > > On Sat, Jan 7, 2012 at 11:52 PM, Chaitanya < > > [email protected] > > > > >wrote: > > > > > > > If what you mean is how to port support for the gprs8000, start by > > > > > > porting the RIL. edit the init.rc to make a ppp link. > > > > > > > On Jan 5, 6:39 pm, Devindrappa Handraki <[email protected]> > > > > > > wrote: > > > > > > > Hi all, > > > > > > > > I ported Android Gingerbread on Devkit8000 successfully, now i > > want > > > > to > > > > > > > interface GPRS8000 to Devkit8000, i don't know how to interface > > > > GPRS8000 > > > > > > to > > > > > > > Devkit8000. please suggest me how to proceed. > > > > > > > > Thanks and Regards, > > > > > > > Devindrappa > > > > > > > -- > > > > > > unsubscribe: [email protected] > > > > > > website:http://groups.google.com/group/android-porting > > > > > -- > > > > unsubscribe: [email protected] > > > > website:http://groups.google.com/group/android-porting > > > -- > > unsubscribe: [email protected] > > website:http://groups.google.com/group/android-porting > > > > log_android1.5.txt > 204KViewDownload -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
