Equipment info in DP90

Hello experts,
I have to find the equipment information, while I'm working with transacation code DP90 ... I am working in userexit_pricing_prepare_tkomp and there I need the field MATNR from the equipment ... I tried already a few things, but it doens't seem to work the way I do it ...
Can someone help me ?
Greetz,
Kurt Clement.

Hello Ravi,
Thanks for your answer ! Unfortunately I can't use your answer yet, because I don't have the equipment number ... It seems that there aren't enough (internal) tables to use when I'm in the routine "userexit_pricing_prepare_tkomp" ... And that's my biggest problem, because I need the value at this point.
I also don't have the number of the service order ! The only structures to use are tkomk and tkomp ...
I'll keep looking for an answer ...
Greetz, Kurt.

Similar Messages

  • Equipment change.. address info

    Hi Experts,
    I need to update address info(fields:NAME1,STREET,DISTRICT,POST_CODE1,CITY1
    COUNTRY,REGION,TAXJURCODE,HERST,TYPBZ, on the equipment.) I Tried to use the below code and it does not wrk. I haven't used this fm before and can someone please let me know how to make it wrk.
    FORM update_additional_fields  USING    p_zinput_zserial
                                            p_zinput_matnr
                                            p_lt_gr_item LIKE lt_gr_item[].
      DATA: wa_gr_item TYPE bapi2017_gm_item_create.
      DATA: l_bednr TYPE ekpo-bednr.
      data: l_adrnr TYPE lfa1-adrnr.
      data: l_afnam TYPE ekpo-afnam.
      data: l_equip type BAPI_ITOB_PARMS-EQUIPMENT.
      data: ls_data_general type BAPI_ITOB.
      data: ls_data_general_x type BAPI_ITOBX.
      data: ls_DATA_SPECIFIC type BAPI_ITOB_EQ_ONLY.
      data: ls_data_specific_x type BAPI_ITOB_EQ_ONLYX.
      data: ls_data_general_exp type BAPI_ITOB.
      data: it_Return_c type  BAPIRET2.
      LOOP AT p_lt_gr_item INTO wa_gr_item.
        select single equnr from equi into l_equip
                                          where sernr = p_zinput_zserial
                                              and matnr = p_zinput_matnr.
        if sy-subrc = 0.
        SELECT SINGLE  bednr                                    " SIR 93298
                       adrnr
                       afnam                                    " SIR 93298
                       FROM ekpo
                        INTO (l_bednr, l_adrnr, l_afnam)
                        WHERE ebeln EQ wa_gr_item-po_number
                       AND   ebelp EQ wa_gr_item-po_item.
        IF sy-subrc EQ 0 AND l_adrnr IS NOT INITIAL.
         wa_objrecip-adrnr = l_adrnr.
           ls_data_General-READ_ADRNR = l_adrnr.
           ls_data_general_x-read_adrnr = 'X'.
           ls_data_specific-SERIALNO    = p_zinput_zserial.
           ls_data_specific_x-SERIALNO  = 'X'.
           ls_data_specific-MATERIAL    = p_zinput_matnr.
           ls_data_specific_x-MATERIAL = 'X'.
        ELSE.
         SELECT SINGLE adrnr INTO l_adrnr
                       FROM t001w
                       WHERE werks EQ wa_gr_item-werks.
         IF sy-subrc EQ 0.
           wa_objrecip-adrnr = l_adrnr.
         ENDIF.
        ENDIF.
    CALL FUNCTION 'BAPI_EQUI_CHANGE'
      EXPORTING
        equipment               =  l_equip
        data_general            =  ls_data_general
        data_generalx           =  ls_data_general_x
        data_specific           =  ls_data_specific
        data_specificx          =  ls_data_specific_x
      DATA_FLEET              =
      DATA_FLEETX             =
      VALID_DATE              = SY-DATUM
      VALID_TIME              = SY-UZEIT
    IMPORTING
       DATA_GENERAL_EXP        =  ls_data_general_exp
      DATA_SPECIFIC_EXP       =
      DATA_FLEET_EXP          =
       RETURN                  = it_return_c
    commit work.
    endif.
    endloop.
    ENDFORM.                    " update_additional_fields

    Thank you ... I looked into the program RMEQUI65.. but the  structures for BAPI_EQUI_CHANGE are populated using the following statements that I cannot understand
    SWC_GET_ELEMENT CONTAINER 'DataGeneral' DATAGENERAL.
    SWC_GET_ELEMENT CONTAINER 'DataGeneralx' DATAGENERALX.
    SWC_GET_ELEMENT CONTAINER 'DataSpecific' DATASPECIFIC.
    SWC_GET_ELEMENT CONTAINER 'DataSpecificx' DATASPECIFICX.
    SWC_GET_ELEMENT CONTAINER 'ValidDate' VALIDDATE.
    I need to update Address info.. am I in the right path ? I'm trying to populate READ_ADDNR (Address number) which I'm hoping will take care of updating the address info. Can someone pelase share their code with BAPI_EQUI_Change that will successfully update equipment info.
    Thank you

  • I dropped my iPhone down a stairwell. It was in a case but the screen shattered. I replaced the screen with disaled iphone. Now it loses signal all the time, and goes into "searching" mode for cell signal.

    iTunes says it needs to be restored to default to connect. When I restore it nothing changes. I get the same behavior. Below is my deivce log from the iPhone Config Utility. Hopefully someone can tell me if the phone is a wash.
    ==== Attached at 7/23/2012 11:56:40 PM ====
    Jul 23 23:21:03 unknown configd[44] <Notice>: network configuration changed.
    Jul 23 23:21:03 unknown configd[44] <Notice>: Captive: en0: Not probing 'can haz netz' (good signature)
    Jul 23 23:21:03 unknown configd[44] <Notice>: network configuration changed.
    Jul 23 23:21:04 unknown wifid[13] <Error>: WiFi:[364792864.449884]: Client itunesstored is background application
    Jul 23 23:21:04 unknown ptpd[185] <Notice>: PTP interface has been activated at high speed.
    Jul 23 23:21:06 unknown kernel[0] <Debug>: launchd[192] Builtin profile: syncdefaultsd (sandbox)
    Jul 23 23:21:09 unknown configd[44] <Notice>: Captive: en0: Not probing 'can haz netz' (good signature)
    Jul 23 23:21:09 unknown configd[44] <Notice>: network configuration changed.
    Jul 23 23:21:09 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::endpointIOTimerExpired : IO stuck for endpoint 81, killing it
    Jul 23 23:21:09 unknown kernel[0] <Debug>: GINTSTS=04008028 GINTMSK=a00c3800 GNPTXSTS=00080010 DAINT=00000000
    Jul 23 23:21:09 unknown kernel[0] <Debug>: DAINTMSK=0015002b DCFG=00000010 DCTL=00000000 DSTS=0036ab00
    Jul 23 23:21:09 unknown kernel[0] <Debug>: GRXFSIZ=0000021b GNPTXFSIZ=0010021b DPTXSIZ(1)=0040022b
    Jul 23 23:21:09 unknown kernel[0] <Debug>: GAHBCFG=0000002b, GUSBCFG=00002c08, GRSTCTL=80000000
    Jul 23 23:21:09 unknown kernel[0] <Debug>: DEPCTL   DEPINT   DEPTSIZ  DEPDMA
    Jul 23 23:21:09 unknown kernel[0] <Debug>: EP80 00008000 00000080 00000000 419c5004
    Jul 23 23:21:09 unknown kernel[0] <Debug>: EP00 80028000 00000000 20080040 419c4000
    Jul 23 23:21:09 unknown kernel[0] <Debug>: EP81 80888200 00000000 20080000 51dd700c
    Jul 23 23:21:09 unknown kernel[0] <Debug>: EP83 004e8040 00002090 00000000 7617e65e
    Jul 23 23:21:09 unknown kernel[0] <Debug>: EP85 00c98200 00002010 20000000 41f97068
    Jul 23 23:21:09 unknown kernel[0] <Debug>: EP02 000a8200 00002010 00380ff4 4a03100c
    Jul 23 23:21:09 unknown kernel[0] <Debug>: EP04 80088200 00000000 02008000 42011000
    Jul 23 23:21:10 unknown configd[44] <Notice>: network configuration changed.
    Jul 23 23:21:10 unknown UserEventAgent[12] <Warning>: DEBUG: Changing WiFi state: 1
    Jul 23 23:21:10 unknown CommCenter[55] <Error>: kDataAttachStatusNotification sent, wasAttached: 1 isAttached: 1
    Jul 23 23:21:10 unknown SpringBoard[50] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    Jul 23 23:21:10 unknown SpringBoard[50] <Notice>: MultitouchHID: detection mode: 0->255
    Jul 23 23:21:10 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 1
    Jul 23 23:21:11 unknown kernel[0] <Debug>: ALS: [AppleCT700] setPropertiesGated: requested ReportInterval=0 turn OFF sensor
    Jul 23 23:21:13 unknown timed[194] <Notice>: (Note ) CoreTime: Received time 07/24/2012 03:21:13-0-.-0-0 -f-r-o-m -"-N-I-T-Z-"
    Jul 23 23:21:13 unknown timed[194] <Notice>: (Note ) CoreTime: Not setting system time to 07/24/2012 03:21:13 from NTP because time is unchanged
    Jul 23 23:21:13 unknown timed[194] <Notice>: (Note ) CoreTime: Want active time in 31.52hrs. Need active time in 114.85hrs.
    Jul 23 23:21:13 unknown timed[194] <Notice>: (Note ) CoreTime: Received network time zone "NITZ" with 364792873.00 -240 DST 1 in 310
    Jul 23 23:21:13 unknown timed[194] <Notice>: (Note ) CoreTime: Searching in DST time zone map for offset -240 and MCC 310
    Jul 23 23:21:13 unknown timed[194] <Notice>: (Note ) CoreTime: Received timezone "America/New_York" from "NITZ"
    Jul 23 23:21:13 unknown timed[194] <Notice>: (Note ) CoreTime: Not setting time zone to America/New_York from NITZ
    Jul 23 23:21:15 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::endpointIOTimerExpired : IO stuck for endpoint 81, killing it
    Jul 23 23:21:15 unknown kernel[0] <Debug>: GINTSTS=04008028 GINTMSK=a00c3800 GNPTXSTS=00080010 DAINT=00000000
    Jul 23 23:21:15 unknown kernel[0] <Debug>: DAINTMSK=0015002b DCFG=00000010 DCTL=00000000 DSTS=00131c00
    Jul 23 23:21:15 unknown kernel[0] <Debug>: GRXFSIZ=0000021b GNPTXFSIZ=0010021b DPTXSIZ(1)=0040022b
    Jul 23 23:21:15 unknown kernel[0] <Debug>: GAHBCFG=0000002b, GUSBCFG=00002c08, GRSTCTL=80000000
    Jul 23 23:21:15 unknown kernel[0] <Debug>: DEPCTL   DEPINT   DEPTSIZ  DEPDMA
    Jul 23 23:21:15 unknown kernel[0] <Debug>: EP80 00008000 00000080 00000000 419c5004
    Jul 23 23:21:15 unknown kernel[0] <Debug>: EP00 80028000 00000000 20080040 419c4000
    Jul 23 23:21:15 unknown kernel[0] <Debug>: EP81 80888200 00000000 20080000 51dd700c
    Jul 23 23:21:15 unknown kernel[0] <Debug>: EP83 004e8040 00002090 00000000 7617e65e
    Jul 23 23:21:15 unknown kernel[0] <Debug>: EP85 00c98200 00002010 20000000 41f97068
    Jul 23 23:21:15 unknown kernel[0] <Debug>: EP02 000a8200 00002010 00380ff4 4a03100c
    Jul 23 23:21:15 unknown kernel[0] <Debug>: EP04 80088200 00000000 02008000 42011000
    Jul 23 23:21:16 unknown kernel[0] <Debug>: AppleSerialMultiplexer: mux-ad(eng)::setLinkQualityMetricGated: Setting link quality metric to 100
    Jul 23 23:21:16 unknown timed[194] <Notice>: (Note ) CoreTime: Want active time in 31.52hrs. Need active time in 114.85hrs.
    Jul 23 23:21:21 unknown kernel[0] <Debug>: AppleSerialMultiplexer: mux-ad(eng)::dormancySetIntervalGated: Setting dormancy interval to 2500 ms with mask 0x1700
    Jul 23 23:21:45 unknown profiled[183] <Notice>: (Note ) profiled: Idled.
    Jul 23 23:21:45 unknown profiled[183] <Notice>: (Note ) profiled: Service stopping.
    Jul 23 23:25:10 unknown CommCenter[55] <Error>: kDataAttachStatusNotification sent, wasAttached: 1 isAttached: 1
    Jul 23 23:26:21 unknown lockdownd[26] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
    Jul 23 23:26:21 unknown lockdownd[26] <Notice>: 2ff90000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jul 23 23:26:21 unknown lockdownd[26] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x1273b0 [0x3f71b650]>{type = mutable dict, count = 5,
    entries =>
    1 : <CFString 0x127460 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoCurrentSubscriberId"} = <CFString 0x1274a0 [0x3f71b650]>{contents = "310410418830324"}
    2 : <CFString 0x127ec0 [0x3f71b650]>{contents= "kCTMobileEquipmentInfoCurrentMobileId"} = <CFString 0x127ef0 [0x3f71b650]>{contents = "012417009917339"}
    4 : <CFString 0x1274e0 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoICCID"} = <CFString 0x127510 [0x3f71b650]>{contents = "89014104254188303245"}
    11 : <CFString 0x127530 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x127ef0 [0x3f71b650]>{contents = "012417009917339"}
    12 : <CFString 0x1275a0 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoIMSI"} = <CFString 0x1274a0 [0x3f71b650]>{contents = "310410418830324"}
    Jul 23 23:26:21 unknown lockdownd[26] <Notice>: 2ff90000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jul 23 23:26:22 unknown atc[199] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
    Jul 23 23:26:23 unknown wifid[13] <Error>: WiFi:[364793183.480799]: Client itunesstored is background application
    Jul 23 23:26:24 unknown lockdownd[26] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
    Jul 23 23:26:45 unknown lockdownd[26] <Notice>: 2ff90000 _receive_message: walk away - non-SSL 1
    Jul 23 23:35:09 unknown configd[44] <Notice>: network configuration changed.
    Jul 23 23:35:09 unknown kernel[0] <Debug>: AppleSerialMultiplexer: !! prot::handleReadData: Dumping 27.010 buffer (8 bytes):
    Jul 23 23:35:09 unknown kernel[0] <Debug>: AppleSerialMultiplexer: !! prot::handleReadData: frameStart = 0, address = 31
    Jul 23 23:35:09 unknown kernel[0] <Debug>: AppleSerialMultiplexer: !! buff(3260)::__log: length 8
    Jul 23 23:35:09 unknown kernel[0] <Debug>: AppleSerialMultiplexer: !! buff(3260)::__log: chunk 0 (8/0xd07b5804):
    Jul 23 23:35:09 unknown kernel[0] <Debug>: AppleSerialMultiplexer: !! buff(3260)::__log: 0000  7D 01 EF A1 0D 0A 2B 58                            }.....+X
    Jul 23 23:35:09 unknown kernel[0] <Debug>: AppleSerialMultiplexer: !! mux-ad(eng)::fatalError: fatal error: kASMFatalErrorInvalidChannel (8): channel was 31
    Jul 23 23:35:09 unknown kernel[0] <Debug>: AppleSerialMultiplexer: mux-ad(eng)::changeMuxStateGated: state change: Engaged -> Error
    Jul 23 23:35:09 unknown kernel[0] <Debug>: AppleSerialMultiplexer: !! mux-ad(err)::bsdIoctl: Fatal error code=kASMFatalErrorInvalidChannel(8)
    Jul 23 23:35:09 unknown kernel[0] <Debug>: AppleSerialMultiplexer: !! mux-ad(err)::validateAndGetMuxBsdInterface: Cannot perform Receive on Bypass when state is Error
    Jul 23 23:35:09 unknown CommCenter[55] <Notice>: CSI state dump requested: AppleSerialMultiplexer Fatal Error: Code kASMFatalErrorInvalidChannel (8): channel was 31: snapshot: RESET_DET: Dunno, SPCLKCON 0x1, SPCON 0xd405a, SPSTA 0x160410, SPCNT 0x128, SPTDCNT 0x127 - Protocol: MRDY Low, SRDY High(Select Exception)
    Jul 23 23:35:10 unknown kernel[0] <Debug>: AppleSerialMultiplexer: !! mux-ad(err)::validateAndGetMuxBsdInterface: Cannot perform Receive on Bypass when state is Error
    Jul 23 23:35:10 unknown CommCenter[55] <Error>: kDataAttachStatusNotification sent, wasAttached: 1 isAttached: 0
    Jul 23 23:35:10 unknown lockdownd[26] <Notice>: 3ec2cd98 lookup_baseband_info_old: The SIM status has changed
    Jul 23 23:35:10 unknown lockdownd[26] <Notice>: 3ec2cd98 load_activation_records: Could not extract ICCID from record
    Jul 23 23:35:10 unknown lockdownd[26] <Notice>: 3ec2cd98 load_activation_records: This is a wildcard record
    Jul 23 23:35:10 unknown lockdownd[26] <Notice>: 3ec2cd98 copy_activation_record: No unlock record. Looking for a care flag.
    Jul 23 23:35:10 unknown lockdownd[26] <Notice>: 3ec2cd98 copy_activation_record: No care flag. Looking for a record that matches the SIM.
    Jul 23 23:35:10 unknown lockdownd[26] <Notice>: 3ec2cd98 copy_activation_record: Looking up the record for ICCID 89014104254188303245
    Jul 23 23:35:10 unknown lockdownd[26] <Notice>: 3ec2cd98 copy_activation_record: No record for the SIM. Looking for wildcard.
    Jul 23 23:35:10 unknown SpringBoard[50] <Error>: mms: ***** isMmsConfigured = 1
    Jul 23 23:35:11 unknown timed[205] <Notice>: (Note ) CoreTime: Received source unavailable from "NITZ"
    Jul 23 23:35:11 unknown timed[205] <Notice>: (Note ) CoreTime: Not setting system time to 07/24/2012 03:35:11 from NTP because time is unchanged
    Jul 23 23:35:11 unknown timed[205] <Notice>: (Note ) CoreTime: Not setting time zone to America/New_York from NITZ
    Jul 23 23:35:11 unknown timed[205] <Notice>: (Note ) CoreTime: Want active time in 31.28hrs. Need active time in 114.62hrs.
    Jul 23 23:35:11 unknown lockdownd[26] <Notice>: 3ec2cd98 determine_activation_state_old: This device is a phone. It supports factory activation.
    Jul 23 23:35:11 unknown lockdownd[26] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
    Jul 23 23:35:11 unknown lockdownd[26] <Notice>: 3ec2cd98 determine_activation_state_old: The original activation state is WildcardActivated
    Jul 23 23:35:11 unknown lockdownd[26] <Notice>: 3ec2cd98 determine_activation_state_old: SIM status: kCTSIMSupportSIMStatusNotReady
    Jul 23 23:35:11 unknown lockdownd[26] <Notice>: 3ec2cd98 determine_activation_state_old: No ICCID in the activation record
    Jul 23 23:35:11 unknown lockdownd[26] <Notice>: 3ec2cd98 determine_activation_state_old: The record contains a wildcard ticket
    Jul 23 23:35:11 unknown lockdownd[26] <Notice>: 3ec2cd98 deliver_baseband_ticket: SIM is not in operator locked state. Ignoring activation ticket
    Jul 23 23:35:11 unknown lockdownd[26] <Notice>: 3ec2cd98 determine_activation_state_old: The activation state has not changed.
    Jul 23 23:35:11 unknown lockdownd[26] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
    Jul 23 23:35:11 unknown lockdownd[26] <Notice>: 00299000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jul 23 23:35:11 unknown lockdownd[26] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x11b710 [0x3f71b650]>{type = mutable dict, count = 5,
    entries =>
    1 : <CFString 0x11b7c0 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoCurrentSubscriberId"} = <CFString 0x145d20 [0x3f71b650]>{contents = "310410418830324"}
    2 : <CFString 0x11b6e0 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoCurrentMobileId"} = <CFString 0x1393a0 [0x3f71b650]>{contents = "012417009917339"}
    4 : <CFString 0x11b470 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoICCID"} = <CFString 0x1329f0 [0x3f71b650]>{contents = "89014104254188303245"}
    11 : <CFString 0x11b4a0 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x1393a0 [0x3f71b650]>{contents = "012417009917339"}
    12 : <CFString 0x11b4d0 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoIMSI"} = <CFString 0x145d20 [0x3f71b650]>{contents = "310410418830324"}
    Jul 23 23:35:11 unknown lockdownd[26] <Notice>: 00299000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jul 23 23:35:11 unknown timed[205] <Notice>: (Note ) CoreTime: Received timezone "America/New_York" from "Location"
    Jul 23 23:35:11 unknown timed[205] <Notice>: (Note ) CoreTime: Not setting time zone to America/New_York from Location
    Jul 23 23:35:11 unknown kernel[0] <Debug>: AppleBaseband::resetDetectInterrupt with 1
    Jul 23 23:35:13 unknown CommCenter[55] <Notice>: Baseband reset:
    Jul 23 23:35:13 unknown CommCenter[55] <Error>: _ReInitThrottleTimer(): Clearing throttle timer on context ID [0xffffffff] at 364793713.503971
    Jul 23 23:35:13 unknown CommCenter[55] <Notice>: START LOCATION UPDATE
    Jul 23 23:35:13 unknown CommCenter[55] <Notice>: STOP LOCATION UPDATE
    Jul 23 23:35:14 unknown timed[205] <Notice>: (Note ) CoreTime: Want active time in 31.28hrs. Need active time in 114.62hrs.
    Jul 23 23:45:20 unknown SpringBoard[50] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Jul 23 23:45:20 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 0
    Jul 23 23:45:20 unknown SpringBoard[50] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
    Jul 23 23:45:21 unknown CommCenter[55] <Notice>: CSI state dump requested: No response from modem
    Jul 23 23:45:21 unknown SpringBoard[50] <Notice>: MultitouchHID: device bootloaded
    Jul 23 23:45:21 unknown SpringBoard[50] <Notice>: MultitouchHID: detection mode: 0->0
    Jul 23 23:45:21 unknown kernel[0] <Debug>: set_crc_notification_state 0
    Jul 23 23:45:43 unknown kernel[0] <Debug>: AppleKeyStore:cp_key_store_action(1)
    Jul 23 23:45:43 unknown kernel[0] <Debug>: AppleKeyStore:Sending lock change
    Jul 23 23:46:43 unknown SpringBoard[50] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    Jul 23 23:46:43 unknown SpringBoard[50] <Notice>: MultitouchHID: detection mode: 0->255
    Jul 23 23:46:43 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 1
    Jul 23 23:46:43 unknown profiled[212] <Notice>: (Note ) profiled: Service starting...
    Jul 23 23:46:43 unknown profiled[212] <Notice>: (Note ) profiled: Locking device
    Jul 23 23:46:44 unknown kernel[0] <Debug>: ALS: [AppleCT700] setPropertiesGated: requested ReportInterval=0 turn OFF sensor
    Jul 23 23:46:44 unknown kernel[0] <Debug>: AppleKeyStore:Sending lock change
    Jul 23 23:46:54 unknown kernel[0] <Debug>: AppleSerialMultiplexer: mux-ad(nr)::dormancySetIntervalGated: Setting dormancy interval to 2500 ms with mask 0x1700
    Jul 23 23:46:54 unknown kernel[0] <Debug>: AppleKeyStore:timer fired
    Jul 23 23:46:54 unknown kernel[0] <Debug>: AppleKeyStore:cp_key_store_action(0)
    Jul 23 23:46:54 unknown kernel[0] <Debug>: AppleKeyStore:Removing timer
    Jul 23 23:46:54 unknown kernel[0] <Debug>: AppleKeyStore:Sending lock change
    Jul 23 23:47:24 unknown timed[213] <Notice>: (Note ) CoreTime: Want active time in 31.08hrs. Need active time in 114.41hrs.
    Jul 23 23:47:34 unknown timed[213] <Notice>: (Note ) CoreTime: Not setting system time to 07/24/2012 03:47:34 from NTP because time is unchanged
    Jul 23 23:47:34 unknown timed[213] <Notice>: (Note ) CoreTime: Not setting time zone to America/New_York from Location
    Jul 23 23:47:43 unknown profiled[212] <Notice>: (Note ) profiled: Idled.
    Jul 23 23:47:43 unknown profiled[212] <Notice>: (Note ) profiled: Service stopping.
    Jul 23 23:53:50unknown notification_proxy[198] <Error>: Could not receive size of message: 0 Invalid argument
    Jul 23 23:53:50 unknown notification_proxy[198] <Error>: Could not receive message
    Jul 23 23:54:38 unknown iapd[38] <Warning>: ERROR - /SourceCache/iapd/iapd-813.55.20/IAPPortManager.mm:-[IAPPortManager availableCurrentFromAccInMa] - 271 IOAccessoryManagerGetUSBCurrentLimitBase failed 0xe00002d9
    Jul 23 23:54:38 unknown notification_proxy[200] <Error>: Could not receive size of message: 0 Invalid argument
    Jul 23 23:54:38 unknown notification_proxy[200] <Error>: Could not receive message
    Jul 23 23:54:38 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state pluggedin_screen_on even though we are not in it, doing nothing
    Jul 23 23:54:38 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state pluggedin_charging even though we are not in it, doing nothing
    Jul 23 23:54:38 unknown SpringBoard[50] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Jul 23 23:54:38 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 0
    Jul 23 23:54:38 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state unplugged_screen_on even though we are not in it, doing nothing
    Jul 23 23:54:38 unknown ptpd[185] <Notice>: PTP interface has been deactivated.
    Jul 23 23:54:38 unknown SpringBoard[50] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
    Jul 23 23:54:38 unknown UserEventAgent[12] <Warning>: DEBUG: Changing powered state: 0
    Jul 23 23:54:38 unknown SpringBoard[50] <Notice>: MultitouchHID: device bootloaded
    Jul 23 23:54:38 unknown SpringBoard[50] <Notice>: MultitouchHID: detection mode: 0->0
    Jul 23 23:54:39 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state unplugged_asleep even though we are not in it, doing nothing
    Jul 23 23:54:39 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state unplugged_screen_off even though we are not in it, doing nothing
    Jul 23 23:54:39 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state pluggedin_screen_off even though we are not in it, doing nothing
    Jul 23 23:54:39 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableDetect 0
    Jul 23 23:54:39 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableType Detached
    Jul 23 23:54:39 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Jul 23 23:54:39 unknown kernel[0] <Debug>: virtual IOReturn AppleUSBDeviceMux::message(UInt32, IOService*, void*) - kMessageInterfaceWasDeActivated
    Jul 23 23:54:39 unknown kernel[0] <Debug>: AppleUSBDeviceMux::reportStats: USB mux statistics:
    Jul 23 23:54:39 unknown kernel[0] <Debug>: USB mux: 276 reads / 0 errors, 464 writes / 0 errors
    Jul 23 23:54:39 unknown kernel[0] <Debug>: USB mux: 0 short packets, 0 dups
    Jul 23 23:54:39 unknown kernel[0] <Debug>: set_crc_notification_state 0
    Jul 23 23:54:39 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableDetect 1
    Jul 23 23:54:39 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableType USBHost
    Jul 23 23:54:39 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state pluggedin_screen_off even though we are not in it, doing nothing
    Jul 23 23:54:39 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state pluggedin_charging even though we are not in it, doing nothing
    Jul 23 23:54:39 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state unplugged_screen_off even though we are not in it, doing nothing
    Jul 23 23:54:40 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableDetect 0
    Jul 23 23:54:40 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableType Detached
    Jul 23 23:54:40 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Jul 23 23:54:44 unknown kernel[0] <Debug>: AppleKeyStore:cp_key_store_action(1)
    Jul 23 23:54:44 unknown kernel[0] <Debug>: AppleKeyStore:Sending lock change
    Jul 23 23:54:58 unknown iapd[38] <Warning>: Model Number: 4
    Jul 23 23:54:58 unknown iapd[38] <Warning>: MFG:
    Jul 23 23:54:58 unknown iapd[38] <Warning>: Model:
    Jul 23 23:54:58 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state unplugged_asleep even though we are not in it, doing nothing
    Jul 23 23:54:58 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state unplugged_screen_off even though we are not in it, doing nothing
    Jul 23 23:54:58 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state pluggedin_screen_off even though we are not in it, doing nothing
    Jul 23 23:54:58 unknown iapd[38] <Warning>: Model Number: 4
    Jul 23 23:54:58 unknown iapd[38] <Warning>: MFG:
    Jul 23 23:54:58 unknown iapd[38] <Warning>: Model:
    Jul 23 23:54:59 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableDetect 1
    Jul 23 23:54:59 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableType USBHost
    Jul 23 23:54:59 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBReset
    Jul 23 23:54:59 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBReset
    Jul 23 23:54:59 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableDetect 0
    Jul 23 23:54:59 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableType Detached
    Jul 23 23:54:59 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Jul 23 23:54:59 unknown iapd[38] <Warning>: ERROR - /SourceCache/iapd/iapd-813.55.20/IAPPortManager.mm:-[IAPPortManager availableCurrentFromAccInMa] - 271 IOAccessoryManagerGetUSBCurrentLimitBase failed 0xe00002d9
    Jul 23 23:54:59 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state pluggedin_screen_off even though we are not in it, doing nothing
    Jul 23 23:54:59 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state pluggedin_charging even though we are not in it, doing nothing
    Jul 23 23:54:59 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state unplugged_screen_off even though we are not in it, doing nothing
    Jul 23 23:55:05 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state unplugged_asleep even though we are not in it, doing nothing
    Jul 23 23:55:05 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state unplugged_screen_off even though we are not in it, doing nothing
    Jul 23 23:55:05 unknown aggregated[49] <Warning>: PLAggregateState Error: Leaving state pluggedin_screen_off even though we are not in it, doing nothing
    Jul 23 23:55:06 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableDetect 1
    Jul 23 23:55:06 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableType USBHost
    Jul 23 23:55:06 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBReset
    Jul 23 23:55:06 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBReset
    Jul 23 23:55:06 unknown UserEventAgent[12] <Warning>: DEBUG: Changing powered state: 1
    Jul 23 23:55:07 unknown lockdownd[26] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
    Jul 23 23:55:07 unknown lockdownd[26] <Notice>: 2ff90000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jul 23 23:55:07 unknown lockdownd[26] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x11c730 [0x3f71b650]>{type = mutable dict, count = 5,
    entries =>
    1 : <CFString 0x11b890 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoCurrentSubscriberId"} = <CFString 0x132890 [0x3f71b650]>{contents = "310410418830324"}
    2 : <CFString 0x11c700 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoCurrentMobileId"} = <CFString 0x139db0 [0x3f71b650]>{contents = "012417009917339"}
    4 : <CFString 0x11c760 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoICCID"} = <CFString 0x11a9b0 [0x3f71b650]>{contents = "89014104254188303245"}
    11 : <CFString 0x11b8d0 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x139db0 [0x3f71b650]>{contents = "012417009917339"}
    12 : <CFString 0x134970 [0x3f71b650]>{contents = "kCTMobileEquipmentInfoIMSI"} = <CFString 0x132890 [0x3f71b650]>{contents = "310410418830324"}
    Jul 23 23:55:07 unknown lockdownd[26] <Notice>: 2ff90000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jul 23 23:55:07 unknown ptpd[218] <Notice>: PTP interface has been activated at high speed.
    Jul 23 23:55:07 unknown kernel[0] <Debug>: launchd[218] Builtin profile: ptpd (sandbox)
    Jul 23 23:55:07 unknown lockdownd[26] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
    Jul 23 23:55:08 unknown atc[224] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
    Jul 23 23:55:08 unknown wifid[13] <Error>: WiFi:[364794908.966216]: Client itunesstored is background application
    Jul 23 23:55:13 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::endpointIOTimerExpired : IO stuck for endpoint 81, killing it
    Jul 23 23:55:13 unknown kernel[0] <Debug>: GINTSTS=04008028 GINTMSK=a00c3800 GNPTXSTS=00080010 DAINT=00000000
    Jul 23 23:55:13 unknown kernel[0] <Debug>: DAINTMSK=0015002b DCFG=00000010 DCTL=00000000 DSTS=00191900
    Jul 23 23:55:13 unknown kernel[0] <Debug>: GRXFSIZ=0000021b GNPTXFSIZ=0010021b DPTXSIZ(1)=0040022b
    Jul 23 23:55:13 unknown kernel[0] <Debug>: GAHBCFG=0000002b, GUSBCFG=00002c08, GRSTCTL=80000000
    Jul 23 23:55:13 unknown kernel[0] <Debug>: DEPCTL   DEPINT   DEPTSIZ  DEPDMA
    Jul 23 23:55:13 unknown kernel[0] <Debug>: EP80 00008000 00000080 00000000 419c5004
    Jul 23 23:55:13 unknown kernel[0] <Debug>: EP00 80028000 00000000 20080040 419c4000
    Jul 23 23:55:13 unknown kernel[0] <Debug>: EP81 80888200 00000000 20080000 51e5700c
    Jul 23 23:55:13 unknown kernel[0] <Debug>: EP83 004e8040 00002090 00000000 7617e65e
    Jul 23 23:55:13 unknown kernel[0] <Debug>: EP85 00c98200 00002010 20000000 41f78238
    Jul 23 23:55:13 unknown kernel[0] <Debug>: EP02 000a8200 00002010 00380ff4 4b4d900c
    Jul 23 23:55:13 unknown kernel[0] <Debug>: EP04 80098200 00000000 02008000 42009000
    Jul 23 23:55:18 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::endpointIOTimerExpired : IO stuck for endpoint 81, killing it
    Jul 23 23:55:18 unknown kernel[0] <Debug>: GINTSTS=04008028 GINTMSK=a00c3800 GNPTXSTS=00080010 DAINT=00000000
    Jul 23 23:55:18 unknown kernel[0] <Debug>: DAINTMSK=0015002b DCFG=00000010 DCTL=00000000 DSTS=00357b00
    Jul 23 23:55:18 unknown kernel[0] <Debug>: GRXFSIZ=0000021b GNPTXFSIZ=0010021b DPTXSIZ(1)=0040022b
    Jul 23 23:55:18 unknown kernel[0] <Debug>: GAHBCFG=0000002b, GUSBCFG=00002c08, GRSTCTL=80000000
    Jul 23 23:55:18 unknown kernel[0] <Debug>: DEPCTL   DEPINT   DEPTSIZ  DEPDMA
    Jul 23 23:55:18 unknown kernel[0] <Debug>: EP80 00008000 00000080 00000000 419c5004
    Jul 23 23:55:18 unknown kernel[0] <Debug>: EP00 80028000 00000000 20080040 419c4000
    Jul 23 23:55:18 unknown kernel[0] <Debug>: EP81 80888200 00000000 20080000 51e5700c
    Jul 23 23:55:18 unknown kernel[0] <Debug>: EP83 004e8040 00002090 00000000 7617e65e
    Jul 23 23:55:18 unknown kernel[0] <Debug>: EP85 00c98200 00002010 20000000 41f78238
    Jul 23 23:55:18 unknown kernel[0] <Debug>: EP02 000a8200 00002010 00380ff4 4b4d900c
    Jul 23 23:55:18 unknown kernel[0] <Debug>: EP04 80098200 00000000 02008000 42009000
    Jul 23 23:55:28 unknown notification_proxy[223] <Error>: Could not receive size of message: 0 Invalid argument
    Jul 23 23:55:28 unknown notification_proxy[223] <Error>: Could not receive message
    Jul 23 23:55:36 unknown notification_proxy[222] <Error>: Could not receive size of message: 0 Invalid argument
    Jul 23 23:55:36 unknown notification_proxy[222] <Error>: Could not receive message
    Jul 23 23:55:52 unknown lockdownd[26] <Notice>: 015da000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jul 23 23:55:52 unknown mc_mobile_tunnel[233] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jul 23 23:55:52 unknown mc_mobile_tunnel[233] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jul 23 23:55:52 unknown mc_mobile_tunnel[234] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jul 23 23:55:52 unknown mc_mobile_tunnel[234] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jul 23 23:55:52 unknown lockdownd[26] <Notice>: 015da000 set_response_error: handle_start_session SessionActive
    Jul 23 23:56:06 unknown SpringBoard[50] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    Jul 23 23:56:06 unknown SpringBoard[50] <Notice>: MultitouchHID: detection mode: 0->255
    Jul 23 23:56:06 unknown kernel[0] <Debug>: ALS: [AppleCT700] setPropertiesGated: requested ReportInterval=0 turn OFF sensor
    Jul 23 23:56:06 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 1
    Jul 23 23:56:06 unknown profiled[237] <Notice>: (Note ) profiled: Service starting...
    Jul 23 23:56:06 unknown profiled[237] <Notice>: (Note ) profiled: Locking device
    Jul 23 23:56:07 unknown kernel[0] <Debug>: AppleKeyStore:Sending lock change
    Jul 23 23:56:07 unknown mc_mobile_tunnel[239] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Jul 23 23:56:07 unknown mc_mobile_tunnel[239] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Jul 23 23:56:16 unknown kernel[0] <Debug>: AppleSerialMultiplexer: mux-ad(nr)::dormancySetIntervalGated: Setting dormancy interval to 2500 ms with mask 0x1700
    Jul 23 23:56:17 unknown kernel[0] <Debug>: AppleKeyStore:timer fired
    Jul 23 23:56:17 unknown kernel[0] <Debug>: AppleKeyStore:cp_key_store_action(0)
    Jul 23 23:56:17 unknown kernel[0] <Debug>: AppleKeyStore:Removing timer
    Jul 23 23:56:17 unknown kernel[0] <Debug>: AppleKeyStore:Sending lock change

    Obviously your phone was damaged by the fall. Take it in for evaluation, servicing and/or replacement at an Apple store or authorized service provider.
    Since it is out of warranty you will, most likely, have to pay.

  • Can't activate iphone after restore.

    I'm facing problem with "SIM invalid / No service" issue and my carrier advised to restore the OS. I did it as per Apple instruction at http://support.apple.com/kb/ts4148 and later having problem to activate the phone. Btw, i'm still having the "No service" issue during the activation.
    i'm using iphone 4s 64gb black. here are the information from console in iphone config utility:
    Jan 16 11:36:23 unknown SpringBoard[94] <Notice>: IOMobileFrameBufferGetMirroringCapability returning -536870201 via kIOMFBConnectMethod_GetMirroringCapability
    Jan 16 11:36:23 unknown UIKitApplication:com.apple.mobilephone[0xc3d3][93] <Notice>: Terminating in response to SpringBoard's termination.
    Jan 16 11:36:23 unknown SpringBoard[94] <Error>: WiFi: Consulting "no-sdio-devices" property.
    Jan 16 11:36:23 unknown SpringBoard[94] <Error>: WiFi: "no-sdio-devices" property not found.
    Jan 16 11:36:23 unknown kernel[0] <Debug>: IOReturn IOMobileFramebufferUserClient::set_hotplug_notify(void*, void*) 0 0
    Jan 16 11:36:23 unknown kernel[0] <Debug>: IOReturn AppleRGBOUT::set_display_device_gated(uint32_t), 1
    Jan 16 11:36:23 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 1 swapBusy: 1  fController: 0 -> 1
    Jan 16 11:36:23 unknown kernel[0] <Debug>: bool AppleRGBOUT::power_up_hardware()
    Jan 16 11:36:23 unknown kernel[0] <Debug>: set_crc_notification_state 0
    Jan 16 11:36:23 unknown kernel[0] <Debug>: IOReturn IOMobileFramebufferUserClient::set_hotplug_notify(void*, void*) 0 0
    Jan 16 11:36:23 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 1 fHard: 1 swapBusy: 0  fController: 1 -> 1
    Jan 16 11:36:23 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 1 swapBusy: 0  fController: 1 -> 0
    Jan 16 11:36:23 unknown kernel[0] <Debug>: bool AppleRGBOUT::power_down_hardware()
    Jan 16 11:36:23 unknown kernel[0] <Debug>: bool AppleRGBOUT::power_down_hardware(), clock down RGBOUT
    Jan 16 11:36:23 unknown kernel[0] <Debug>: bool AppleRGBOUT::power_down_hardware(), RGB_CTRL (0x00000000) clk_down_ready is not set after 60 msecs
    Jan 16 11:36:23 unknown kernel[0] <Debug>: IOReturn AppleRGBOUT::set_display_device_gated(uint32_t), 1
    Jan 16 11:36:23 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 1 fHard: 1 swapBusy: 1  fController: 0 -> 1
    Jan 16 11:36:23 unknown kernel[0] <Debug>: bool AppleRGBOUT::power_up_hardware()
    Jan 16 11:36:23 unknown kernel[0] <Debug>: set_crc_notification_state 0
    Jan 16 11:36:23 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 1 swapBusy: 0  fController: 1 -> 0
    Jan 16 11:36:23 unknown kernel[0] <Debug>: IOReturn IOMobileFramebufferUserClient::set_hotplug_notify(void*, void*) 0x3043fc31 0xf1e6000
    Jan 16 11:36:23 unknown kernel[0] <Debug>: IOReturn IOMobileFramebufferUserClient::set_hotplug_notify(void*, void*) 0x878b1c00 0x8db13074 0x3043fc31 0xf1e6000
    Jan 16 11:36:23 unknown kernel[0] <Debug>: bool AppleRGBOUT::power_down_hardware()
    Jan 16 11:36:23 unknown kernel[0] <Debug>: bool AppleRGBOUT::power_down_hardware(), clock down RGBOUT
    Jan 16 11:36:23 unknown kernel[0] <Debug>: bool AppleRGBOUT::power_down_hardware(), RGB_CTRL (0x00000000) clk_down_ready is not set after 60 msecs
    Jan 16 11:36:23 unknown SpringBoard[94] <Warning>: lockdown says the device is: [Unactivated], state is 1
    Jan 16 11:36:23 unknown SpringBoard[94] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Jan 16 11:36:23 unknown SpringBoard[94] <Notice>: __IOHIDLoadBundles: Loaded 1 HID plugin
    Jan 16 11:36:23 unknown SpringBoard[94] <Notice>: CLTM: initial thermal level is 0
    Jan 16 11:36:23 unknown SpringBoard[94] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
    Jan 16 11:36:23 unknown locationd[28] <Error>: hidd died. Reestablishing connection.
    Jan 16 11:36:23 unknown UserEventAgent[12] <Error>: hidd died. Reestablishing connection.
    Jan 16 11:36:23 unknown com.apple.misd[95] <Notice>: allowing special port forwarding for test fixtures
    Jan 16 11:36:23 unknown com.apple.misd[95] <Notice>: CommCenter is not ready (got -2 for authentication); waiting 5 more second(s)
    Jan 16 11:36:24 unknown com.apple.misd[95] <Notice>: CommCenter is not ready (got -2 for authentication); waiting 4 more second(s)
    Jan 16 11:36:25 unknown com.apple.misd[95] <Notice>: CommCenter is not ready (got -2 for authentication); waiting 3 more second(s)
    Jan 16 11:36:26 unknown com.apple.misd[95] <Notice>: CommCenter is not ready (got -2 for authentication); waiting 2 more second(s)
    Jan 16 11:36:27 unknown com.apple.misd[95] <Notice>: CommCenter is not ready (got -2 for authentication); waiting 1 more second(s)
    Jan 16 11:36:29 unknown com.apple.misd[95] <Error>: gave up asking CommCenter for authentication context ID after 5 seconds (got -2)
    Jan 16 11:36:29 unknown com.apple.misd[95] <Notice>: CommCenter is not ready (got -2 for traffic); waiting 5 more second(s)
    Jan 16 11:36:30 unknown com.apple.misd[95] <Notice>: CommCenter is not ready (got -2 for traffic); waiting 4 more second(s)
    Jan 16 11:36:31 unknown com.apple.misd[95] <Notice>: CommCenter is not ready (got -2 for traffic); waiting 3 more second(s)
    Jan 16 11:36:32 unknown com.apple.misd[95] <Notice>: CommCenter is not ready (got -2 for traffic); waiting 2 more second(s)
    Jan 16 11:36:33 unknown com.apple.misd[95] <Notice>: CommCenter is not ready (got -2 for traffic); waiting 1 more second(s)
    Jan 16 11:36:34 unknown com.apple.misd[95] <Error>: gave up asking CommCenter for traffic context ID after 5 seconds (got -2)
    Jan 16 11:36:34 unknown SpringBoard[94] <Warning>: BTM: attaching to BTServer
    Jan 16 11:36:34 unknown wifid[29] <Error>: WiFi:[348377794.660633]: Client itunesstored is background application
    Jan 16 11:36:34 unknown apsd[59] <Error>: Could not lookup device certification
    Jan 16 11:36:34 unknown itdbprepserver[99] <Warning>: starting up.
    Jan 16 11:36:34 unknown itdbprepserver[99] <Warning>: acquired itdbprep file lock.
    Jan 16 11:36:35 unknown itdbprepserver[99] <Warning>: BEGIN processing command: com.apple.itdprep.command.runPostProcessing
    Jan 16 11:36:35 unknown wifid[29] <Error>: WiFi:[348377795.535789]: Disable WoW requested by "spd"
    Jan 16 11:36:35 unknown SpringBoard[94] <Warning>: Applications are expected to have a root view controller at the end of application launch
    Jan 16 11:36:35 unknown SpringBoard[94] <Warning>: BTM: posting notification BluetoothAvailabilityChangedNotification
    Jan 16 11:36:35 unknown SpringBoard[94] <Warning>: An application that SpringBoard is not tracking just finished launching with identifier com.apple.mobilephone and pid 93
    Jan 16 11:36:35 unknown SpringBoard[94] <Warning>: +[CATransaction synchronize] called within transaction
    Jan 16 11:36:35 unknown Setup[98] <Warning>: Setup Assistant Language: initializing with fake mode = Yes
    Jan 16 11:36:35 unknown Setup[98] <Warning>: /var/tmp/languagesPaneBackupLanguage.png
    Jan 16 11:36:35 unknown Setup[98] <Warning>: /var/tmp/languagesPaneBackupTable.png
    Jan 16 11:36:35 unknown itdbprepserver[99] <Warning>: DONE processing command: com.apple.itdprep.command.runPostProcessing
    Jan 16 11:36:35 unknown itdbprepserver[99] <Warning>: Releasing locks.
    Jan 16 11:36:35 unknown itdbprepserver[99] <Warning>: exitServerWithReason com.apple.itdbprep.notification.didEnd
    Jan 16 11:36:35 unknown itdbprepserver[99] <Warning>: exiting now.
    Jan 16 11:36:36 unknown com.apple.SpringBoard[94] <Notice>: CoreAnimation: timed out fence 1f4
    Jan 16 11:36:36 unknown SpringBoard[94] <Warning>: BTM: BTLocalDeviceGetPairedDevices returned 0 devices
    Jan 16 11:36:36 unknown SpringBoard[94] <Error>: WiFi: Consulting "no-sdio-devices" property.
    Jan 16 11:36:36 unknown SpringBoard[94] <Error>: WiFi: "no-sdio-devices" property not found.
    Jan 16 11:36:36 unknown SpringBoard[94] <Warning>: SMS Plugin initialized.
    Jan 16 11:36:36 unknown SpringBoard[94] <Warning>: Telephony plugin initialized
    Jan 16 11:36:36 unknown SpringBoard[94] <Warning>: SIMToolkit plugin for SpringBoard initialized.
    Jan 16 11:36:36 unknown SpringBoard[94] <Error>: WiFi: Consulting "no-sdio-devices" property.
    Jan 16 11:36:36 unknown SpringBoard[94] <Error>: WiFi: "no-sdio-devices" property not found.
    Jan 16 11:36:36 unknown SpringBoard[94] <Warning>: WiFi picker plugin initialized
    Jan 16 11:36:36 unknown Setup[98] <Warning>: Setup Assistant Location: countries from defaults = '(
                  US,
                  FR
    Jan 16 11:36:36 unknown Setup[98] <Warning>: Applications are expected to have a root view controller at the end of application launch
    Jan 16 11:36:36 unknown SpringBoard[94] <Notice>: SMSCTServer is available and ready to rock.
    Jan 16 11:36:36 unknown SpringBoard[94] <Error>: mms: ***** isMmsConfigured = 0
    Jan 16 11:36:37 unknown com.apple.SpringBoard[94] <Notice>: CoreAnimation: timed out fence 1f4
    Jan 16 11:36:37 unknown Setup[98] <Warning>: Setup Assistant Locale: initializing with countries = (
                  US,
                  FR
    Jan 16 11:36:38 unknown SpringBoard[94] <Warning>: [Warning] The RowID is out of bounds.  We were asked for rows after [0] which exceeds the current sequence number [-1]
    Jan 16 11:36:38 unknown Setup[98] <Warning>: Setup Assistant Language: built table with previous fake mode = Yes, candidate current language = en, filtered language entries = 4, mode Filtered
    Jan 16 11:36:38 unknown timed[101] <Notice>: (Note ) CoreTime: Want active time in 12.89hrs. Need active time in 96.23hrs.
    Jan 16 11:36:47 unknown Setup[98] <Warning>: Setup Assistant Locale: Selected country 'MY', constructed = 'en_MY', used country default = 'ms_MY'
    Jan 16 11:36:48 unknown timed[101] <Notice>: (Note ) CoreTime: Not setting system time to 01/16/2012 03:36:48 from NTP because time is unchanged
    Jan 16 11:36:48 unknown timed[101] <Notice>: (Note ) CoreTime: Not setting time zone to Asia/Kuala_Lumpur from Location
    Jan 16 11:36:49 unknown profiled[108] <Notice>: (Note ) profiled: Service starting...
    Jan 16 11:36:49 unknown Setup[98] <Warning>: loadAPTableCellImages: loading images
    Jan 16 11:36:52 unknown Setup[98] <Warning>: -[APOtherNetworkController keyboardWillShow:]
    Jan 16 11:36:52 unknown SpringBoard[94] <Notice>: MultitouchHID: detection mode: 0->3
    Jan 16 11:37:12 unknown kernel[0] <Debug>: AppleBCMWLANCore::setDISASSOCIATE() [wifid]:
    Jan 16 11:37:12 unknown kernel[0] <Debug>: AppleBCMWLANCore::setASSOCIATE() [wifid]:  lowerAuth = AUTHTYPE_SHARED, upperAuth = AUTHTYPE_NONE, key = CIPHER_WEP_40     .
    Jan 16 11:37:12 unknown Setup[98] <Warning>: -[APOtherNetworkController keyboardWillShow:]
    Jan 16 11:37:13 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleAuth():    status = 5, reason = 0, flags = 0x0, authtype = 0, addr = 00:22:6b:82:ed:1b
    Jan 16 11:37:13 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleAuth():    status = 5, reason = 0, flags = 0x0, authtype = 0, addr = 00:22:6b:82:ed:1b
    Jan 16 11:37:13 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleAuth():    status = 5, reason = 0, flags = 0x0, authtype = 0, addr = 00:22:6b:82:ed:1b
    Jan 16 11:37:13 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleAuth():    status = 5, reason = 0, flags = 0x0, authtype = 0, addr = 00:22:6b:82:ed:1b
    Jan 16 11:37:13 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleAuth():    status = 5, reason = 0, flags = 0x0, authtype = 0, addr = 00:22:6b:82:ed:1b
    Jan 16 11:37:13 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleSetSSID(): interface 0 status = 1, reason = 0, flags = 0x0, authtype = 0, addr = 00:00:00:00:00:00
    Jan 16 11:37:36 unknown Setup[98] <Warning>: -[APOtherNetworkController keyboardWillShow:]
    Jan 16 11:37:36 unknown kernel[0] <Debug>: AppleBCMWLANCore::setDISASSOCIATE() [wifid]:
    Jan 16 11:37:36 unknown kernel[0] <Debug>: AppleBCMWLANCore::setASSOCIATE() [wifid]:  lowerAuth = AUTHTYPE_SHARED, upperAuth = AUTHTYPE_NONE, key = CIPHER_WEP_40     .
    Jan 16 11:37:36 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleAuth():    status = 5, reason = 0, flags = 0x0, authtype = 0, addr = 00:22:6b:82:ed:1b
    Jan 16 11:37:36 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleAuth():    status = 5, reason = 0, flags = 0x0, authtype = 0, addr = 00:22:6b:82:ed:1b
    Jan 16 11:37:36 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleAuth():    status = 5, reason = 0, flags = 0x0, authtype = 0, addr = 00:22:6b:82:ed:1b
    Jan 16 11:37:36 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleAuth():    status = 5, reason = 0, flags = 0x0, authtype = 0, addr = 00:22:6b:82:ed:1b
    Jan 16 11:37:36 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleAuth():    status = 5, reason = 0, flags = 0x0, authtype = 0, addr = 00:22:6b:82:ed:1b
    Jan 16 11:37:36 unknown kernel[0] <Debug>: AppleBCMWLANJoinManager::handleSetSSID(): interface 0 status = 1, reason = 0, flags = 0x0, authtype = 0, addr = 00:02:00:00:00:00
    Jan 16 11:37:49 unknown profiled[108] <Notice>: (Note ) profiled: Idled.
    Jan 16 11:37:49 unknown profiled[108] <Notice>: (Note ) profiled: Service stopping.
    Jan 16 11:38:34 unknown SpringBoard[94] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    Jan 16 11:38:34 unknown SpringBoard[94] <Notice>: MultitouchHID: detection mode: 3->255
    Jan 16 11:38:49 unknown SCHelper[109] <Notice>: active (but IDLE) sessions
    Jan 16 11:38:49 unknown SCHelper[109] <Notice>:   0x12cd00 {port = 0x1d03, caller = Setup(98):com.apple.settings.wi-fi, path = /Library/Preferences/SystemConfiguration/preferences.plist}
    Jan 16 11:38:49 unknown CommCenter[17] <Notice>: Telling CSI to go low power.
    Jan 16 11:38:50 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x8000, stateNum 0, dev 0x8154e200 (this 0, provider 1)
    Jan 16 11:38:50 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOffSystem() : Powering Off and sleeping
    Jan 16 11:38:50 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOff(): fStateFlags(4822)
    Jan 16 11:38:50 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureBGScanParams(): SSID based PNO is Enabled
    Jan 16 11:38:50 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceHSIC::prepareForWoW(): Sending disconnect command..
    Jan 16 11:38:50 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceHSIC::sendDisconnectCommand()
    Jan 16 11:38:50 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 0 swapBusy: 0  fController: 0 -> 0
    Jan 16 11:38:50 unknown kernel[0] <Debug>: AppleEmbeddedUSBArbitrator::setPowerState: calling handleUSBCableTypeChange from setPowerState
    Jan 16 11:38:50 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Jan 16 11:38:50 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 0, pol 0x8154e200 (this 0, provider 1)
    Jan 16 11:38:50 unknown kernel[0] <Debug>:
    Jan 16 11:38:57 unknown CommCenter[17] <Notice>: Telling CSI to exit low power.
    Jan 16 11:38:57 unknown kernel[0] <Debug>: pmu wake events: usb
    Jan 16 11:38:57 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 1 swapBusy: 0  fController: 0 -> 0
    Jan 16 11:38:57 unknown kernel[0] <Debug>: AppleEmbeddedUSBArbitrator::setPowerState: calling handleUSBCableTypeChange from setPowerState
    Jan 16 11:38:57 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Jan 16 11:38:57 unknown kernel[0] <Debug>: AppleSynopsysUSBEHCI[0xc145bc00]::UIMInitialize - HSIC ports enabled
    Jan 16 11:38:57 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x8000, stateNum 1, dev 0x8154e200 (this 0, provider 1)
    Jan 16 11:38:57 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 1, pol 0x8154e200 (this 0, provider 1)
    Jan 16 11:38:57 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): No fBus, deferring reconnect bus...
    Jan 16 11:38:57 unknown kernel[0] <Debug>: AppleD1881PMUPowerSource: AppleUSBCableDetect 1
    Jan 16 11:38:57 unknown kernel[0] <Debug>: AppleD1881PMUPowerSource: AppleUSBCableType USBHost
    Jan 16 11:38:58 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBReset
    Jan 16 11:38:58 unknown kernel[0] <Debug>: AppleBaseband::resetDetectInterrupt with 0
    Jan 16 11:38:58 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOnSystem() : Powering On
    Jan 16 11:38:58 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): stateFlags(4823)
    Jan 16 11:38:58 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): Tearing down WoW mode
    Jan 16 11:39:00 unknown SpringBoard[94] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Jan 16 11:39:00 unknown SpringBoard[94] <Notice>: MultitouchHID: detection mode: 255->3 (deferring until bootloaded)
    Jan 16 11:39:00 unknown SpringBoard[94] <Notice>: MultitouchHID: device bootloaded
    Jan 16 11:39:00 unknown SpringBoard[94] <Notice>: MultitouchHID: detection mode: 3->3
    Jan 16 11:39:00 unknown ptpd[113] <Notice>: PTP interface has been activated at high speed.
    Jan 16 11:39:01 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBReset
    Jan 16 11:39:01 unknown kernel[0] <Debug>: launchd[113] Builtin profile: ptpd (sandbox)
    Jan 16 11:39:01 unknown kernel[0] <Debug>: set_crc_notification_state 0
    Jan 16 11:39:02 unknown lockdownd[22] <Error>: 2ff7f000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:02 unknown lockdownd[22] <Error>: 2ff7f000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:02 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x246b00 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0x246ab0 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x246ae0 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:02 unknown lockdownd[22] <Error>: 2ff7f000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:04 unknown wifid[29] <Error>: WiFi:[348377944.048692]: Client itunesstored is background application
    Jan 16 11:39:04 unknown lockdownd[22] <Error>: 01632000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:04 unknown apsd[59] <Error>: Could not lookup device certification
    Jan 16 11:39:04 unknown lockdownd[22] <Error>: 01632000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:04 unknown lockdownd[22] <Error>: 01632000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:04 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf647060 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf646d00 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf646d30 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:04 unknown lockdownd[22] <Error>: 01632000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:04 unknown atc[119] <Warning>: Error: Connection invalid
    Jan 16 11:39:05 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:05 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:05 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:05 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf646730 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf6466e0 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf646710 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:05 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:06 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:07 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:07 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:07 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf646a60 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf646a30 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf643440 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:07 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:08 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:08 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:08 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:08 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf6476b0 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf647660 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf647690 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:08 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:08 unknown SpringBoard[94] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    Jan 16 11:39:08 unknown SpringBoard[94] <Notice>: MultitouchHID: detection mode: 3->255
    Jan 16 11:39:09 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:09 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:09 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:09 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf6476b0 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf647660 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf647690 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:09 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:10 unknown SpringBoard[94] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Jan 16 11:39:10 unknown SpringBoard[94] <Notice>: MultitouchHID: detection mode: 255->3 (deferring until bootloaded)
    Jan 16 11:39:10 unknown SpringBoard[94] <Notice>: MultitouchHID: device bootloaded
    Jan 16 11:39:10 unknown SpringBoard[94] <Notice>: MultitouchHID: detection mode: 3->3
    Jan 16 11:39:10 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:11 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:11 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:11 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x246010 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0x247220 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x2467a0 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:11 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:11 unknown kernel[0] <Debug>: set_crc_notification_state 0
    Jan 16 11:39:12 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:12 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:12 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:12 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf646250 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf646220 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf6448f0 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:12 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:13 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:13 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:13 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:13 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf648450 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf648400 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf648430 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:13 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:14 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:15 unknown profiled[124] <Notice>: (Note ) profiled: Service starting...
    Jan 16 11:39:15 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:15 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:15 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf648750 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf6482c0 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf6482f0 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:15 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:16 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:16 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:16 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:16 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x24b040 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0x2462f0 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x24cba0 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:16 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:17 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:17 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:17 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:17 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x247e50 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0x248870 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x24b5b0 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:17 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:19 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:19 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:19 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:19 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x243ab0 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0x243a80 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x247330 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:19 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:20 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:20 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:20 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:20 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf6470d0 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf646e30 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf648300 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:20 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:21 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:21 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:21 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:21 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf6473d0 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf647310 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf647360 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:21 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:23 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:23 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:23 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:23 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x247210 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0x247000 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x24b040 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:23 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:24 unknown lockdownd[22] <Error>: 001d8000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:24 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:24 unknown lockdownd[22] <Error>: 001d8000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:24 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x2461e0 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0x2461b0 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x245800 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:24 unknown lockdownd[22] <Error>: 001d8000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:25 unknown lockdownd[22] <Error>: 001d8000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:25 unknown lockdownd[22] <Error>: 001d8000 special_case_get_domain: NN: checking BT MAC Address reported back 60:fa:cd:51:c0:27
    Jan 16 11:39:25 unknown lockdownd[22] <Error>: 2ff7f000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:26 unknown lockdownd[22] <Error>: 2ff7f000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:26 unknown lockdownd[22] <Error>: 2ff7f000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:26 unknown lockdownd[22] <Error>: libMobileGestalt copyCarrierBundleInfoArray: CommCenter error: 2:-308
    Jan 16 11:39:26 unknown com.apple.CommCenter[17] <Notice>: <CFRunLoopSource MIG Server> mach_msg send error in reply: (ipc/send) invalid memory
    Jan 16 11:39:26 unknown lockdownd[22] <Error>: 001d8000 copy_carrierbundleinfoarray: MobileGestalt failed to provide the Carrier Bundle Info Array
    Jan 16 11:39:26 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf63d5c0 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf645450 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf63d5a0 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:26 unknown lockdownd[22] <Error>: 2ff7f000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:26 unknown lockdownd[22] <Error>: 001d8000 spawn_service_agent: Service com.apple.mobile.MCInstall is currently prohibited from running
    Jan 16 11:39:26 unknown lockdownd[22] <Error>: 001d8000 spawn_and_handle_checkin: Could not spawn the com.apple.mobile.MCInstall service agent:ServiceProhibited
    Jan 16 11:39:27 iPhone lockdownd[22] <Error>: 2ff7f000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:27 iPhone lockdownd[22] <Error>: 2ff7f000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:27 iPhone lockdownd[22] <Error>: 2ff7f000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:27 iPhone lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf648ae0 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0x254b40 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf647560 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:27 iPhone lockdownd[22] <Error>: 2ff7f000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:28 iPhone lockdownd[22] <Error>: 2ff7f000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:28 iPhone lockdownd[22] <Error>: 2ff7f000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:28 iPhone lockdownd[22] <Error>: 2ff7f000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:28 iPhone lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x2532e0 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0x252cf0 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x2481e0 [0x3f3d3630]>{contents = "013039002992629"}
    Jan 16 11:39:28 iPhone lockdownd[22] <Error>: 2ff7f000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Jan 16 11:39:30 iPhone lockdownd[22] <Error>: 2ff7f000 create_activation_info: Can't get postponement info - status: kCTPostponementStatusNotReady
    Jan 16 11:39:30 iPhone lockdownd[22] <Error>: 2ff7f000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    Jan 16 11:39:30 iPhone lockdownd[22] <Error>: 2ff7f000 copy_iccid: invalid ICCID from CT/no ICCID available
    Jan 16 11:39:30 iPhone lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xf648f90 [0x3f3d3630]>{type = mutable dict, count = 1,
              entries =>
                        11 : <CFString 0xf645940 [0x3f3d3630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xf645970 [0x3f3d3630]>{contents = "013039002992629"}

    Sorry it has taken so long for people to respond but this is a lot of data and it took time but basically it's a software issue what's happening is your service provider is making every attempt to contact your phone and your phone is basically not giving up any of the data like your udid or unique identifier. Their is no exact fix for this because I have only ever seen this issue 3 times and what it is best to do is connect to your computer and restore and set it up as a new phone then restore from backed up data. This is the only advice I can offer as this issue is so rare no one has one exact answer for it

  • ICloud backups failing due to Safari bookmarks DB being locked

    iCloud backups are failing to complete on my iPhone 4 (CDMA), iOS 5.0.1.  I successfully completed a backup on November 9, but haven't been able to get a backup to complete since then.  When I manually invoke the "Back Up Now" function, it starts backing up, then says "There was a problem completing the backup.  Please try again later."
    Looking in the console logs (below), it appears the problem is that the Safari bookmarks DB is locked (corrupted?).  Indeed, I am unable to add additional bookmarks in Safari, I get the message: "Bookmarks are being synced.  Please add the bookmark once syncing has completed."
    I've tried restarting the iPhone to no avail; I've also looked at Apple's iCloud backup troubleshooting doc, and none of the cases there seemed to match this problem.
    Any suggestions ar every much appreciated!
    Here is what the iPhone console says:
    Nov 29 15:47:01 unknown backupd[7416] <Warning>: INFO: SQLite file is locked: /var/mobile/Library/Safari/Bookmarks.db (d1f062e2da26192a6625d968274bfda8d07821e4)
    Nov 29 15:47:02 unknown backupd[7416] <Warning>: WARNING: Error checkpointing copied SQLite file: disk I/O error (10) (MBErrorDomain/16): /var/mobile/Library/AddressBook/AddressBookImages.sqlitedb (cd6702cea29fe89cf280a76794405adb17f9a0ee)
    Nov 29 15:47:04 unknown backupd[7416] <Warning>: INFO: Added batch of 4 files of size 15.2 KB in 2.155 s at 0.01 MB/s (6.6%)
    Nov 29 15:47:04 unknown backupd[7416] <Warning>: INFO: Finished adding files in 7.103 s at 13.20 MB/s
    Nov 29 15:47:05 unknown backupd[7416] <Warning>: WARNING: Retrying after hard error: Files modified while backing up (MBErrorDomain/9)
    Nov 29 15:47:09 unknown backupd[7416] <Warning>: INFO: Snapshot 85 is uncommitted
    Nov 29 15:47:25 unknown atc[7384] <Warning>: ATC|__20-[ATController init]_block_invoke_0831|ATController.m:1164| Checking timeout inactive=0, timeout disabled=1
    Nov 29 15:47:33 unknown lockdownd[21] <Error>: 016b4000 copy_basebandRegionSKU: MobileGestalt failed to provide an BasebandRegionSKU
    Nov 29 15:47:33 unknown lockdownd[21] <Error>: 016b4000 special_case_get_domain: NN: checking BT MAC Address reported back 24:ab:81:ec:bf:37
    Nov 29 15:47:33 unknown kernel[0] <Debug>: lockbot[7436] Builtin profile: gputoolsd (sandbox)
    Nov 29 15:47:36 unknown lockdownd[21] <Error>: 01632000 copy_basebandRegionSKU: MobileGestalt failed to provide an BasebandRegionSKU
    Nov 29 15:47:36 unknown lockdownd[21] <Error>: 01632000 special_case_get_domain: NN: checking BT MAC Address reported back 24:ab:81:ec:bf:37
    Nov 29 15:47:37 unknown DTFetchSymbols[7448] <Notice>: Found paths:
    Nov 29 15:47:37 unknown DTFetchSymbols[7448] <Notice>: /usr/lib/dyld
    Nov 29 15:47:37 unknown DTFetchSymbols[7448] <Notice>: /System/Library/Caches/com.apple.dyld/dyld_shared_cache_armv7
    Nov 29 15:47:37 unknown DTFetchSymbols[7448] <Notice>: /Developer/usr/lib/CFDataFormatters.dylib
    Nov 29 15:47:37 unknown DTFetchSymbols[7448] <Notice>: /Developer/usr/lib/libdebugnub.dylib
    Nov 29 15:47:37 unknown DTFetchSymbols[7448] <Notice>: /Developer/usr/lib/libXcodeDebuggerSupport.dylib
    Nov 29 15:47:37 unknown DTFetchSymbols[7448] <Notice>: /Developer/Library/PrivateFrameworks/GPUTools.framework/libglInterpose.dylib
    Nov 29 15:47:37 unknown DTFetchSymbols[7448] <Notice>: /Developer/Library/PrivateFrameworks/GPUToolsCore.framework/GPUToolsCore
    Nov 29 15:47:37 unknown DTFetchSymbols[7448] <Notice>: /Developer/Library/PrivateFrameworks/DevToolsBundleInjection.framework/DevTools BundleInjection
    Nov 29 15:47:37 unknown DTFetchSymbols[7448] <Notice>: /Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit
    Nov 29 15:47:56 unknown backupd[7416] <Warning>: INFO: Modified while scanning: /var/mobile/Library/Safari/Bookmarks.db
    Nov 29 15:48:25 unknown atc[7384] <Warning>: ATC|__20-[ATController init]_block_invoke_0831|ATController.m:1164| Checking timeout inactive=0, timeout disabled=1
    Nov 29 15:48:29 unknown backupd[7416] <Warning>: INFO: Scanned in 79.680 s
    Nov 29 15:48:30 unknown backupd[7416] <Warning>: INFO: Found 0 deleted files in 0.995 s
    Nov 29 15:48:33 unknown backupd[7416] <Warning>: INFO: Updated snapshot 85 (added 6 files of size 182.2 MB)
    Nov 29 15:48:33 unknown backupd[7416] <Warning>: INFO: Created backup and snapshot in 2.651 s
    Nov 29 15:48:33 unknown backupd[7416] <Warning>: INFO: Adding 6 files of size 182.2 MB
    Nov 29 15:49:11 unknown backupd[7416] <Warning>: INFO: Added batch of 1 files of size 88.7 MB in 24.837 s at 3.57 MB/s (29.4%)
    Nov 29 15:49:25 unknown atc[7384] <Warning>: ATC|__20-[ATController init]_block_invoke_0831|ATController.m:1164| Checking timeout inactive=0, timeout disabled=1
    Nov 29 15:49:45 unknown backupd[7416] <Warning>: ERROR: Error starting transfer of items with MMCS: Error Domain=com.apple.mmcs Code=30 "The operation couldn’t be completed. (com.apple.mmcs error 30 - All items in the request have failed. Put authorization will not be requested)" UserInfo=0xf9d5bf0 {NSDescription=All items in the request have failed. Put authorization will not be requested}
    Nov 29 15:49:45 unknown backupd[7416] <Warning>: INFO: Not retrying after unrecoverable error: Error putting items into chunk store (MBErrorDomain/400). Underlying error: Error putting items into MMCS (MBErrorDomain/400). Underlying error: The operation couldn’t be completed. (com.apple.mmcs error 30 - All items in the request have failed. Put authorization will not be requested) (com.apple.mmcs/30)..
    Nov 29 15:49:51 unknown backupd[7416] <Warning>: ERROR: Backup failed: Error putting items into chunk store (MBErrorDomain/400). Underlying error: Error putting items into MMCS (MBErrorDomain/400). Underlying error: The operation couldn’t be completed. (com.apple.mmcs error 30 - All items in the request have failed. Put authorization will not be requested) (com.apple.mmcs/30)..
    Nov 29 15:49:52 unknown lockdownd[21] <Error>: libMobileGestalt copyInternationalMobileEquipmentIdentity: No IMEI in CT mobile equipment info dictionary - <CFBasicHash 0x2254b0 [0x3f5f5630]>{type = mutable dict, count = 6,
              entries =>
                        1 : <CFString 0x250530 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoCurrentSubscriberId"} = <CFString 0x224740 [0x3f5f5630]>{contents = "2062760895"}
                        2 : <CFString 0x225480 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoCurrentMobileId"} = <CFString 0x24f4d0 [0x3f5f5630]>{contents = "A100001AEF8D32"}
                        3 : <CFString 0x240100 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoMEID"} = <CFString 0x24f4d0 [0x3f5f5630]>{contents = "A100001AEF8D32"}
                        4 : <CFString 0x255a70 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoMIN"} = <CFString 0x224740 [0x3f5f5630]>{contents = "2062760895"}
                        7 : <CFString 0x258a10 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoPRLVersion"} = <CFNumber 0x250de0 [0x3f5f5630]>{value = +52341, type = kCFNumberSInt64Type}
                        8 : <CFString 0x250570 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoERIVersion"} = <CFNumber 0x240050 [0x3f5f5630]>{value = +6, type = kCFNumberSInt32Type}
    Nov 29 15:49:52 unknown lockdownd[21] <Error>: 01632000 copy_imei: MobileGestalt failed to provide an IMEI
    Nov 29 15:49:52 unknown lockdownd[21] <Error>: 01632000 copy_iccid: invalid ICCID from CT/no ICCID available
    Nov 29 15:49:53 unknown backupd[7416] <Warning>: INFO: Scheduling next backup at 11/29/11 3:50:23 PM
    Nov 29 15:50:25 unknown atc[7384] <Warning>: ATC|__20-[ATController init]_block_invoke_0831|ATController.m:1164| Checking timeout inactive=0, timeout disabled=1
    Nov 29 15:50:26 unknown backupd[7416] <Warning>: INFO: Backup starting
    Nov 29 15:50:26 unknown backupd[7416] <Warning>: INFO: DeviceID="8e00a6a6d8e93337321c17ba679894a5ac80ddb1", DeviceName="Blake Scholl's iPhone", ProductType="iPhone3,3", BuildVersion="9A405"
    Nov 29 15:50:30 unknown profiled[7458] <Notice>: (Note ) profiled: Service starting...
    Nov 29 15:50:32 unknown wifid[25] <Error>: WiFi:[344303432.585437]: Client itunesstored is background application
    Nov 29 15:50:38 unknown backupd[7416] <Warning>: INFO: Refreshed cache in 4.024 s
    Nov 29 15:50:38 unknown backupd[7416] <Warning>: INFO: Snapshot 85 is uncommitted
    Nov 29 15:51:15 unknown backupd[7416] <Warning>: INFO: Modified while scanning: /var/mobile/Library/Safari/Bookmarks.db
    Nov 29 15:51:16 unknown backupd[7416] <Warning>: INFO: Modified while scanning: /var/mobile/Library/Preferences
    Nov 29 15:51:18 unknown backupd[7416] <Warning>: INFO: Modified while scanning: /var/mobile/Library/Preferences/com.apple.itunesstored.plist
    Nov 29 15:51:18 unknown backupd[7416] <Warning>: INFO: Modified while scanning: /var/mobile/Library/Preferences
    Nov 29 15:51:25 unknown atc[7384] <Warning>: ATC|__20-[ATController init]_block_invoke_0831|ATController.m:1164| Checking timeout inactive=0, timeout disabled=1
    Nov 29 15:51:31 unknown profiled[7458] <Notice>: (Note ) profiled: Idled.
    Nov 29 15:51:31 unknown profiled[7458] <Notice>: (Note ) profiled: Service stopping.
    Nov 29 15:51:50 unknown backupd[7416] <Warning>: INFO: Scanned in 71.803 s
    Nov 29 15:51:52 unknown backupd[7416] <Warning>: INFO: Found 1 deleted files in 1.279 s
    Nov 29 15:51:55 unknown backupd[7416] <Warning>: INFO: Updated snapshot 85 (added 11 files of size 93.8 MB)
    Nov 29 15:51:55 unknown backupd[7416] <Warning>: INFO: Created backup and snapshot in 2.424 s
    Nov 29 15:51:55 unknown backupd[7416] <Warning>: INFO: Adding 11 files of size 93.8 MB
    Nov 29 15:51:55 unknown backupd[7416] <Warning>: INFO: SQLite file is locked: /var/mobile/Library/Safari/Bookmarks.db (d1f062e2da26192a6625d968274bfda8d07821e4)
    Nov 29 15:51:56 unknown backupd[7416] <Warning>: WARNING: Error checkpointing copied SQLite file: disk I/O error (10) (MBErrorDomain/16): /var/mobile/Library/AddressBook/AddressBookImages.sqlitedb (cd6702cea29fe89cf280a76794405adb17f9a0ee)
    Nov 29 15:52:00 unknown backupd[7416] <Warning>: INFO: Added batch of 9 files of size 3.8 KB in 4.011 s at 0.00 MB/s (0.0%)
    Nov 29 15:52:01 unknown backupd[7416] <Warning>: INFO: Added batch of 1 files of size 0 B in 0.492 s at 0.00 MB/s (0.0%)
    Nov 29 15:52:01 unknown backupd[7416] <Warning>: INFO: Finished adding files in 6.141 s at 15.27 MB/s
    Nov 29 15:52:03 unknown backupd[7416] <Warning>: WARNING: Retrying after hard error: Files modified while backing up (MBErrorDomain/9)
    Nov 29 15:52:09 unknown backupd[7416] <Warning>: INFO: Snapshot 85 is uncommitted
    Nov 29 15:52:25 unknown atc[7384] <Warning>: ATC|__20-[ATController init]_block_invoke_0831|ATController.m:1164| Checking timeout inactive=0, timeout disabled=1
    Nov 29 15:52:25 unknown atc[7384] <Warning>: ATC|__block_global_22|ATController.m:1182| Assertion check - link <ATLink: 0x1862d0> held: 0, idle: 0
    Nov 29 15:52:46 unknown backupd[7416] <Warning>: INFO: Modified while scanning: /var/mobile/Library/Safari/Bookmarks.db
    Nov 29 15:53:19 unknown backupd[7416] <Warning>: INFO: Scanned in 69.028 s
    Nov 29 15:53:19 unknown backupd[7416] <Warning>: INFO: Found 0 deleted files in 0.693 s
    Nov 29 15:53:24 unknown backupd[7416] <Warning>: INFO: Updated snapshot 85 (added 4 files of size 93.8 MB)
    Nov 29 15:53:24 unknown backupd[7416] <Warning>: INFO: Created backup and snapshot in 3.972 s
    Nov 29 15:53:24 unknown backupd[7416] <Warning>: INFO: Adding 4 files of size 93.8 MB
    Nov 29 15:53:25 unknown backupd[7416] <Warning>: INFO: SQLite file is locked: /var/mobile/Library/Safari/Bookmarks.db (d1f062e2da26192a6625d968274bfda8d07821e4)
    Nov 29 15:53:25 unknown atc[7384] <Warning>: ATC|__20-[ATController init]_block_invoke_0831|ATController.m:1164| Checking timeout inactive=0, timeout disabled=1
    Nov 29 15:53:25 unknown backupd[7416] <Warning>: WARNING: Error checkpointing copied SQLite file: disk I/O error (10) (MBErrorDomain/16): /var/mobile/Library/AddressBook/AddressBookImages.sqlitedb (cd6702cea29fe89cf280a76794405adb17f9a0ee)
    Nov 29 15:53:28 unknown backupd[7416] <Warning>: INFO: Added batch of 2 files of size 1.6 KB in 2.274 s at 0.00 MB/s (0.0%)
    Nov 29 15:53:28 unknown backupd[7416] <Warning>: INFO: Finished adding files in 3.440 s at 27.26 MB/s
    Nov 29 15:53:28 unknown backupd[7416] <Warning>: WARNING: Retrying after hard error: Files modified while backing up (MBErrorDomain/9)
    Nov 29 15:53:34 unknown backupd[7416] <Warning>: INFO: Snapshot 85 is uncommitted
    Nov 29 15:54:18 unknown backupd[7416] <Warning>: INFO: Modified while scanning: /var/mobile/Library/SpringBoard
    Nov 29 15:54:18 unknown backupd[7416] <Warning>: INFO: Modified while scanning: /var/mobile/Library/SpringBoard/applicationstate.plist
    Nov 29 15:54:20 unknown backupd[7416] <Warning>: INFO: Modified while scanning: /var/mobile/Library/SpringBoard
    Nov 29 15:54:20 unknown backupd[7416] <Warning>: INFO: Modified while scanning: /var/mobile/Library/Safari/Bookmarks.db
    Nov 29 15:54:23 unknown backupd[7416] <Warning>: INFO: Modified while scanning: /var/mobile/Library/Mail
    Nov 29 15:54:25 unknown atc[7384] <Warning>: ATC|__20-[ATController init]_block_invoke_0831|ATController.m:1164| Checking timeout inactive=0, timeout disabled=1
    Nov 29 15:54:53 unknown backupd[7416] <Warning>: INFO: Scanned in 78.753 s
    Nov 29 15:54:53 unknown backupd[7416] <Warning>: INFO: Found 0 deleted files in 0.857 s
    Nov 29 15:54:56 unknown backupd[7416] <Warning>: INFO: Updated snapshot 85 (added 9 files of size 182.2 MB)
    Nov 29 15:54:56 unknown backupd[7416] <Warning>: INFO: Created backup and snapshot in 2.897 s
    Nov 29 15:54:56 unknown backupd[7416] <Warning>: INFO: Adding 9 files of size 182.2 MB
    Nov 29 15:55:00 unknown backupd[7416] <Warning>: INFO: Added batch of 2 files of size 31.3 KB in 3.679 s at 0.01 MB/s (0.0%)
    Nov 29 15:55:25 unknown atc[7384] <Warning>: ATC|__20-[ATController init]_block_invoke_0831|ATController.m:1164| Checking timeout inactive=0, timeout disabled=1
    Nov 29 15:55:33 unknown backupd[7416] <Warning>: INFO: Added batch of 1 files of size 88.7 MB in 22.235 s at 3.99 MB/s (24.3%)
    Nov 29 15:56:08 unknown backupd[7416] <Warning>: ERROR: Error starting transfer of items with MMCS: Error Domain=com.apple.mmcs Code=30 "The operation couldn’t be completed. (com.apple.mmcs error 30 - All items in the request have failed. Put authorization will not be requested)" UserInfo=0xf950f60 {NSDescription=All items in the request have failed. Put authorization will not be requested}
    Nov 29 15:56:08 unknown backupd[7416] <Warning>: INFO: Not retrying after unrecoverable error: Error putting items into chunk store (MBErrorDomain/400). Underlying error: Error putting items into MMCS (MBErrorDomain/400). Underlying error: The operation couldn’t be completed. (com.apple.mmcs error 30 - All items in the request have failed. Put authorization will not be requested) (com.apple.mmcs/30)..
    Nov 29 15:56:13 unknown lockdownd[21] <Error>: libMobileGestalt copyInternationalMobileEquipmentIdentity: No IMEI in CT mobile equipment info dictionary - <CFBasicHash 0x255a30 [0x3f5f5630]>{type = mutable dict, count = 6,
              entries =>
                        1 : <CFString 0x250530 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoCurrentSubscriberId"} = <CFString 0x2439f0 [0x3f5f5630]>{contents = "2062760895"}
                        2 : <CFString 0x227350 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoCurrentMobileId"} = <CFString 0x2506d0 [0x3f5f5630]>{contents = "A100001AEF8D32"}
                        3 : <CFString 0x258a10 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoMEID"} = <CFString 0x2506d0 [0x3f5f5630]>{contents = "A100001AEF8D32"}
                        4 : <CFString 0x24ca60 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoMIN"} = <CFString 0x2439f0 [0x3f5f5630]>{contents = "2062760895"}
                        7 : <CFString 0x225640 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoPRLVersion"} = <CFNumber 0x255930 [0x3f5f5630]>{value = +52341, type = kCFNumberSInt64Type}
                        8 : <CFString 0x250570 [0x3f5f5630]>{contents = "kCTMobileEquipmentInfoERIVersion"} = <CFNumber 0x240050 [0x3f5f5630]>{value = +6, type = kCFNumberSInt32Type}
    Nov 29 15:56:13 unknown lockdownd[21] <Error>: 01632000 copy_imei: MobileGestalt failed to provide an IMEI
    Nov 29 15:56:13 unknown lockdownd[21] <Error>: 01632000 copy_iccid: invalid ICCID from CT/no ICCID available
    Nov 29 15:56:13 unknown backupd[7416] <Warning>: ERROR: Backup failed: Error putting items into chunk store (MBErrorDomain/400). Underlying error: Error putting items into MMCS (MBErrorDomain/400). Underlying error: The operation couldn’t be completed. (com.apple.mmcs error 30 - All items in the request have failed. Put authorization will not be requested) (com.apple.mmcs/30)..
    Nov 29 15:56:15 unknown backupd[7416] <Warning>: INFO: Scheduling next backup at 11/29/11 7:33:26 PM

    Had same problem, the solution lies with having your original apple ID associated email address "verified".
    I may not have all the steps down correctly, but open your apple ID account manager and go to the your listing for email and "verify" the email address.  This association then seems to allow the use of your email address when you are trying to set up this new apple ID that they are requiring for iCloud.
    Be aware that this new apple ID has a far reach and apparently cannot be undone, that is you can't change the name, characters, numbers or whatever you have for an email address that becomes your apple ID---even if you can no longer use the email address to receive email.
    Lots of luck.
    I have been trying to get the iCloud features to work for over a week now, including a visit to a genius bar, and still not fully functioning.

  • IPhone 4s 64GB Network Issues

    I have a iPhone 4s 64GB that has intermident wifi network issues. I have completely restored the phone and am running in factory configuration with only one app installed (ping utility)and am still experiencing the following issue. When using the network (safari, facetime, etc) the network will become unresponsive. If i start a ping from the device the to the network gateway I get no response. If I ping the iPhone from the computer I get no response. If I toggle airplane move on then off everything starts working and the device will start to function normally and respond to pings. This happens continually throughout the day to any network I am connected to. I have received a replacement device and still have the same issue. I have talked to apple numerous times and they still say it is hardware. I have also deployed 100 iphone 4s to our company and hear of similar issues. Has anyone else had this issue or found a resolution? I am a very big advocate of apple products but after this exprience I will no longer be upgrading to the latest and greatest. I have reverted to using my iPhone 4 with ios5 with no issues.
    I have attached the console logs from my iphone that  retrieved from the iPhone configuration utility from a time when the issue was occuring.
    Nov 14 12:07:25 unknown lockdownd[22] <Error>: 0173b000 __handle_watcher_service_start_block_invoke_1: Stopping heartbeat service for host 30225B68-00D2-49E3-AE4A-38D7AA7B605B
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x8000, stateNum 0, dev 0x81609000 (this 0, provider 1)
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOffSystem() : Powering Off and sleeping
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOff(): fStateFlags(34822)
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Unicast IP filter enabled
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled WOMP filter  0 (ID=103)
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled WOMP filter  1 (ID=104)
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled the '!ICMP' packet filter
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLAN Sleeping on BSS:   @ 0xc1b50c00, BSSID = 5c:d9:98:02:9a:40, rssi = -48, rate = 54 (100%), channel =  7, encryption = 0xc, ap = 1, failures =   0, age = 2498, ssid[ 9] = "CMSFLWLAN"
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceHSIC::prepareForWoW(): Sending disconnect command..
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceHSIC::sendDisconnectCommand()
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOff(): Associated & WoW enabled, WiFi will remain up
    Nov 14 12:07:29 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 0 swapBusy: 0  fController: 0 -> 0
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleEmbeddedUSBArbitrator::setPowerState: calling handleUSBCableTypeChange from setPowerState
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Nov 14 12:07:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 0, pol 0x81609000 (this 0, provider 1)
    Nov 14 12:07:29 unknown kernel[0] <Debug>:
    Nov 14 12:09:05 unknown CommCenter[17] <Notice>: Telling CSI to exit low power.
    Nov 14 12:09:05 unknown kernel[0] <Debug>: pmu wake events: wlan
    Nov 14 12:09:05 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 1 swapBusy: 0  fController: 0 -> 0
    Nov 14 12:09:05 unknown kernel[0] <Debug>: AppleEmbeddedUSBArbitrator::setPowerState: calling handleUSBCableTypeChange from setPowerState
    Nov 14 12:09:05 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Nov 14 12:09:05 unknown kernel[0] <Debug>: AppleSynopsysUSBEHCI[0xc143bc00]::UIMInitialize - HSIC ports enabled
    Nov 14 12:09:05 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x8000, stateNum 1, dev 0x81609000 (this 0, provider 1)
    Nov 14 12:09:05 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 1, pol 0x81609000 (this 0, provider 1)
    Nov 14 12:09:05 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): No fBus, deferring reconnect bus...
    Nov 14 12:09:05 unknown kernel[0] <Debug>: AppleD1881PMUPowerSource: AppleUSBCableDetect 0
    Nov 14 12:09:05 unknown kernel[0] <Debug>: AppleD1881PMUPowerSource: AppleUSBCableType Detached
    Nov 14 12:09:05 unknown kernel[0] <Debug>: AppleBaseband::resetDetectInterrupt with 0
    Nov 14 12:09:05 unknown CLTM[12] <Error>: CLTM: resetting temps: now = 1321290545, last update = 1321290444
    Nov 14 12:09:05 unknown timed[2618] <Notice>: (Note ) CoreTime: Received network time zone "NITZ" with 342983343.00 -300 NO DST in 310
    Nov 14 12:09:05 unknown timed[2618] <Notice>: (Note ) CoreTime: Searching in NO DST time zone map for offset -300 and MCC 310
    Nov 14 12:09:05 unknown timed[2618] <Notice>: (Note ) CoreTime: Received timezone "America/New_York" from "NITZ"
    Nov 14 12:09:05 unknown timed[2618] <Notice>: (Note ) CoreTime: Not setting time zone to America/New_York from NITZ
    Nov 14 12:09:05 unknown MobileMail[79] <Warning>: message data temporarily unavailable for messageInfo: (1199, 5)
    Nov 14 12:09:06 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOnSystem() : Powering On
    Nov 14 12:09:06 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): stateFlags(24823)
    Nov 14 12:09:06 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): Tearing down WoW mode
    Nov 14 12:09:06 unknown kernel[0] <Debug>: [95599.463363125]: AppleBCMWLANCore::systemWokenByWiFi(): Wake reason = wlan
    Nov 14 12:09:06 unknown kernel[0] <Debug>: AppleBCMWLANCore::handleDataPacket(): Wake up packet received: Data
    Nov 14 12:09:06 unknown kernel[0] <Debug>: Wakeup Packet: f0cba106a30c0050568952630800450001793a52400080063c29c0a80012c0a801a101bbccfffd1 21b7bd29b0c2c8018fe27ac9b00000101080a1785f7b13ca56e6f17030101403431c2351e7ee3052 e97886a25233433f1f1457a3c8b132c78c218cd508942bce0325b156c8c17222ab30cb4a99331401 b1d1bc0f1c4b8b21752b218d068570e097065786e60062250a26d351e541f5c291e6220cc053b5fd baa2d7abdbe7224eff815b5154dcb783dce8cd9a00a6da15cf4f5565355a80894f1d68cff527f54b 7ad7423fb8f39093a0ef40acf9c2de6eeb492f8f8ae20bd73b61b3a1b2df30cb982b941217fe8a34 08e01045804dc254da191d4b1f3a9d1cea7b9d192e61eda2473aed4a48f6c178c765b1f82c166521 e22a3a408893216761fa77b9388bcec9b2b8cd519ac9c8b053c00889c95b8003420dbb4561300eaf 6f6a59675db183260039f62eed7afb348d9fb3147238e116ad6ac4f1ebf5b22ee99b1cb92a5c3fb3 d43c25db5bfc761ea0feda538b53bedbaa0f948ac7c63f41822a8c5f882b400 (391 bytes)
    Nov 14 12:09:06 unknown kernel[0] <Debug>: AppleBCMWLAN Woke on same BSS:  @ 0xc1b50c00, BSSID = 5c:d9:98:02:9a:40, rssi = -47, rate = 54 (100%), channel =  7, encryption = 0xc, ap = 1, failures =   0, age = 2499, ssid[ 9] = "CMSFLWLAN"
    Nov 14 12:09:06 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled the '!ICMP' packet filter
    Nov 14 12:09:06 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled the '!ICMP' packet filter
    Nov 14 12:09:06 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled packet filters
    Nov 14 12:09:06 unknown kernel[0] <Debug>: en0: BSSID changed to 5c:d9:98:02:9a:40
    Nov 14 12:09:06 unknown lockdownd[22] <Error>: 00386000 handle_watcher_service_start: Got a service sock 13 for hostID 30225B68-00D2-49E3-AE4A-38D7AA7B605B
    Nov 14 12:09:08 unknown timed[2618] <Notice>: (Note ) CoreTime: Want active time in 34.48hrs. Need active time in 117.81hrs.
    Nov 14 12:09:09 unknown MobileMail[79] <Warning>: message data temporarily unavailable for messageInfo: (1199, 5)
    Nov 14 12:09:18 unknown timed[2618] <Notice>: (Note ) CoreTime: Not setting system time to 11/14/2011 17:09:19 from GPS because time is unchanged
    Nov 14 12:09:23 unknown CommCenter[17] <Notice>: Telling CSI to go low power.
    Nov 14 12:09:25 unknown lockdownd[22] <Error>: 0173b000 __handle_watcher_service_start_block_invoke_1: Stopping heartbeat service for host 30225B68-00D2-49E3-AE4A-38D7AA7B605B
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x8000, stateNum 0, dev 0x81609000 (this 0, provider 1)
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOffSystem() : Powering Off and sleeping
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOff(): fStateFlags(34822)
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Unicast IP filter enabled
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled WOMP filter  0 (ID=103)
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled WOMP filter  1 (ID=104)
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled the '!ICMP' packet filter
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLAN Sleeping on BSS:   @ 0xc1b50c00, BSSID = 5c:d9:98:02:9a:40, rssi = -50, rate = 54 (100%), channel =  7, encryption = 0xc, ap = 1, failures =   0, age = 2523, ssid[ 9] = "CMSFLWLAN"
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceHSIC::prepareForWoW(): Sending disconnect command..
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceHSIC::sendDisconnectCommand()
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOff(): Associated & WoW enabled, WiFi will remain up
    Nov 14 12:09:29 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 0 swapBusy: 0  fController: 0 -> 0
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleEmbeddedUSBArbitrator::setPowerState: calling handleUSBCableTypeChange from setPowerState
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Nov 14 12:09:29 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 0, pol 0x81609000 (this 0, provider 1)
    Nov 14 12:09:29 unknown kernel[0] <Debug>:
    Nov 14 12:11:25 unknown kernel[0] <Debug>: pmu wake events: menu
    Nov 14 12:11:25 unknown CommCenter[17] <Notice>: Telling CSI to exit low power.
    Nov 14 12:11:25 unknown SpringBoard[15] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Nov 14 12:11:25 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 255->3 (deferring until bootloaded)
    Nov 14 12:11:25 unknown SpringBoard[15] <Notice>: MultitouchHID: device bootloaded
    Nov 14 12:11:25 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 3->3
    Nov 14 12:11:25 unknown CLTM[12] <Error>: CLTM: resetting temps: now = 1321290685, last update = 1321290564
    Nov 14 12:11:25 unknown timed[2619] <Notice>: (Note ) CoreTime: Received network time zone "NITZ" with 342983483.00 -300 NO DST in 310
    Nov 14 12:11:25 unknown timed[2619] <Notice>: (Note ) CoreTime: Searching in NO DST time zone map for offset -300 and MCC 310
    Nov 14 12:11:25 unknown timed[2619] <Notice>: (Note ) CoreTime: Received timezone "America/New_York" from "NITZ"
    Nov 14 12:11:25 unknown timed[2619] <Notice>: (Note ) CoreTime: Not setting time zone to America/New_York from NITZ
    Nov 14 12:11:26 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 1 swapBusy: 0  fController: 0 -> 0
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleEmbeddedUSBArbitrator::setPowerState: calling handleUSBCableTypeChange from setPowerState
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleSynopsysUSBEHCI[0xc143bc00]::UIMInitialize - HSIC ports enabled
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x8000, stateNum 1, dev 0x81609000 (this 0, provider 1)
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 1, pol 0x81609000 (this 0, provider 1)
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): No fBus, deferring reconnect bus...
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleD1881PMUPowerSource: AppleUSBCableDetect 0
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleD1881PMUPowerSource: AppleUSBCableType Detached
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleBaseband::resetDetectInterrupt with 0
    Nov 14 12:11:26 unknown kernel[0] <Debug>: set_crc_notification_state 0
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOnSystem() : Powering On
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): stateFlags(24823)
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): Tearing down WoW mode
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleBCMWLAN Woke on same BSS:  @ 0xc1b50c00, BSSID = 5c:d9:98:02:9a:40, rssi = -48, rate = 54 (100%), channel =  7, encryption = 0xc, ap = 1, failures =   0, age = 2524, ssid[ 9] = "CMSFLWLAN"
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled the '!ICMP' packet filter
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled the '!ICMP' packet filter
    Nov 14 12:11:26 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled packet filters
    Nov 14 12:11:26 unknown kernel[0] <Debug>: en0: BSSID changed to 5c:d9:98:02:9a:40
    Nov 14 12:11:27 unknown UserEventAgent[12] <Warning>: Unable to cancel system wake for 2011-11-14 12:11:17 -0500. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 14 12:11:27 unknown UserEventAgent[12] <Warning>: Unable to cancel system wake for 2011-11-14 12:11:17 -0500. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 14 12:11:27 unknown lockdownd[22] <Error>: 016b9000 handle_watcher_service_start: Got a service sock 13 for hostID 30225B68-00D2-49E3-AE4A-38D7AA7B605B
    Nov 14 12:11:28 unknown kernel[0] <Debug>: AppleKeyStore:cp_key_store_action(1)
    Nov 14 12:11:28 unknown kernel[0] <Debug>: AppleKeyStore:Sending lock change
    Nov 14 12:11:28 unknown timed[2619] <Notice>: (Note ) CoreTime: Want active time in 34.44hrs. Need active time in 117.78hrs.
    Nov 14 12:11:29 unknown configd[14] <Notice>: network configuration changed.
    Nov 14 12:11:29 unknown UserEventAgent[12] <Warning>: Unable to cancel system wake for 2011-11-14 12:11:17 -0500. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 14 12:11:30 unknown CommCenter[17] <Notice>: No more assertions for PDP context 0.  Returning it back to normal.
    Nov 14 12:11:30 unknown CommCenter[17] <Notice>: Scheduling PDP tear down timer for (342983790.026476) (current time == 342983490.026488)
    Nov 14 12:11:30 unknown wifid[29] <Error>: WiFi:[342983490.109759]: Client dataaccessd set type to background application
    Nov 14 12:11:31 unknown dataaccessd[54] <Notice>: 1127d0|CalDAV|Error|Could not find the current user principal. Found properties: [{
                  "DAV::displayname" = "[<CoreDAVLeafItem: 0xdea1ae0>]: DAV:displayname";
                  "DAV::principal-URL" = "[[<CoreDAVItemWithHrefChildItem: 0xf1b79b0>]: DAV:principal-URL]
      HREF: [[[<CoreDAVHrefItem: 0xdeb4b30>]: DAV:href]
      Payload as original URL: [/calendar/dav/[email protected]/user/]
      Payload as full URL: [https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/]
      Base URL: [https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/]]";
                  "urn:ietf:params:xml:ns:caldav:calendar-home-set" = "[[<CoreDAVItemWithHrefChildren: 0xf1b6f30>]: urn:ietf:params:xml:ns:caldavcalendar-home-set]
      Number of HREFs: [1]
      Unauthenticated: [(null)]";
                  "urn:ietf:params:xml:ns:caldav:calendar-user-address-set" = "[[<CoreDAVItemWithHrefChildren: 0xde8f6f0>]: urn:ietf:params:xml:ns:caldavcalendar-user-address-set]
      Number of HREFs: [2]
      Unauthenticated: [(null)]";
                  "urn:ietf:params:xml:ns:caldav:schedule-inbox-URL" = "[[<CoreDAVItemWithHrefChildItem: 0xde755f0>]: urn:ietf:params:xml:ns:caldavschedule-inbox-URL]
      HREF: [[[<CoreDAVHrefItem: 0xdeb4de0>]: DAV:href]
      Payload as original URL: [/calendar/dav/anyoneemail.com/inbox/]
      Payload as full URL: [https://[email protected]/calendar/dav/anyoneemail.com/inbox///[email protected]/calendar/dav/anyoneemail.com/inbox/]
      Base URL: [https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/]]";
                  "urn:ietf:params:xml:ns:caldav:schedule-outbox-URL" = "[[<CoreDAVItemWithHrefChildItem: 0xdeac3a0>]: urn:ietf:params:xml:ns:caldavschedule-outbox-URL]
      HREF: [[[<CoreDAVHrefItem: 0xdeb7450>]: DAV:href]
      Payload as original URL: [/calendar/dav/anyoneemail.com/outbox/]
      Payload as full URL: [https://[email protected]/calendar/dav/anyoneemail.com/outbox///[email protected]/calendar/dav/anyoneemail.com/outbox/]
      Base URL: [https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/]]";
    Nov 14 12:11:32 unknown dataaccessd[54] <Notice>: 1127d0|CalDAV|Error|There were some failures changing properties, according to the following response: [[[<CoreDAVResponseItem: 0xf2dfd20>]: DAV:response | Number of HREFs: [1]| Status: [(null)]| Number of prop stats: [1]| Error: [(null)]| Response description: [(null)]| Location: [(null)]]].
    Nov 14 12:11:34 unknown UserEventAgent[12] <Warning>: Unable to cancel system wake for 2011-11-14 12:11:19 -0500. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 14 12:11:38 unknown timed[2619] <Notice>: (Note ) CoreTime: Not setting system time to 11/14/2011 17:11:39 from GPS because time is unchanged
    Nov 14 12:11:42 unknown wifid[29] <Error>: WiFi:[342983502.660924]: Client itunesstored is background application
    Nov 14 12:12:29 unknown wifid[29] <Error>: WiFi:[342983549.925022]: Disable WoW requested by "apsd"
    Nov 14 12:12:29 unknown wifid[29] <Error>: WiFi:[342983549.927995]: Disable WoW requested by "dataaccessd"
    Nov 14 12:12:37 unknown SpringBoard[15] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    Nov 14 12:12:37 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 3->255
    Nov 14 12:13:38 unknown profiled[2629] <Notice>: (Note ) profiled: Service starting...
    Nov 14 12:13:38 unknown profiled[2629] <Notice>: (Note ) profiled: Locking device
    Nov 14 12:13:39 unknown kernel[0] <Debug>: AppleKeyStore:Sending lock change
    Nov 14 12:13:43 unknown CommCenter[17] <Notice>: Telling CSI to go low power.
    Nov 14 12:13:44 unknown lockdownd[22] <Error>: 016b9000 __handle_watcher_service_start_block_invoke_1: Stopping heartbeat service for host 30225B68-00D2-49E3-AE4A-38D7AA7B605B
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleKeyStore:timer fired
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleKeyStore:cp_key_store_action(0)
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleKeyStore:Removing timer
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleKeyStore:Sending lock change
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x8000, stateNum 0, dev 0x81609000 (this 0, provider 1)
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOffSystem() : Powering Off and sleeping
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOff(): fStateFlags(34822)
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Unicast IP filter enabled
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled WOMP filter  0 (ID=103)
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled WOMP filter  1 (ID=104)
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled the '!ICMP' packet filter
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLAN Sleeping on BSS:   @ 0xc1b50c00, BSSID = 5c:d9:98:02:9a:40, rssi = -42, rate = 54 (100%), channel =  7, encryption = 0xc, ap = 1, failures =   0, age = 2667, ssid[ 9] = "CMSFLWLAN"
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceHSIC::prepareForWoW(): Sending disconnect command..
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceHSIC::sendDisconnectCommand()
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOff(): Associated & WoW enabled, WiFi will remain up
    Nov 14 12:13:48 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 0 swapBusy: 0  fController: 0 -> 0
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleEmbeddedUSBArbitrator::setPowerState: calling handleUSBCableTypeChange from setPowerState
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Nov 14 12:13:48 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 0, pol 0x81609000 (this 0, provider 1)
    Nov 14 12:13:48 unknown kernel[0] <Debug>:
    Nov 14 12:14:20 unknown CommCenter[17] <Notice>: Telling CSI to exit low power.
    Nov 14 12:14:20 unknown SpringBoard[15] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Nov 14 12:14:20 unknown kernel[0] <Debug>: pmu wake events: menu
    Nov 14 12:14:20 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 1 swapBusy: 0  fController: 0 -> 0
    Nov 14 12:14:20 unknown kernel[0] <Debug>: AppleEmbeddedUSBArbitrator::setPowerState: calling handleUSBCableTypeChange from setPowerState
    Nov 14 12:14:20 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Nov 14 12:14:20 unknown kernel[0] <Debug>: AppleSynopsysUSBEHCI[0xc199f000]::UIMInitialize - HSIC ports enabled
    Nov 14 12:14:20 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x8000, stateNum 1, dev 0x81609000 (this 0, provider 1)
    Nov 14 12:14:20 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 1, pol 0x81609000 (this 0, provider 1)
    Nov 14 12:14:20 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): No fBus, deferring reconnect bus...
    Nov 14 12:14:20 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 255->3 (deferring until bootloaded)
    Nov 14 12:14:20 unknown SpringBoard[15] <Notice>: MultitouchHID: device bootloaded
    Nov 14 12:14:20 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 3->3
    Nov 14 12:14:20 unknown timed[2631] <Notice>: (Note ) CoreTime: Received network time zone "NITZ" with 342983659.00 -300 NO DST in 310
    Nov 14 12:14:20 unknown timed[2631] <Notice>: (Note ) CoreTime: Searching in NO DST time zone map for offset -300 and MCC 310
    Nov 14 12:14:20 unknown timed[2631] <Notice>: (Note ) CoreTime: Received timezone "America/New_York" from "NITZ"
    Nov 14 12:14:20 unknown timed[2631] <Notice>: (Note ) CoreTime: Not setting time zone to America/New_York from NITZ
    Nov 14 12:14:21 unknown kernel[0] <Debug>: AppleD1881PMUPowerSource: AppleUSBCableDetect 0
    Nov 14 12:14:21 unknown kernel[0] <Debug>: AppleD1881PMUPowerSource: AppleUSBCableType Detached
    Nov 14 12:14:21 unknown kernel[0] <Debug>: AppleBaseband::resetDetectInterrupt with 0
    Nov 14 12:14:21 unknown kernel[0] <Debug>: set_crc_notification_state 0
    Nov 14 12:14:21 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOnSystem() : Powering On
    Nov 14 12:14:21 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): stateFlags(24823)
    Nov 14 12:14:21 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): Tearing down WoW mode
    Nov 14 12:14:21 unknown kernel[0] <Debug>: AppleBCMWLAN Woke on same BSS:  @ 0xc1b50c00, BSSID = 5c:d9:98:02:9a:40, rssi = -40, rate = 54 (100%), channel =  7, encryption = 0xc, ap = 1, failures =   0, age = 2668, ssid[ 9] = "CMSFLWLAN"
    Nov 14 12:14:21 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled the '!ICMP' packet filter
    Nov 14 12:14:21 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled the '!ICMP' packet filter
    Nov 14 12:14:21 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled packet filters
    Nov 14 12:14:21 unknown kernel[0] <Debug>: en0: BSSID changed to 5c:d9:98:02:9a:40
    Nov 14 12:14:21 unknown lockdownd[22] <Error>: 016b9000 handle_watcher_service_start: Got a service sock 13 for hostID 30225B68-00D2-49E3-AE4A-38D7AA7B605B
    Nov 14 12:14:22 unknown profiled[2629] <Notice>: (Note ) profiled: Device unlock notification received
    Nov 14 12:14:23 unknown kernel[0] <Debug>: AppleKeyStore:cp_key_store_action(1)
    Nov 14 12:14:23 unknown kernel[0] <Debug>: AppleKeyStore:Sending lock change
    Nov 14 12:14:23 unknown timed[2631] <Notice>: (Note ) CoreTime: Want active time in 34.39hrs. Need active time in 117.73hrs.
    Nov 14 12:14:33 unknown Preferences[1862] <Warning>: -[VPNConnectionStore reloadVPN]: The active VPN configuration has changed from  to (null)
    Nov 14 12:14:33 unknown timed[2631] <Notice>: (Note ) CoreTime: Not setting system time to 11/14/2011 17:14:34 from GPS because time is unchanged
    Nov 14 12:14:34 unknown Preferences[1862] <Warning>: -[VPNBundleController _vpnConfigurationChanged:] (0x13d7b0:<VPNBundleController: 0x13d7b0>): _serviceCount(0), serviceCount(0), toggleInRootMenu(0), RootMenuItem(1)
    Nov 14 12:14:34 unknown com.apple.misd[2635] <Notice>: allowing special port forwarding for test fixtures
    Nov 14 12:14:41 unknown Preferences[1862] <Warning>: BTM: attaching to BTServer
    Nov 14 12:14:41 unknown Preferences[1862] <Warning>: BTM: posting notification BluetoothAvailabilityChangedNotification
    Nov 14 12:14:44 unknown Preferences[1862] <Warning>: Should show voicemail? YES
    Nov 14 12:14:44 unknown Preferences[1862] <Warning>: Should show voicemail? YES
    Nov 14 12:14:44 unknown Preferences[1862] <Warning>: Should show voicemail? YES
    Nov 14 12:14:44 unknown Preferences[1862] <Warning>: Should show voicemail? YES
    Nov 14 12:15:01 unknown CommCenter[17] <Notice>: removing received message 2147483663
    Nov 14 12:15:22 unknown profiled[2629] <Notice>: (Note ) profiled: Idled.
    Nov 14 12:15:22 unknown profiled[2629] <Notice>: (Note ) profiled: Service stopping.
    Nov 14 12:15:38 unknown kernel[0] <Debug>: launchd[2643] Builtin profile: container2 (sandbox)
    Nov 14 12:15:38 unknown kernel[0] <Debug>: launchd[2643] Container: /private/var/mobile/Applications/E45DB0BB-3802-413A-B858-D5EE2F5C8DFF [69] (sandbox)
    Nov 14 12:15:38 unknown wifid[29] <Error>: WiFi:[342983738.764213]: Client itunesstored is background application
    Nov 14 12:15:41 unknown UIKitApplication:com.apple.iBooks[0xdd89][2643] <Notice>: DictinaryServices: Dictionary cache was updated
    Nov 14 12:19:40 unknown kernel[0] <Debug>: 096088.069853 hsic-baseband::portActionGated: start device 0x00020001 (bus 1 port 2) completed with 0xe00002ed, retrying in 50ms
    Nov 14 12:20:50 unknown wifid[29] <Error>: WiFi:[342984050.417001]: Client dataaccessd set type to background application
    Nov 14 12:21:11 unknown lockdownd[22] <Error>: 00386000 __handle_watcher_service_start_block_invoke_1: Stopping heartbeat service for host 30225B68-00D2-49E3-AE4A-38D7AA7B605B
    Nov 14 12:21:11 unknown com.apple.mobile.lockdown[22] <Notice>: Could not shutdown SSL connection: -9806
    Nov 14 12:21:53 unknown wifid[29] <Error>: WiFi:[342984113.211059]: Client itunesstored is background application
    Nov 14 12:22:06 unknown dataaccessd[54] <Notice>: 1127d0|CalDAV|Error|connection died with error Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x1934d0 {NSErrorFailingURLStringKey=https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/, NSErrorFailingURLKey=https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x108be0 "The request timed out."} 0xde94790
    Nov 14 12:22:06 unknown dataaccessd[54] <Notice>: 1127d0|CalDAV|Error|Error refreshing properties for account: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x1934d0 {NSErrorFailingURLStringKey=https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/, NSErrorFailingURLKey=https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x108be0 "The request timed out."}
    Nov 14 12:22:06 unknown dataaccessd[54] <Notice>: 1127d0|CalDAV|Warn |CalDAV refresh task failed wih error Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x1934d0 {NSErrorFailingURLStringKey=https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/, NSErrorFailingURLKey=https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x108be0 "The request timed out."}
    Nov 14 12:22:06 unknown dataaccessd[54] <Notice>: 1127d0|CalDAV|Warn |==== CalDAV refresh FAILED for "email" (8B3B7412-5AB7-4636-85FC-0613452101C4): Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x1934d0 {NSErrorFailingURLStringKey=https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/, NSErrorFailingURLKey=https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x108be0 "The request timed out."}.
    Nov 14 12:22:06 unknown dataaccessd[54] <Notice>: 1127d0|CalDAV|Error|CoreDAVPropFindTask failed: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x1934d0 {NSErrorFailingURLStringKey=https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/, NSErrorFailingURLKey=https://[email protected]/calendar/dav/anyoneemail.com/user///[email protected]/calendar/dav/anyoneemail.com/user/, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x108be0 "The request timed out."}
    Nov 14 12:23:24 unknown kernel[0] <Debug>: launchd[2659] Builtin profile: PasteBoard (sandbox)
    Nov 14 12:23:25 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 3->1
    Nov 14 12:23:25 unknown MobileSMS[117] <Error>: clip: empty path.
    Nov 14 12:23:25 unknown UIKitApplication:com.apple.MobileSMS[0x1a48][117] <Notice>: Nov 14 12:23:25 users-iPhone MobileSMS[117] <Error>: clip: empty path.
    Nov 14 12:23:26 unknown MobileMail[79] <Notice>: d65c270|EAS|Error|connection died with error Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0xd6ebe90 {NSErrorFailingURLStringKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSErrorFailingURLKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSLocalizedDescription=The request timed out., NSUnderlyingError=0xd6c7a50 "The request timed out."} 0x112d18d0
    Nov 14 12:23:26 unknown MobileMail[79] <Notice>: d65c270|EAS|Error|ASMoveItemsTask failed: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0xd6ebe90 {NSErrorFailingURLStringKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSErrorFailingURLKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSLocalizedDescription=The request timed out., NSUnderlyingError=0xd6c7a50 "The request timed out."}
    Nov 14 12:23:29 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 1->3
    Nov 14 12:23:29 unknown MobileSMS[117] <Warning>: Trying to remove already removed image
    Nov 14 12:23:33 unknown MobileSMS[117] <Error>: CGAffineTransformInvert: singular matrix.
    Nov 14 12:23:33 unknown UIKitApplication:com.apple.MobileSMS[0x1a48][117] <Notice>: Nov 14 12:23:33 users-iPhone MobileSMS[117] <Error>: CGAffineTransformInvert: singular matrix.
    Nov 14 12:23:40 unknown imagent[49] <Warning>: [Warning] Async loading of bag failed: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0xeeb64c0 {NSErrorFailingURLStringKey=http://init-p01md.apple.com/bag, NSErrorFailingURLKey=http://init-p01md.apple.com/bag, NSLocalizedDescription=The request timed out., NSUnderlyingError=0xee9e340 "The request timed out."}
    Nov 14 12:23:40 unknown imagent[49] <Warning>: [Warning] Bag loading failed! Error (NSURLErrorDomain:-1001): The request timed out. http://init-p01md.apple.com/bag
    Nov 14 12:23:45 unknown SpringBoard[15] <Notice>: Connection to the change hub got interrupted.
    Nov 14 12:23:49 unknown wifid[29] <Error>: WiFi:[342984229.632067]: Client itunesstored is background application
    Nov 14 12:24:28 unknown UserEventAgent[12] <Warning>: Unable to cancel system wake for 2011-11-14 12:24:18 -0500. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 14 12:24:29 unknown UserEventAgent[12] <Warning>: Unable to cancel system wake for 2011-11-14 12:24:18 -0500. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 14 12:24:29 unknown UserEventAgent[12] <Warning>: Unable to cancel system wake for 2011-11-14 12:24:18 -0500. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 14 12:24:31 unknown UserEventAgent[12] <Warning>: Unable to cancel system wake for 2011-11-14 12:24:18 -0500. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 14 12:24:31 unknown UserEventAgent[12] <Warning>: Unable to cancel system wake for 2011-11-14 12:24:21 -0500. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 14 12:24:31 unknown UserEventAgent[12] <Warning>: Unable to cancel system wake for 2011-11-14 12:24:21 -0500. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 14 12:24:36 unknown UserEventAgent[12] <Warning>: Unable to cancel system wake for 2011-11-14 12:24:21 -0500. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 14 12:24:47 unknown MobileMail[79] <Notice>: d65c270|EAS|Error|connection died with error Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x113bdf50 {NSErrorFailingURLStringKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSErrorFailingURLKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x113b5750 "The request timed out."} 0x1127a260
    Nov 14 12:24:47 unknown MobileMail[79] <Notice>: d65c270|EAS|Error|ASMoveItemsTask failed: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x113bdf50 {NSErrorFailingURLStringKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSErrorFailingURLKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x113b5750 "The request timed out."}
    Nov 14 12:26:07 unknown MobileMail[79] <Notice>: d65c270|EAS|Error|connection died with error Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x2c7230 {NSErrorFailingURLStringKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSErrorFailingURLKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x2a0b10 "The request timed out."} 0x11257260
    Nov 14 12:26:07 unknown MobileMail[79] <Notice>: d65c270|EAS|Error|ASMoveItemsTask failed: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x2c7230 {NSErrorFailingURLStringKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSErrorFailingURLKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x2a0b10 "The request timed out."}
    Nov 14 12:26:31 unknown imagent[49] <Warning>: [Warning] Async loading of bag failed: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x19b500 {NSErrorFailingURLStringKey=http://init-p01md.apple.com/bag, NSErrorFailingURLKey=http://init-p01md.apple.com/bag, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x18d740 "The request timed out."}
    Nov 14 12:26:31 unknown imagent[49] <Warning>: [Warning] Bag loading failed! Error (NSURLErrorDomain:-1001): The request timed out. http://init-p01md.apple.com/bag
    Nov 14 12:31:45 unknown kernel[0] <Debug>: launchd[2681] Builtin profile: container (sandbox)
    Nov 14 12:31:45 unknown kernel[0] <Debug>: launchd[2681] Container: /private/var/mobile/Applications/DD219E23-801C-44FF-A939-FC1E23D7B5CD [69] (sandbox)
    Nov 14 12:31:48 unknown Ping[2681] <Warning>: WARNING: Using legacy cell layout due to delegate implementation of tableView:accessoryTypeForRowWithIndexPath: in <myping: 0x161090>.  Please remove your implementation of this method and set the cell properties accessoryType and/or editingAccessoryType to move to the new cell layout behavior.  This method will no longer be called in a future release.
    Nov 14 12:31:49 unknown MobileMail[79] <Notice>: d65c270|EAS|Error|connection died with error Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x11344bc0 {NSErrorFailingURLStringKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSErrorFailingURLKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x113fb400 "The request timed out."} 0x2f3eb0
    Nov 14 12:31:49 unknown MobileMail[79] <Notice>: d65c270|EAS|Error|ASMoveItemsTask failed: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x11344bc0 {NSErrorFailingURLStringKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSErrorFailingURLKey=https://email.website.com/Microsoft-Server-ActiveSync?User=user&DeviceId=ApplC39 GKPU5DTDK&DeviceType=iPhone&Cmd=MoveItems, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x113fb400 "The request timed out."}
    Nov 14 12:32:48 unknown SpringBoard[15] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    Nov 14 12:32:48 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 3->255
    Nov 14 12:33:01 unknown SpringBoard[15] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Nov 14 12:33:01 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 255->3 (deferring until bootloaded)
    Nov 14 12:33:01 unknown SpringBoard[15] <Notice>: MultitouchHID: device bootloaded
    Nov 14 12:33:01 unknown SpringBoard[15] <Notice>: MultitouchHID: detection mode: 3->3
    Nov 14 12:33:02 unknown kernel[0] <Debug>: set_crc_notification_state 0
    Nov 14 12:33:11 unknown com.apple.misd[2685] <Notice>: allowing special port forwarding for test fixtures
    Nov 14 12:33:13 unknown profiled[2686] <Notice>: (Note ) profiled: Service starting...
    Nov 14 12:33:13 unknown Preferences[1862] <Warning>: loadAPTableCellImages: loading images
    Nov 14 12:33:15 unknown Preferences[1862] <Warning>: -[APSettingsController specifiers]: CMSFLWLAN: _canForget(1), _canSetAutoJoin(0), _canSetAutoLogin(0)
    Nov 14 12:33:23 unknown kernel[0] <Debug>: AppleD1881PMUPowerSource: AppleUSBCableDetect 1
    Nov 14 12:33:23 unknown kernel[0] <Debug>: AppleD1881PMUPowerSource: AppleUSBCableType USBHost
    Nov 14 12:33:23 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBReset
    Nov 14 12:33:23 unknown kernel[0] <Debug>: launchd[2688] Builtin profile: ptpd (sandbox)
    Nov 14 12:33:23 unknown lockdownd[22] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0xfe164d0 [0x3fced630]>{type = mutable dict, count = 5,
              entries =>
                        1 : <CFString 0xfe2dc20 [0x3fced630]>{contents = "kCTMobileEquipmentInfoCurrentSubscriberId"} = <CFString 0xfe16770 [0x3fced630]>{contents = "310410438874235"}
                        2 : <CFString 0xfe1cd20 [0x3fced630]>{contents = "kCTMobileEquipmentInfoCurrentMobileId"} = <CFString 0xfe2cd90 [0x3fced630]>{contents = "012937000519404"}
                        4 : <CFString 0xfe2e1b0 [0x3fced630]>{contents = "kCTMobileEquipmentInfoICCID"} = <CFString 0xfe2e1e0 [0x3fced630]>{contents = "89014103254388742359"}
                        11 : <CFString 0xfe2d750 [0x3fced630]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0xfe2cd90 [0x3fced630]>{contents = "012937000519404"}
                        12 : <CFString 0xfe2e280 [0x3fced630]>{contents = "kCTMobileEquipmentInfoIMSI"} = <CFString 0xfe16770 [0x3fced630]>{contents = "310410438874235"}
    Nov 14 12:33:23 unknown lockdownd[22] <Error>: 00386000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Nov 14 12:33:24 unknown atc[2690] <Warning>: Error: Connection invalid
    Nov 14 12:33:28 unknown ptpd[2688] <Notice>: PTP interface has been activated at high speed.
    Nov 14 12:33:37 unknown lockdownd[22] <Error>: 0173b000 special_case_get_domain: NN: checking BT MAC Address reported back f0:cb:a1:06:a3:0d
    Nov 14 12:33:38 users-iPhone mc_mobile_tunnel[2700] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Nov 14 12:33:38 users-iPhone mc_mobile_tunnel[2700] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.

    *228 option 2 might work. All phones can be different.

  • Very frustrating problem with Photoshop Elements 10 - can anyone help?

    I don't know what's happened, and I haven't changed any of the settings or anything.
    When I open a photoshop file I am currently working on, now, no matter what I do, nothing changes in the actual photo. Even when I delete layers to see if it reverts back to the original photo, nothing changes. When I try adding new layers, nothing happens, when I try adjusting something such as opacity, or brightness/saturation, nothing changes.
    I've tried opening/creating other photoshop files and I have the same problem, so it seems a problem with the actual software, rather than individual files. Even after uninstalling then installing the software, the problem is still there.
    Does anyone have any idea what is causing this? Or could you direct me to a good help forum/source?
    Many thanks

    Welcome to the forum.
    I would go to the Photoshop Elements Forum, and look for Loraclf's post there, or post with your problem, your equipment info, and the problem. Someone there will be able to help you.
    Good luck,
    Hunt

  • Has anyone had troubles with VISA(GPIB) control and using USB?

    I am having trouble controlling a GPIB machine using VISA controls. I am using a USB GPIB cable and the software. But I get errors when I try to use the Intstrument drivers (ex HP4194A) VISA control. If I change to GPIB commands it works fine. Am I calling the unit wrong? Not sure how to get it to work.

    I tried that and I get the following error
    in NI spy Status 0xBFFF00A6
    error out -1073807194
    with IDN? I don't get the equipment info, but get some hex code.
    Attachments:
    visa_test.vi ‏20 KB

  • Replacement ipod, what am i doing wrong???

    my ipod had an error where it was saying usb malfunctioned everytime i put this into a laptop, took it to apple they said the usb was bust, got a new ipod (great) however got home and plugged it, just get a pic on my ipod showing a cable\disc. does this mean i need to install the software again, i have itunes already on my computer, if so i have misplacd disc, can software be downloaded frowm apple webiste???????
    please help me, need to get my ipod up and running again???

    The graphic you are seeing is telling you it needs to connect to iTunes. Yes, you can get it here at Apple.com. Just look up above our posts and click the link that says "iPod+iTunes". Then install a fresh copy.
    Also, you may want to consider where it is being plugged in. Directly to the computer is better than a powered hub, which is better than an unpowered hub. Just to be sure, make sure it is a USB cable, not an older FireWire one as the Touch will not be happy with FireWire.
    Finally, maybe add some equipment info to your profile? Harder to tell what is wrong when no one knows what you are using.

  • Since iOS 5.1 mobile data are missing, display ".,:|vodafone.de °"

    with iOS 4.3.5 all was good
    since the update to iOS 5.1 internet dataconnection is not available
    APN-data are correct
    Konsole Output:
    Mar 14 15:52:29 iPad-Tomas-Dils dataaccessd[42] <Warning>: notify name "SignificantTimeChangeNotification" has been registered 20 times - this may be a leak
    Mar 14 15:52:21 iPad-Tomas-Dils CommCenter[57] <Notice>: START LOCATION UPDATE
    Mar 14 15:52:21 iPad-Tomas-Dils CommCenter[57] <Error>: _ReInitThrottleTimer(): Clearing throttle timer on context ID [0xffffffff] at 353429541.146768
    Mar 14 15:52:21 iPad-Tomas-Dils CommCenter[57] <Notice>: STOP LOCATION UPDATE
    Mar 14 15:52:21 iPad-Tomas-Dils CommCenter[57] <Notice>: STOP LOCATION UPDATE
    Mar 14 15:52:21 iPad-Tomas-Dils CommCenter[57] <Notice>: START LOCATION UPDATE
    Mar 14 15:52:21 iPad-Tomas-Dils UserEventAgent[12] <Notice>: (Note ) PIH: SIM is now ready.
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 lookup_baseband_info_old: The SIM status has changed
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 load_activation_records: Could not extract ICCID from record
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 load_activation_records: This is a wildcard record
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 copy_activation_record: No unlock record. Looking for a care flag.
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 copy_activation_record: No care flag. Looking for a record that matches the SIM.
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 copy_activation_record: Looking up the record for ICCID 89492026211462193448
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 copy_activation_record: No record for the SIM. Looking for wildcard.
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 determine_activation_state_old: This device is a phone. It supports factory activation.
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 determine_activation_state_old: The original activation state is WildcardActivated
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 determine_activation_state_old: SIM status: kCTSIMSupportSIMStatusReady
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 determine_activation_state_old: No ICCID in the activation record
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 determine_activation_state_old: The record contains a wildcard ticket
    Mar 14 15:52:21 iPad-Tomas-Dils profiled[259] <Notice>: (Note ) profiled: Service starting...
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 deliver_baseband_ticket: SIM is not in operator locked state. Ignoring activation ticket
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 3f315d98 determine_activation_state_old: The activation state has not changed.
    Mar 14 15:52:21 iPad-Tomas-Dils CommCenter[57] <Error>: Cellular Data Plan Settings not found or not a dictionary.
    Mar 14 15:52:21 iPad-Tomas-Dils profiled[259] <Notice>: (Note ) profiled: Checking for new carrier profile...
    Mar 14 15:52:21 iPad-Tomas-Dils profiled[259] <Notice>: (Error) MC: Failed to parse profile data. Error: NSError:
    Desc   : Ung-l-t-i-g-e-s -P-r-o-f-i-l^J-U-S -D-e-s-c-: -I-n-v-a-l-i-d -P-r-o-f-i-l-e^J-D-o-m-a-i-n -: -M-C-P-r-o-f-i-l-e-E-r-r-o-r-D-o-m-a-i-n^J-C-o-d-e   -: -1-0-0-0^J-T-y-p-e   -: -M-C-F-a-t-a-l-E-r-r-o-r
    Mar 14 15:52:21 iPad-Tomas-Dils profiled[259] <Notice>: (Note ) profiled: No configuration profile found in carrier bundle.
    Mar 14 15:52:21 iPad-Tomas-Dils CommCenter[57] <Error>: Cellular Data Plan Settings not found or not a dictionary.
    Mar 14 15:52:21 iPad-Tomas-Dils CommCenter[57] <Notice>: STOP LOCATION UPDATE
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x27ab00 [0x3fbc2650]>{type = mutable dict, count = 5,
    entries =>
    1 : <CFString 0x2788a0 [0x3fbc2650]>{contents = "kCTMobileEquipmentInfoCurrentSubscriberId"} = <CFString 0x27abb0 [0x3fbc2650]>{contents = "262022603596847"}
    2 : <CFString 0x278700 [0x3fbc2650]>{contents = "kCTMobileEquipmentInfoCurrentMobileId"} = <CFString 0x278730 [0x3fbc2650]>{contents = "012667002828582"}
    4 : <CFString 0x2788e0 [0x3fbc2650]>{contents = "kCTMobileEquipmentInfoICCID"} = <CFString 0x278910 [0x3fbc2650]>{contents = "89492026211462193448"}
    11 : <CFString 0x278930 [0x3fbc2650]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x278730 [0x3fbc2650]>{contents = "012667002828582"}
    12 : <CFString 0x2789a0 [0x3fbc2650]>{contents = "kCTMobileEquipmentInfoIMSI"} = <CFString 0x27abb0 [0x3fbc2650]>{contents = "262022603596847"}
    Mar 14 15:52:21 iPad-Tomas-Dils lockdownd[26] <Notice>: 01737000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    Mar 14 15:52:22 iPad-Tomas-Dils kernel[0] <Debug>: AppleSerialMultiplexer: mux-ad(eng)::setLinkQualityMetricGated: Setting link quality metric to -1
    Mar 14 15:52:24 iPad-Tomas-Dils CommCenter[57] <Error>: kNewServingNetwork sent, MCC: 262 MNC: 2
    Mar 14 15:52:24 iPad-Tomas-Dils configd[45] <Notice>: network configuration changed.
    Mar 14 15:52:24 iPad-Tomas-Dils dataaccessd[42] <Warning>: notify name "SignificantTimeChangeNotification" has been registered 20 times - this may be a leak
    Mar 14 15:52:24 iPad-Tomas-Dils apsd[50] <Warning>: <APSCourier: 0xfe64570>: Stream error occurred for <APSTCPStream: 0x26f0e0>: Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn-t -b-e -c-o-m-p-l-e-t-e-d-. -(-k-C-F-E-r-r-o-r-D-o-m-a-i-n-C-F-N-e-t-w-o-r-k -e-r-r-o-r -2-.-)-" -U-s-e-r-I-n-f-o-=-0-x-2-6-f-f-3-0 -{-k-C-F-G-e-t-A-d-d-r-I-n-f-o-F-a-i-l-u-r-e-K-e-y-=-8-}
    Mar 14 15:52:24 iPad-Tomas-Dils CommCenter[57] <Notice>: Client [com.apple.persistentconnection[apsd,50]] is telling PDP context 0 to go active.
    Mar 14 15:52:25 iPad-Tomas-Dils apsd[50] <Warning>: <APSCourier: 0xfe64570>: Stream error occurred for <APSTCPStream: 0x271540>: Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn-t -b-e -c-o-m-p-l-e-t-e-d-. -(-k-C-F-E-r-r-o-r-D-o-m-a-i-n-C-F-N-e-t-w-o-r-k -e-r-r-o-r -2-.-)-" -U-s-e-r-I-n-f-o-=-0-x-2-7-5-d-b-0 -{-k-C-F-G-e-t-A-d-d-r-I-n-f-o-F-a-i-l-u-r-e-K-e-y-=-8-}
    Mar 14 15:52:25 iPad-Tomas-Dils CommCenter[57] <Notice>: Client [com.apple.persistentconnection[dataaccessd,42]] is telling PDP context 0 to go active.
    Mar 14 15:52:25 iPad-Tomas-Dils dataaccessd[42] <Notice>: 136130|EAS|Error|connection died with error Error Domain=NSURLErrorDomain Code=-1009 "Es besteht anscheinend keine Verbindung zum Internet."
    same problem with another SIM-card on the iPad with iOS 5.1
    SIM-Card work fine in iPhone 4 with iOS 5.0.1
    nothing from http://support.apple.com/kb/TS3780 worked
    What can I do?

    I found that mobile data stopped working on my iPad once upgraded to IOS 5.1. I have resolved the problem by re-applying the settings in Settings > Cellular Data > APN Settings which had (very bizarrely) been over-written as a result of the upgrade process.
    Clearly your APN settings will be specific to your data plan, but if you contact your contract provider, they should be able to tell you what they are.
    Hope this helps.

  • How to add process model results to the sequence file results?

    After my sequence file runs, I would like to add some additional results using the process model. I need to log my equipment list which is obtained by the process model. Alternatively, I could add a sub-sequence to the end of each of my sequence files for doing this, but that would create maintenance problems if I ever needed to change the way equipment is logged. Does anyone know a way to (1) append process model results to the sequence file results or (2) force each client sequence file to call a sub-sequence before returning to the process model.

    Mark -
    The report and database process model routines expect a single subsequence step result that invoked MainSequence. This result contains the results from the sequence call.
    In TestStand after the process model root sequence call to MainSequence is performed, the property Locals.ResultList[0] is the MainSequence result. The subproperty Locals.ResultList[0].TS.SequenceCall.ResultList contains the results from the steps in MainSequence.
    One option is to create a subsequence call in the process model that logs the equipment info in the results for its steps. The call to the subsequence should not be checked to record results.
    This subsequence would have a parameter called ResultList. The Result type does not exist in the Insert menu, so you can only create the parameter by copying the empty Locals.ResultList and pasting it in the parameters. Then change its type from By Value to By Reference.
    In the setup of the subsequence, add the following steps which do not record results. These steps rename the Locals.ResultList parameter to ResultListOrig, and then create a new Locals.ResultList alias property that really references Parameters.ResultList. This way any additions to the Locals.ResultList really append to the Parameter.ResultList.
    Setup
    Step: "Rename Locals.ResultList"
    StepType, Adapter: Action, Active-X
    Description:
    Action, Set PropertyObject.Name = "ResultListORIG"
    Record Results: False
    Step: "Create Alias in Locals"
    StepType, Adapter: Actioin, Active-X
    Description:
    Action, Call PropertyObject.SetPropertyObject ("ResultList",
    0x201 ' Not Owning and Create, Parameters.ResultList)
    Record Results: False
    In the Main steps, you add your equipment info steps which record results.
    In the Cleanup steps you undo the steps performed in Setup.
    Cleanup
    Step: "Delete Alias in Locals"
    StepType, Adapter: Action, Active-X
    Description:
    Action, Call PropertyObject.DeleteSubProperty ("ResultList",
    0x400 ' Refer to Alias)
    Record Results: False
    Step: "Rename Locals.ResultListORIG"
    StepType, Adapter: Action, Active-X
    Description:
    Action, Set PropertyObject.Name = "ResultList"
    Record Results: False
    I have attached a TS 2.0 version of SequentialModel.Seq that has a AppendResults subsequence in it and this is invoked after MainSequence in Single Pass entry point.
    Hope this helps...
    Scott Richardson (NI)
    Scott Richardson
    National Instruments
    Attachments:
    SequentialModel.Seq ‏174 KB

  • PM work order tables in SAP

    Do anyone know which table in SAP contains the functional location and equipment info of an work order. I can find most of the info of an order in AUFK but missing the two fields mentioned above. Thanks

    Hello Robert,
    you can get the functional location from ILOA (first select field ILOAN form AFIH, then select the functional location from ILOA). Or use view CAUFV - as far as I remember, the functional location is part of CAUFV too.
    Best regards
    Stephan

  • My iPhone is acting crazy after dropping it (iphone log included)

    HI smart ones.  My daughter dropped her iPhone and now its wonky.
    Here is the log from the iPhone configuration untility.  Any ideas....
    ==== iPhone attached at 5/27/2012 12:08:07 PM ====
    May 27 11:41:43 unknown ptpd[120] <Notice>: PTP interface has been activated at high speed.
    May 27 11:41:49 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::endpointIOTimerExpired : IO stuck for endpoint 81, killing it
    May 27 11:41:49 unknown kernel[0] <Debug>: GINTSTS=04008028 GINTMSK=a00c3800 GNPTXSTS=00080010 DAINT=00000000
    May 27 11:41:49 unknown kernel[0] <Debug>: DAINTMSK=0015002b DCFG=00000040 DCTL=00000000 DSTS=00396800
    May 27 11:41:49 unknown kernel[0] <Debug>: GRXFSIZ=0000021b GNPTXFSIZ=0010021b DPTXSIZ(1)=0040022b
    May 27 11:41:49 unknown kernel[0] <Debug>: GAHBCFG=0000002b, GUSBCFG=00002c08, GRSTCTL=80000000
    May 27 11:41:49 unknown kernel[0] <Debug>: DEPCTL   DEPINT   DEPTSIZ  DEPDMA
    May 27 11:41:49 unknown kernel[0] <Debug>: EP80 00008000 00000080 00000000 419a6004
    May 27 11:41:49 unknown kernel[0] <Debug>: EP00 80028000 00000000 20080040 419c5000
    May 27 11:41:49 unknown kernel[0] <Debug>: EP81 80888200 00000000 20080000 53e1d00c
    May 27 11:41:49 unknown kernel[0] <Debug>: EP83 004e8040 00000080 00000000 4f739e11
    May 27 11:41:49 unknown kernel[0] <Debug>: EP85 00c98200 00002010 20000000 41fa2150
    May 27 11:41:49 unknown kernel[0] <Debug>: EP02 000a8200 00000000 00380ff4 49a3c00c
    May 27 11:41:49 unknown kernel[0] <Debug>: EP04 80098200 00000000 02008000 42019000
    May 27 11:41:54 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::endpointIOTimerExpired : IO stuck for endpoint 81, killing it
    May 27 11:41:54 unknown kernel[0] <Debug>: GINTSTS=04008028 GINTMSK=a00c3800 GNPTXSTS=00080010 DAINT=00000000
    May 27 11:41:54 unknown kernel[0] <Debug>: DAINTMSK=0015002b DCFG=00000040 DCTL=00000000 DSTS=0015c900
    May 27 11:41:54 unknown kernel[0] <Debug>: GRXFSIZ=0000021b GNPTXFSIZ=0010021b DPTXSIZ(1)=0040022b
    May 27 11:41:54 unknown kernel[0] <Debug>: GAHBCFG=0000002b, GUSBCFG=00002c08, GRSTCTL=80000000
    May 27 11:41:54 unknown kernel[0] <Debug>: DEPCTL   DEPINT   DEPTSIZ  DEPDMA
    May 27 11:41:54 unknown kernel[0] <Debug>: EP80 00008000 00000080 00000000 419a6004
    May 27 11:41:54 unknown kernel[0] <Debug>: EP00 80028000 00000000 20080040 419c5000
    May 27 11:41:54 unknown kernel[0] <Debug>: EP81 80888200 00000000 20080000 53e1d00c
    May 27 11:41:54 unknown kernel[0] <Debug>: EP83 004e8040 00000080 00000000 4f739e11
    May 27 11:41:54 unknown kernel[0] <Debug>: EP85 00c98200 00002010 20000000 41fa2150
    May 27 11:41:54 unknown kernel[0] <Debug>: EP02 000a8200 00000000 00380ff4 49a3c00c
    May 27 11:41:54 unknown kernel[0] <Debug>: EP04 80098200 00000000 02008000 42019000
    May 27 11:41:57 unknown lockdownd[26] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x23e560 [0x3fbbd650]>{type = mutable dict, count = 3,
    entries =>
    2 : <CFString 0x23e510 [0x3fbbd650]>{contents = "kCTMobileEquipmentInfoCurrentMobileId"} = <CFString 0x23e540 [0x3fbbd650]>{contents = "012536000904986"}
    4 : <CFString 0x23e610 [0x3fbbd650]>{contents = "kCTMobileEquipmentInfoICCID"} = <CFString 0x3fbb19d0 [0x3fbbd650]>{contents = ""}
    11 : <CFString 0x23e640 [0x3fbbd650]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x23e540 [0x3fbbd650]>{contents = "012536000904986"}
    May 27 11:41:57 unknown lockdownd[26] <Notice>: 01737000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    May 27 11:41:57 unknown lockdownd[26] <Notice>: 01737000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    May 27 11:41:57 unknown mc_mobile_tunnel[129] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    May 27 11:41:57 unknown mc_mobile_tunnel[129] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    May 27 11:41:57 unknown mc_mobile_tunnel[130] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    May 27 11:41:57 unknown mc_mobile_tunnel[130] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    May 27 11:41:59 unknown mc_mobile_tunnel[132] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    May 27 11:41:59 unknown mc_mobile_tunnel[132] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    May 27 11:42:43 unknown SpringBoard[51] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    May 27 11:42:43 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 0->255
    May 27 11:42:43 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 1
    May 27 11:42:43 unknown kernel[0] <Debug>: ALS: [AppleCT700] setPropertiesGated: requested ReportInterval=0 turn OFF sensor
    May 27 11:42:53 unknown kernel[0] <Debug>: AppleSerialMultiplexer: mux-ad(eng)::dormancySetIntervalGated: Setting dormancy interval to 2500 ms with mask 0x1700
    May 27 11:43:19 unknown SpringBoard[51] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    May 27 11:43:19 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 0
    May 27 11:43:19 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
    May 27 11:43:19 unknown SpringBoard[51] <Notice>: MultitouchHID: device bootloaded
    May 27 11:43:19 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 0->0
    May 27 11:43:20 unknown kernel[0] <Debug>: set_crc_notification_state 0
    May 27 11:43:27 unknown SpringBoard[51] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    May 27 11:43:27 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 0->255
    May 27 11:43:27 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 1
    May 27 11:43:28 unknown kernel[0] <Debug>: ALS: [AppleCT700] setPropertiesGated: requested ReportInterval=0 turn OFF sensor
    May 27 11:43:38 unknown kernel[0] <Debug>: AppleSerialMultiplexer: mux-ad(eng)::dormancySetIntervalGated: Setting dormancy interval to 2500 ms with mask 0x1700
    May 27 11:48:59 unknown timed[133] <Notice>: (Note ) CoreTime: Want active time in 39.49hrs. Need active time in 122.82hrs.
    May 27 11:49:09 unknown timed[133] <Notice>: (Note ) CoreTime: Setting system time to 05/27/2012 18:49:10 from NTP
    May 27 11:49:10 unknown timed[133] <Notice>: (Note ) CoreTime: Not setting time zone to America/Phoenix from Location
    May 27 11:52:49 unknownSpringBoard[51] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    May 27 11:52:49 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 0
    May 27 11:52:49 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
    May 27 11:52:49 unknown SpringBoard[51] <Notice>: MultitouchHID: device bootloaded
    May 27 11:52:49 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 0->0
    May 27 11:52:50 unknown kernel[0] <Debug>: set_crc_notification_state 0
    May 27 11:52:57 unknown SpringBoard[51] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    May 27 11:52:57 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 0->255
    May 27 11:52:57 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 1
    May 27 11:52:58 unknown kernel[0] <Debug>: ALS: [AppleCT700] setPropertiesGated: requested ReportInterval=0 turn OFF sensor
    May 27 11:53:01 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state pluggedin_screen_on even though we are not in it, doing nothing
    May 27 11:53:01 unknown notification_proxy[125] <Error>: Could not receive size of message: 0 Invalid argument
    May 27 11:53:01 unknown notification_proxy[125] <Error>: Could not receive message
    May 27 11:53:01 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state pluggedin_charging even though we are not in it, doing nothing
    May 27 11:53:01 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBSuspend
    May 27 11:53:01 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBSuspend
    May 27 11:53:01 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableDetect 0
    May 27 11:53:01 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableType Detached
    May 27 11:53:01 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    May 27 11:53:01 unknown kernel[0] <Debug>: virtual IOReturn AppleUSBDeviceMux::message(UInt32, IOService*, void*) - kMessageInterfaceWasDeActivated
    May 27 11:53:01 unknown kernel[0] <Debug>: AppleUSBDeviceMux::reportStats: USB mux statistics:
    May 27 11:53:01 unknown kernel[0] <Debug>: USB mux: 124 reads / 0 errors, 211 writes / 0 errors
    May 27 11:53:01 unknown kernel[0] <Debug>: USB mux: 0 short packets, 0 dups
    May 27 11:53:01 unknown SpringBoard[51] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    May 27 11:53:01 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 0
    May 27 11:53:01 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state unplugged_screen_on even though we are not in it, doing nothing
    May 27 11:53:01 unknown ptpd[120] <Notice>: PTP interface has been deactivated.
    May 27 11:53:01 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
    May 27 11:53:01 unknown UserEventAgent[12] <Warning>: DEBUG: Changing powered state: 0
    May 27 11:53:01 unknown SpringBoard[51] <Notice>: MultitouchHID: device bootloaded
    May 27 11:53:01 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 0->0
    May 27 11:53:02 unknown kernel[0] <Debug>: set_crc_notification_state 0
    May 27 11:53:09 unknown SpringBoard[51] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    May 27 11:53:09 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 0->255
    May 27 11:53:09 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 1
    May 27 11:53:10 unknown kernel[0] <Debug>: ALS: [AppleCT700] setPropertiesGated: requested ReportInterval=0 turn OFF sensor
    May 27 11:53:20 unknown kernel[0] <Debug>: AppleSerialMultiplexer: mux-ad(eng)::dormancySetIntervalGated: Setting dormancy interval to 2500 ms with mask 0x1700
    May 27 11:53:24 unknown CommCenter[56] <Notice>: Telling CSI to go low power.
    May 27 11:53:25 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 0 swapBusy: 0  fController: 0 -> 0
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x18000, stateNum 0, dev 0xc09e9000 (this 1, provider 0)
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOffSystem() : Powering Off and sleeping
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOff(): fStateFlags(14022)
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Unicast IP filter enabled
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled WOMP filter  0 (ID=103)
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled WOMP filter  1 (ID=104)
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled the '!ICMP' packet filter
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLAN Sleeping on BSS:   @ 0xc1173400, BSSID = 58:6d:8f:55:db:83, rssi = -44, rate = 54 (100%), channel = 10, encryption = 0xc, ap = 1, failures =   0, age = 220, ssid[ 6] = "Barton"
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOff(): Associated & WoW enabled, WiFi will remain up
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::powerOff(): fStateFlags(00000021)
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 0, pol 0xc09e9000 (this 1, provider 0)
    May 27 11:53:24 unknown kernel[0] <Debug>: pmu wake events: rtc
    May 27 11:56:45 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 1 swapBusy: 0  fController: 0 -> 0
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x8002, stateNum 1, dev 0xc09e9000 (this 1, provider 0)
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 1, pol 0xc09e9000 (this 1, provider 0)
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOnSystem() : Powering On
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): stateFlags(4023)
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::powerOn()
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): Tearing down WoW mode
    May 27 11:56:45 unknown kernel[0] <Debug>: AppleBCMWLAN Woke on same BSS:  @ 0xc1173400, BSSID = 58:6d:8f:55:db:83, rssi = -43, rate = 54 (100%), channel = 10, encryption = 0xc, ap = 1, failures =   0, age = 221, ssid[ 6] = "Barton"
    May 27 11:56:45 unknown CommCenter[56] <Notice>: Telling CSI to exit low power.
    May 27 11:56:45 unknown CommCenter[56] <Error>: kDataAttachStatusNotification sent, wasAttached: 0 isAttached: 0
    May 27 11:56:46 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled the '!ICMP' packet filter
    May 27 11:56:46 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled the '!ICMP' packet filter
    May 27 11:56:46 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableDetect 0
    May 27 11:56:46 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableType Detached
    May 27 11:56:46 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    May 27 11:56:46 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled packet filters
    May 27 11:56:46 unknown kernel[0] <Debug>: en0: BSSID changed to 58:6d:8f:55:db:83
    May 27 11:56:46 unknown kernel[0] <Debug>: AppleBaseband::resetDetectInterrupt with 0
    May 27 11:56:47 unknown CLTM[12] <Error>: CLTM: resetting temps: now = 1338145007, last update = 1338144802
    May 27 11:56:55 unknown CommCenter[56] <Notice>: Telling CSI to go low power.
    May 27 11:56:56 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 0 swapBusy: 0  fController: 0 -> 0
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x18000, stateNum 0, dev 0xc09e9000 (this 1, provider 0)
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOffSystem() : Powering Off and sleeping
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOff(): fStateFlags(14022)
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Unicast IP filter enabled
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled WOMP filter  0 (ID=103)
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled WOMP filter  1 (ID=104)
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedEntry(): Enabled the '!ICMP' packet filter
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLAN Sleeping on BSS:   @ 0xc1173400, BSSID = 58:6d:8f:55:db:83, rssi = -44, rate = 54 (100%), channel =10, encryption = 0xc, ap = 1, failures =   0, age = 10, ssid[ 6] = "Barton"
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOff(): Associated & WoW enabled, WiFi will remain up
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::powerOff(): fStateFlags(00000021)
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 0, pol 0xc09e9000 (this 1, provider 0)
    May 27 11:56:55 unknown kernel[0] <Debug>: pmu wake events: usb
    May 27 12:05:03 unknown kernel[0] <Debug>: virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 1 swapBusy: 0  fController: 0 -> 0
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x8002, stateNum 1, dev 0xc09e9000 (this 1, provider 0)
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 1, pol 0xc09e9000 (this 1, provider 0)
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOnSystem() : Powering On
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): stateFlags(4023)
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::powerOn()
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): Tearing down WoW mode
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLAN Woke on same BSS:  @ 0xc1173400, BSSID = 58:6d:8f:55:db:83, rssi = -46, rate = 54 (100%), channel = 10, encryption = 0xc, ap = 1, failures =   0, age = 11, ssid[ 6] = "Barton"
    May 27 12:05:03 unknown CommCenter[56] <Notice>: Telling CSI to exit low power.
    May 27 12:05:03 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state unplugged_screen_on even though we are not in it, doing nothing
    May 27 12:05:03 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state unplugged_awake even though we are not in it, doing nothing
    May 27 12:05:03 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state pluggedin_screen_on even though we are not in it, doing nothing
    May 27 12:05:03 unknown CommCenter[56] <Error>: kDataAttachStatusNotification sent, wasAttached: 0 isAttached: 0
    May 27 12:05:03 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state unplugged_asleep even though we are not in it, doing nothing
    May 27 12:05:03 unknown SpringBoard[51] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    May 27 12:05:03 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 0
    May 27 12:05:03 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
    May 27 12:05:03 unknown UserEventAgent[12] <Warning>: DEBUG: Changing powered state: 1
    May 27 12:05:03 unknown SpringBoard[51] <Notice>: MultitouchHID: device bootloaded
    May 27 12:05:03 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 0->0
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled the '!ICMP' packet filter
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled the '!ICMP' packet filter
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBCMWLANCore::configureWoWAssociatedExit(): Disabled packet filters
    May 27 12:05:03 unknown kernel[0] <Debug>: en0: BSSID changed to 58:6d:8f:55:db:83
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableDetect 1
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableType USBHost
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleBaseband::resetDetectInterrupt with 0
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBReset
    May 27 12:05:03 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBReset
    May 27 12:05:03 unknown kernel[0] <Debug>: launchd[137] Builtin profile: ptpd (sandbox)
    May 27 12:05:03 unknown kernel[0] <Debug>: set_crc_notification_state 0
    May 27 12:05:04 unknown lockdownd[26] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x23e560 [0x3fbbd650]>{type = mutable dict, count = 3,
    entries =>
    2 : <CFString 0x23e510 [0x3fbbd650]>{contents = "kCTMobileEquipmentInfoCurrentMobileId"} = <CFString 0x23e540 [0x3fbbd650]>{contents = "012536000904986"}
    4 : <CFString 0x23e610 [0x3fbbd650]>{contents = "kCTMobileEquipmentInfoICCID"} = <CFString 0x3fbb19d0 [0x3fbbd650]>{contents = ""}
    11 : <CFString 0x23e640 [0x3fbbd650]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x23e540 [0x3fbbd650]>{contents = "012536000904986"}
    May 27 12:05:04 unknown lockdownd[26] <Notice>: 00381000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    May 27 12:05:04 unknown lockdownd[26] <Notice>: 00381000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    May 27 12:05:04 unknown CLTM[12] <Error>: CLTM: resetting temps: now = 1338145504, last update = 1338145012
    May 27 12:05:04 unknown mc_mobile_tunnel[145] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    May 27 12:05:04 unknown mc_mobile_tunnel[145] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    May 27 12:05:04 unknown mc_mobile_tunnel[146] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    May 27 12:05:04 unknown mc_mobile_tunnel[146] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    May 27 12:05:04 unknown lockdownd[26] <Notice>: 00381000 set_response_error: handle_start_session SessionActive
    May 27 12:05:04 unknown ptpd[137] <Notice>: PTP interface has been activated at high speed.
    May 27 12:05:09 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::endpointIOTimerExpired : IO stuck for endpoint 81, killing it
    May 27 12:05:09 unknown kernel[0] <Debug>: GINTSTS=04008028 GINTMSK=a00c3800 GNPTXSTS=00080010 DAINT=00000000
    May 27 12:05:09 unknown kernel[0] <Debug>: DAINTMSK=0015002b DCFG=00000040 DCTL=00000000 DSTS=003aa400
    May 27 12:05:09 unknown kernel[0] <Debug>: GRXFSIZ=0000021b GNPTXFSIZ=0010021b DPTXSIZ(1)=0040022b
    May 27 12:05:09 unknown kernel[0] <Debug>: GAHBCFG=0000002b, GUSBCFG=00002c08, GRSTCTL=80000000
    May 27 12:05:09 unknown kernel[0] <Debug>: DEPCTL   DEPINT   DEPTSIZ  DEPDMA
    May 27 12:05:09 unknown kernel[0] <Debug>: EP80 00008000 00000080 00000000 419a6004
    May 27 12:05:09 unknown kernel[0] <Debug>: EP00 80028000 00000000 20080040 419c5000
    May 27 12:05:09 unknown kernel[0] <Debug>: EP81 80888200 00000000 20080000 5492a00c
    May 27 12:05:09 unknown kernel[0] <Debug>: EP83 004e8040 00000080 00000000 4f739f91
    May 27 12:05:09 unknown kernel[0] <Debug>: EP85 00c98200 00002010 20000000 41fa2098
    May 27 12:05:09 unknown kernel[0] <Debug>: EP02 000a8200 00000000 00380ff4 5206c00c
    May 27 12:05:09 unknown kernel[0] <Debug>: EP04 80098200 00000000 02008000 42021000
    May 27 12:05:11 unknown SpringBoard[51] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    May 27 12:05:11 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 0->255
    May 27 12:05:11 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 1
    May 27 12:05:11 unknown kernel[0] <Debug>: ALS: [AppleCT700] setPropertiesGated: requested ReportInterval=0 turn OFF sensor
    May 27 12:05:14 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::endpointIOTimerExpired : IO stuck for endpoint 81, killing it
    May 27 12:05:15 unknown kernel[0] <Debug>: GINTSTS=04008028 GINTMSK=a00c3800 GNPTXSTS=00080010 DAINT=00000000
    May 27 12:05:15 unknown kernel[0] <Debug>: DAINTMSK=0015002b DCFG=00000040 DCTL=00000000 DSTS=00170900
    May 27 12:05:15 unknown kernel[0] <Debug>: GRXFSIZ=0000021b GNPTXFSIZ=0010021b DPTXSIZ(1)=0040022b
    May 27 12:05:15 unknown kernel[0] <Debug>: GAHBCFG=0000002b, GUSBCFG=00002c08, GRSTCTL=80000000
    May 27 12:05:15 unknown kernel[0] <Debug>: DEPCTL   DEPINT   DEPTSIZ  DEPDMA
    May 27 12:05:15 unknown kernel[0] <Debug>: EP80 00008000 00000080 00000000 419a6004
    May 27 12:05:15 unknown kernel[0] <Debug>: EP00 80028000 00000000 20080040 419c5000
    May 27 12:05:15 unknown kernel[0] <Debug>: EP81 80888200 00000000 20080000 5492a00c
    May 27 12:05:15 unknown kernel[0] <Debug>: EP83 004e8040 00000080 00000000 4f739f91
    May 27 12:05:15 unknown kernel[0] <Debug>: EP85 00c88200 00002010 20000000 41fa20b8
    May 27 12:05:15 unknown kernel[0] <Debug>: EP02 000a8200 00000000 00380ff4 5206c00c
    May 27 12:05:15 unknown kernel[0] <Debug>: EP04 80098200 00000000 02008000 42021000
    May 27 12:05:22 unknown kernel[0] <Debug>: AppleSerialMultiplexer: mux-ad(eng)::dormancySetIntervalGated: Setting dormancy interval to 2500 ms with mask 0x1700
    May 27 12:07:02 unknown mc_mobile_tunnel[150] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    May 27 12:07:02 unknown mc_mobile_tunnel[150] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    May 27 12:07:49 unknown SpringBoard[51] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    May 27 12:07:50 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 0
    May 27 12:07:50 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
    May 27 12:07:50 unknown kernel[0] <Debug>: set_crc_notification_state 0
    May 27 12:07:50 unknown SpringBoard[51] <Notice>: MultitouchHID: device bootloaded
    May 27 12:07:50 unknown SpringBoard[51] <Notice>: MultitouchHID: detection mode: 0->0
    May 27 12:07:56 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state pluggedin_screen_off even though we are not in it, doing nothing
    May 27 12:07:56 unknown notification_proxy[141] <Error>: Could not receive size of message: 0 Invalid argument
    May 27 12:07:56 unknown notification_proxy[141] <Error>: Could not receive message
    May 27 12:07:57 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state pluggedin_charging even though we are not in it, doing nothing
    May 27 12:07:57 unknown UserEventAgent[12] <Warning>: DEBUG: Changing powered state: 0
    May 27 12:07:57 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBSuspend
    May 27 12:07:57 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableDetect 0
    May 27 12:07:57 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableType Detached
    May 27 12:07:57 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBCableDisconnect
    May 27 12:07:57 unknown kernel[0] <Debug>: virtual IOReturn AppleUSBDeviceMux::message(UInt32, IOService*, void*) - kMessageInterfaceWasDeActivated
    May 27 12:07:57 unknown kernel[0] <Debug>: AppleUSBDeviceMux::reportStats: USB mux statistics:
    May 27 12:07:57 unknown kernel[0] <Debug>: USB mux: 121 reads / 0 errors, 196 writes / 0 errors
    May 27 12:07:57 unknown kernel[0] <Debug>: USB mux: 0 short packets, 0 dups
    May 27 12:07:57 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state unplugged_screen_off even though we are not in it, doing nothing
    May 27 12:07:57 unknown ptpd[137] <Notice>: PTP interface has been deactivated.
    May 27 12:08:04 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state unplugged_asleep even though we are not in it, doing nothing
    May 27 12:08:04 unknownaggregated[50] <Warning>: PLAggregateState Error: Leaving state unplugged_screen_off even though we are not in it, doing nothing
    May 27 12:08:04 unknown aggregated[50] <Warning>: PLAggregateState Error: Leaving state pluggedin_screen_off even though we are not in it, doing nothing
    May 27 12:08:04 unknown UserEventAgent[12] <Warning>: DEBUG: Changing powered state: 1
    May 27 12:08:05 unknown ptpd[137] <Notice>: PTP interface has been activated at high speed.
    May 27 12:08:05 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableDetect 1
    May 27 12:08:05 unknown kernel[0] <Debug>: AppleD1815PMUPowerSource: AppleUSBCableType USBHost
    May 27 12:08:05 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBReset
    May 27 12:08:05 unknown kernel[0] <Debug>: AppleSynopsysOTGDevice::handleUSBReset
    May 27 12:08:05 unknown lockdownd[26] <Error>: libMobileGestalt copyMobileEquipmentIdentifier: No MEID in CT mobile equipment info dictionary - <CFBasicHash 0x23e560 [0x3fbbd650]>{type = mutable dict, count = 3,
    entries =>
    2 : <CFString 0x23e510 [0x3fbbd650]>{contents = "kCTMobileEquipmentInfoCurrentMobileId"} = <CFString 0x23e540 [0x3fbbd650]>{contents = "012536000904986"}
    4 : <CFString 0x23e610 [0x3fbbd650]>{contents = "kCTMobileEquipmentInfoICCID"} = <CFString 0x3fbb19d0 [0x3fbbd650]>{contents = ""}
    11 : <CFString 0x23e640 [0x3fbbd650]>{contents = "kCTMobileEquipmentInfoIMEI"} = <CFString 0x23e540 [0x3fbbd650]>{contents = "012536000904986"}
    May 27 12:08:05 unknown lockdownd[26] <Notice>: 00381000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
    May 27 12:08:05 unknown lockdownd[26] <Notice>: 00381000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned NULL
    May 27 12:08:06 unknown mc_mobile_tunnel[158] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    May 27 12:08:06 unknown mc_mobile_tunnel[159] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    May 27 12:08:06 unknown mc_mobile_tunnel[158] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    May 27 12:08:06 unknown mc_mobile_tunnel[159] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    May 27 12:08:06 unknown lockdownd[26] <Notice>: 00381000 set_response_error: handle_start_session SessionActive
    May 27 12:08:06 unknown lockdownd[26] <Notice>: 00381000 set_response_error: handle_start_session SessionActive
    May 27 12:08:12 iPhone kernel[0] <Debug>: AppleSynopsysOTGDevice::endpointIOTimerExpired : IO stuck for endpoint 81, killing it
    May 27 12:08:12 iPhone kernel[0] <Debug>: GINTSTS=04008028 GINTMSK=a00c3800 GNPTXSTS=00080010 DAINT=00000000
    May 27 12:08:12 iPhone kernel[0] <Debug>: DAINTMSK=0015002b DCFG=00000040 DCTL=00000000 DSTS=001b3100
    May 27 12:08:12 iPhone kernel[0] <Debug>: GRXFSIZ=0000021b GNPTXFSIZ=0010021b DPTXSIZ(1)=0040022b
    May 27 12:08:12 iPhone kernel[0] <Debug>: GAHBCFG=0000002b, GUSBCFG=00002c08, GRSTCTL=80000000
    May 27 12:08:12 iPhone kernel[0] <Debug>: DEPCTL   DEPINT   DEPTSIZ  DEPDMA
    May 27 12:08:12 iPhone kernel[0] <Debug>: EP80 00008000 00000080 00000000 419a6004
    May 27 12:08:12 iPhone kernel[0] <Debug>: EP00 80028000 00000000 20080040 419c5000
    May 27 12:08:12 iPhone kernel[0] <Debug>: EP81 80888200 00000000 20080000 54e9700c
    May 27 12:08:12 iPhone kernel[0] <Debug>: EP83 004e8040 00000080 00000000 4f739f91
    May 27 12:08:12 iPhone kernel[0] <Debug>: EP85 00c88200 00002010 20000000 41fa3408
    May 27 12:08:12 iPhone kernel[0] <Debug>: EP02 000a8200 00000000 00380ff4 4433000c
    May 27 12:08:12 iPhone kernel[0] <Debug>: EP04 80098200 00000000 02008000 42001000
    May 27 12:08:12 iPhone SpringBoard[51] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    May 27 12:08:12 iPhone SpringBoard[51] <Notice>: MultitouchHID: detection mode: 0->255
    May 27 12:08:12 iPhone UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 1
    May 27 12:08:13 iPhone kernel[0] <Debug>: ALS: [AppleCT700] setPropertiesGated: requested ReportInterval=0 turn OFF sensor
    May 27 12:08:17 iPhone kernel[0] <Debug>: AppleSynopsysOTGDevice::endpointIOTimerExpired : IO stuck for endpoint 81, killing it
    May 27 12:08:17 iPhone kernel[0] <Debug>: GINTSTS=04008028 GINTMSK=a00c3800 GNPTXSTS=00080010 DAINT=00000000
    May 27 12:08:17 iPhone kernel[0] <Debug>: DAINTMSK=0015002b DCFG=00000040 DCTL=00000000 DSTS=00378f00
    May 27 12:08:17 iPhone kernel[0] <Debug>: GRXFSIZ=0000021b GNPTXFSIZ=0010021b DPTXSIZ(1)=0040022b
    May 27 12:08:17 iPhone kernel[0] <Debug>: GAHBCFG=0000002b, GUSBCFG=00002c08, GRSTCTL=80000000
    May 27 12:08:17 iPhone kernel[0] <Debug>: DEPCTL   DEPINT   DEPTSIZ  DEPDMA
    May 27 12:08:17 iPhone kernel[0] <Debug>: EP80 00008000 00000080 00000000 419a6004
    May 27 12:08:17 iPhone kernel[0] <Debug>: EP00 80028000 00000000 20080040 419c5000
    May 27 12:08:17 iPhone kernel[0] <Debug>: EP81 80888200 00000000 20080000 54e9700c
    May 27 12:08:17 iPhone kernel[0] <Debug>: EP83 004e8040 00000080 00000000 4f739f91
    May 27 12:08:17 iPhone kernel[0] <Debug>: EP85 00c98200 00002010 20000000 41fa20b8
    May 27 12:08:17 iPhone kernel[0] <Debug>: EP02 000a8200 00000000 00380ff4 4433000c
    May 27 12:08:17 iPhone kernel[0] <Debug>: EP04 80098200 00000000 02008000 42001000
    May 27 12:08:23 iPhone kernel[0] <Debug>: AppleSerialMultiplexer: mux-ad(eng)::dormancySetIntervalGated: Setting dormancy interval to 2500 ms with mask 0x1700
    May 27 12:08:33 iPhone mc_mobile_tunnel[162] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    May 27 12:08:33 iPhone mc_mobile_tunnel[162] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.

    Thanks Peter.  Understood.  But sometimes the chat thread is picked up by google and thus, smart programmers.  I was hoping with such luck someone could look at the utility log and give me a quick understanding if its worth my time scheduling a Genius session (I have changed the case to a pink case and I dont want the hassle if they are going to just kick my frummpy butt out of the store due to a case change).  Anyway, I will look into your suggestion.  Thanks for the note.  All my best!

  • My mac wont turn on. It is charging and the on light is on when the computer is shut but once I open it the light turns off and the screen is black.  I turn it off and then on again and the start up noise goes but it is still black - Help!?

    My mac wont turn on. It is charging and the on light is on when the computer is shut but once I open it the light turns off and the screen is black.  I turn it off and then on again and the start up noise goes but it is still black - Help!?

    Claire, please post your machine specs as requested. There are some variants of the MBP with specific hardware issues. Example: the older "silver key" MBPs with 2.2Ghz and faster processors can have a defective video chipset that produces a black screen or distorted video. That problem is covered under an Apple program that will fix this at no cost to you if you computer is that model.
    Do "About this Mac" from your Apple menu and, in the resulting window, click the "More Info..." button. That launches System Profiler for you. The first screen looks like this:
    The second line, "Model Identifier" (or "Machine Model" if you are running OS10.4) precisely identifies your MBP variant. Post that, and include it in your equipment info in your profile for future posts. That means people don't have to ask, and you get faster help that is targeted to your specific model. Saves everybody a bunch of keystrokes and you get better advice.

  • Airport is connected to my wireless network, but can't connect to internet

    I'm a first time mac user. Earlier today our power went out, and when it came back on, our wireless router reset. We currently have 4 computers that we connect to the internet; 2 of them are Macs, 2 of them are PCS. Both of the PCs are connected to the internet with no problems, but both of the macs refuse. I've run diagnostics on both computers, and it says it can't find an error. I've contacted my provider, and my internet service is not the problem.
    It keeps saying that AirPort is connected to the wireless router (my wireless router), but cannot connect to the internet. I've been trying to fix this for over 3 hours now. I work nights, and need my computers for work, so as it sands i'm currently losing money over this Can anyone help please?

    Welcome!
    Can you clarify what model iMacs you have? This forum is for the older G4 iMAcs with the articulated monitor and a hemispherical base. However, due to poor forum labeling, many people with newer iMacs are lured to this area. Reset procedures may vary with model so it's important we know which variant you have. Use "About the Mac" in the Apple menu to find your processor type--that should be enough for now.
    Once you you figure out the processor type, append it to the equipment info in you profile, Example: it now says "iMac." If you find yours has a G5 processor, change it to read "iMac G5." That will save you a lot of keystrokes down the road.

Maybe you are looking for

  • Problem with sharpness

    I am trying to edit many of my photos but have encountered a problem. When I double click the photo it opens in the edit window. Then I click on the double >> and the adjust window opens. One of the sliders is for sharpness and when I slide that to t

  • The item couldn't be saved because the file name "Movies" is invalid.

    When opening Quicktime Player OSX10.6.8  and clicking File-New Audio Recording or New Video Recording the audio or video recording window pops up. However, when I click on record in that window I the following error message pops up: "The item couldn'

  • How can i change language setting?

    i had try following this step, but i can't change the language into English ! In the Creative Cloud app for desktop, click the gear icon and then choose Preferences. In the Preferences dialog box, click Apps. From the App Language list, choose an ins

  • Please Help... Recordset Navigation

    I am using a PHP/MySQL database to incorporate dynamic data in my website. In particular, I have a gallery of photo thumbnails (the thumbnails are displayed via a Recordset). When clicked on, each thumbnail link opens a pop-up window, which displays

  • Is eCATT dead ???

    Hello Everybody My first experiences with eCATT (on SAP release 6.20) date back about four years. At that time I was impressed by the much improved functionality and usability of eCATT as compared to the old CATT. In 2006 I attended several eCATT ses