ModMyMotoModMyiModMyGphone







  Apple Forums | ModMyi.com | iPhone, iPod, Mac, OS X, Mods, More > 3rd Party Apps For iPhone | iPod Touch > Native iPhone / iPod Touch App Launches
Reply
 
LinkBack Thread Tools Display Modes
  #1351 (permalink)  
Old 07-21-2008, 10:37 AM
What's Jailbreak?
 
Join Date: May 2008
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts

I just updated to 1.09b - no problems so far.

For those on here that are reading this and would like some help with the spinning wheel of death WITHOUT needing to restore. You need to disable the Intelliscreen dylib from loading. The simpilist way of doing this is to:

1. SSH into your phone to /system/library/launchdemons

2. Find /Library/Frameworks/summerboard.framework/summerboard.dylib:/Library/Intelliborn/intelliScreen .

This asumes like me you have summerboard installed, if not just look for anything related to Inteliborn/Intelliscreen.

3. Delete ":/Library/Intelliborn/IntelliScreen"

4. If you save the file and reboot it should work - if not something else is causeing the hang and you should systematically remove all dylib enteries so that nothing eventually appears between the /string tags.

Hopefully someone out there finds this post useful. There are those on this thread who with several hundred posts have had nothing but vitriol to add to this particular conversation. Empty pots do make the loudest noise and quantity is clearly no indicator of an individuals quality.

Last edited by unit46; 07-21-2008 at 10:54 AM.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1352 (permalink)  
Old 07-21-2008, 10:53 AM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 211
Thanks: 4
Thanked 11 Times in 9 Posts

cant wait for this on 2.0!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1353 (permalink)  
Old 07-21-2008, 11:36 AM
iPhone? More like MyPhone
 
Join Date: Dec 2007
Location: UK
Posts: 271
Thanks: 22
Thanked 42 Times in 38 Posts

Quote:
Originally Posted by unit46 View Post
I just updated to 1.09b - no problems so far.

For those on here that are reading this and would like some help with the spinning wheel of death WITHOUT needing to restore. You need to disable the Intelliscreen dylib from loading. The simpilist way of doing this is to:

1. SSH into your phone to /system/library/launchdemons

2. Find /Library/Frameworks/summerboard.framework/summerboard.dylib:/Library/Intelliborn/intelliScreen .

This asumes like me you have summerboard installed, if not just look for anything related to Inteliborn/Intelliscreen.

3. Delete ":/Library/Intelliborn/IntelliScreen"

4. If you save the file and reboot it should work - if not something else is causeing the hang and you should systematically remove all dylib enteries so that nothing eventually appears between the /string tags.

Hopefully someone out there finds this post useful. There are those on this thread who with several hundred posts have had nothing but vitriol to add to this particular conversation. Empty pots do make the loudest noise and quantity is clearly no indicator of an individuals quality.
Dude, seriously, get off your high friggin horse! you've added nothing new here... this information is almost what i pointed you to! psuskeels posted this the *REAL* solution way back - granted this way works as well but its not a clean uninstall... if you look for psuskeels original post he tells you how to cleanly un-install the daemon without removing the app in an ugly unclean way.
__________________
do'h
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1354 (permalink)  
Old 07-21-2008, 11:40 AM
What's Jailbreak?
 
Join Date: May 2008
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts

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 (with the inferiority complex that it brings)! I didn't see you directing anyone to any solution except making awhole lotta noise...again. Try and be useful and constructive will ya.

Last edited by unit46; 07-21-2008 at 11:44 AM.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1355 (permalink)  
Old 07-21-2008, 11:46 AM
iPhone? More like MyPhone
 
Join Date: Dec 2007
Location: UK
Posts: 271
Thanks: 22
Thanked 42 Times in 38 Posts

Quote:
Originally Posted by unit46 View Post
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
__________________
do'h

