-
08-22-2009, 08:31 PM #1
Disable Screen Rotation in SMS Only
Do any of you know of a way to disable the screen rotation (landscape mode) in just the SMS app? I have heard of the SBSettings toggle to disable all rotation, but I use rotation in everything BUT the SMS app. I am sure a lot of people wonder why I would want to do such a thing, I mean what else was 3.0 for! I guess I grew accustomed to the portrait mode pre-3.0 and find it easier to type in portrait and it makes for lousy typing when you are laying down. Thank you.
-
08-22-2009, 11:32 PM #2iPhone? More like MyPhone
- Join Date
- May 2008
- Location
- Dallas
- Posts
- 136
- Thanks
- 8
- Thanked 21 Times in 20 Posts
haha, i actually did this same thing. your gunna want to download rotationinhibitor from cydia, it is a sbsettings addon, and then your gunna want to SSH into your phone /Library/MobileSubstrate/DynamicLibraries/RotationInhibitor.plist
and change the this part of the plist:
{
Filter = {
Bundles = (
"com.apple.springboard",
);
};
}
to this:
{
Filter = {
Bundles = (
"com.apple.MobileSMS",
);
};
}
-
08-23-2009, 04:05 PM #3
Thanks for the reply R
remz08! Now I just have to find the rotator inhibitor. I guess the only repo is ispazio. Do you have any idea how to get if a repo is down?
-
08-23-2009, 08:29 PM #4iPhone? More like MyPhone
- Join Date
- May 2008
- Location
- Dallas
- Posts
- 136
- Thanks
- 8
- Thanked 21 Times in 20 Posts
I can just attach it for you, and mine already has the SMS plist change
drop it in /Library/MobileSubstrate/DynamicLibraries
-
08-24-2009, 10:33 AM #5
Say I wanted only cover flow to not rotate, is there a way I can edit the plist to make that happen?
-
08-24-2009, 08:40 PM #6iPhone? More like MyPhone
- Join Date
- May 2008
- Location
- Dallas
- Posts
- 136
- Thanks
- 8
- Thanked 21 Times in 20 Posts
I'm sure there is, maybe add com.apple.mobileipod
like this maybe
{
Filter = {
Bundles = (
"com.apple.MobileSMS","com.apple.mobileipod"
);
};
}
-
The Following User Says Thank You to remz08 For This Useful Post:
Silent Mike (08-25-2009)
-
08-25-2009, 09:15 AM #7
-
08-25-2009, 08:15 PM #8iPhone? More like MyPhone
- Join Date
- May 2008
- Location
- Dallas
- Posts
- 136
- Thanks
- 8
- Thanked 21 Times in 20 Posts
they're already attached in post 4. you put them in /Library/MobileSubstrate/DynamicLibraries if you want it to effect the whole phone change com.apple.mobileSMS to com.apple.UIKit
-
08-25-2009, 09:20 PM #9
-
08-30-2009, 05:02 PM #10iPhone? More like MyPhone
- Join Date
- Jun 2009
- Location
- That one place
- Posts
- 143
- Thanks
- 55
- Thanked 8 Times in 8 Posts
Is there anyway to keep it in landscape mode though instead of portrait?
-
08-30-2009, 07:08 PM #11iPhone? More like MyPhone
- Join Date
- May 2008
- Location
- Dallas
- Posts
- 136
- Thanks
- 8
- Thanked 21 Times in 20 Posts
To keep it in landscape you have to make it open in landscape using the
<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationLandscapeRight</string>
-
The Following User Says Thank You to remz08 For This Useful Post:
fuzi0n (09-15-2009)
-
09-15-2009, 03:32 AM #12
brilliant. been trying to find a way to do this for months.
thanks
-
02-02-2010, 07:47 AM #13
i got this to work on SMS and mail no problem (the only things i want to turn rotate off on)... but now im trying to add facebook as well. anyone know how??

-
02-03-2010, 09:35 PM #14
anyone?




LinkBack URL
About LinkBacks
Reply With Quote


