嵌入式爱好者

查看: 4632|回复: 1

[Android] imx6q(201505)的板子上做4G模块的移植

[复制链接]

3

主题

39

帖子

371

积分

i.MX6UL通行证i.MX6Q通行证XX18通行证TCU通行证AM335x通行证

扫一扫,手机访问本帖
发表于 2016-10-9 16:09:56 | 显示全部楼层 |阅读模式
最近在飞凌imx6q(201505)的板子上做4G模块的移植,4G用的是中兴的ME3760,在移植到Android上时,驱动移植成功,ttyUSB0~2  3个口加网卡都出来了,发AT指令也能正常得到返回,发送CPIN?显示卡在位。但是在按文档做完脚本跟RIL库的移植后,Android界面上却显示无服务,没有SIM卡,搜索运营商失败。radio logo如下:
01-01 08:00:03.430 I/use-Rlog/RLOG-RIL( 2386): Runtime 3G can't find supported modem


01-01 08:00:03.430 I/use-Rlog/RLOG-RIL( 2386): Current modem type = 3


01-01 08:00:03.430 D/use-Rlog/RLOG-RILD( 2386): Couldn't find proper modem, retrying...


01-01 08:00:06.370 D/TelephonyManager( 2381): No /proc/cmdline exception=java.io.FileNotFoundException: /proc/cmdline: open failed: EACCES (Permission denied)


01-01 08:00:06.370 D/TelephonyManager( 2381): /proc/cmdline=


01-01 08:00:08.440 I/use-Rlog/RLOG-RIL( 2386): Runtime 3G can't find supported modem


01-01 08:00:08.440 I/use-Rlog/RLOG-RIL( 2386): Current modem type = 3


01-01 08:00:08.440 D/use-Rlog/RLOG-RILD( 2386): Couldn't find proper modem, retrying...


01-02 08:00:03.790 I/use-Rlog/RLOG-RIL( 2386): Runtime 3G can't find supported modem


01-02 08:00:03.790 I/use-Rlog/RLOG-RIL( 2386): Current modem type = 3


01-02 08:00:03.790 D/use-Rlog/RLOG-RILD( 2386): Couldn't find proper modem, retrying...


01-02 08:00:08.790 I/use-Rlog/RLOG-RIL( 2386): Runtime 3G can't find supported modem


01-02 08:00:08.790 I/use-Rlog/RLOG-RIL( 2386): Current modem type = 3


01-02 08:00:08.790 D/use-Rlog/RLOG-RILD( 2386): Couldn't find proper modem, retrying...


01-02 08:00:12.790 W/SignalStrength( 2820): Size of signalstrength parcel:168


01-02 08:00:13.110 D/TelephonyManager( 2926): getLteOnCdmaMode=0 curVal=-1 product_type='' lteOnCdmaProductType=''


01-02 08:00:13.110 I/PhoneFactory( 2926): Network Mode set to 0


01-02 08:00:13.110 I/PhoneFactory( 2926): Cdma Subscription set to 1


01-02 08:00:13.120 D/RILJ    ( 2926): RIL(context, preferredNetworkType=0 cdmaSubscription=1)


01-02 08:00:13.120 D/RILJ    ( 2926): Starting RILReceiver


01-02 08:00:13.200 D/UiccController( 2926): Creating UiccController


01-02 08:00:13.200 I/PhoneFactory( 2926): Creating GSMPhone


01-02 08:00:13.210 D/TelephonyTester( 2926): register for intent action=com.android.internal.telephony.gsm.action_detached


01-02 08:00:13.210 D/TelephonyTester( 2926): register for intent action=com.android.internal.telephony.gsm.action_attached


01-02 08:00:13.240 D/PhoneBase( 2926): mDoesRilSendMultipleCallRing=true


01-02 08:00:13.240 D/PhoneBase( 2926): mCallRingDelay=3000