Last edited by jtanner; 07-21-2008 at 11:52 AM.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1356 (permalink)  
Old 07-21-2008, 11:58 AM
iPhone? More like MyPhone
 
Join Date: Mar 2008
Posts: 209
Thanks: 10
Thanked 40 Times in 19 Posts

Quote:
Originally Posted by jtanner View Post
Seriously...what is it with all you n00bs!!!!!!!! curb your language and anger.

Not backing up is your own damn fault. Also, you know the catches with jailbreaking etc, its common sense. if your gonna get arsey everytime an app doesnt quite work then i strongly suggest you UN-jailbreak your phone and go back to being average joe with the OOB iPhone!

Now, hit back a few pages or use search, psuskeels tells you how to SSH into the iphone and uninstall the launch daemon. You can do this even when its just the apple logo with the spinning wheel... Unless you chose not to install SSH....bad move if you did.!

What firmware? what jailbreak method? are you windows or mac -- if windows, use WinSCP or Putty, for mac - user Cyberduck or similar
Quote:
Originally Posted by unit46 View Post
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 (with the inferiority complex that it brings)! I didn't see you directing anyone to any solution except making awhole lotta noise...again. Try and be useful and constructive will ya.

Yea unit46, im pretty sure that jtanner was attempting to help you, but you have to help youself by giving enough information for us to assess your problem. You can't just start whining about something and expect everyone to know the actual issue. He was being hepful, aswell as a little impatient, but its understandable considering the predicament.

Last edited by Adplaya; 07-21-2008 at 12:02 PM.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1357 (permalink)  
Old 07-21-2008, 04:25 PM
The Punisher's Avatar
iPhone? More like MyPhone
 
Join Date: Nov 2007
Posts: 104
Thanks: 5
Thanked 11 Times in 10 Posts

i upgraded to 1.09 and then 1.09b and had no problems. It seems the death wheel was only on new installs but not on upgrades.

Anyways i have since powned my phone to 2.0, so now i have to wait for intelliscreen 2.0 to be released before i can start enjoying it again I definitely miss it already.
__________________
Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1358 (permalink)  
Old 07-21-2008, 07:18 PM
iPhone? More like MyPhone
 
Join Date: Jun 2008
Device + Firmware: QuickPwn'd 3G 2.1 16gb
Operating System: Mac OS X 10.5.5
Posts: 214
Thanks: 19
Thanked 29 Times in 19 Posts

I'm waiting for v2.0 compatibility too. Love the app (even registered two copies, one for me, one for the SO).

But, in the meantime....I think I may have found two problems. Do have 1.09b installed.

1. I had three email accounts on my iPhone. Deleted one. Shows that it's been deleted in Mail Settings. But, there are three unread messages being displayed still from the deleted email account on Intelliscreen. Tried many things to get rid of (changing Intelliscreen prefs for mail, reboot, etc.). If this has been solved, just point me to the thread.

2. Small formatting issue on the Weather Underground display. Long story short, it works great as long as the daily temps don't get into triple digits. Once that happens, the digits run together, making it look like it's 10179 (todays temps in DFW, TX).

Last edited by hartphoto; 07-21-2008 at 07:28 PM.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1359 (permalink)  
Old 07-22-2008, 06:51 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 25
Thanks: 0
Thanked 2 Times in 2 Posts

speaking of 2.0 compatibility... when can we expect this??
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1360 (permalink)  
Old 07-22-2008, 07:53 PM
Green Apple
 
Join Date: Jun 2008
Operating System: windows xp
Posts: 62
Thanks: 3
Thanked 1 Time in 1 Post

this is an awesome app because you dont even have to unlock the phone before you can see all your information...looks great
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1361 (permalink)  
Old 07-24-2008, 05:36 AM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 100
Thanks: 6
Thanked 5 Times in 4 Posts

Will 2.0 version come via Cydia, or wait till Installer version is out for 2.0?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1362 (permalink)  
Old 07-24-2008, 06:45 AM