There can be  multiple reason for the incoming call not working... I
don't think it is linked to your commenting of the SIM_IO (but I could
be wrong!)...
Does the call drop as you try to answer it or just by itself? What
modem do you use? I would check the documentation to make sure it
supports the generic at commands used by the ref ril (maybe you can
try the use case stand alone, without the ril to validate at command
support).

If that doesn't get you anywhere, then, you may need to share some
logs as a next step. Remember to include the timestamps as they help
understand the dynamics.

M.


On Mar 7, 9:30 am, animesh arora <animesharora...@gmail.com> wrote:
> Now i able to make a call with my device no. after commenting SIM_IO
> functionality,but i am not able to recieve the call, if i am calling through
> my mobile to that device no..only 2 rings are going after that call is
> droping out.
> What may be the issue.
> What will be the uses of SIM_IO functionality,which i commented,is it useful
> for recieving the call????
>
> Regards
>
> ANI.
>
>
>
>
>
>
>
> On Fri, Mar 4, 2011 at 7:07 PM, arindam das <das.ar...@gmail.com> wrote:
> > JAVA logs are coming by default but not the refernce ril log.
>
> > go to hardware/ril/reference-ril.c
>
> > and check log_tag is defined or not??
> > If in this file LOG_TAG is defined something other than "RIL",then u have
> > to give
> > logcat-b radio&logcat& to get log
>
> > similarly in same path u can check for the at parser files for the logs.
>
> > I presume due to some at commands ur modem is hanging and nothing
> > proceeds...
>
> > On Fri, Mar 4, 2011 at 6:27 PM, animesh arora 
> > <animesharora...@gmail.com>wrote:
>
> >> where we can enable AT log message by default it is coming for RIL layer,i
> >> dont know where we can enable for JAVA layer which i am getting after
> >> pressing the call button.
> >> On Fri, Mar 4, 2011 at 6:04 PM, arindam das <das.ar...@gmail.com> wrote:
>
> >>> animesh,
> >>> i could not see any AT log ....please enable the logs first and collect
> >>> one
>
> >>> second thing is comment out sim_io
>
> >>> On Fri, Mar 4, 2011 at 5:58 PM, animesh arora <animesharora...@gmail.com
> >>> > wrote:
>
> >>>> Hi Arrin/Moffiou
>
> >>>> Please tell me clearly i what i need to comment out,are you telling
> >>>> about to comment out the particular SIMIO related AT Command.
>
> >>>> Tell me is there possiblity of blocking GSM AT interfaced channel,so i
> >>>> am not able to call.If yes tell me how we can test it out wheather it is 
> >>>> got
> >>>> blocked or not?
>
> >>>> Is there any procedure to test it out?
>
> >>>> Regards
>
> >>>> ANI
>
> >>>> On Fri, Mar 4, 2011 at 12:08 PM, arindam das <das.ar...@gmail.com>wrote:
>
> >>>>> Hi Animesh,
> >>>>>                   I can see in ur log
>
> >>>>> D/RILJ    ( 1748): [0067]> DIAL
>
> >>>>> but it didnt result to any AT command(hoping that the IPC mechanism is
> >>>>> AT).
>
> >>>>> No log is coming from reference-ril.so(or whatever logtag you ahve
> >>>>> given in reference-ril.c code)
>
> >>>>> Please check first those logs are enabled or not...may be something is
> >>>>> failing from there itself.
>
> >>>>> And I totally agree with maffiou,comment out the SIM_IO(at+crsm calls)
> >>>>> request from your ril code and check whether it proceeds with  the MO 
> >>>>> call
> >>>>> or not
>
> >>>>>   On Fri, Mar 4, 2011 at 11:50 AM, animesh arora <
> >>>>> animesharora...@gmail.com> wrote:
>
> >>>>>>   Hi
>
> >>>>>> Find the latest log for Making GSM call with the help of dialer in
> >>>>>> android.
>
> >>>>>> Help me out for it i am getting this message after making a call
> >>>>>> through dialer,is there any solution to make a call.Is the log is 
> >>>>>> proper
> >>>>>> which i am getting after dial up a mobile no.???
>
> >>>>>> # I/ActivityManager( 1650): Starting activity: Intent {
> >>>>>> action=android.intent.action.MAIN
> >>>>>> categories={android.intent.category.LAUNCHER} flags=0x10200000
> >>>>>> comp={com.android.contacts/com.android.contacts.DialtactsActivity} }
> >>>>>> I/ActivityManager( 1650): Displayed activity
> >>>>>> com.android.contacts/.DialtactsActivity: 8688 ms
> >>>>>> I/ActivityManager( 1650): Starting activity: Intent {
> >>>>>> action=android.intent.action.CALL_PRIVILEGED data=tel:(ANY PHONE 
> >>>>>> NO>)flags=0x10000000
> >>>>>> comp={com.android.phone/com.android.phone.PrivilegedOutgoingCallBroadcaster
> >>>>>>  }
> >>>>>> }
> >>>>>> I/ActivityManager( 1650): Starting activity: Intent {
> >>>>>> action=android.intent.action.CALL data=tel:988-406-0406 
> >>>>>> flags=0x10000000
> >>>>>> comp={com.android.phone/com.android.phone.InCallScreen} (has extras) }
> >>>>>> D/GSM     ( 1748): [GSMConn] acquireWakeLock
> >>>>>> D/RILJ    ( 1748): [0066]> SET_MUTE false
> >>>>>> D/RILJ    ( 1748): [0067]> DIAL
> >>>>>> I/AudioHardwareLittleton( 1623):
> >>>>>> *************************AudioHardwareMarvell::setMode(2)******************
> >>>>>>  *********
> >>>>>> request_suspend_state: wakeup (0->0) at 3920133668884 (1970-01-01
> >>>>>> 01:05:20.133668884 UTC)
> >>>>>> W/PowerManagerService( 1650): mDimDelay=-1 while trying to dim
> >>>>>> W/NotificationService( 1650): STOP command without a player
> >>>>>> D/RILJ    ( 1748): [0068]> SET_MUTE false
> >>>>>> request_suspend_state: sleep (0->3) at 3920959810233 (1970-01-01
> >>>>>> 01:05:20.959779716 UTC)
> >>>>>> W/ActivityManager( 1650): Activity pause timeout for
> >>>>>> HistoryRecord{4379e248 
> >>>>>> {com.android.phone/com.android.phone.InCallScreen}}
> >>>>>> stop_drawing_early_suspend: timeout waiting for userspace to stop
> >>>>>> drawing
> >>>>>> W/ActivityManager( 1650): Activity idle timeout for
> >>>>>> HistoryRecord{43853cc0
> >>>>>> {com.android.phone/com.android.phone.PrivilegedOutgoingCallBroadcaster}}
> >>>>>> D/dalvikvm( 1650): GC freed 4936 objects / 289256 bytes in 1650ms
> >>>>>> W/ActivityManager( 1650): Activity idle timeout for
> >>>>>> HistoryRecord{4379e248 
> >>>>>> {com.android.phone/com.android.phone.InCallScreen}}
> >>>>>> D/RILJ    ( 1748): WAKE_LOCK_TIMEOUT  mReqPending=0 mRequestList=23
> >>>>>> D/RILJ    ( 1748): 0: [36] SET_NETWORK_SELECTION_AUTOMATIC
> >>>>>> D/RILJ    ( 1748): 1: [47] SIM_IO
> >>>>>> D/RILJ    ( 1748): 2: [48] SIM_IO
> >>>>>> D/RILJ    ( 1748): 3: [49] SIM_IO
> >>>>>> D/RILJ    ( 1748): 4: [50] SIM_IO
> >>>>>> D/RILJ    ( 1748): 5: [51] SIM_IO
> >>>>>> D/RILJ    ( 1748): 6: [52] SIM_IO
> >>>>>> D/RILJ    ( 1748): 7: [53] SIM_IO
> >>>>>> D/RILJ    ( 1748): 8: [54] SIM_IO
> >>>>>> D/RILJ    ( 1748): 9: [55] GET_SIM_STATUS
> >>>>>> D/RILJ    ( 1748): 10: [56] QUERY_FACILITY_LOCK
> >>>>>> D/RILJ    ( 1748): 11: [57] QUERY_FACILITY_LOCK
> >>>>>> D/RILJ    ( 1748): 12: [58] SIM_IO
> >>>>>> D/RILJ    ( 1748): 13: [59] SIM_IO
> >>>>>> D/RILJ    ( 1748): 14: [60] SIM_IO
> >>>>>> D/RILJ    ( 1748): 15: [61] SIM_IO
> >>>>>> D/RILJ    ( 1748): 16: [62] REQUEST_GET_NEIGHBORING_CELL_IDS
> >>>>>> D/RILJ    ( 1748): 17: [63] SCREEN_STATE
> >>>>>> D/RILJ    ( 1748): 18: [64] SIGNAL_STRENGTH
> >>>>>> D/RILJ    ( 1748): 19: [65] SCREEN_STATE
> >>>>>> D/RILJ    ( 1748): 20: [66] SET_MUTE
> >>>>>> D/RILJ    ( 1748): 21: [67] DIAL
> >>>>>> D/RILJ    ( 1748): 22: [68] SET_MUTE
> >>>>>> D/RILJ    ( 1748): [0069]> SET_MUTE false
> >>>>>> D/RILJ    ( 1748): [0070]> SET_MUTE false
> >>>>>> select 1854 (app_process), adj 15, size 4005, to kill
> >>>>>> send sigkill to 1854 (app_process), adj 15, size 4005
> >>>>>> I/ActivityManager( 1650): Process com.android.settings (pid 1854) has
> >>>>>> died.
> >>>>>> D/RILJ    ( 1748): [0071]> DTMF_STOP
> >>>>>> I/ActivityManager( 1650): Low Memory: No more background processes.
> >>>>>> W/ActivityManager( 1650): Activity pause timeout for
> >>>>>> HistoryRecord{4379e248 
> >>>>>> {com.android.phone/com.android.phone.InCallScreen}}
> >>>>>> D/dalvikvm( 1753): GC freed 2455 objects / 121888 bytes in 2357ms
> >>>>>> D/dalvikvm( 1650): GC freed 3303 objects / 352520 bytes in 1966ms
> >>>>>> D/RILJ    ( 1748): WAKE_LOCK_TIMEOUT  mReqPending=0 mRequestList=26
> >>>>>> D/RILJ    ( 1748): 0: [36] SET_NETWORK_SELECTION_AUTOMATIC
> >>>>>> D/RILJ    ( 1748): 1: [47] SIM_IO
> >>>>>> D/RILJ    ( 1748): 2: [48] SIM_IO
> >>>>>> D/RILJ    ( 1748): 3: [49] SIM_IO
> >>>>>> D/RILJ    ( 1748): 4: [50] SIM_IO
> >>>>>> D/RILJ    ( 1748): 5: [51] SIM_IO
> >>>>>> D/RILJ    ( 1748): 6: [52] SIM_IO
> >>>>>> D/RILJ    ( 1748): 7: [53] SIM_IO
> >>>>>> D/RILJ    ( 1748): 8: [54] SIM_IO
> >>>>>> D/RILJ    ( 1748): 9: [55] GET_SIM_STATUS
> >>>>>> D/RILJ    ( 1748): 10: [56] QUERY_FACILITY_LOCK
> >>>>>> D/RILJ    ( 1748): 11: [57] QUERY_FACILITY_LOCK
> >>>>>> D/RILJ    ( 1748): 12: [58] SIM_IO
> >>>>>> D/RILJ    ( 1748): 13: [59] SIM_IO
> >>>>>> D/RILJ    ( 1748): 14: [60] SIM_IO
> >>>>>> D/RILJ    ( 1748): 15: [61] SIM_IO
> >>>>>> D/RILJ    ( 1748): 16: [62] REQUEST_GET_NEIGHBORING_CELL_IDS
> >>>>>> D/RILJ    ( 1748): 17: [63] SCREEN_STATE
> >>>>>> D/RILJ    ( 1748): 18: [64] SIGNAL_STRENGTH
> >>>>>> D/RILJ    ( 1748): 19: [65] SCREEN_STATE
> >>>>>> D/RILJ    ( 1748): 20: [66] SET_MUTE
> >>>>>> D/RILJ    ( 1748): 21: [67] DIAL
> >>>>>> D/RILJ    ( 1748): 22: [68] SET_MUTE
> >>>>>> D/RILJ    ( 1748): 23: [69] SET_MUTE
> >>>>>> D/RILJ    ( 1748): 24: [70] SET_MUTE
> >>>>>> D/RILJ    ( 1748): 25: [71] DTMF_STOP
> >>>>>> I/ActivityManager( 1650): Displayed activity
> >>>>>> com.android.phone/.InCallScreen: 21628 ms
> >>>>>> D/RILJ    ( 1748): [0072]> DTMF_STOP
> >>>>>> D/dalvikvm( 1748): GC freed 2277 objects / 141480 bytes in 1504ms
> >>>>>> D/RILJ    ( 1748): [0073]> SCREEN_STATE: false
> >>>>>> D/RILJ    ( 1748): [0074]> SET_MUTE false
> >>>>>> D/GSM     ( 1748): [DataConnection] Stop poll NetStat
> >>>>>> W/ActivityManager( 1650): Activity idle timeout for
> >>>>>> HistoryRecord{4379e248 
> >>>>>> {com.android.phone/com.android.phone.InCallScreen}}
> >>>>>> D/RILJ    ( 1748): WAKE_LOCK_TIMEOUT  mReqPending=0 mRequestList=29
> >>>>>> D/RILJ    ( 1748): 0: [36] SET_NETWORK_SELECTION_AUTOMATIC
> >>>>>> D/RILJ    ( 1748): 1: [47] SIM_IO
> >>>>>> D/RILJ    ( 1748): 2: [48] SIM_IO
> >>>>>> D/RILJ    ( 1748): 3: [49] SIM_IO
> >>>>>> D/RILJ    ( 1748): 4: [50] SIM_IO
> >>>>>> D/RILJ    ( 1748): 5: [51] SIM_IO
> >>>>>> D/RILJ    ( 1748): 6: [52] SIM_IO
> >>>>>> D/RILJ    ( 1748): 7: [53] SIM_IO
> >>>>>> D/RILJ    ( 1748): 8: [54] SIM_IO
> >>>>>> D/RILJ    ( 1748): 9: [55] GET_SIM_STATUS
> >>>>>> D/RILJ    ( 1748): 10: [56] QUERY_FACILITY_LOCK
> >>>>>> D/RILJ    ( 1748): 11: [57] QUERY_FACILITY_LOCK
> >>>>>> D/RILJ    ( 1748): 12: [58] SIM_IO
> >>>>>> D/RILJ    ( 1748): 13: [59] SIM_IO
> >>>>>> D/RILJ    ( 1748): 14: [60] SIM_IO
> >>>>>> D/RILJ    ( 1748): 15: [61] SIM_IO
> >>>>>> D/RILJ    ( 1748): 16: [62] REQUEST_GET_NEIGHBORING_CELL_IDS
> >>>>>> D/RILJ    ( 1748): 17: [63] SCREEN_STATE
> >>>>>> D/RILJ    ( 1748): 18: [64] SIGNAL_STRENGTH
> >>>>>> D/RILJ    ( 1748): 19: [65] SCREEN_STATE
> >>>>>> D/RILJ    ( 1748): 20: [66] SET_MUTE
> >>>>>> D/RILJ    ( 1748): 21: [67] DIAL
> >>>>>> D/RILJ    ( 1748): 22: [68] SET_MUTE
> >>>>>> D/RILJ    ( 1748): 23: [69] SET_MUTE
> >>>>>> D/RILJ    (
>
> ...
>
> read more »

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

Reply via email to