The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Computer Modding Software > Windows Specific Modding Discussion
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 09-11-2008, 01:13 PM
What's Jailbreak?
 
Join Date: Oct 2007
Device + Firmware: 3G 16GB iPhone (Black) on 2.1 - unlocked+jailbroken
Operating System: Win XP SP#2
Posts: 14
Thanks: 14
Thanked 9 Times in 3 Posts
Editing .plist files in windows - or - how to save yourself from unnecessary restore

This post is mainly to help those who are stuck at the apple boot logo due to what is most probably a screwed up com.apple.Springboard.plist file.

This can happen for many reasons, the main one being improper installation/uninstallation of packages (main script execution failed) via Installer or Cydia.

Most of the solutions to this problem involve SSHing into your phone - but what if you're one of the unlucky ones who had SSH turned off, or not even installed in the first place?

I'll also explain a very easy method to convert .plist files from binary to xml and back, so that people can edit .plist files very easily.

If you're stuck at the apple logo, connect your iphone to your PC - itunes will recognize that "an" iphone is connected to it, but it wont identify the iphone as your iphone.

If your phone is off - turn it on - so that it goes back to the apple logo - before connecting it to your PC.

If your phone is in restore mode - again - turn it off and turn it on - so that it goes back to the apple logo - before connecting it to your PC.

Once you're connected to your PC, and itunes recognizes "an" iphone, you're out of danger. i.e. you wont need to restore your phone, even though you do not have SSH installed, or, even if you shut off SSH.

1) Next step, download/install iphonebrowser.
2) Run iphonebrowser - it may say that no iphone is found - in that case - remove and reconnect your iphone - iphonebrowser will recognize it.
3) Navigate to /System/Library/LaunchDemons/com.apple.SpringBoard.plist
4) Backup com.apple.Springboard.plist to your PC.
5) Download and install EditPadLite from EditPad Lite - Free Text Editor for Windows
6) Rename com.apple.Springboard.plist to com.apple.Springboard.plist.txt
7) Open the file in EditPadLite (NOTE: Wordpad or Notepad WILL NOT work!!).
8) Edit the file by removing the offending key in the DYLD_INSERT_LIBRARIES - usually this would be the .dylib key corresponding to the last application you installed or uninstalled, and which is probably the one causing your iphone to get stuck.
9) For example,
<dict>
<key>DYLD_INSERT_LIBRARIES</key>
<string>/Library/Frameworks/SummerBoard.framework/SummerBoard.dylib:/Library/Intelliborn/intelliScreen</string>
</dict>
If intelliscreen was the problematic package, you'd want to just delete the .dylib key relating to it, from the DYLD libraries.
* Each .dylib key is separated by a colon.
10) Once you've deleted the problematic key, save the file and close EditPadLite.
11) Rename the .plist.txt file back to .plist
12) Restart iphonebrowser, navigate back to the same folder, and delete the com.apple.Springboard.plist file on your phone.
13) Copy the edited one back to the same folder.
14) Switch off iphone and switch back on - voila - you should be back up and running.

15) In an extreme case, you might have multiple .dylib keys which are causing your iphone to get stuck.
16) In that case, go through the steps mentioned above, except, in step 9 - delete ALL the .dylib keys.
In which case, your file would look like this:
dict>
<key>DYLD_INSERT_LIBRARIES</key>
<string></string>
</dict>
17) Repeat steps 10-14 again and you should be all set.
18) In either case, it goes without saying that you MUST delete all the apps from your /Applications folder, for which you've deleted the .dylib keys - immediately, so that there are no loose ends.
19) Also, if any of the deleted apps have corresponding launchdemons - you'll want to delete them as well from /System/Library/LaunchDemons/

20) Once all offending .dylib keys, corresponding apps and launchdemons have been deleted, disconnect iphone from your PC, and reboot. It might take a little longer than usual, but if all goes well, you will find that your iphone is back in working order.

I am well aware that there are various posts on the subjects of editing .plist files and on the subject of how to get out of an iphone stuck at the apple boot logo.

However, this oughtta help people who do not have SSH capabilities and still need to get out of a tight spot without having to perform a full restore and go through the entire headache of reinstalling info from backups and apps and sources all over again.

If this guide helps you, feel free to hit the Thanks button

Cheers,
Draxx

Last edited by Draxx; 09-11-2008 at 01:30 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 5 Users Say Thank You to Draxx For This Useful Post:
chutieu21 (03-10-2009), Ice9812 (09-29-2008), Poseidon79 (09-11-2008), Riviera (06-20-2009), skylinestan (10-25-2008)
  #2  
Old 09-11-2008, 01:20 PM
Poseidon79's Avatar
Moderator
 
Join Date: Jan 2008
Device + Firmware: AT&T 3GS 3.0
Operating System: Snow Leopard / XP/Windows 7
Location: Austin, TX
Posts: 4,890
Thanks: 197
Thanked 880 Times in 622 Posts

Great step by step. Sticky
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 09-23-2008, 08:05 AM
ALL DAY's Avatar
Livin the iPhone Life
 
Join Date: Feb 2008
Device + Firmware: iPhone 3GS :: 3.0 :: 32GB White
Operating System: 10.5.7 AluminumBook
Location: Chit-Chat
Posts: 2,263
Thanks: 43
Thanked 186 Times in 163 Posts

I think this may help me!

Thanks, I'll try it a little later...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 11-16-2008, 10:04 PM
m1ngaa's Avatar
Green Apple
 
Join Date: Nov 2008
Device + Firmware: iPhone 2.1
Operating System: Dell Vista
Posts: 85
Thanks: 8
Thanked 5 Times in 5 Posts
Send a message via Yahoo to m1ngaa

is that thing gonna work with Cyrillic fonts? cuz I'm tryna change the springboard.plist to Russian, but something different you know... So when I edit springboard.plist in Russian it's all just ???????????????? on my phone. How do you fix it?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to m1ngaa For This Useful Post:
RainerWahnsinn (09-26-2009)
  #5  
Old 11-11-2009, 06:05 AM
Green Apple
 
Join Date: Oct 2009
Device + Firmware: iPhone 3G 8gb (3.1.2 JB/UL)
Operating System: vista 32
Posts: 48
Thanks: 2
Thanked 1 Time in 1 Post

Why would you go and say that? Wordpad will and does edit plist files. No idea what u are talking about
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Computer Modding Software > Windows Specific Modding Discussion

Tags
com.apple.springboard, edit, editpad, plist, stuck at apple boot logo

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 01:55 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Top