pianyu / 0xdroid

Automatically exported from code.google.com/p/0xdroid
0 stars 0 forks source link

RIL implementation for 0xdroid #173

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

Hi,

 I am trying to up the beagle board rev c3 on android froyo 2.2.While doing i got the following error.

D/RILJ    (  926): [0000]> RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING
D/RILJ    (  926): [0000]< RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING error: 
com.android.internal.telephony.CommandException: RADIO_NOT_AVAILABLE
D/STK     (  926): StkService: StkService: is running
D/STK     (  926): StkService: NEW sInstance
I/PHONE   (  926): Creating GSMPhone
I/RILJ    (  926): Couldn't find 'rild' socket; retrying after timeout
D/RILJ    (  926): [0001]> GET_CURRENT_CALLS
D/RILJ    (  926): [0001]< GET_CURRENT_CALLS error: 
com.android.internal.telephony.CommandException: RADIO_NOT_AVAILABLE
E/GSM     (  926): Wrong network type: 0
E/GSM     (  926): Wrong network type: 0
D/GSM     (  926): Poll ServiceState done:  oldSS=[1 home null null null  
Unknown CSS not supported 0 0RoamInd: 0DefRoamInd: 0EmergOnly: false] newSS=[1 
homn
D/GSM     (  926): GSMDataConnTrack handleMessage { what=12 when=112043 
obj=android.os.AsyncResult@43e689d0 }
D/GSM     (  926): [GsmDataConnectionTracker] Radio is off and clean up all 
connection
D/GSM     (  926): [GsmDataConnectionTracker] Clean up connection due to 
radioTurnedOff
D/GSM     (  926): [GsmDataConnectionTracker] setState: DISCONNECTING
D/GSM     (  926): [GsmDataConnectionTracker] cleanUpConnection: !tearDown, 
call conn.resetSynchronously
D/GSM     (  926): [GsmDataConnection-1] DcInactiveState: msg.what=EVENT_RESET, 
ignore we're already reset
D/GSM     (  926): [GsmDataConnection-1] NotifyDisconnectCompleted
D/GSM     (  926): [GsmDataConnection-1] clearSettings
D/GSM     (  926): [DataConnection] Stop poll NetStat
D/GSM     (  926): [GsmDataConnectionTracker] cleanupConnection: 
!notificationDeferred
D/GSM     (  926): [GsmDataConnectionTracker] gotoIdleAndNotifyDataConnection: 
reason=radioTurnedOff
D/GSM     (  926): [GsmDataConnectionTracker] setState: IDLE
D/GSM     (  926): GSMDataConnTrack handleMessage { what=19 when=112043 
obj=android.os.AsyncResult@43e68d20 }
D/GSM     (  926): [DataConnection] Stop poll NetStat
D/GSM     (  926): GSMDataConnTrack handleMessage { what=22 when=112044 
obj=android.os.AsyncResult@43e68e70 }
D/GSM     (  926): [GsmDataConnectionTracker] ***trySetupData due to roamingOff
D/GSM     (  926): [DSAC DEB] trySetupData with mIsPsRestricted=false
D/GSM     (  926): [GsmDataConnectionTracker] trySetupData: Not ready for data: 
 dataState=IDLE gprsState=1 sim=false UMTS=false phoneState=IDLE isDataAllowe
D/GSM     (  926): [IccCard] Broadcasting intent ACTION_SIM_STATE_CHANGED 
NOT_READY reason null
I/RILJ    (  926): Couldn't find 'rild' socket; retrying after timeout
I/RILJ    (  926): Couldn't find 'rild' socket; retrying after timeout
I/RILJ    (  926): Couldn't find 'rild' socket; retrying after timeout
I/RILJ    (  926): Couldn't find 'rild' socket; retrying after timeout
I/RILJ    (  926): Couldn't find 'rild' socket; retrying after timeout
I/RILJ    (  926): Couldn't find 'rild' socket; retrying after timeout
E/RILJ    (  926): Couldn't find 'rild' socket after 8 times, continuing to 
retry silently
D/RILJ    (  926): WAKE_LOCK_TIMEOUT  mReqPending=0 mRequestList=0

Please help me out to resolve this issue.

Original issue reported on code.google.com by samantha...@gmail.com on 20 Sep 2011 at 6:29