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 > 3rd Party Apps For iPhone | iPod Touch > Native iPhone / iPod Touch App Launches
Reply
 
LinkBack (5) Thread Tools Display Modes
  #1351  
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  
Old 07-21-2008, 10:53 AM
bbplayer5's Avatar
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 279
Thanks: 4
Thanked 23 Times in 17 Posts

cant wait for this on 2.0!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1353  
Old 07-21-2008, 11:36 AM
iPhone? More like MyPhone
 
Join Date: Dec 2007
Location: UK
Posts: 285
Thanks: 24
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.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1354  
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  
Old 07-21-2008, 11:46 AM
iPhone? More like MyPhone
 
Join Date: Dec 2007
Location: UK
Posts: 285
Thanks: 24
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

Last edited by jtanner; 07-21-2008 at 11:52 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1356  
Old 07-21-2008, 11:58 AM
iPhone? More like MyPhone
 
Join Date: Mar 2008
Posts: 251
Thanks: 10
Thanked 46 Times in 24 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  
Old 07-21-2008, 04:25 PM
The Punisher's Avatar
iPhone? More like MyPhone
 
Join Date: Nov 2007
Posts: 113
Thanks: 5
Thanked 13 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.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1358  
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: 224
Thanks: 19
Thanked 31 Times in 21 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  
Old 07-22-2008, 06:51 PM
Green Apple
 
Join Date: Nov 2007
Posts: 38
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  
Old 07-22-2008, 07:53 PM
Green Apple
 
Join Date: Jun 2008
Operating System: windows xp
Posts: 65
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  
Old 07-24-2008, 05:36 AM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 105
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  
Old 07-24-2008, 06:45 AM
iPhoneaholic
 
Join Date: Nov 2007
Posts: 316
Thanks: 55
Thanked 38 Times in 30 Posts

The Dev stated earlier that there is no ETA on 2.0 release. So it all depends. May be on Cydia or Installer.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1363  
Old 07-24-2008, 07:42 AM
MattMac's Avatar
My iPhone is a Part of Me
 
Join Date: Dec 2007
Device + Firmware: 16GB 3G iPhone - 2.2
Operating System: OS X 10.5.5 | Win XP Pro
Location: Melbourne, Australia
Posts: 740
Thanks: 83
Thanked 87 Times in 71 Posts
Send a message via MSN to MattMac

Cydia is looking like it has taken over Installer.
Good residence! Just needs a couple of adjustments...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1364  
Old 07-24-2008, 08:09 AM
What's Jailbreak?
 
Join Date: Jun 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

After installing ver 1.9, I restarted my iPhone, only for it to perpetually hang on the apple logo. It keeps on restarting.

Firmware: 1.1.4
Jailbroken/Unlocked using ZiPhone 3.0


What might be the issue? And how can I correct it without having to restore my iPhone?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1365  
Old 07-24-2008, 08:40 AM
iPhone? More like MyPhone
 
Join Date: Dec 2007
Location: UK
Posts: 285
Thanks: 24
Thanked 42 Times in 38 Posts

Quote:
Originally Posted by kursed View Post
After installing ver 1.9, I restarted my iPhone, only for it to perpetually hang on the apple logo. It keeps on restarting.

Firmware: 1.1.4
Jailbroken/Unlocked using ZiPhone 3.0


What might be the issue? And how can I correct it without having to restore my iPhone?
This is EXACTLY why few consider me to have an attitude! did you actually read anything first or just stumble onto the site and post (as its you first!??)

if you were to READ just about 9 posts higher (so still on this page) you would SEE the solution - i hope you got SSH installed though
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 > 3rd Party Apps For iPhone | iPod Touch > Native iPhone / iPod Touch App Launches

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://modmyi.com/forums/native-iphone-ipod-touch-app-launches/157321-new-killer-app-intelliscreen-your-slide-unlock-screen-steriods.html
Posted By For Type Date
MacThemes / [theme] Agua by David Lanham and Louie Mantia This thread Refback 05-15-2008 11:47 AM
MacThemes / [theme] Agua by David Lanham and Louie Mantia This thread Refback 05-15-2008 05:52 AM
MacThemes / [theme] Agua by David Lanham and Louie Mantia This thread Refback 05-15-2008 02:48 AM
MacThemes / [theme] Agua by David Lanham and Louie Mantia This thread Refback 05-15-2008 12:32 AM
MacThemes / [theme] Agua by David Lanham and Louie Mantia This thread Refback 05-14-2008 08:26 PM


Go to Top
ModMyI

All times are GMT -6. The time now is 03:29 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 / / Privacy Statement / Top