Skip to content

Instantly share code, notes, and snippets.

@lazzarello
Created November 13, 2012 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazzarello/4067473 to your computer and use it in GitHub Desktop.
Save lazzarello/4067473 to your computer and use it in GitHub Desktop.
lockdownd logs from xcode on an unlocked iphone 5
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 lookup_baseband_info_new: throwing some postponement into ark, radio status: kCTPostponementStatusReady
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 load_activation_records: This is the default record
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 determine_activation_state_new: Original act. state: Activated
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 determine_activation_state_new: CT Postponement status: kCTPostponementStatusReady
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 deliver_baseband_ticket: Delivered Ticket
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 determine_activation_state_new: Activation state now is Activated
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 lookup_baseband_info_new: throwing some postponement into ark, radio status: kCTPostponementStatusActivated
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 load_activation_records: This is the default record
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 determine_activation_state_new: Original act. state: Activated
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 determine_activation_state_new: CT Postponement status: kCTPostponementStatusActivated
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 determine_activation_state_new: CT accepted our proposed ticket
Nov 13 10:10:33 lockdownd[29] <Notice>: 3ae76b78 determine_activation_state_new: Activation state now is Activated
Nov 13 10:11:13 lockdownd[29] <Notice>: 00241000 spawn_service_agent: Could not look up service in the map
Nov 13 10:11:13 lockdownd[29] <Notice>: 00241000 spawn_and_handle_checkin: Could not spawn the com.apple.GPUTools.MobileService service agent:InvalidService
Nov 13 10:11:13 lockdownd[29] <Notice>: 016ca000 special_case_get: MGCopyAnswer(kMGQReleaseType) returned NULL
Nov 13 10:11:13 lockdownd[29] <Notice>: 016ca000 special_case_get: MGCopyAnswer(kMGQSDIOProductInfo) returned NULL
Nov 13 10:11:13 lockdownd[29] <Notice>: 016ca000 special_case_get: MGCopyAnswer(kMGQSDIOManufacturerTuple) returned NULL
Nov 13 10:11:13 lockdownd[29] <Notice>: 016ca000 special_case_get: MGCopyAnswer(kMGQBasebandBoardSnum) returned NULL
Nov 13 10:11:13 lockdownd[29] <Notice>: 016ca000 special_case_get: MGCopyAnswer(kMGQWirelessBoardSnum) returned NULL
Nov 13 10:11:13 lockdownd[29] <Notice>: 016ca000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned an empty phone number - returning NULL
Nov 13 10:11:14 lockdownd[29] <Notice>: 016ca000 special_case_get: MGCopyAnswer(kMGQReleaseType) returned NULL
Nov 13 10:11:14 lockdownd[29] <Notice>: 016ca000 special_case_get: MGCopyAnswer(kMGQSDIOProductInfo) returned NULL
Nov 13 10:11:14 lockdownd[29] <Notice>: 016ca000 special_case_get: MGCopyAnswer(kMGQSDIOManufacturerTuple) returned NULL
Nov 13 10:11:14 lockdownd[29] <Notice>: 016ca000 special_case_get: MGCopyAnswer(kMGQBasebandBoardSnum) returned NULL
Nov 13 10:11:14 lockdownd[29] <Notice>: 016ca000 special_case_get: MGCopyAnswer(kMGQWirelessBoardSnum) returned NULL
Nov 13 10:11:14 lockdownd[29] <Notice>: 016ca000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned an empty phone number - returning NULL
Nov 13 10:11:15 iPhone lockdownd[29] <Notice>: 01648000 copy_phonenumber: CTSettingCopyMyPhoneNumber() returned an empty phone number - returning NULL
Nov 13 10:11:15 iPhone lockdownd[29] <Notice>: 01648000 special_case_get: MGCopyAnswer(kMGQMobileEquipmentIdentifier) returned NULL
@Valehero
Copy link

Valehero commented Sep 7, 2017

Where in xCode did you get this logs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment