>From what I can tell, your log doesn't reach a point where it is
trying to make a call. You seem to have some issue much before that
point. And from what I can tell, it's definitely RIL/Modem level, not
likely anything to do with the rest of the android SW.

It would be interesting to see how long it takes for all those SIM
request to be processed, there are quite a few piled up and you seem
to get stuck while processing one of those.  Maybe adding "-v time"
when capturing the logcat can show some relevant information.

I don't think the sim io's are essential, so I would shunt these
temporarily and see if that improves things as first step.

Cheers.
M.

On Mar 2, 4:05 pm, animesh arora <animesharora...@gmail.com> wrote:
> I already shared the complete log with the first post itself?
> is there anyway to check the baudrate after boots up of android?
> What is exactly happen while calling through dialer inside the complete
> android stack.
> Because when i am calling dialing screen i am able to see,but i am not able
> to get call at other side.
> is there anyway for debugging complete stack after dial the no. through
> dialer????
>
> Regards
>
> ANI
>
> On Tue, Feb 22, 2011 at 1:23 PM, Rajesh Kadhiravan Nagaiah <
>
>
>
>
>
>
>
> rajesh.kadhira...@gmail.com> wrote:
> > Hi,
>
> > That TE character set AT command was just an example, but anyways thats not
> > blocking it because as it returned ERROR immediately.
> > Can you share both the Apps side logs and the Ril logs ?
>
> > BR,
> > Rajesh
>
> > On Tue, Feb 22, 2011 at 8:41 AM, animesh arora 
> > <animesharora...@gmail.com>wrote:
>
> >> Hi
>
> >> i applied AT+CSCS=\"UCS2\"", NULL);
> >> than also i am just getting dialing screen,but other side i am not able to
> >> receive call.
>
> >> But i think AT channel is responding because by standalone c program i am
> >> able to call after booting of android.
>
> >> is there any possibility of java application side some calls are missing
> >> in android cupcake version??
>
> >> Suggest me how to solve this problem?
>
> >> Regards
>
> >> ANI
>
> >> On Sat, Feb 19, 2011 at 10:16 AM, animesh arora <
> >> animesharora...@gmail.com> wrote:
>
> >>> Ok Thanks i will try out it.
>
> >>> Regards
>
> >>> ANI.
>
> >>> On Fri, Feb 18, 2011 at 6:54 AM, Hamilton Vera <
> >>> hamilton.lis...@gmail.com> wrote:
>
> >>>> It looks like your modem does not support some AT commands like "
> >>>> AT+CSCS="HEX".
>
> >>>> Make sure that these commands are not locking the device.
>
> >>>> Try out some alternatives like at_send_command("AT+CSCS=\"UCS2\"",
> >>>> NULL);
>
> >>>> []'s
>
> >>>> Hamilton Vera
>
> >>>> On Mon, Feb 14, 2011 at 2:36 PM, animesh arora
> >>>> <animesharora...@gmail.com> wrote:
> >>>> > Hi
>
> >>>> > am facing the problem while maiking GSM call.
> >>>> > I followed the link which i got from the below link.
>
> >>>>https://groups.google.com/group/android-porting/browse_thread/thread/...
>
> >>>> > And getting the below message after running logcat -b radio on the
> >>>> device
> >>>> > with cupcake version.
>
> >>>> > is there any problem which i am getting in my log
>
> >>>> >  E/RILC    ( 1750): 1:Failed to get socket 'rild'
>
> >>>> > because firstly  rild was connected only later it is showing failed,
>
> >>>> > what is the problem for making call?
>
> >>>> > # logcat -b radio &
> >>>> > # I/RIL     ( 1621): Opening tty device /dev/ttyUSB0
> >>>> > I/RILC    ( 1621): libril: new connection
> >>>> > I/RILC    ( 1621): RIL Daemon version: android reference-ril 1.0
> >>>> > I/RILJ    ( 1676): Connected to 'rild' socket
> >>>> > D/RILJ    ( 1676): [UNSL]< UNSOL_RESPONSE_RADIO_STATE_CHANGED
> >>>> > RADIO_UNAVAILABLE
> >>>> > W/GSM     ( 1676): Can't open /system/etc/voicemail-conf.xml
> >>>> > W/GSM     ( 1676): Can't open /system/etc/spn-conf.xml
> >>>> > D/GSM     ( 1676): [DSAC DEB] registerForPsRestrictedEnabled
> >>>> > D/GSM     ( 1676): [DSAC DEB] registerForPsRestrictedDisabled
> >>>> > D/RILJ    ( 1676): [0000]> GET_CURRENT_CALLS
> >>>> > D/RIL     ( 1621): onRequest: GET_CURRENT_CALLS
> >>>> > D/RILJ    ( 1676): [0000]< GET_CURRENT_CALLS error:
> >>>> > com.android.internal.telephony.gsm.CommandException:
> >>>> RADIO_NOT_AVAILABLE
> >>>> > D/GSM     ( 1676): Poll ServiceState done:  oldSS=[1 home null null
> >>>> null ]
> >>>> > newSS=[1 home null null null ] oldGprs=1 newGprs=1 oldType=unknown
> >>>> > newType=unknown
> >>>> > D/GSM     ( 1676): [DataConnectionTracker] Radio is off and clean up
> >>>> all
> >>>> > connection
> >>>> > D/GSM     ( 1676): [DataConnectionTracker] Clean up connection due to
> >>>> > radioTurnedOff
> >>>> > D/GSM     ( 1676): [DataConnection] Stop poll NetStat
> >>>> > D/GSM     ( 1676): [DataConnectionTracker] setState: IDLE
> >>>> > D/GSM     ( 1676): [DataConnection] Stop poll NetStat
> >>>> > D/GSM     ( 1676): [DataConnectionTracker] ***trySetupData due to
> >>>> roamingOff
> >>>> > D/GSM     ( 1676): [DSAC DEB] trySetupData with mIsPsRestricted=false
> >>>> > D/GSM     ( 1676): [DataConnectionTracker] trySetupData: Not ready for
> >>>> > data:  dataState=IDLE gprsState=1 sim=false UMTS=false phoneState=IDLE
> >>>> > dataEnabled=true roaming=false dataOnRoamingEnable=false ps
> >>>> restricted=false
> >>>> > D/GSM     ( 1676): [GsmSimCard] Broadcasting intent
> >>>> SIM_STATE_CHANGED_ACTION
> >>>> > NOT_READY reason null
> >>>> > D/RILJ    ( 1676): [0001]> RADIO_POWER
> >>>> > D/GSM     ( 1676): Notifying: radio available
> >>>> > D/RILJ    ( 1676): [0002]> SCREEN_STATE: true
> >>>> > D/AT      ( 1621): AT> ATE0Q0V1
> >>>> > D/AT      ( 1621): AT< ATE0Q0V1
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/GSM     ( 1676): Poll ServiceState done:  oldSS=[1 home null null
> >>>> null ]
> >>>> > newSS=[3 home null null null ] oldGprs=1 newGprs=1 oldType=unknown
> >>>> > newType=unknown
> >>>> > D/RILJ    ( 1676): [UNSL]< UNSOL_RESPONSE_RADIO_STATE_CHANGED
> >>>> RADIO_OFF
> >>>> > D/AT      ( 1621): AT> ATE0Q0V1
> >>>> > D/AT      ( 1621): AT< 0
> >>>> > D/AT      ( 1621): AT< 4
> >>>> > D/RILJ    ( 1676): [0003]> BASEBAND_VERSION
> >>>> > D/RILJ    ( 1676): [0004]> GET_IMEI
> >>>> > D/RILJ    ( 1676): [0005]> GET_IMEISV
> >>>> > I/RIL     ( 1750): Opening tty device /dev/ttyUSB0
> >>>> > W/RILC    ( 1750): RIL_onUnsolicitedResponse called before
> >>>> RIL_register
> >>>> > D/AT      ( 1750): AT> ATE0Q0V1
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> ATS0=0
> >>>> > E/RILC    ( 1750): 1:Failed to get socket 'rild'
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+CMEE=1
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+CREG=2
> >>>> > D/AT      ( 1621): AT< OK
>
> >>>> > D/AT      ( 1621): AT> AT+CGREG=1
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+CCWA=1
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+CMOD=0
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+CMUT=0
> >>>> > D/AT      ( 1621): AT< +CMUT:
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+CSSN=0,1
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+COLP=0
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+CSCS="HEX"
> >>>> > D/AT      ( 1621): AT< ERROR
> >>>> > D/AT      ( 1621): AT> AT+CUSD=1
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+CGEREP=1,0
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+CMGF=0
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+CFUN?
> >>>> > D/AT      ( 1621): AT< +CFUN: 1
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/GSM     ( 1676): Notifying: Radio On
> >>>> > D/RILJ    ( 1676): [UNSL]< UNSOL_RESPONSE_RADIO_STATE_CHANGED
> >>>> SIM_NOT_READY
> >>>> > D/RILJ    ( 1676): [0006]> OPERATOR
> >>>> > D/RILJ    ( 1676): [0007]> GPRS_REGISTRATION_STATE
> >>>> > D/AT      ( 1621): AT> AT+CPIN?
> >>>> > D/AT      ( 1621): AT< +CPIN: READY
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/GSM     ( 1676): Notifying: SIM ready
> >>>> > D/RILJ    ( 1676): [UNSL]< UNSOL_RESPONSE_RADIO_STATE_CHANGED
> >>>> SIM_READY
> >>>> > D/AT      ( 1621): AT> AT+CSMS=1
> >>>> > D/RILJ    ( 1676): [0008]> REGISTRATION_STATE
> >>>> > D/AT      ( 1621): AT< +CSMS: 1,1,1
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/AT      ( 1621): AT> AT+CNMI=1,2,2,1,1
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/RIL     ( 1621): onRequest: RADIO_POWER
> >>>> > D/RILJ    ( 1676): [0001]< RADIO_POWER
> >>>> > D/RIL     ( 1621): onRequest: SCREEN_STATE
> >>>> > D/RILJ    ( 1676): [0009]> QUERY_NETWORK_SELECTION_MODE
> >>>> > D/RILJ    ( 1676): [0002]< SCREEN_STATE error:
> >>>> > com.android.internal.telephony.gsm.CommandException:
> >>>> REQUEST_NOT_SUPPORTED
> >>>> > D/RIL     ( 1621): onRequest: BASEBAND_VERSION
> >>>> > D/RIL     ( 1621): onRequest: GET_IMEI
> >>>> > D/AT      ( 1621): AT> AT+CGSN
> >>>> > D/AT      ( 1621): AT< 352679010163850
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/RIL     ( 1621): onRequest: GET_IMEISV
> >>>> > D/RIL     ( 1621): onRequest: OPERATOR
> >>>> > D/AT      ( 1621): AT>
> >>>> AT+COPS=3,0;+COPS?;+COPS=3,1;+COPS?;+COPS=3,2;+COPS?
> >>>> > D/RILJ    ( 1676): [0003]< BASEBAND_VERSION error:
> >>>> > com.android.internal.telephony.gsm.CommandException:
> >>>> REQUEST_NOT_SUPPORTED
> >>>> > D/RILJ    ( 1676): [0004]< GET_IMEI
> >>>> > D/RILJ    ( 1676): [0010]> GET_CURRENT_CALLS
> >>>> > D/AT      ( 1621): AT< +COPS: 0,0,"AirTel",0
> >>>> > D/AT      ( 1621): AT< +COPS: 0,1,"AirTel",0
> >>>> > D/AT      ( 1621): AT< +COPS: 0,2,"40440",0
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/RIL     ( 1621): onRequest: GPRS_REGISTRATION_STATE
> >>>> > D/AT      ( 1621): AT> AT+CGREG?
> >>>> > D/AT      ( 1621): AT< +CGREG: 1,1,1F54,1DE3
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/RIL     ( 1621): onRequest: REGISTRATION_STATE
> >>>> > D/RILJ    ( 1676): [0005]< GET_IMEISV error:
> >>>> > com.android.internal.telephony.gsm.CommandException:
> >>>> REQUEST_NOT_SUPPORTED
> >>>> > D/RILJ    ( 1676): [0011]> OPERATOR
> >>>> > D/AT      ( 1621): AT> AT+CREG?
> >>>> > D/AT      ( 1621): AT< +CREG: 2,1,1F54,1DE3
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/RIL     ( 1621): onRequest: QUERY_NETWORK_SELECTION_MODE
> >>>> > D/AT      ( 1621): AT> AT+COPS?
> >>>> > D/RILJ    ( 1676): [0006]< OPERATOR {AirTel, AirTel, 40440}
> >>>> > D/RILJ    ( 1676): [0012]> GPRS_REGISTRATION_STATE
> >>>> > D/AT      ( 1621): AT< +COPS: 0,2,"40440",0
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/RIL     ( 1621): onRequest: GET_CURRENT_CALLS
> >>>> > D/AT      ( 1621): AT> AT+CLCC
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/RIL     ( 1621): onRequest: OPERATOR
> >>>> > D/AT      ( 1621): AT>
> >>>> AT+COPS=3,0;+COPS?;+COPS=3,1;+COPS?;+COPS=3,2;+COPS?
> >>>> > D/AT      ( 1621): AT< +COPS: 0,0,"AirTel",0
> >>>> > D/AT      ( 1621): AT< +COPS: 0,1,"AirTel",0
> >>>> > D/AT      ( 1621): AT< +COPS: 0,2,"40440",0
> >>>> > D/AT      ( 1621): AT< OK
> >>>> > D/RILJ    ( 1676): [0007]< GPRS_REGISTRATION_STATE {1, 8020, 7651}
> >>>> > D/RILJ    (
>
> ...
>
> read more »

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to