[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-24 Thread babuvenkates...@gmail.com
HI Venkat, Thank for your suggestions on GSM. Am using gobi 3000 in my device to the GSM module. when i try to enable Gobiserial and Gobinet drivers. its showing only GobiSerial and able to establish a call. if i disable GObiSerial then GobiNet is enabling but not detecting GSM module. Can you

Re: [android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-24 Thread venkat k raju
Hi venky6 babu and babuvenkatesh56, if your modem have two physical ports then there is no problem AFAIK, just see my previous messages in this thread . telephony (rild daemon) pass one port and net connection (pppd) pass other one. but if have only one physical port and you want to integrate

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread Sai Chaitanya Chitneedi
Does it crash at a different point each time or does it die after the same request every time?If the usb wasn't getting disconnected, judging by the random point on crash, i would have said if might be a buffer read error. But if usb is getting disconnected as well, it might be different problem.

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread venkat k raju
Hi Sai Chaitanya Chitneedi, can you check it my issues is it my thinking was correct ot not ! On Thu, Jan 19, 2012 at 1:18 PM, Sai Chaitanya Chitneedi chaitanya.nom...@gmail.com wrote: Sorry i forgot to attach. The attachment here. On Thu, Jan 19, 2012 at 1:17 PM, Sai Chaitanya

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread venkat k raju
Hi Sai, i think some problem with software reset issues!! android application or reference-ril.so i don't know... please check this log message. reset means the application will send AT+CFUN something like this right.. that time my modem was get resetting then usb was disconnecting ... AT

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread Sai Chaitanya Chitneedi
Hi Venkat, Reset is not necessary. But i don't think it is happening voluntarily. Did you modify and reduce the log. If not, the things got worse compared to your last log herehttps://rowboat.googlegroups.com/attach/bd54dcd92e285509/minicom_radio_usb.txt?view=1part=4. You didn't get response for

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread Sai Chaitanya Chitneedi
Hi Devindrappa, The log shows none of the scripts are working. correctly. The log is continued and i can't make out which error is for which script. Could you please empty the log everytime before running a a script. That way i will know which error is for which script. In the attached log i

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread Devindrappa Handraki
Hi Chaitanya, Thanks for your reply, please look at the attached ppp.log and suggest me where i am wrong. Thanks and Regards, Devindrappa On Wed, Jan 18, 2012 at 10:57 PM, Sai Chaitanya Chitneedi chaitanya.nom...@gmail.com wrote: Hi Devindrappa, 1. Please send new ppp-log and go through

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-18 Thread venkat k raju
Hi chaitanya, can you tell me how to run pppd from init.rc file. one more thing here is if i run rild daemon,then pppd getting failed. On Tue, Jan 17, 2012 at 2:35 PM, venkat k raju kvraju@gmail.com wrote: sorry without rild interface i am connecting internet On Tue, Jan 17, 2012 at

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-18 Thread venkat k raju
Hi this was my command and response #/system/bin/pppd nodetach debug /dev/ttyACM0 115200 nocrtscts local 0.0.0.0:10.0.0.1 noipdefault ipcp-accept-local connect '/system/bin/chat -v -s -f /system/etc/p pp/gprs_chat' defaultroute usepeerdns modem updetach noauth timeout set to 15

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-18 Thread Sai Chaitanya Chitneedi
Hi venkat, for running from init.rc simply put your command in a script and add the script as a service. You can follow instructions here :- http://afewe.wordpress.com/android-arm-development/use-point-to-point-protocol-ppp-in-android/ Just modify the non commented /system/bin/pppd /dev/ttyUSB0

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-18 Thread Devindrappa Handraki
Hi Chaitanya, 1. I tried with all your script but getting same error : I/pppd( 1394): Starting pppd I/pppd( 1396): pppd additional arguments E/pppd( 1397): Connect script failed I/pppd( 1400): # pppd exited with 0 2. When i do logcat -b radio on logcat

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-18 Thread Sai Chaitanya Chitneedi
Hi Devindrappa, 1.Could you please post new ppp-log. It would have changed for sure. 2.As venkat suggests remove rild startup from init.rc and re run and see what happens. Comment out the rild service. 3.I will look into the error but ril has very little influence, if not none, in establishing a

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-18 Thread Sai Chaitanya Chitneedi
Hi Devindrappa, 1. Please send new ppp-log and go through my previous message. 2. I was right about the REQUEST_GET_PREFERRED_NETWORK_TYPE it is for 2G/3G only.I checked my huawei ril , i have this in it:- switch (request){ case RIL_REQUEST_SET_PREFERRED_NETWORK_TYPE:

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-17 Thread venkat k raju
Hi Chaitanya Devindrappa, thanks for your suggestions. finally i am able to establish GPRS and GSM individually. if i tried both at time then my usb (modem) was disconnecting. i have been trying it... ! On Mon, Jan 16, 2012 at 5:23 PM, Sai Chaitanya Chitneedi

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-17 Thread Devindrappa Handraki
Hi venkat and Chaitanya, 1. I am not able to access Internet, i am getting the below mentioned error E/pppd( 1799): Connect script failed I/pppd( 1802): # pppd exited with 8 2. Do we need to configure mux driver for internet access and telephone services. If so please give me

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-17 Thread venkat k raju
sorry without rild interface i am connecting internet On Tue, Jan 17, 2012 at 2:35 PM, venkat k raju kvraju@gmail.com wrote: Hi Devindrappa Handraki, i had been trying it... for me both are not working at time... here i am using mux concept also.. i don't know what