You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by smo <s....@gmail.com> on 2014/03/13 00:45:59 UTC

cordova 3.4 app stuck on splashscreen

hi

i use cordova 3.4 on a iPhone 3gs i fixed all my problems with iOS but i still have one BIG problem

i just installed the IPCU to see what s happening

first start of my app (working) :

Mar 13 00:22:38 iPhone-de-pak kernel[0] <Debug>: launchd[353] Builtin profile: container (sandbox)
Mar 13 00:22:38 iPhone-de-pak kernel[0] <Debug>: launchd[353] Container: /private/var/mobile/Applications/DC462EE0-94A2-4FE8-AD0D-019F9E3F7A15 (sandbox)
Mar 13 00:22:38 iPhone-de-pak freeToolbox[353] <Notice>: MS:Notice: Installing: fr.ubukey.freeToolbox [freeToolbox] (793.00)
Mar 13 00:22:38 iPhone-de-pak freeToolbox[353] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/Activator.dylib
Mar 13 00:22:38 iPhone-de-pak freeToolbox[353] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/WeeLoader.dylib
Mar 13 00:22:38 iPhone-de-pak freeToolbox[353] <Notice>: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/libstatusbar.dylib
Mar 13 00:22:39 iPhone-de-pak freeToolbox[353] <Warning>: Multi-tasking -> Device: YES, App: YES
Mar 13 00:22:39 iPhone-de-pak freeToolbox[353] <Warning>: Unlimited access to network resources
Mar 13 00:22:40 iPhone-de-pak freeToolbox[353] <Warning>: Resetting plugins due to page load.

…..


then i kill it :

(UIKitApplication:fr.ubukey.freeToolbox[0x3443][353]) <Notice>: (UIKitApplication:fr.ubukey.freeToolbox[0x3443]) Exited: Killed: 9


now i try top restart the app:

and stuck on splash screen …

clean log before i click the app icon to reboot of the iPhone…:

Mar 13 00:31:20 iPhone-de-pak kernel[0] <Debug>: launchd[312] Builtin profile: container (sandbox)
Mar 13 00:31:20 iPhone-de-pak kernel[0] <Debug>: launchd[312] Container: /private/var/mobile/Applications/DC462EE0-94A2-4FE8-AD0D-019F9E3F7A15 (sandbox)
Mar 13 00:31:25 iPhone-de-pak profiled[158] <Notice>: (Note ) profiled: Idled.
Mar 13 00:31:25 iPhone-de-pak profiled[158] <Notice>: (Note ) profiled: Service stopping.
Mar 13 00:31:31 iPhone-de-pak securityd[313] <Notice>: MS:Notice: Installing: (null) [securityd] (793.00)   ---> stay 2 min on this

then

Mar 13 00:33:11 iPhone-de-pak UserEventAgent[15] <Error>: watchdog: com.apple.backboardd not responding; forcing a crash
Mar 13 00:33:11 iPhone-de-pak UserEventAgent[15] <Notice>: watchdog: can be disabled with the shell command: defaults write com.apple.mobilewatchdog WatchdogEnabled -bool no
Mar 13 00:33:12 iPhone-de-pak ReportCrash[315] <Notice>: MS:Notice: Installing: (null) [ReportCrash] (793.00)
Mar 13 00:33:13 iPhone-de-pak ReportCrash[315] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
Mar 13 00:33:14 iPhone-de-pak ReportCrash[315] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
Mar 13 00:33:14 iPhone-de-pak ReportCrash[315] <Warning>: Not internal build
Mar 13 00:33:14 iPhone-de-pak ReportCrash[315] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
Mar 13 00:33:14 iPhone-de-pak ReportCrash[315] <Notice>: Saved crashreport to /Library/Logs/CrashReporter/backboardd-2014-03-13-003314.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0
Mar 13 00:33:14 iPhone-de-pak ReportCrash[315] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not 
….

and iPhone reboot …

an idear ?

thanks !