Login - Contact Us

Check Email faster than every 15min

Thursday, September 18, 2008 discuss in our forum | read comments(2)  
Radio Control Toys
First you have to have a jailbroken iPhone with openssh installed.

You must then log into your iPhone - I use putty, but any ssh client will work

Navigate to "/private/var/mobile/Library/Preferences"

cd /private/var/mobile/Library/Preferences

The file that needs work is com.apple.persistentconnection.plist, back it up by typing the following

"cp com.apple.persistentconnection.plist com.apple.persistentconnection.plist.bak"

Once backed up, you need to convert it from binary to xml, type the following:

"plutil -c xml1 com.apple.persistentconnection.plist"

now you can edit it,

"nano com.apple.persistentconnection.plist"

What you are looking for is "integer 900 integer", 900 is the amount of seconds that it takes to fetch email, I set this to 300 (5min).

Now check owner ship, it should be mobile:mobile, if not

"chown mobile:mobile
com.apple.persistentconnection.plist"

When done, reboot. All done!

Do note that under settings the Fetch option will show Manual

Labels: ,




2 Comments :

     
   Anonymous Maxime Scrocca - 

Its all working until i come to this step : Once backed up, you need to convert it from binary to xml, type the following:

"plutil -c xml1 com.apple.persistentconnection.plist"


and all the other im getting always the same thing ''command not found'' any solution? 
 
     
     
   Anonymous Anonymous - 

Erica Utilities brotha.. 
 
     


Post a Comment

Please leave a comment and no spam.