Skip to content
FSMdotCOM

FSMdotCOM

Tag: iphone boot logo

📅 March 8, 2010

CaniHazRecover: Tool To Fix iPhone Stuck At Boot Logo

Today we’re featuring a nifty little tool suggestively called CaniHazRecover, that will help you to fix this issue without getting your hands dirty.

We talked about how to fix iPhones stuck at boot logo before, and how to edit .plist files on Windows to fix the issue. Today we’re featuring a nifty little tool suggestively called CaniHazRecover, that will help you to fix this issue without getting your hands dirty.

Continue reading “CaniHazRecover: Tool To Fix iPhone Stuck At Boot Logo”

Author murdaFSMPosted on March 8, 2010December 7, 2018Categories HOWTOTags boot logo, CaniHazRecover, dit plist file, iphone boot logo, iphone stuck at boot logo, plist file, stuck at apple logo, stuck at boot logo
📅 February 13, 2009

Fix iPhone Stuck At Apple Logo

ALSO READ: HowTo: Edit .plist Files on Windows And Fix iPhone Stuck At Boot Logo ( detailed version of how to do it )

Nothing worse than to see your beloved iPhone stuck at boot logo. Well pretty much this is not something that you can’t fix.

What you need :

  • to know how to SSH, and be albe to SSH
  • a little time and patience

NOTE : I am not sure if usb access with software like iPhoneBrowser will work if the iPhone is stuck at apple logo stage, but if it does let us know.

Basically your device is getting stuck at the boot logo, because you just installed or updated some kind of app ( eg : IntelliScreen ) and something, well, just went wrong. There is no need to restore your iPhone, all you need to is is to prevent the XXX dylib from loading all you need to do is remove its entry from com.apple.SpringBoard.plist file ( XXX being the name of the app that is causing the problem )

  • SSH into your iPhone and download the file /System/Library/LaunchDemons/com.apple.SpringBoard.plist

If the file is in binary format then convert it to text format. iPhone will recognize and process the file normally whether it is in binary or text format. You can do the conversion here  http://iappcat.com/plist/bin2xml

  • Open the file with a DAMN GOOD text editor, like NotePad++ ( the default NotePad does not display it properly)
  • The file is in xml format and contains key called DYLD_INSERT_LIBRARIES. This key contains the path of all dylib files which springboard will try to load at startup. Each file location is separated by a ‘:‘. Remove the the complete path of the dylib file you think is causing the problem.
  • Save the file as com.apple.SpringBoard.plist and put it back on the iPhone in the /System/Library/LaunchDemons/ folder
  • Restart your iPhone


It should boot normally now. If it doesent , edit the file again and remove all the other dylib enteries. It should look like this :

<dict>
<key>DYLD_INSERT_LIBRARIES</key>
<string></string>
</dict>

Copy the file back to your iPhone and restart your iPhone.

Author murdaFSMPosted on February 13, 2009June 14, 2013Categories HOWTOTags boot logo, iphone boot logo, stuck at apple logo, stuck at boot logo
© 2008-2021 FSMdotCOM. All rights reserved.      ✉️ murdaFSM@protonmail.com     

▲ Back to Top ▲