Quote:
Originally Posted by muffpirate
How do I install this plist in my theme folder? And what do I name it?
|
Put the text I bbcoded as per the OP into a text file called
SystemSoundVibrationPatterns.plist, making sure there's no .txt or any other extension on the end of it. Then, you need to SSH to the following folder:
Code:
/System/Library/PrivateFrameworks/Celestial.framework/
Back up your existing one for obvious reasons, drop the new one in there and restart the phone (Respringing may work, don't know) and it should work just fine.
Quote:
Originally Posted by billinaz
Can you send me that plist?
|
Just take this out and it's the file that's included as default:
Code:
<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>
That's
all I added to it.
I've had dodgy status bar exits myself, but that's when using Monochrome Agua over Monochrome instead of just Agua on its' own. Don't know how to fix it, it's out of my scope.