Quote:
Originally Posted by unit46
ITs not an uninstall but a fix - read the post. Assuming you update to latest release you don't need uninstall to fix, you just need the ability to get to installer (which is the easiest route for the majority of folks).
jtanner: You crack me up...I guess you're quite short too! I didn't see you directing anyone to any solution except making awhole lotta noise.
|
short!? erm, care to explain sir, why you are intent on making this personal. Did i insult you personally in anyway? ...i think not... Personal attacks are not tollerated here! - You thought i was belittling you the other day and at least i had the curtosy to point out that was not my intention. The reason I , & others, jumped was because the answers you were swearing about had already been posted pages back. I could only presume you were too lazy to look.
ok, i asked for your details to attempt to help and i also told you to look a few pages back. 2ndly, your "fix" is not 100% explained - you should explain that the file is a text file and you are required to edit it. All you had to do was read this thread... the answers are already here!
Code:
To prevent the Intelliscreen dylib from loading all you need to do is remove its entry from com.apple.SpringBoard.plist file.
Connect to your iphone through WinSCP 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://140.124.181.188/~khchung/cgi-bin/plutil.cgi or http://iappcat.com/plist/bin2xml
Open the file in a good text editor like Notepad++ or Editpad. (Warning: Microsoft Windows Notepad.exe 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.
i have Summerboard and Intelliscreen installed this is how it looks
before:
Code:
DYLD_INSERT_LIBRARIES
/Library/Frameworks/SummerBoard.framework/SummerBoard.dylib:/Library/Intelliborn/intelliScreen
Delete the entry for the intelliscreen file
after
Code:
DYLD_INSERT_LIBRARIES
/Library/Frameworks/SummerBoard.framework/SummerBoard.dylib
Save the file as com.apple.SpringBoard.plist and put it back on the iPhone in the /System/Library/LaunchDemons/ folder
Restart the iPhone