+ Reply
Page 2 of 2 FirstFirst 12
Results 21 to 24 of 24
  1. #21
    Green Apple WaLLy3K's Avatar
    Join Date
    May 2009
    Posts
    99
    Thanks
    2
    Thanked 11 Times in 8 Posts

    Yeah, it still works as it should for me with the latest firmware. When it's set to three short vibrates, I tend to notice one of them but the problem is that if you have it set too long, it actually halts up the OS on a regular 3G which is a shame.

  2. #22
    iPhone? More like MyPhone koolx's Avatar
    Join Date
    Jan 2010
    Posts
    124
    Thanks
    2
    Thanked 1 Time in 1 Post
    Quote Originally Posted by WaLLy3K View Post
    I've just spent some time getting this right (It's the latest 3.0 vibration plist), so I thought I might as well share:

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    	<key>ConnectedToPower</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.10000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.40000000000000002</real>
    		<key>TotalDuration</key>
    		<real>1</real>
    	</dict>
    	<key>Default</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.10000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.40000000000000002</real>
    		<key>TotalDuration</key>
    		<real>0.5</real>
    	</dict>
    	<key>SMSReceived_Alert</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.10000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.40000000000000002</real>
    		<key>TotalDuration</key>
    		<real>1.5</real>
    	</dict>
    	<key>JBL_Begin</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.20000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.10000000000000001</real>
    		<key>TotalDuration</key>
    		<real>0.29999999999999999</real>
    	</dict>
    	<key>JBL_Cancel</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.20000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.10000000000000001</real>
    		<key>TotalDuration</key>
    		<real>0.29999999999999999</real>
    	</dict>
    	<key>RingerSwitchIndication</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.10000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.29999999999999999</real>
    		<key>TotalDuration</key>
    		<real>0.40000000000000002</real>
    	</dict>
    </dict>
    </plist>
    Email will be the default 1 vibrate, calls will be a default long constant vibrate and SMS will be three short vibrates. Completely essential for me at least, maybe someone else will find it useful! Note though that it will only vibrate three times if the SMS app is NOT currently open.

    To install:
    • SSH to the following folder: /System/Library/PrivateFrameworks/Celestial.framework/
    • Make a backup of SystemSoundVibrationPatterns.plist
    • Copy the bbcode text above into notepad and save it as SystemSoundVibrationPatterns.plist, making sure there is no TXT extension (You can do this once you've uploaded it via SSH/FTP/Etc by just removing the .txt extension)
    • Restart your device!
    I did all you said to enable 3 second alters, but I only get 1 second alerts. What am I doing wrong? I did everything you said to the letter and nothing. Please help. Thanks.

    .

    Quote Originally Posted by WaLLy3K View Post
    I've just spent some time getting this right (It's the latest 3.0 vibration plist), so I thought I might as well share:

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    	<key>ConnectedToPower</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.10000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.40000000000000002</real>
    		<key>TotalDuration</key>
    		<real>1</real>
    	</dict>
    	<key>Default</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.10000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.40000000000000002</real>
    		<key>TotalDuration</key>
    		<real>0.5</real>
    	</dict>
    	<key>SMSReceived_Alert</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.10000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.40000000000000002</real>
    		<key>TotalDuration</key>
    		<real>1.5</real>
    	</dict>
    	<key>JBL_Begin</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.20000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.10000000000000001</real>
    		<key>TotalDuration</key>
    		<real>0.29999999999999999</real>
    	</dict>
    	<key>JBL_Cancel</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.20000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.10000000000000001</real>
    		<key>TotalDuration</key>
    		<real>0.29999999999999999</real>
    	</dict>
    	<key>RingerSwitchIndication</key>
    	<dict>
    		<key>Intensity</key>
    		<real>1</real>
    		<key>OffDuration</key>
    		<real>0.10000000000000001</real>
    		<key>OnDuration</key>
    		<real>0.29999999999999999</real>
    		<key>TotalDuration</key>
    		<real>0.40000000000000002</real>
    	</dict>
    </dict>
    </plist>
    Email will be the default 1 vibrate, calls will be a default long constant vibrate and SMS will be three short vibrates. Completely essential for me at least, maybe someone else will find it useful! Note though that it will only vibrate three times if the SMS app is NOT currently open.

    To install:
    • SSH to the following folder: /System/Library/PrivateFrameworks/Celestial.framework/
    • Make a backup of SystemSoundVibrationPatterns.plist
    • Copy the bbcode text above into notepad and save it as SystemSoundVibrationPatterns.plist, making sure there is no TXT extension (You can do this once you've uploaded it via SSH/FTP/Etc by just removing the .txt extension)
    • Restart your device!
    I did all you asked to enable 3 second alerts, but I only get 1 second alerts. What am I doing wrong? I did everything you said to the letter and nothing. Please help. Thanks.

    .
    Last edited by koolx; 05-12-2010 at 09:58 AM. Reason: Automerged Doublepost

  3. #23
    iPhone? More like MyPhone
    Join Date
    Jan 2008
    Posts
    139
    Thanks
    6
    Thanked 4 Times in 4 Posts

    Looks like 4.0 put this into a different place. I think it may have also changed the verbage.

    I have been trying to find it so I can try this on 4.0

    Havent found it yet.

  4. #24
    What's Jailbreak?
    Join Date
    May 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    recently upgraded from 3.1.3 to 4.0.1 after jailbreakme, now my old plist file does not work. anyone figure this out yet? i hate how short the vibrate is.

+ Reply
Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts