Hi Devindrappa Handraki, please can you tell me how your enabling gsm connection , from starting like how you are creating ril libraries and how you sending at commands. because i have been failing in that.
i have been established net connection in devkit8000 with gprs8000 kit only, and now i am currently working with am3703 with tc63i modem. both case i was successfully established net connection . without interface of rild daemon. are you working with default telephony application? then there is concept called mux serial port configuration . are you applying it? 2012/1/14 Devindrappa Handraki <[email protected]> > 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 >> > > -- thanks&Regards k.v.raju -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
