Bernd created CB-6736:
-------------------------
Summary: Camera does not come up
Key: CB-6736
URL: https://issues.apache.org/jira/browse/CB-6736
Project: Apache Cordova
Issue Type: Bug
Components: CordovaJS, iOS, Plugin Camera
Affects Versions: 3.4.0
Environment: IOS 7.11 on Ipod 5
Reporter: Bernd
Sometimes the camera does not come up. The problem seems to arises, when the
app is startet after reboot/shutdown. Sometimes 5 out of 10 Pods make trouble
sometimes none.
Turning off/on (No shutdown) the ipod fixes the problem and the camera pops up.
{code:none|title=My Javscript Code:}
getPicture = function (callback,error,myoptions) {
var options = {
destinationType: Camera.DestinationType.FILE_URI,
sourceType: Camera.PictureSourceType.CAMERA,
encodingType: 0,
popoverOptions: {
x: 0,
y : 32,
width : 320,
height : 480,
arrowDir : Camera.PopoverArrowDirection.ARROW_ANY
},
};
options=$.extend(options , myoptions);
if (navigator.camera) {
navigator.camera.getPicture(function (imgData) {
callback(imgData);
}, error,options);
}
}
{code}
{code:none|title=Device log:}
May 22 15:08:06 kernel[0] <Debug>: 000024.129133 wlan.A[36]
AppleBCMWLANCore::setProperties(): Active during sleep supported (true)
May 22 15:08:06 backboardd[28] <Warning>: |AXIPC|warning| Could not find
server for service: com.apple.accessibility.gax.springboard
May 22 15:08:06 backboardd[28] <Warning>: |AXIPC|warning| client could not
connect to new service: AXIPCClient:<0x1764dcd0>
Service:com.apple.accessibility.gax.springboard ID:(null) connected:0 Error
Domain=AXIPC Code=0 "The operation couldn’t be completed. Could not find server
for service: com.apple.accessibility.gax.springboard" UserInfo=0x17531040
{NSLocalizedFailureReason=Could not find server for service:
com.apple.accessibility.gax.springboard}
May 22 15:08:06 aosnotifyd[43] <Warning>: aosnotifyd has been launched
May 22 15:08:06 SpringBoard[33] <Warning>: [Warning] Services all disappeared,
removing all dependent devices
May 22 15:08:06 SpringBoard[33] <Warning>: could not find icon for
representation -> com.apple.compass
May 22 15:08:07 SpringBoard[33] <Warning>: throwing out icon because its isn't
visible in the model : node=<SBApplicationIcon: 0x17def3f0; nodeID:
"com.apple.nike"> com.apple.nike
May 22 15:08:07 SpringBoard[33] <Warning>: could not find icon for
representation -> com.apple.mobilephone
May 22 15:08:07 com.apple.launchd[1] <Notice>:
(com.apple.perftools.spinforeverd) Job failed to exec(3). Setting up event to
tell us when to try again: 2: No such file or directory
May 22 15:08:07 com.apple.launchd[1] <Notice>:
(com.apple.perftools.spinforeverd) Job failed to exec(3) for weird reason: 2
May 22 15:08:07 SpringBoard[33] <Warning>: Using your own bundle identifier as
an NSUserDefaults suite name does not make sense and will not work. Break on
_NSUserDefaults_Log_Nonsensical_Suites to find this
May 22 15:08:07 locationd[53] <Warning>: Launch Services: Registering unknown
app identifier com.apple.locationd failed
May 22 15:08:07 locationd[53] <Warning>: Launch Services: Unable to find app
identifier com.apple.locationd
May 22 15:08:07 aosnotifyd[43] <Warning>: Waiting upto 60 seconds for
SpringBoard to start...
May 22 15:08:07 com.apple.launchd[1] <Notice>: (com.apple.mtrecorder) Job
failed to exec(3). Setting up event to tell us when to try again: 2: No such
file or directory
May 22 15:08:07 com.apple.launchd[1] <Notice>: (com.apple.mtrecorder) Job
failed to exec(3) for weird reason: 2
May 22 15:08:07 syncdefaultsd[95] <Notice>: (Note ) SYDAlwaysOnAccount: no
account (null)
May 22 15:08:07 syncdefaultsd[95] <Notice>: (Note ) SYDAccount: no account
May 22 15:08:07 syncdefaultsd[95] <Notice>: (Note ) SYDPIMAccount: no account
(null)
May 22 15:08:07 com.apple.MobileSoftwareUpdate.CleanupPreparePathService[92]
<Notice>: 00285000 : partition:1 requiredSize=4503599627370496
May 22 15:08:07 com.apple.MobileSoftwareUpdate.CleanupPreparePathService[92]
<Notice>: 00285000 : maximizing data partition to 14315675647 bytes
May 22 15:08:07 com.apple.MobileSoftwareUpdate.CleanupPreparePathService[92]
<Notice>: 00285000 : entering adjust_partition_preflight
May 22 15:08:07 backboardd[28] <Warning>: |AXIPC|warning| Could not find
server for service: com.apple.accessibility.gax.springboard
May 22 15:08:07 fud[40] <Error>: No need to create item
May 22 15:08:07 backboardd[28] <Warning>: |AXIPC|warning| client could not
connect to new service: AXIPCClient:<0x1764dcd0>
Service:com.apple.accessibility.gax.springboard ID:(null) connected:0 Error
Domain=AXIPC Code=0 "The operation couldn’t be completed. Could not find server
for service: com.apple.accessibility.gax.springboard" UserInfo=0x17643d10
{NSLocalizedFailureReason=Could not find server for service:
com.apple.accessibility.gax.springboard}
May 22 15:08:07 kernel[0] <Debug>: AppleMultitouchN1SPI: updating power
statistics
May 22 15:08:07 backboardd[28] <Notice>: MultitouchHID: detection mode: 0->255
May 22 15:08:07 mstreamd[69] <Notice>: (Note ) mstreamd: mstreamd starting up.
May 22 15:08:08 configd[56] <Notice>: network changed: DNS* Proxy
May 22 15:08:08 configd[56] <Notice>: Captive: [CNInfoNetworkActive:1698] en0:
SSID 'SwarmWorks' making interface primary (protected network)
May 22 15:08:08 configd[56] <Notice>: Captive: CNPluginHandler en0: Evaluating
May 22 15:08:08 configd[56] <Notice>: Captive: en0: Probing 'SwarmWorks'
May 22 15:08:08 configd[56] <Notice>: network changed: v4(en0!:10.1.7.46) DNS+
Proxy+
May 22 15:08:08 kernel[0] <Debug>: 000025.731046 wlan.N[37]
AppleBCMWLANCore::handleIPv4AddressNotificationGated(): Local IPv4 address
10.1.7.46
May 22 15:08:08 kernel[0] <Debug>: 000025.733162 wlan.A[38]
AppleBCMWLANNetManager::receivedIPv4Address(): Received address 10.1.7.46,
entering powersave mode 2
May 22 15:08:08 kernel[0] <Debug>: 000025.733206 wlan.N[39]
AppleBCMWLANCore::startRoamScan(): 3590 SKPPING RoamScan; MultiAPEnv:1
isdualBand:1 isOn5G:1
May 22 15:08:08 backboardd[28] <Warning>: |AXIPC|warning| Could not find
server for service: com.apple.accessibility.gax.springboard
May 22 15:08:08 backboardd[28] <Warning>: |AXIPC|warning| client could not
connect to new service: AXIPCClient:<0x1764dcd0>
Service:com.apple.accessibility.gax.springboard ID:(null) connected:0 Error
Domain=AXIPC Code=0 "The operation couldn’t be completed. Could not find server
for service: com.apple.accessibility.gax.springboard" UserInfo=0x17536d30
{NSLocalizedFailureReason=Could not find server for service:
com.apple.accessibility.gax.springboard}
May 22 15:08:08 SpringBoard[33] <Warning>: Application windows are expected to
have a root view controller at the end of application launch
May 22 15:08:08 SpringBoard[33] <Warning>: Application windows are expected to
have a root view controller at the end of application launch
May 22 15:08:08 backboardd[28] <Notice>: MultitouchHID: detection mode: 255->5
(deferring until bootloaded)
May 22 15:08:09 fud[40] <Notice>: Successfully registered client
'com.apple.fud.defaultmodalclient' for identifier 'Modal UI'
May 22 15:08:09 backboardd[28] <Notice>: MultitouchHID: device bootloaded
May 22 15:08:09 backboardd[28] <Notice>: MultitouchHID: detection mode: 5->5
May 22 15:08:09 accountsd[84] <Notice>: 2014-05-22 15:08:09.357
accountsd[84:3843]: ACDAuthenticationPluginManager: an authentication plugin of
class (null) for auth type none could not be instantiated!
May 22 15:08:09 accountsd[84] <Notice>: 2014-05-22 15:08:09.364
accountsd[84:3843]: The authentication plugin for account "(null)"
(A4F9337A-30C9-4DE6-AD83-D8942A9132AD) could not be found!
May 22 15:08:09 accountsd[84] <Notice>: 2014-05-22 15:08:09.365
accountsd[84:3843]: No plugin provides credentials for account (null). Falling
back to legacy behavior.
May 22 15:08:09 accountsd[84] <Notice>: 2014-05-22 15:08:09.372
accountsd[84:3843]: Nil username for account
A4F9337A-30C9-4DE6-AD83-D8942A9132AD. Can't look up credential
May 22 15:08:09 dataaccessd[91] <Notice>: 2014-05-22 15:08:09.378
dataaccessd[91:15875]: Error returned from __45-[ACAccountStore
credentialForAccount:error:]_block_invoke: Error Domain=com.apple.accounts
Code=11 "The operation couldn’t be completed. (com.apple.accounts error 11.)"
May 22 15:08:09 com.apple.MobileSoftwareUpdate.CleanupPreparePathService[92]
<Notice>: 00285000 : partition:1 requiredSize=3495038
May 22 15:08:09 accountsd[84] <Notice>: 2014-05-22 15:08:09.411
accountsd[84:3843]: ACDAuthenticationPluginManager: an authentication plugin of
class (null) for auth type none could not be instantiated!
May 22 15:08:09 accountsd[84] <Notice>: 2014-05-22 15:08:09.412
accountsd[84:3843]: The authentication plugin for account "(null)"
(A4F9337A-30C9-4DE6-AD83-D8942A9132AD) could not be found!
May 22 15:08:09 accountsd[84] <Notice>: 2014-05-22 15:08:09.413
accountsd[84:3843]: No plugin provides credentials for account (null). Falling
back to legacy behavior.
May 22 15:08:09 accountsd[84] <Notice>: 2014-05-22 15:08:09.418
accountsd[84:3843]: Nil username for account
A4F9337A-30C9-4DE6-AD83-D8942A9132AD. Can't look up credential
May 22 15:08:09 dataaccessd[91] <Notice>: 2014-05-22 15:08:09.421
dataaccessd[91:15875]: Error returned from __45-[ACAccountStore
credentialForAccount:error:]_block_invoke: Error Domain=com.apple.accounts
Code=11 "The operation couldn’t be completed. (com.apple.accounts error 11.)"
May 22 15:08:09 com.apple.MobileSoftwareUpdate.CleanupPreparePathService[92]
<Notice>: 00285000 : no change in size
May 22 15:08:09 kernel[0] <Debug>: launchd[103] Container:
/private/var/mobile/Applications/3A5E6B02-DD4E-4671-B11F-F347A0DDB8C5 (sandbox)
May 22 15:08:09 SpringBoard[33] <Warning>: SMS Plugin initialized.
May 22 15:08:09 SpringBoard[33] <Warning>: Sharing Plugin initialized.
May 22 15:08:09 SpringBoard[33] <Error>: WiFi: Consulting "no-sdio-devices"
property.
May 22 15:08:09 SpringBoard[33] <Error>: WiFi: "no-sdio-devices" property not
found.
May 22 15:08:09 SpringBoard[33] <Warning>: WiFi picker plugin initialized
May 22 15:08:10 medialibraryd[104] <Warning>: {MediaLibrary} Starting
medialibraryd
May 22 15:08:10 sharingd[29] <Warning>: BTM: attaching to BTServer
May 22 15:08:10 wifid[15] <Error>: WiFi:[422456890.176624]: Attached client
sharingd is background application
May 22 15:08:10 SpringBoard[33] <Notice>: 2014-05-22
15:08:10.221|33|0x17d7d580: Region monitoring not available or enabled. Trigger
ignored!
May 22 15:08:10 medialibraryd[104] <Warning>: {MediaLibrary}
[MediaLibraryService] Starting service 'com.apple.medialibraryd.xpc'
May 22 15:08:10 medialibraryd[104] <Warning>: {MediaLibrary}
[MediaLibraryService] Enqueueing validation operation for media library at
path: /var/mobile/Media/iTunes_Control/iTunes/MediaLibrary.sqlitedb
May 22 15:08:10 SpringBoard[33] <Warning>: {MediaLibrary} Database validation
succeeded
May 22 15:08:10 backboardd[28] <Error>: HID: The 'Passive' connection
'MobileMail' access to protected services is denied.
May 22 15:08:10 locationd[53] <Warning>: Launch Services: Registering unknown
app identifier com.apple.PassKit failed
May 22 15:08:10 locationd[53] <Warning>: Launch Services: Unable to find app
identifier com.apple.PassKit
May 22 15:08:11 assetsd[107] <Notice>: PLThumbnailsLog <t:0x15e5bc90> Wrote
thumbnail rebuild indicator file /var/mobile/Media/PhotoData/Thumbnails/rebuild
May 22 15:08:11 dataaccessd[91] <Notice>:
0x16d6dd30|DA|Error|spinnerIdentifiers to be implemented by subclass
May 22 15:08:11 aosnotifyd[43] <Warning>: SpringBoard has started. Continuing
to start aosnotifyd
May 22 15:08:12 aggregated[38] <Warning>: Next ADDaily run scheduled (at
Midnight UTC +689s) in 11:03:29
May 22 15:08:12 aggregated[38] <Warning>: running powerlog
May 22 15:08:12 syncdefaultsd[95] <Notice>: (Note ) SYDAlwaysOnAccount: no
account (null)
May 22 15:08:13 wifid[15] <Error>: WiFi:[422456893.171727]: Attached client
softwareupdatese is background application
May 22 15:08:13 medialibraryd[104] <Warning>: [ML3ArtworkConversion] finished
de-orphaning 0 original JPEGs in 1.66 seconds
May 22 15:08:13 securityd[79] <Error>: __EnsureFreshParameters_block_invoke_2
SOSCloudKeychainSynchronizeAndWait: The operation couldn’t be completed.
(SyncedDefaults error 1025 - Remote error : No valid account for KVS)
May 22 15:08:13 securityd[79] <Error>: __talkWithKVS_block_invoke callback
error: The operation couldn’t be completed. (SyncedDefaults error 1025 - Remote
error : No valid account for KVS)
May 22 15:08:13 securityd[79] <Error>: CFPropertyListReadFromFile file
file:///Library/Keychains/accountStatus.plist: The operation couldn’t be
completed. (Cocoa error 260.)
May 22 15:08:13 securityd[79] <Error>: SecErrorGetOSStatus unknown error
domain: com.apple.security.sos.error for error: The operation couldn’t be
completed. (com.apple.security.sos.error error 2 - Public Key not available -
failed to register before call)
May 22 15:08:14 mstreamd[69] <Notice>: (Note ) PS: Media stream daemon
starting...
May 22 15:08:14 aggregated[38] <Warning>: setting up core logger PLConfigLogger
May 22 15:08:14 aggregated[38] <Warning>: setting up core logger
PLBatteryLogger
May 22 15:08:14 mstreamd[69] <Warning>: [Warning] Services all disappeared,
removing all dependent devices
May 22 15:08:14 medialibraryd[104] <Warning>: [ML3ArtworkConversion] finished
artwork format conversion (from OriginalJPEG (0x1000FEED) to CoverFlowJPEG2x
(0x1318C318)) - no items needed converting.
May 22 15:08:14 medialibraryd[104] <Warning>: [ML3ArtworkConversion] finished
artwork format conversion (from OriginalJPEG (0x1000FEED) to
MoviePosterGridJPEG2x(phone-only) (0x01780268)) - no items needed converting.
May 22 15:08:14 aggregated[38] <Warning>: setting up core logger PLXPCLogger
May 22 15:08:14 medialibraryd[104] <Warning>: [ML3ArtworkConversion] finished
artwork format conversion (from OriginalJPEG (0x1000FEED) to
TVSeasonGridJPEG2x(phone-only) (0x01780178)) - no items needed converting.
May 22 15:08:14 aggregated[38] <Warning>: setting up core logger
PLBatteryLifeMonitorLogger
May 22 15:08:14 aosnotifyd[43] <Warning>: Launch Services: Registering unknown
app identifier com.apple.mobileme.fmf1 failed
May 22 15:08:14 aosnotifyd[43] <Warning>: Launch Services: Unable to find app
identifier com.apple.mobileme.fmf1
May 22 15:08:14 medialibraryd[104] <Warning>: [ML3ArtworkConversion] finished
artwork format conversion (from OriginalJPEG (0x1000FEED) to
VideoGridJPEG2x(phone-only) (0x01960196)) - no items needed converting.
May 22 15:08:14 medialibraryd[104] <Warning>: [ML3ArtworkConversion] finished
artwork format conversion (from OriginalJPEG (0x1000FEED) to
MusicTableListLargeJPEG2x (0x01760176)) - no items needed converting.
May 22 15:08:14 medialibraryd[104] <Warning>: [ML3ArtworkConversion] finished
artwork format conversion (from OriginalJPEG (0x1000FEED) to
MusicTableListSmallJPEG2x (0x01000100)) - no items needed converting.
May 22 15:08:14 medialibraryd[104] <Warning>: [ML3ArtworkConversion] Deletable
artwork scan beginning...
May 22 15:08:14 aggregated[38] <Warning>: setting up core logger
PLSleepWakeLogger
May 22 15:08:14 softwarebehaviorservicesd[35] <Warning>: *********** Ended XPC
transaction : SBMinimumLaunchTransaction ***********
May 22 15:08:15 medialibraryd[104] <Warning>: [ML3ArtworkConversion] [DONE] No
deletable artwork found
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger
PLDisplayLogger
May 22 15:08:15 medialibraryd[104] <Warning>: [ML3ArtworkConversion] Scanning
for unnecessary 'artist' artwork...
May 22 15:08:15 medialibraryd[104] <Warning>: [ML3ArtworkConversion] [DONE] No
unnecessary 'artist' artwork found.
May 22 15:08:15 backboardd[28] <Error>: HID: The 'Rate Controlled' connection
'aggregated' access to protected services is denied.
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger PLLocaleLogger
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger
PLNetworkLogger
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger
PLProcessNetworkLogger
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger PLWiFiLogger
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger
PLCoreLocationLogger
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger
PLProcessMonitorLogger
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger
PLApplicationLogger
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger PLAudioLogger
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger
PLSpringBoardLogger
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger
PLSettingsLogger
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger
PLPowerstatLogger
May 22 15:08:15 aggregated[38] <Warning>: Warning: Logger PLPowerstatLogger
returned nil!
May 22 15:08:15 aggregated[38] <Warning>: ERROR: No plugin bundle found for
PLPowerstatLogger
May 22 15:08:15 aggregated[38] <Warning>: setting up core logger
PLPowerAssertionLiteLogger
May 22 15:08:15 awdd[111] <Error>: CoreLocation: CLClient is deprecated. Will
be obsolete soon.
May 22 15:08:16 aggregated[38] <Error>: libMobileGestalt
MGBasebandSupport.c:58: _CTServerConnectionCopyFirmwareVersion: CommCenter
error: 1:45 (Operation not supported)
May 22 15:08:18 profiled[16] <Notice>: (Note ) profiled: Service stopping.
May 22 15:08:23 kernel[0] <Debug>: AppleMultitouchN1SPI: updating power
statistics
May 22 15:08:23 SpringBoard[33] <Warning>: [MPUSystemMediaControls] Disabling
lock screen media controls updates for screen turning off.
May 22 15:08:23 SpringBoard[33] <Warning>: [MPUNowPlayingController] Not
registered for now playing notifications. Ignoring call to
-unregisterForNotifications.
May 22 15:08:23 backboardd[28] <Notice>: MultitouchHID: detection mode: 5->255
May 22 15:08:24 backboardd[28] <Notice>: Posting
'com.apple.iokit.hid.displayStatus' notifyState=0
May 22 15:08:24 kernel[0] <Debug>: ALS:
AppleARMBacklight::setBacklightEnableGated 0 (set level to 0x1d9)
May 22 15:08:24 SpringBoard[33] <Warning>: [MPUNowPlayingController] Not
registered for now playing notifications. Ignoring call to
-unregisterForNotifications.
May 22 15:08:24 voiced[97] <Warning>: Error (hex)80000008 (int)-2147483640 at
/SourceCache/VoiceServices/VoiceServices-228/Daemon/VSSpeechServer.m:1302
(destroying TTS instance)
May 22 15:08:24 kernel[0] <Debug>: ALS: AppleARMBacklight::handleMessageGated
- framebufferState -> 0
May 22 15:08:25 fud[40] <Notice>: Nothing left to do, exiting.
May 22 15:08:25 fud[40] <Notice>: Successfully serialized to disk
May 22 15:08:31 lsd[75] <Warning>: LaunchServices: Currently 0 installed
placeholders: (
)
May 22 15:08:37 backboardd[28] <Notice>: Posting
'com.apple.iokit.hid.displayStatus' notifyState=1
May 22 15:08:37 SpringBoard[33] <Warning>: [MPUSystemMediaControls] Enabling
lock screen media controls updates for screen turning on.
May 22 15:08:37 SpringBoard[33] <Warning>: [MPUNowPlayingController] Already
registered for now playing notifications.
May 22 15:08:38 SpringBoard[33] <Warning>: [MPUSystemMediaControls] Updating
supported commands for now playing application.
May 22 15:08:38 backboardd[28] <Notice>: MultitouchHID: detection mode: 255->5
(deferring until bootloaded)
May 22 15:08:38 backboardd[28] <Notice>: MultitouchHID: device bootloaded
May 22 15:08:38 backboardd[28] <Notice>: MultitouchHID: detection mode: 5->5
May 22 15:08:38 kernel[0] <Debug>: ALS: AppleARMBacklight::handleMessageGated
- framebufferState -> 1
May 22 15:08:38 kernel[0] <Debug>: ALS:
AppleARMBacklight::setBacklightEnableGated 1 (set level to 0x2af)
May 22 15:08:38 awdd[112] <Error>: CoreLocation: CLClient is deprecated. Will
be obsolete soon.
May 22 15:08:39 mediaserverd[46] <Warning>: Created WPDeviceScanner (on:
mediaserverd 46)
May 22 15:08:39 SpringBoard[33] <Warning>: [MPUNowPlayingController] Already
registered for now playing notifications.
May 22 15:08:39 wirelessproxd[65] <Notice>: (Error) Scanner can't start - BT
is powered off
May 22 15:08:39 wirelessproxd[65] <Notice>: (Note ) Created WPDDevice
<WPDDevice: 0x14d692d0 process = "mediaserverd", devices = {(
)}> for mediaserverd
May 22 15:08:39 wirelessproxd[65] <Notice>: (Error) Device scanner not powered
on
May 22 15:08:39 SpringBoard[33] <Warning>: [MPUSystemMediaControls] Updating
supported commands for now playing application.
May 22 15:08:39 kernel[0] <Debug>: 000056.803949 wlan.A[40]
AppleBCMWLANProximityInterface::setSYNC_ENABLED(): set AWDL->ON pm 8 minExt 7
MasterChan 48/0 step 7 [0x30:4820MHz1 0x30:4820MHz1 0x30:4820MHz1 0x30:4820MHz1]
May 22 15:08:39 kernel[0] <Debug>: 000056.804003 wlan.A[41]
AppleBCMWLANProximityInterface::doSetSyncState(): Cancelled fAWDLOffTimer
May 22 15:08:48 configd[56] <Notice>: Captive: [CaptiveHandleRedirect:1621]
Timed out on en0 (SwarmWorks), assuming online
May 22 15:08:48 configd[56] <Notice>: Captive: CNPluginHandler en0:
Authenticated
May 22 15:08:48 kernel[0] <Debug>: AppleMultitouchN1SPI: updating power
statistics
May 22 15:08:48 SpringBoard[33] <Warning>: [MPUSystemMediaControls] Disabling
lock screen media controls updates for screen turning off.
May 22 15:08:48 backboardd[28] <Notice>: MultitouchHID: detection mode: 5->255
May 22 15:08:48 backboardd[28] <Notice>: Posting
'com.apple.iokit.hid.displayStatus' notifyState=0
May 22 15:08:48 SpringBoard[33] <Warning>: [MPUNowPlayingController] Not
registered for now playing notifications. Ignoring call to
-unregisterForNotifications.
May 22 15:08:48 kernel[0] <Debug>: ALS:
AppleARMBacklight::setBacklightEnableGated 0 (set level to 0x1d9)
May 22 15:08:49 kernel[0] <Debug>: ALS: AppleARMBacklight::handleMessageGated
- framebufferState -> 0
May 22 15:08:49 kernel[0] <Debug>: 000066.895250 wlan.A[42]
AppleBCMWLANProximityInterface::setSYNC_ENABLED(): set AWDL->OFF
May 22 15:08:49 mediaserverd[46] <Warning>: WPDeviceScanner deallocing
May 22 15:08:49 wirelessproxd[65] <Notice>: (Note ) stopDeviceScan:
DBDeviceTypeAirplayRouting (9)
May 22 15:08:49 wirelessproxd[65] <Notice>: (Error) trying to stop a scan
while the central isn't available
May 22 15:08:49 wirelessproxd[65] <Notice>: (Note ) Removed devices: <CFArray
0x14e676d0 [0x3b245ae0]>{type = immutable, count = 1, values = (
0 : <CFString 0x14e676b0 [0x3b245ae0]>{contents =
"WPPuckAppleTVPresence"}
)}
May 22 15:08:49 wirelessproxd[65] <Notice>: (Note ) Removed devices: <CFArray
0x14e68020 [0x3b245ae0]>{type = immutable, count = 0, values = ()}
May 22 15:08:49 wirelessproxd[65] <Notice>: (Error) error event:
(<OS_xpc_error: <error: 0x3cfc67dc> { count = 1, contents =
"XPCErrorDescription" => <string: 0x3cfc69bc> { length = 18,
contents = "Connection invalid" }
}>)
May 22 15:08:50 kernel[0] <Debug>: 000067.697806 wlan.A[43]
AppleBCMWLANProximityInterface::setSYNC_ENABLED(): set AWDL->ON pm 8 minExt 7
MasterChan 48/0 step 7 [0x30:4820MHz1 0x30:4820MHz1 0x30:4820MHz1 0x30:4820MHz1]
May 22 15:08:50 kernel[0] <Debug>: 000067.697883 wlan.A[44]
AppleBCMWLANProximityInterface::doSetSyncState(): Cancelled fAWDLOffTimer
May 22 15:08:54 mstreamd[69] <Notice>: (Note ) mstreamd: Not monitoring for
external power.
May 22 15:08:54 mstreamd[69] <Notice>: (Note ) PS: Media stream daemon
stopping.
May 22 15:08:54 mstreamd[69] <Notice>: (Note ) AS: <MSIOSAlbumSharingDaemon:
0x14e8ba30>: Shared Streams daemon has shut down.
May 22 15:08:54 mstreamd[69] <Notice>: (Warn ) mstreamd: mstreamd shutting
down.
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] Expire time
516370056.000000
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] Current time
422456947.698117
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] Cert expiration
date 2017-05-13 12:07:36 +0000
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] Current date
2014-05-22 13:09:07 +0000
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] Expire time
516370056.000000
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] Current time
422456947.718427
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] Cert expiration
date 2017-05-13 12:07:36 +0000
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] Current date
2014-05-22 13:09:07 +0000
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] Lockdown identity
cert 0x17528fa0 (near or at expiry: NO)
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] APS identity cert
0x175294f0 (near or at expiry: NO)
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] Device identity is
not expired
May 22 15:09:07 identityservicesd[55] <Warning>: [Warning] Identity present,
not re-certifying
May 22 15:09:09 identityservicesd[55] <Warning>: [Warning] Bag loading failed!
Error (NSURLErrorDomain:-1001): Zeitüberschreitung bei der Anforderung.
http://init.ess.apple.com/WebObjects/VCInit.woa/wa/getBag?ix=1
May 22 15:09:10 SpringBoard[33] <Warning>: Could not determine current country
code: Error Domain=NSURLErrorDomain Code=-1001 "Zeitüberschreitung bei der
Anforderung." UserInfo=0x1987e350
{NSErrorFailingURLStringKey=http://gsp1.apple.com/pep/gcc,
NSErrorFailingURLKey=http://gsp1.apple.com/pep/gcc,
NSLocalizedDescription=Zeitüberschreitung bei der Anforderung.,
NSUnderlyingError=0x17eeff80 "Zeitüberschreitung bei der Anforderung."}
May 22 15:09:12 MobileMail[103] <Warning>: Could not download configuration
data Error Domain=NSURLErrorDomain Code=-1001 "Zeitüberschreitung bei der
Anforderung." UserInfo=0x1667d5c0
{NSErrorFailingURLStringKey=https://configuration.apple.com/configurations/pep/config/pepconfig.plist,
NSErrorFailingURLKey=https://configuration.apple.com/configurations/pep/config/pepconfig.plist,
NSLocalizedDescription=Zeitüberschreitung bei der Anforderung.,
NSUnderlyingError=0x16592c10 "Zeitüberschreitung bei der Anforderung."}
May 22 15:09:12 kernel[0] <Debug>: 000089.174254 wlan.A[45]
AppleBCMWLANNetManager::checkRealTimeTraffic(): now 89.174227375 num entries 4
May 22 15:09:12 kernel[0] <Debug>: 000089.174322 wlan.A[46]
AppleBCMWLANCore::dumpWmeCounters(): per TIDs tx counters: 35 5 0 0 0 0 49 0,
per TIDs rx counters: 383 0 0 0 0 0 0 0
May 22 15:09:12 kernel[0] <Debug>: 000089.174383 wlan.A[47]
AppleBCMWLANCore::dumpWmeCounters(): AWDL: Tx 0 0 0 0 0 0 0 0,
Rx: 0 0 0 0 0 0 0 0
May 22 15:09:43 backboardd[28] <Notice>: Posting
'com.apple.iokit.hid.displayStatus' notifyState=1
May 22 15:09:43 SpringBoard[33] <Warning>: [MPUSystemMediaControls] Enabling
lock screen media controls updates for screen turning on.
May 22 15:09:43 SpringBoard[33] <Warning>: [MPUNowPlayingController] Already
registered for now playing notifications.
May 22 15:09:43 kernel[0] <Debug>: 000097.766968 wlan.A[48]
AppleBCMWLANProximityInterface::setSYNC_ENABLED(): set AWDL->OFF
May 22 15:09:43 kernel[0] <Debug>: 000097.767063 wlan.A[49]
AppleBCMWLANProximityInterface::doSetSyncState(): Setting fAWDLOffTimer
May 22 15:09:43 SpringBoard[33] <Warning>: [MPUSystemMediaControls] Updating
supported commands for now playing application.
May 22 15:09:43 backboardd[28] <Notice>: MultitouchHID: detection mode: 255->5
(deferring until bootloaded)
May 22 15:09:43 backboardd[28] <Notice>: MultitouchHID: device bootloaded
May 22 15:09:43 backboardd[28] <Notice>: MultitouchHID: detection mode: 5->5
May 22 15:09:44 kernel[0] <Debug>: ALS: AppleARMBacklight::handleMessageGated
- framebufferState -> 1
May 22 15:09:44 kernel[0] <Debug>: ALS:
AppleARMBacklight::setBacklightEnableGated 1 (set level to 0x28c)
May 22 15:09:44 backboardd[28] <Notice>: MultitouchHID: detection mode: 5->0
May 22 15:09:44 wirelessproxd[65] <Notice>: (Note ) Created WPTransfer Object
for touchsetupd with daemon <DaemonBluetooth: 0x14d66230>
May 22 15:09:54 kernel[0] <Debug>: launchd[113] Container:
/private/var/mobile/Applications/EB2D093F-A634-4392-8D85-3E43307BC6B5 (sandbox)
May 22 15:09:54 backboardd[28] <Error>: HID: The 'Passive' connection
'SwarmTouch' access to protected services is denied.
May 22 15:09:54 SwarmTouch[113] <Warning>: Multi-tasking -> Device: YES, App:
YES
May 22 15:09:54 SwarmTouch[113] <Warning>: Unlimited access to network
resources
May 22 15:09:55 SwarmTouch[113] <Warning>: [CDVTimer][file] 9.698033ms
May 22 15:09:55 SwarmTouch[113] <Warning>: [CDVTimer][TotalPluginStartup]
11.614978ms
May 22 15:09:55 backboardd[28] <Error>: HID: The 'Rate Controlled' connection
'backboardd' access to protected services is granted.
May 22 15:09:55 SwarmTouch[113] <Warning>: http:
May 22 15:09:55 SwarmTouch[113] <Warning>: //10.1.0.253/swarm:
May 22 15:09:55 SwarmTouch[113] <Warning>: Resetting plugins due to page load.
May 22 15:09:55 SpringBoard[33] <Notice>: BUG in libdispatch: 11D201 - 2904 -
0x5857
May 22 15:09:55 backboardd[28] <Error>: HID: The 'Passive' connection
'com.apple.access' access to protected services is denied.
May 22 15:09:56 backboardd[28] <Warning>: |GuidedAccess|warning| SpringBoard
server could not disconnect from frontmost app message service gracefully:
(null)
May 22 15:09:57 SwarmTouch[113] <Warning>: http:
May 22 15:09:57 SwarmTouch[113] <Warning>: //10.1.0.253/swarm/:
May 22 15:09:58 SwarmTouch[113] <Warning>: Finished load of:
http://10.1.0.253/swarm/
May 22 15:09:58 SwarmTouch[113] <Warning>: http:
May 22 15:09:58 SwarmTouch[113] <Warning>:
//10.1.0.253/swarm/ClientTest.aspx?Device=39040&GUID=2014-4-4-15-9-58-32:
May 22 15:09:58 SwarmTouch[113] <Warning>: Resetting plugins due to page load.
May 22 15:09:59 SwarmTouch[113] <Warning>: about:
May 22 15:09:59 kernel[0] <Debug>: 000136.776891 wlan.N[50]
AppleBCMWLANCore::setupCountryCode(): HostCountry:0, fDefaultCountryCode:XZ,
fCurrentHostCountryCode:XZ
May 22 15:09:59 SwarmTouch[113] <Warning>: blank:
May 22 15:09:59 SwarmTouch[113] <Warning>: about:
May 22 15:09:59 SwarmTouch[113] <Warning>: blank:
May 22 15:09:59 SwarmTouch[113] <Warning>: Finished load of:
http://10.1.0.253/swarm/ClientTest.aspx?Device=39040&GUID=2014-4-4-15-9-58-32
May 22 15:11:36 lockdownd[52] <Notice>: 3cfc118c _bump_connection_count:
connectionCount now 3 usbHostConnected true pairableHostConnected false
unpairedPtpAllowed false
May 22 15:11:36 lockdownd[52] <Notice>: 3cfc118c _bump_connection_count:
connectionCount now 4 usbHostConnected true pairableHostConnected true
unpairedPtpAllowed false
May 22 15:11:36 kernel[0] <Debug>: AppleD1881PMUPowerSource:
AppleUSBCableDetect 1
May 22 15:11:36 kernel[0] <Debug>: AppleD1881PMUPowerSource: AppleUSBCableType
USBHost
May 22 15:11:36 lockdownd[52] <Notice>: 01a43000 set_response_error:
handle_get_value GetProhibited
May 22 15:11:36 ptpd[118] <Error>: ptpd: startResponder
May 22 15:11:36 lockdownd[52] <Notice>: 01bc9000 special_case_get:
MGCopyAnswer(kMGQReleaseType) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01bc9000 special_case_get:
MGCopyAnswer(kMGQSDIOProductInfo) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01bc9000 special_case_get:
MGCopyAnswer(kMGQSDIOManufacturerTuple) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01bc9000 special_case_get:
MGCopyAnswer(kMGQProximitySensorCalibration) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01bc9000 special_case_get:
MGCopyAnswer(kMGQCompassCalibration) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01bc9000 special_case_get:
MGCopyAnswer(kMGQBasebandBoardSnum) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01bc9000 special_case_get:
MGCopyAnswer(kMGQWirelessBoardSnum) returned NULL
May 22 15:11:36 mc_mobile_tunnel[120] <Notice>: (Note ) MC: mc_mobile_tunnel
starting.
May 22 15:11:36 lockdownd[52] <Notice>: 01ac5000 special_case_get:
MGCopyAnswer(kMGQReleaseType) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01ac5000 special_case_get:
MGCopyAnswer(kMGQSDIOProductInfo) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01ac5000 special_case_get:
MGCopyAnswer(kMGQSDIOManufacturerTuple) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01ac5000 special_case_get:
MGCopyAnswer(kMGQProximitySensorCalibration) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01ac5000 special_case_get:
MGCopyAnswer(kMGQCompassCalibration) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01ac5000 special_case_get:
MGCopyAnswer(kMGQBasebandBoardSnum) returned NULL
May 22 15:11:36 lockdownd[52] <Notice>: 01ac5000 special_case_get:
MGCopyAnswer(kMGQWirelessBoardSnum) returned NULL
May 22 15:11:37 ptpd[118] <Notice>: Photo library available
May 22 15:11:37 ptpd[118] <Notice>: PTP interface has been activated at high
speed.
May 22 15:11:37 profiled[125] <Notice>: (Note ) profiled: Service starting...
May 22 15:11:38 mc_mobile_tunnel[126] <Notice>: (Note ) MC: mc_mobile_tunnel
starting.
May 22 15:11:38 iPod MobileStorageMounter[127] <Error>: Looking into:
/Developer/Library/LaunchDaemons
May 22 15:11:38 iPod MobileStorageMounter[127] <Error>: ignoring:
/Developer/Library/LaunchDaemons
May 22 15:11:38 iPod MobileStorageMounter[127] <Error>: Loading
/Developer/Library/LaunchDaemons/com.apple.dt.power.plist
May 22 15:11:38 iPod MobileStorageMounter[127] <Warning>: Warning: Libinfo call
to mDNSResponder on main thread
May 22 15:11:38 iPod MobileStorageMounter[127] <Error>: ignoring:
/Developer/Library/LaunchDaemons
May 22 15:11:38 iPod installd[61] <Notice>: 0x2ef000 __main_block_invoke: Got
developer image mounted notification; rebuilding system map.
May 22 15:11:38 iPod mobile_installation_proxy[122] <Error>: 0x257000
handle_connection: Could not receive request from host.
May 22 15:11:38 iPod DTFetchSymbols[129] <Notice>: Found paths:
May 22 15:11:38 iPod DTFetchSymbols[129] <Notice>: /usr/lib/dyld
May 22 15:11:38 iPod DTFetchSymbols[129] <Notice>:
/System/Library/Caches/com.apple.dyld/dyld_shared_cache_armv7
May 22 15:11:39 iPod installd[61] <Error>: 0x2ef000 load_application_info: Info
plist for /Applications/SocialPPTApp.app was missing or empty
May 22 15:11:39 iPod installd[61] <Error>: 0x2ef000 load_application_info: Info
plist for /Applications/iPodOut.app was missing or empty
May 22 15:11:39 iPod installd[61] <Notice>: 0x2ef000
__reconcileApps_block_invoke_2: com.apple.MobileReplayer got added
May 22 15:11:39 iPod installd[61] <Notice>: 0x2ef000 generate_application_map:
Saved updated install map for -|system|-
May 22 15:11:39 iPod /usr/libexec/lsd[75] <Error>: Need to synchronize with
MobileInstallation
May 22 15:11:39 iPod /usr/libexec/lsd[75] <Notice>: LaunchServices: Adding
com.apple.MobileReplayer to registration list
May 22 15:11:39 iPod lsd[75] <Warning>: LaunchServices: Updating identifier
store
May 22 15:11:40 iPod SpringBoard[33] <Error>: libMobileGestalt
MobileGestalt.c:835: stand-alone-contacts is static and will never generate a
notification
May 22 15:11:40 iPod SpringBoard[33] <Error>: libMobileGestalt
MobileGestalt.c:835: still-camera is static and will never generate a
notification
May 22 15:11:40 iPod SpringBoard[33] <Error>: libMobileGestalt
MobileGestalt.c:835: any-telephony is static and will never generate a
notification
May 22 15:11:40 iPod SpringBoard[33] <Error>: libMobileGestalt
MobileGestalt.c:835: nike-ipod is static and will never generate a notification
May 22 15:11:40 iPod syncdefaultsd[131] <Notice>: (Note ) SYDAlwaysOnAccount:
no account (null)
May 22 15:11:40 iPod SpringBoard[33] <Warning>: could not find icon for
representation -> com.apple.compass
May 22 15:11:40 iPod SpringBoard[33] <Warning>: throwing out icon because its
isn't visible in the model : node=<SBApplicationIcon: 0x17def3f0; nodeID:
"com.apple.nike"> com.apple.nike
May 22 15:11:40 iPod SpringBoard[33] <Warning>: could not find icon for
representation -> com.apple.mobilephone
May 22 15:11:40 iPod syncdefaultsd[131] <Notice>: (Note ) SYDAccount: no account
May 22 15:11:40 iPod syncdefaultsd[131] <Notice>: (Note ) SYDPIMAccount: no
account (null)
May 22 15:11:40 iPod awdd[132] <Error>: CoreLocation: CLClient is deprecated.
Will be obsolete soon.
May 22 15:11:48 iPod mc_mobile_tunnel[126] <Notice>: (Note ) MC:
mc_mobile_tunnel shutting down.
May 22 15:11:48 iPod profiled[125] <Notice>: (Note ) profiled: Service stopping.
{code}
{code:none|title= Device log after turning off/on the device:}
May 22 15:12:09 iPod dataaccessd[91] <Notice>: 0x16d6dd30|SubCal|Error|Error
fetching subscribed holiday calendars. Giving up for now. Error
Domain=NSURLErrorDomain Code=-1001 "Zeitüberschreitung bei der Anforderung."
UserInfo=0x16d79dd0
{NSErrorFailingURLStringKey=https://caldav.icloud.com/.well-known/calendarsearchdav,
NSErrorFailingURLKey=https://caldav.icloud.com/.well-known/calendarsearchdav,
NSLocalizedDescription=Zeitüberschreitung bei der Anforderung.,
NSUnderlyingError=0x16d76530 "Zeitüberschreitung bei der Anforderung."}
May 22 15:12:09 iPod dataaccessd[91] <Notice>:
0x16d6dd30|DA|Error|spinnerIdentifiers to be implemented by subclass
May 22 15:12:51 iPod vsassetd[133] <Warning>: ASAssetQuery error fetching
results Error Domain=ASError Code=22 "The operation couldn’t be completed.
(ASError error 22 - Unable to copy asset information)" UserInfo=0x14566040
{NSDescription=Unable to copy asset information}
May 22 15:12:51 iPod vsassetd[133] <Warning>: There was an error trying to
refresh the state! 22
May 22 15:12:51 iPod vsassetd[133] <Warning>: ASAssetQuery error fetching
results Error Domain=ASError Code=21 "The operation couldn’t be completed.
(ASError error 21 - Unable to copy asset information)" UserInfo=0x1456af50
{NSDescription=Unable to copy asset information}
May 22 15:13:59 iPod kernel[0] <Debug>: AppleMultitouchN1SPI: updating power
statistics
May 22 15:13:59 iPod SpringBoard[33] <Warning>: [MPUSystemMediaControls]
Disabling lock screen media controls updates for screen turning off.
May 22 15:13:59 iPod backboardd[28] <Notice>: MultitouchHID: detection mode:
0->255
May 22 15:14:00 iPod kernel[0] <Debug>: ALS:
AppleARMBacklight::setBacklightEnableGated 0 (set level to 0x1d9)
May 22 15:14:00 iPod backboardd[28] <Notice>: Posting
'com.apple.iokit.hid.displayStatus' notifyState=0
May 22 15:14:00 iPod SpringBoard[33] <Warning>: [MPUNowPlayingController] Not
registered for now playing notifications. Ignoring call to
-unregisterForNotifications.
May 22 15:14:00 iPod profiled[135] <Notice>: (Note ) profiled: Service
starting...
May 22 15:14:00 iPod touchsetupd[100] <Warning>: WPTransfer deallocing
May 22 15:14:00 iPod wirelessproxd[65] <Notice>: (Error) error event:
(<OS_xpc_error: <error: 0x3cfc67dc> { count = 1, contents =
"XPCErrorDescription" => <string: 0x3cfc69bc> { length = 18,
contents = "Connection invalid" }
}>)
May 22 15:14:00 iPod SpringBoard[33] <Warning>: [MPUSystemMediaControls]
Updating supported commands for now playing application.
May 22 15:14:00 iPod backboardd[28] <Notice>: Posting
'com.apple.iokit.hid.displayStatus' notifyState=1
May 22 15:14:00 iPod SpringBoard[33] <Warning>: [MPUSystemMediaControls]
Enabling lock screen media controls updates for screen turning on.
May 22 15:14:00 iPod SpringBoard[33] <Warning>: [MPUNowPlayingController]
Already registered for now playing notifications.
May 22 15:14:00 iPod kernel[0] <Debug>: ALS:
AppleARMBacklight::handleMessageGated - framebufferState -> 0
May 22 15:14:00 iPod MyApp[113] <Warning>: THREAD WARNING: ['Camera'] took
'47.760010' ms. Plugin should use a background thread.
May 22 15:14:01 iPod backboardd[28] <Notice>: MultitouchHID: detection mode:
255->5 (deferring until bootloaded)
May 22 15:14:01 iPod backboardd[28] <Notice>: MultitouchHID: device bootloaded
May 22 15:14:01 iPod backboardd[28] <Notice>: MultitouchHID: detection mode:
5->5
May 22 15:14:01 iPod SpringBoard[33] <Warning>: [MPUSystemMediaControls]
Updating supported commands for now playing application.
May 22 15:14:01 iPod kernel[0] <Debug>: ALS:
AppleARMBacklight::handleMessageGated - framebufferState -> 1
May 22 15:14:01 iPod kernel[0] <Debug>: ALS:
AppleARMBacklight::setBacklightEnableGated 1 (set level to 0x4c3)
May 22 15:14:05 iPod backboardd[28] <Notice>: MultitouchHID: detection mode:
5->0
May 22 15:14:05 iPod wirelessproxd[65] <Notice>: (Note ) Created WPTransfer
Object for touchsetupd with daemon <DaemonBluetooth: 0x14d66230>
May 22 15:14:05 iPod MyApp[113] <Warning>: Warning: Attempt to present
<CDVCameraPicker: 0x14b70400> on <MainViewController: 0x14581350> while a
presentation is in progress!
May 22 15:14:05 iPod MyApp[113] <Warning>: Warning: Attempt to present
<CDVCameraPicker: 0x1538b600> on <MainViewController: 0x14581350> while a
presentation is in progress!
May 22 15:14:05 iPod MyApp[113] <Warning>: Warning: Attempt to present
<CDVCameraPicker: 0x1535ee00> on <MainViewController: 0x14581350> while a
presentation is in progress!
May 22 15:14:05 iPod MyApp[113] <Warning>: Warning: Attempt to present
<CDVCameraPicker: 0x14b70400> on <MainViewController: 0x14581350> while a
presentation is in progress!
May 22 15:14:05 iPod MyApp[113] <Warning>: Warning: Attempt to present
<CDVCameraPicker: 0x15370e00> on <MainViewController: 0x14581350> while a
presentation is in progress!
May 22 15:14:05 iPod MyApp[113] <Warning>: Warning: Attempt to present
<CDVCameraPicker: 0x14b70400> on <MainViewController: 0x14581350> while a
presentation is in progress!
May 22 15:14:05 iPod MyApp[113] <Warning>: Warning: Attempt to present
<CDVCameraPicker: 0x14bb5000> on <MainViewController: 0x14581350> while a
presentation is in progress!
May 22 15:14:05 iPod MyApp[113] <Warning>: Warning: Attempt to present
<CDVCameraPicker: 0x15338200> on <MainViewController: 0x14581350> while a
presentation is in progress!
May 22 15:14:05 iPod MyApp[113] <Warning>: Warning: Attempt to present
<CDVCameraPicker: 0x15370e00> on <MainViewController: 0x14581350> while a
presentation is in progress!
May 22 15:14:05 iPod kernel[0] <Debug>: AppleH4CamIn::setPowerStateGated: 1
May 22 15:14:05 iPod kernel[0] <Debug>: AppleH4CamIn::power_on_hardware
May 22 15:14:06 iPod kernel[0] <Debug>: AppleH4CamIn::ISP_Init - No set-file
loaded for camera channel 0
May 22 15:14:06 iPod backboardd[28] <Error>: HID: The 'Rate Controlled'
connection 'mediaserverd' access to protected services is denied.
May 22 15:14:06 iPod kernel[0] <Debug>:
AppleH4CamIn::ISP_SelectBestMIPIFrequencyIndex_gated - channel: 1, index: 0
May 22 15:14:09 iPod kernel[0] <Debug>: AppleMultitouchN1SPI: updating power
statistics
May 22 15:14:09 iPod SpringBoard[33] <Warning>: [MPUSystemMediaControls]
Disabling lock screen media controls updates for screen turning off.
May 22 15:14:09 iPod backboardd[28] <Notice>: MultitouchHID: detection mode:
0->255
May 22 15:14:10 iPod kernel[0] <Debug>: ALS:
AppleARMBacklight::setBacklightEnableGated 0 (set level to 0x1d9)
May 22 15:14:10 iPod backboardd[28] <Notice>: Posting
'com.apple.iokit.hid.displayStatus' notifyState=0
May 22 15:14:10 iPod SpringBoard[33] <Warning>: [MPUNowPlayingController] Not
registered for now playing notifications. Ignoring call to
-unregisterForNotifications.
May 22 15:14:10 iPod touchsetupd[100] <Warning>: WPTransfer deallocing
May 22 15:14:10 iPod wirelessproxd[65] <Notice>: (Error) error event:
(<OS_xpc_error: <error: 0x3cfc67dc> { count = 1, contents =
"XPCErrorDescription" => <string: 0x3cfc69bc> { length = 18,
contents = "Connection invalid" }
}>)
May 22 15:14:10 iPod SpringBoard[33] <Warning>: [MPUSystemMediaControls]
Updating supported commands for now playing application.
May 22 15:14:10 iPod kernel[0] <Debug>: ALS:
AppleARMBacklight::handleMessageGated - framebufferState -> 0
May 22 15:14:10 iPod kernel[0] <Debug>: AppleH4CamIn::setPowerStateGated: 0
May 22 15:14:10 iPod kernel[0] <Debug>: AppleH4CamIn::power_off_hardware
May 22 15:14:21 iPod profiled[135] <Notice>: (Note ) profiled: Service stopping.
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)