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 03-01-2009, 08:23 AM
What's Jailbreak?
 
Join Date: Sep 2008
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Vibrate when unlocking or locking iphone.

It is similar to the mod that makes the keyboard vibrate when keys are pressed, but this occurs when you lock or unlock the phone. I know someone has done this when the phone is not in silent mode, but I was wondering if someone can play around with the SystemSoundBehaviour.plist to make it work in silent mode. Similar to making keys vibrate in silent mode.

If anyone could make the SystemSoundBehaviour.plist so that the iphonevibrates on locking, I'd be really thankful.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 03-01-2009, 12:05 PM
BoneCrif's Avatar
iPhone? More like MyPhone
 
Join Date: Apr 2008
Device + Firmware: iPhone 2G + FW 3.0
Operating System: Windows Vista
Location: Utah
Posts: 111
Thanks: 7
Thanked 8 Times in 7 Posts

this should be pretty easy, however I haven't tried this. But I do have a copy of SystemSoundBehaviour.plist with me so I can make a guess...

Open SystemSoundBehaviour.plist with PropertyList Editor

Find:
Code:
	<key>ScreenLocked</key>
	<dict>
		<key>RingVibrateIgnore,SilentVibrateOff,RingerSwitchOff</key>
		<array/>
		<key>RingVibrateIgnore,SilentVibrateOn,RingerSwitchOff</key>
		<array/>
		<key>RingVibrateOff,SilentVibrateIgnore,RingerSwitchOn</key>
		<array>
			<string>Beep</string>
		</array>
		<key>RingVibrateOn,SilentVibrateIgnore,RingerSwitchOn</key>
		<array>
			<string>Beep</string>
		</array>
	</dict>
Replace with:
Code:
	<key>ScreenLocked</key>
	<dict>
		<key>RingVibrateIgnore,SilentVibrateOff,RingerSwitchOff</key>
		<array>
			<string>Vibrate</string>
		</array>
		<key>RingVibrateIgnore,SilentVibrateOn,RingerSwitchOff</key>
		<array>
			<string>Vibrate</string>
		</array>
		<key>RingVibrateOff,SilentVibrateIgnore,RingerSwitchOn</key>
		<array>
			<string>Beep</string>
		</array>
		<key>RingVibrateOn,SilentVibrateIgnore,RingerSwitchOn</key>
		<array>
			<string>Beep</string>
		</array>
	</dict>
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 03-01-2009, 01:52 PM
ceelo2008's Avatar
iPhone? More like MyPhone
 
Join Date: Jul 2007
Device + Firmware: iPhone 3G 2.2 Jailbroken
Operating System: Windows Vista
Location: New Jersey
Posts: 294
Thanks: 26
Thanked 31 Times in 26 Posts

Quote:
Originally Posted by BoneCrif View Post
this should be pretty easy, however I haven't tried this. But I do have a copy of SystemSoundBehaviour.plist with me so I can make a guess...

Open SystemSoundBehaviour.plist with PropertyList Editor

Find:
Code:
	<key>ScreenLocked</key>
	<dict>
		<key>RingVibrateIgnore,SilentVibrateOff,RingerSwitchOff</key>
		<array/>
		<key>RingVibrateIgnore,SilentVibrateOn,RingerSwitchOff</key>
		<array/>
		<key>RingVibrateOff,SilentVibrateIgnore,RingerSwitchOn</key>
		<array>
			<string>Beep</string>
		</array>
		<key>RingVibrateOn,SilentVibrateIgnore,RingerSwitchOn</key>
		<array>
			<string>Beep</string>
		</array>
	</dict>
Replace with:
Code:
	<key>ScreenLocked</key>
	<dict>
		<key>RingVibrateIgnore,SilentVibrateOff,RingerSwitchOff</key>
		<array>
			<string>Vibrate</string>
		</array>
		<key>RingVibrateIgnore,SilentVibrateOn,RingerSwitchOff</key>
		<array>
			<string>Vibrate</string>
		</array>
		<key>RingVibrateOff,SilentVibrateIgnore,RingerSwitchOn</key>
		<array>
			<string>Beep</string>
		</array>
		<key>RingVibrateOn,SilentVibrateIgnore,RingerSwitchOn</key>
		<array>
			<string>Beep</string>
		</array>
	</dict>

Has anyone tried this?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 03-02-2009, 10:21 AM
What's Jailbreak?
 
Join Date: Sep 2008
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post

I shall try this is about 45 minutes, but I have a feeling that I did exactly this and ended up losing vibration altogether.

Will update In 45 mins. Is propertylist editor an app on the mac? I am running leopard.

EDIT: It does work, thanks very much. Most appreciated

Last edited by filberto; 03-02-2009 at 10:59 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 03-04-2009, 12:26 PM
What's Jailbreak?
 
Join Date: Sep 2007
Location: Alaska
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to irajames1176 Send a message via MSN to irajames1176 Send a message via Yahoo to irajames1176

or you can make it a lot easier and just add this to your repo

*************/cydia/

and search for haptic
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 03-05-2009, 11:52 PM
Green Apple
 
Join Date: Oct 2007
Posts: 66
Thanks: 2
Thanked 4 Times in 4 Posts

where is that file located at, thanks

Edit: found it /System/Library/PrivateFrameworks/Celestial.framework/

Last edited by irich25; 03-05-2009 at 11:59 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 03-16-2009, 10:22 AM
What's Jailbreak?
 
Join Date: Feb 2009
Device + Firmware: iPhone 3G 3.0
Operating System: Windows Vista
Posts: 16
Thanks: 6
Thanked 0 Times in 0 Posts

i tried this and it didnt do anything...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 03-16-2009, 09:39 PM
BoneCrif's Avatar
iPhone? More like MyPhone
 
Join Date: Apr 2008
Device + Firmware: iPhone 2G + FW 3.0
Operating System: Windows Vista
Location: Utah
Posts: 111
Thanks: 7
Thanked 8 Times in 7 Posts

Quote:
Originally Posted by mikeoxlong View Post
i tried this and it didnt do anything...
Did you Respring your iPhone after transfering the file back?
it could be that it doesn't work with the 3g... not sure
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

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 10:59 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