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 > iPhone Modding > File Mods
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 04-25-2009, 07:28 AM
What's Jailbreak?
 
Join Date: Apr 2009
Device + Firmware: 2.2.1 (5H11)
Operating System: Windows XP SP3
Location: South-West England
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post
Vibration Pulse Patterns

I've discovered through editing the .plist files how to make the vibrations for my text messages stronger, but I was wondering if anyone knew how I could add some rhythm to them.

Basically I have the 24-CTU tone set for received SMS messages and I'd like to have a vibration which sort of goes along with it....


Eg: (where # = phone vibrating)

####--####--##--########
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 04-26-2009, 06:22 AM
iPhone? More like MyPhone
 
Join Date: Dec 2007
Posts: 137
Thanks: 0
Thanked 22 Times in 18 Posts

Not sure about that, but how did you increase the vibration intensity?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 04-27-2009, 11:11 AM
What's Jailbreak?
 
Join Date: Apr 2009
Device + Firmware: 2.2.1 (5H11)
Operating System: Windows XP SP3
Location: South-West England
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post

Followed this guide:

iClarified - iPhone - How to Make iPhone SMS Alert Vibrate Longer Using Windows

Update: Nevermind, after a long time spent experimenting I finally cracked it... not rhythmic per se, but three distinct vibrations.

Last edited by onthemightofprinces; 04-27-2009 at 12:43 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 04-28-2009, 06:19 AM
iPhone? More like MyPhone
 
Join Date: Dec 2007
Posts: 137
Thanks: 0
Thanked 22 Times in 18 Posts

Quote:
Originally Posted by onthemightofprinces View Post
Followed this guide:

iClarified - iPhone - How to Make iPhone SMS Alert Vibrate Longer Using Windows

Update: Nevermind, after a long time spent experimenting I finally cracked it... not rhythmic per se, but three distinct vibrations.
Oh, but that's only about the duration of the vibration signal, right? Did you modify the intensity with that? And how did you eventually get to three vibrations?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 04-28-2009, 07:04 AM
What's Jailbreak?
 
Join Date: Apr 2009
Device + Firmware: 2.2.1 (5H11)
Operating System: Windows XP SP3
Location: South-West England
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post

Okay, so this has been tested on the 2.2.1 firmware for iPhone

navigate to /System/Library/PrivateFrameworks/Celestial.framework

- Download the file entitled "SystemSoundVibrationPatterns.plist" (might be worth backing up the file first, just in case something goes wrong)

- Convert the .plist file you just downloaded from binary to xml (I used this website: Binary — XML .plist converter - iAppCat)

- Open up the converted file in Word Pad

- After the closing "dict" tag for 'ConnectedToPower' paste in the following information

Quote:
<key>SMSReceived_Alert</key>
<dict>
<key>Intensity</key>
<real>1</real>
<key>OffDuration</key>
<real>0.40000000000000001</real>
<key>OnDuration</key>
<real>0.70000000000000002</real>
<key>TotalDuration</key>
<real>4.5</real>
</dict>
- Save the changes, use the converter to change the file back to binary. Some converters change the filename, so make sure it's the same as the one you downloaded. Upload the file and reboot your iPhone.

- Wait for someone to text you

------------------------------------------

In the section which you just pasted in, you can change the following to design your own vibration pattern.

OnDuration --> Denotes the length of *each* vibration. Only change the first two digits (one either side of the decimal point), make sure to leave the trailing numbers.

OffDuration --> Denotes the length of dormant time between *each* vibration. Same as above, only change first two digits. For longer gaps increase the number.

TotalDuration --> This will decide how many vibrations your phone lets off when receiving an SMS Message. I'm not entirely sure how it works, but increasing the number results in more loops of the on/off sequence. The above code to paste will give you three vibrations of just just under a second with a 1/2 second gap between them.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to onthemightofprinces For This Useful Post:
mr.sparky (04-29-2009)
  #6  
Old 04-29-2009, 01:09 AM
iPhone? More like MyPhone
 
Join Date: Dec 2007
Posts: 114
Thanks: 0
Thanked 4 Times in 4 Posts

Quote:
Originally Posted by onthemightofprinces View Post
Okay, so this has been tested on the 2.2.1 firmware for iPhone

navigate to /System/Library/PrivateFrameworks/Celestial.framework

- Download the file entitled "SystemSoundVibrationPatterns.plist" (might be worth backing up the file first, just in case something goes wrong)

- Convert the .plist file you just downloaded from binary to xml (I used this website: Binary &mdash; XML .plist converter - iAppCat)

- Open up the converted file in Word Pad

- After the closing "dict" tag for 'ConnectedToPower' paste in the following information



- Save the changes, use the converter to change the file back to binary. Some converters change the filename, so make sure it's the same as the one you downloaded. Upload the file and reboot your iPhone.

- Wait for someone to text you

------------------------------------------

In the section which you just pasted in, you can change the following to design your own vibration pattern.

OnDuration --> Denotes the length of *each* vibration. Only change the first two digits (one either side of the decimal point), make sure to leave the trailing numbers.

OffDuration --> Denotes the length of dormant time between *each* vibration. Same as above, only change first two digits. For longer gaps increase the number.

TotalDuration --> This will decide how many vibrations your phone lets off when receiving an SMS Message. I'm not entirely sure how it works, but increasing the number results in more loops of the on/off sequence. The above code to paste will give you three vibrations of just just under a second with a 1/2 second gap between them.

Thnx for that...looks pretty simple to do...but it would be really awesome if some1 could just make an app which does the same thing...something like.. the app lets the user choose which vibration to change(sms/call/etc)..set the OnDuration / OffDuration/ TotalDuration.... user is allowed to set the values for only the first 2 digits... save...respring/reboot and u have a new vibrate alert set.

@Devs -- Could some1 do this?
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 > iPhone Modding > File Mods

Tags
iphone, pulse, rhythm, vibration

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



Go to Top
ModMyI

All times are GMT -6. The time now is 08:10 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