01-02 08:00:13.250 D/RILJ    ( 2926): setPhoneType=1 old value=0


01-02 08:00:13.260 D/DCT     ( 2926): DCT.constructor


01-02 08:00:13.270 D/Dcc     ( 2926): E ctor


01-02 08:00:13.270 D/Dcc     ( 2926): X ctor


01-02 08:00:13.270 D/DcTeste**ilBrinupAll( 2926): register for intent action=com.android.internal.telephony.dataconnection.action_fail_bringup


01-02 08:00:13.270 D/DcTeste**ilBrinupAll( 2926): register for intent action=com.android.internal.telephony.gsm.action_detached


01-02 08:00:13.270 D/DcTeste**ilBrinupAll( 2926): register for intent action=com.android.internal.telephony.gsm.action_attached


01-02 08:00:13.270 D/DcTesterDeacativeAll( 2926): register for intent action=com.android.internal.telephony.dataconnection.action_deactivate_all


01-02 08:00:13.270 D/DcTesterDeacativeAll( 2926): register for intent action=com.android.internal.telephony.gsm.action_detached


01-02 08:00:13.270 D/DCT     ( 2926): GsmDCT.constructor


01-02 08:00:13.270 D/DCT     ( 2926): initApnContexts: E


01-02 08:00:13.270 D/DCT     ( 2926): initApnContexts: skipping unknown type=1


01-02 08:00:13.280 D/DCT     ( 2926): initApnContexts: apnContext={mApnType=default mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=true mDependencyMet=true}


01-02 08:00:13.280 D/DCT     ( 2926): initApnContexts: apnContext={mApnType=mms mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.280 D/DCT     ( 2926): initApnContexts: apnContext={mApnType=supl mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.280 D/DCT     ( 2926): initApnContexts: apnContext={mApnType=hipri mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.280 D/DCT     ( 2926): initApnContexts: apnContext={mApnType=fota mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.280 D/DCT     ( 2926): initApnContexts: apnContext={mApnType=ims mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.280 D/DCT     ( 2926): initApnContexts: apnContext={mApnType=cbs mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.280 D/DCT     ( 2926): initApnContexts: skipping unknown type=7


01-02 08:00:13.280 D/DCT     ( 2926): initApnContexts: skipping unknown type=9


01-02 08:00:13.280 D/DCT     ( 2926): initApnContexts: X mApnContexts={fota={mApnType=fota mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}, supl={mApnType=supl mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}, hipri={mApnType=hipri mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}, ims={mApnType=ims mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}, default={mApnType=default mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=true mDependencyMet=true}, mms={mApnType=mms mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}, cbs={mApnType=cbs mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=dataEnabled mDataEnabled=false mDependencyMet=true}}


01-02 08:00:13.290 E/RIL_ImsSms( 2926): getFormat should never be called from here!


01-02 08:00:13.290 D/SMSDispatcher( 2926): SMSDispatcher: ctor mSmsCapable=true format=unknown mSmsSendDisabled=false


01-02 08:00:13.290 D/RIL_ImsSms( 2926): ImsSMSDispatcher created


01-02 08:00:13.290 D/SMSDispatcher( 2926): SMSDispatcher: ctor mSmsCapable=true format=3gpp2 mSmsSendDisabled=false


01-02 08:00:13.290 D/CdmaSMSDispatcher( 2926): CdmaSMSDispatcher created


01-02 08:00:13.300 E/WAP PUSH( 2926): bindService() for wappush manager failed


01-02 08:00:13.300 D/GsmInboundSmsHandler( 2926): created InboundSmsHandler


01-02 08:00:13.300 E/WAP PUSH( 2926): bindService() for wappush manager failed


01-02 08:00:13.300 D/CdmaInboundSmsHandler( 2926): created InboundSmsHandler


01-02 08:00:13.310 D/SMSDispatcher( 2926): SMSDispatcher: ctor mSmsCapable=true format=3gpp mSmsSendDisabled=false


01-02 08:00:13.310 D/GsmSMSDispatcher( 2926): GsmSMSDispatcher created


01-02 08:00:13.310 D/SmsBroadcastUndelivered( 2926): scanning raw table for undelivered messages


01-02 08:00:13.310 D/IccCardProxy( 2926): Creating


01-02 08:00:13.310 D/IccCardProxy( 2926): Broadcasting intent ACTION_SIM_STATE_CHANGED NOT_READY reason null


01-02 08:00:13.310 D/IccCardProxy( 2926): Setting radio tech UMTS


01-02 08:00:13.310 D/TelephonyManager( 2926): getLteOnCdmaMode=0 curVal=-1 product_type='' lteOnCdmaProductType=''


01-02 08:00:13.310 D/IccCardProxy( 2926): updateQuietMode: 3GPP subscription -> newQuietMode=false


01-02 08:00:13.310 D/IccCardProxy( 2926): updateQuietMode: QuietMode is false (app_type=1 isLteOnCdmaMode=false cdmaSource=-1)


01-02 08:00:13.310 I/PhoneFactory( 2926): defaultSmsApplication: NONE


01-02 08:00:13.330 D/CallManager( 2926): registerPhone(GSM Handler (com.android.internal.telephony.PhoneProxy) {41b0bd38})


01-02 08:00:13.390 D/SmsBroadcastUndelivered( 2926): finished scanning raw table in 79 ms


01-02 08:00:13.390 D/GsmInboundSmsHandler( 2926): entering Idle state


01-02 08:00:13.390 D/CdmaInboundSmsHandler( 2926): entering Idle state


01-02 08:00:13.470 D/RILJ    ( 2926): [3648]> GET_CURRENT_CALLS


01-02 08:00:13.470 D/RilRequest( 2926): [3648]< GET_CURRENT_CALLS error: com.android.internal.telephony.CommandException: RADIO_NOT_AVAILABLE ret=


01-02 08:00:13.470 D/PHONE   ( 2926): [ServiceState] setNullState=1


01-02 08:00:13.470 D/GsmSST  ( 2926): [GsmSST] Poll ServiceState done:  oldSS=[1 1 home null null null  Unknown Unknown CSS not supported 0 0 RoamInd=0 DefRoamInd=0 EmergOnly=false] newSS=[1 1 home null null null  Unknown Unknown CSS not supported -1 -1 RoamInd=-1 DefRoamInd=-1 EmergOnly=false] oldMaxDataCalls=1 mNewMaxDataCalls=1 oldReasonDataDenied=-1 mNewReasonDataDenied=-1


01-02 08:00:13.470 D/GsmSST  ( 2926): [GsmSST] useDataRegStateForDataOnlyDevice: VoiceRegState=1 DataRegState=1


01-02 08:00:13.470 D/PHONE   ( 2926): [ServiceState] setVoiceRegState=1


01-02 08:00:13.470 D/PHONE   ( 2926): [ServiceState] setNullState=1


01-02 08:00:13.470 D/GsmSST  ( 2926): [GsmSST] updateSpnDisplay: radio is on but out of service, set plmn='无服务。'


01-02 08:00:13.470 D/GsmSST  ( 2926): [GsmSST] updateSpnDisplay: changed sending intent rule=0 showPlmn='true' plmn='无服务。' showSpn='false' spn=''


01-02 08:00:13.480 D/GsmSST  ( 2926): [GsmSST] operatorNumeric is null


01-02 08:00:13.480 D/DCT     ( 2926): handleMessage msg={ when=-216ms what=270369 obj=android.os.AsyncResult@41b23968 target=com.android.internal.telephony.dataconnection.DcTracker }


01-02 08:00:13.480 D/DCT     ( 2926): handleMessage msg={ when=-211ms what=270342 obj=android.os.AsyncResult@41b28cc0 target=com.android.internal.telephony.dataconnection.DcTracker }


01-02 08:00:13.480 D/DCT     ( 2926): onRadioOffOrNotAvailable: is off and clean up all connections


01-02 08:00:13.480 D/DCT     ( 2926): cleanUpAllConnections: tearDown=false reason=radioTurnedOff


01-02 08:00:13.480 D/DCT     ( 2926): cleanUpConnection: E tearDown=false reason=radioTurnedOff apnContext={mApnType=fota mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.480 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.480 D/DCT     ( 2926): [ApnContext:fota] getApnSetting: apnSetting=null


01-02 08:00:13.490 D/DCT     ( 2926): cleanUpConnection: X tearDown=false reason=radioTurnedOff apnContext={mApnType=fota mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true} dcac=null


01-02 08:00:13.490 D/DCT     ( 2926): cleanUpConnection: E tearDown=false reason=radioTurnedOff apnContext={mApnType=supl mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.490 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.490 D/DCT     ( 2926): [ApnContext:supl] getApnSetting: apnSetting=null


01-02 08:00:13.490 D/DCT     ( 2926): cleanUpConnection: X tearDown=false reason=radioTurnedOff apnContext={mApnType=supl mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true} dcac=null


01-02 08:00:13.490 D/DCT     ( 2926): cleanUpConnection: E tearDown=false reason=radioTurnedOff apnContext={mApnType=hipri mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.490 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.490 D/DCT     ( 2926): [ApnContext:hipri] getApnSetting: apnSetting=null


01-02 08:00:13.500 D/DCT     ( 2926): cleanUpConnection: X tearDown=false reason=radioTurnedOff apnContext={mApnType=hipri mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true} dcac=null


01-02 08:00:13.500 D/DCT     ( 2926): cleanUpConnection: E tearDown=false reason=radioTurnedOff apnContext={mApnType=ims mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.500 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.500 D/DCT     ( 2926): [ApnContext:ims] getApnSetting: apnSetting=null


01-02 08:00:13.500 D/DCT     ( 2926): cleanUpConnection: X tearDown=false reason=radioTurnedOff apnContext={mApnType=ims mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true} dcac=null


01-02 08:00:13.500 D/DCT     ( 2926): cleanUpConnection: E tearDown=false reason=radioTurnedOff apnContext={mApnType=default mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=true mDependencyMet=true}


01-02 08:00:13.500 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.500 D/DCT     ( 2926): [ApnContext:default] getApnSetting: apnSetting=null


01-02 08:00:13.500 D/DCT     ( 2926): cleanUpConnection: X tearDown=false reason=radioTurnedOff apnContext={mApnType=default mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=true mDependencyMet=true} dcac=null


01-02 08:00:13.500 D/DCT     ( 2926): cleanUpConnection: E tearDown=false reason=radioTurnedOff apnContext={mApnType=mms mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.500 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.500 D/DCT     ( 2926): [ApnContext:mms] getApnSetting: apnSetting=null


01-02 08:00:13.510 D/DCT     ( 2926): cleanUpConnection: X tearDown=false reason=radioTurnedOff apnContext={mApnType=mms mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true} dcac=null


01-02 08:00:13.510 D/DCT     ( 2926): cleanUpConnection: E tearDown=false reason=radioTurnedOff apnContext={mApnType=cbs mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.510 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.510 D/DCT     ( 2926): [ApnContext:cbs] getApnSetting: apnSetting=null


01-02 08:00:13.510 D/DCT     ( 2926): cleanUpConnection: X tearDown=false reason=radioTurnedOff apnContext={mApnType=cbs mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true} dcac=null


01-02 08:00:13.510 D/DCT     ( 2926): stopNetStatPoll


01-02 08:00:13.510 D/DCT     ( 2926): stopDataStallAlarm: current tag=26825 mDataStallAlarmIntent=null


01-02 08:00:13.510 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.510 D/DCT     ( 2926): [ApnContext:fota] getApnSetting: apnSetting=null


01-02 08:00:13.510 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.510 D/DCT     ( 2926): [ApnContext:supl] getApnSetting: apnSetting=null


01-02 08:00:13.510 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.510 D/DCT     ( 2926): [ApnContext:hipri] getApnSetting: apnSetting=null


01-02 08:00:13.510 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.510 D/DCT     ( 2926): [ApnContext:ims] getApnSetting: apnSetting=null


01-02 08:00:13.510 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.510 D/DCT     ( 2926): [ApnContext:default] getApnSetting: apnSetting=null


01-02 08:00:13.520 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.520 D/DCT     ( 2926): [ApnContext:mms] getApnSetting: apnSetting=null


01-02 08:00:13.520 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.520 D/DCT     ( 2926): [ApnContext:cbs] getApnSetting: apnSetting=null


01-02 08:00:13.520 D/DCT     ( 2926): handleMessage msg={ when=-250ms what=270345 obj=android.os.AsyncResult@41b28f50 target=com.android.internal.telephony.dataconnection.DcTracker }


01-02 08:00:13.520 D/DCT     ( 2926): onDataConnectionDetached: stop polling and notify detached


01-02 08:00:13.520 D/DCT     ( 2926): stopNetStatPoll


01-02 08:00:13.520 D/DCT     ( 2926): stopDataStallAlarm: current tag=26826 mDataStallAlarmIntent=null


01-02 08:00:13.520 D/DCT     ( 2926): notifyDataConnection: reason=dataDetached


01-02 08:00:13.520 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.520 D/DCT     ( 2926): [ApnContext:fota] getApnSetting: apnSetting=null


01-02 08:00:13.530 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.530 D/DCT     ( 2926): [ApnContext:supl] getApnSetting: apnSetting=null


01-02 08:00:13.540 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.540 D/DCT     ( 2926): [ApnContext:hipri] getApnSetting: apnSetting=null


01-02 08:00:13.540 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.540 D/DCT     ( 2926): [ApnContext:ims] getApnSetting: apnSetting=null


01-02 08:00:13.550 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.550 D/DCT     ( 2926): [ApnContext:default] getApnSetting: apnSetting=null


01-02 08:00:13.550 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.550 D/DCT     ( 2926): [ApnContext:mms] getApnSetting: apnSetting=null


01-02 08:00:13.560 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.560 D/DCT     ( 2926): [ApnContext:cbs] getApnSetting: apnSetting=null


01-02 08:00:13.560 D/DCT     ( 2926): handleMessage msg={ when=-285ms what=270348 obj=android.os.AsyncResult@41b290a8 target=com.android.internal.telephony.dataconnection.DcTracker }


01-02 08:00:13.560 D/DCT     ( 2926): onRoamingOff


01-02 08:00:13.560 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.560 D/DCT     ( 2926): [ApnContext:fota] getApnSetting: apnSetting=null


01-02 08:00:13.560 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.560 D/DCT     ( 2926): [ApnContext:supl] getApnSetting: apnSetting=null


01-02 08:00:13.570 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.570 D/DCT     ( 2926): [ApnContext:hipri] getApnSetting: apnSetting=null


01-02 08:00:13.580 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.580 D/DCT     ( 2926): [ApnContext:ims] getApnSetting: apnSetting=null


01-02 08:00:13.580 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.580 D/DCT     ( 2926): [ApnContext:default] getApnSetting: apnSetting=null


01-02 08:00:13.580 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.580 D/DCT     ( 2926): [ApnContext:mms] getApnSetting: apnSetting=null


01-02 08:00:13.590 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.590 D/DCT     ( 2926): [ApnContext:cbs] getApnSetting: apnSetting=null


01-02 08:00:13.590 D/DCT     ( 2926): setupDataOnConnectableApns: roamingOff


01-02 08:00:13.590 D/DCT     ( 2926): setupDataOnConnectableApns: apnContext {mApnType=hipri mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.590 D/DCT     ( 2926): setupDataOnConnectableApns: apnContext {mApnType=mms mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.590 D/DCT     ( 2926): setupDataOnConnectableApns: apnContext {mApnType=supl mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.590 D/DCT     ( 2926): setupDataOnConnectableApns: apnContext {mApnType=default mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=true mDependencyMet=true}


01-02 08:00:13.590 D/DCT     ( 2926): setupDataOnConnectableApns: isConnectable() call trySetupData


01-02 08:00:13.590 D/DCT     ( 2926): trySetupData for type:default due to roamingOff apnContext={mApnType=default mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=roamingOff mDataEnabled=true mDependencyMet=true}


01-02 08:00:13.590 D/DCT     ( 2926): trySetupData with mIsPsRestricted=false


01-02 08:00:13.590 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.590 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.590 D/DCT     ( 2926): [ApnContext:fota] getApnSetting: apnSetting=null


01-02 08:00:13.590 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.590 D/DCT     ( 2926): [ApnContext:supl] getApnSetting: apnSetting=null


01-02 08:00:13.600 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.600 D/DCT     ( 2926): [ApnContext:hipri] getApnSetting: apnSetting=null


01-02 08:00:13.600 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.600 D/DCT     ( 2926): [ApnContext:ims] getApnSetting: apnSetting=null


01-02 08:00:13.600 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.600 D/DCT     ( 2926): [ApnContext:default] getApnSetting: apnSetting=null


01-02 08:00:13.600 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.600 D/DCT     ( 2926): [ApnContext:mms] getApnSetting: apnSetting=null


01-02 08:00:13.610 D/DCT     ( 2926): isDataAllowed: not allowed due to - Attached= false - SIM not loaded


01-02 08:00:13.610 D/DCT     ( 2926): [ApnContext:cbs] getApnSetting: apnSetting=null


01-02 08:00:13.610 D/DCT     ( 2926): trySetupData: X apnContext not 'ready' retValue=false


01-02 08:00:13.610 D/DCT     ( 2926): setupDataOnConnectableApns: apnContext {mApnType=fota mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.610 D/DCT     ( 2926): setupDataOnConnectableApns: apnContext {mApnType=ims mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.610 D/DCT     ( 2926): setupDataOnConnectableApns: apnContext {mApnType=cbs mState=IDLE mWaitingApns={null} mWaitingApnsPermanentFailureCountDown=0 mApnSetting={null} mReason=radioTurnedOff mDataEnabled=false mDependencyMet=true}


01-02 08:00:13.610 D/DebugService( 2926): DebugService DebugService:


01-02 08:00:13.610 D/SipService( 2926): SipService: started!


01-02 08:00:13.640 D/SipService( 2926): start:


01-02 08:00:13.720 D/SipBroadcastReceiver( 2926): SIP VOIP not supported: android.net.sip.SIP_SERVICE_UP


01-02 08:00:13.790 I/use-Rlog/RLOG-RIL( 2386): Runtime 3G can't find supported modem


01-02 08:00:13.790 I/use-Rlog/RLOG-RIL( 2386): Current modem type = 3


01-02 08:00:13.790 D/use-Rlog/RLOG-RILD( 2386): Couldn't find proper modem, retrying...


01-02 08:00:16.300 D/GsmCellBroadcastHandler( 2926): mWakeLock released


01-02 08:00:16.310 D/CellBroadcastHandler( 2926): mWakeLock released


01-02 08:00:16.310 D/CdmaServiceCategoryProgramHandler( 2926): mWakeLock released


01-02 08:00:16.390 D/GsmInboundSmsHandler( 2926): Idle state processing message type 5


01-02 08:00:16.390 D/CdmaInboundSmsHandler( 2926): Idle state processing message type 5


01-02 08:00:16.390 D/GsmInboundSmsHandler( 2926): mWakeLock released


01-02 08:00:16.390 D/CdmaInboundSmsHandler( 2926): mWakeLock released


01-02 08:00:17.120 I/RILJ    ( 2926): Couldn't find 'rild' socket; retrying after timeout


01-02 08:00:18.789 I/use-Rlog/RLOG-RIL( 2386): Runtime 3G can't find supported modem


01-02 08:00:18.789 I/use-Rlog/RLOG-RIL( 2386): Current modem type = 3


01-02 08:00:18.789 D/use-Rlog/RLOG-RILD( 2386): Couldn't find proper modem, retrying...


01-02 08:00:21.130 I/RILJ    ( 2926): Couldn't find 'rild' socket; retrying after timeout


01-02 08:00:23.800 I/use-Rlog/RLOG-RIL( 2386): Runtime 3G can't find supported modem


01-02 08:00:23.800 I/use-Rlog/RLOG-RIL( 2386): Current modem type = 3


01-02 08:00:23.800 D/use-Rlog/RLOG-RILD( 2386): Couldn't find proper modem, retrying...


01-02 08:00:25.130 I/RILJ    ( 2926): Couldn't find 'rild' socket; retrying after timeout


01-02 08:00:28.800 I/use-Rlog/RLOG-RIL( 2386): Runtime 3G can't find supported modem


01-02 08:00:28.800 I/use-Rlog/RLOG-RIL( 2386): Current modem type = 3


01-02 08:00:28.800 D/use-Rlog/RLOG-RILD( 2386): Couldn't find proper modem, retrying...


01-02 08:00:29.130 I/RILJ    ( 2926): Couldn't find 'rild' socket; retrying after timeout


01-02 08:00:33.130 I/RILJ    ( 2926): Couldn't find 'rild' socket; retrying after timeout


01-02 08:00:33.800 I/use-Rlog/RLOG-RIL( 2386): Runtime 3G can't find supported modem


01-02 08:00:33.800 I/use-Rlog/RLOG-RIL( 2386): Current modem type = 3


01-02 08:00:33.800 D/use-Rlog/RLOG-RILD( 2386): Couldn't find proper modem, retrying...


01-02 08:00:33.800 I/use-Rlog/RLOG-RIL( 2386): 3G modem monitor thread is start


01-02 08:00:37.130 I/RILJ    ( 2926): Couldn't find 'rild' socket; retrying after timeout


01-02 08:00:41.130 I/RILJ    ( 2926): Couldn't find 'rild' socket; retrying after timeout


01-02 08:00:45.130 E/RILJ    ( 2926): Couldn't find 'rild' socket after 8 times, continuing to retry silently


01-02 08:23:58.060 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:23:58.060 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:23:58.060 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:23:58.060 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:23:58.060 D/GsmSST  ( 2926): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]


01-02 08:23:59.060 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:23:59.060 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:23:59.060 D/GsmSST  ( 2926): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]


01-02 08:23:59.060 W/SignalStrength( 5509): Size of signalstrength parcel:168


01-02 08:24:01.380 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:24:01.380 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:24:01.380 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:24:01.380 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:24:01.380 D/GsmSST  ( 2926): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]


01-02 08:24:01.430 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:24:01.430 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:24:01.430 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:24:01.430 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:24:01.430 D/GsmSST  ( 2926): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]


01-02 08:24:01.460 D/SimPhoneBookIM( 2926): [SimPbInte**ceManager] getAdnRecordsInEF: efid=28474


01-02 08:24:01.460 E/SimPhoneBookIM( 2926): [SimPbInte**ceManager] Failure while trying to load from SIM due to uninitialised adncache


01-02 08:24:01.460 W/IccProvider( 2926): Cannot load ADN records


01-02 08:24:01.470 D/SimPhoneBookIM( 2926): [SimPbInte**ceManager] getAdnRecordsInEF: efid=28474


01-02 08:24:01.470 E/SimPhoneBookIM( 2926): [SimPbInte**ceManager] Failure while trying to load from SIM due to uninitialised adncache


01-02 08:24:01.470 W/IccProvider( 2926): Cannot load ADN records


01-02 08:24:01.480 D/SimPhoneBookIM( 2926): [SimPbInte**ceManager] getAdnRecordsInEF: efid=28474


01-02 08:24:01.480 E/SimPhoneBookIM( 2926): [SimPbInte**ceManager] Failure while trying to load from SIM due to uninitialised adncache


01-02 08:24:01.480 W/IccProvider( 2926): Cannot load ADN records


01-02 08:24:01.480 D/SimPhoneBookIM( 2926): [SimPbInte**ceManager] getAdnRecordsInEF: efid=28474


01-02 08:24:01.480 E/SimPhoneBookIM( 2926): [SimPbInte**ceManager] Failure while trying to load from SIM due to uninitialised adncache


01-02 08:24:01.480 W/IccProvider( 2926): Cannot load ADN records


01-02 08:24:29.020 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:24:29.020 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:24:29.020 W/SignalStrength( 6090): Size of signalstrength parcel:168


01-02 08:24:29.020 D/GsmSST  ( 2926): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]


01-02 08:24:30.240 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:24:30.240 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:24:30.240 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:24:30.240 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:24:30.240 D/GsmSST  ( 2926): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]


01-02 08:24:30.400 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:24:30.400 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:24:30.400 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): not implemented


01-02 08:24:30.400 D/GsmSST  ( 2926): [GsmSST] SST.getAllCellInfo(): X size=0 list=null


01-02 08:24:30.400 D/GsmSST  ( 2926): [GsmSST] getCellLocation(): X empty mCellLoc and CellInfo mCellLoc=[-1,-1,-1]


01-02 08:24:30.440 D/SimPhoneBookIM( 2926): [SimPbInte**ceManager] getAdnRecordsInEF: efid=28474


01-02 08:24:30.440 E/SimPhoneBookIM( 2926): [SimPbInte**ceManager] Failure while trying to load from SIM due to uninitialised adncache


01-02 08:24:30.440 W/IccProvider( 2926): Cannot load ADN records


01-02 08:24:30.450 D/SimPhoneBookIM( 2926): [SimPbInte**ceManager] getAdnRecordsInEF: efid=28474


01-02 08:24:30.450 E/SimPhoneBookIM( 2926): [SimPbInte**ceManager] Failure while trying to load from SIM due to uninitialised adncache


01-02 08:24:30.450 W/IccProvider( 2926): Cannot load ADN records


01-02 08:24:30.460 D/SimPhoneBookIM( 2926): [SimPbInte**ceManager] getAdnRecordsInEF: efid=28474


01-02 08:24:30.460 E/SimPhoneBookIM( 2926): [SimPbInte**ceManager] Failure while trying to load from SIM due to uninitialised adncache


01-02 08:24:30.460 W/IccProvider( 2926): Cannot load ADN records


01-02 08:24:30.470 D/SimPhoneBookIM( 2926): [SimPbInte**ceManager] getAdnRecordsInEF: efid=28474


01-02 08:24:30.470 E/SimPhoneBookIM( 2926): [SimPbInte**ceManager] Failure while trying to load from SIM due to uninitialised adncache


01-02 08:24:30.470 W/IccProvider( 2926): Cannot load ADN records


回复

使用道具 举报

1

主题

4

帖子

18

积分

i.MX6Q通行证

发表于 2016-10-10 08:58:40 | 显示全部楼层
楼主的PCIE怎么在内核配置的,修改什么了吗?为什么我的PCIE连接失败呢?
点评回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )

GMT+8, 2024-5-6 14:53

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表