REQ: Program that rotates display 90 degrees counter-clockwise when ran - Windows Mobile Development and Hacking General

Hello,
I'm having a lot of trouble finding a program that will allow me to rotate the screen on my WM6 Standard device.
I know that the settings are all in the registry, but I do not have a development environment on hand.
I'd like to request the following program:
1) Main function is to rotate the screen.
2) No main interface needed each rotation can be set by a command line (rotate.exe /[0,90,180,270])
3) Running rotate.exe would take the current orientation and adjust it +90 degrees counter clockwise.
I think the program would be invaluable and pretty easy to write.
Any help or suggestion is appreciated.
Thanks,
Matt
[SOLUTION]
schaps said:
You can use my RotateScreen app, use it in this way:
RotateScreen without argument will toggle between landscape and portait mode
or
RotateScreen left
RotateScreen right
RotateScreen angle (0/90/180/270)
download
Click to expand...
Click to collapse

Try this one, it works for my Vox!

frauhottelmann said:
Try this one, it works for my Vox!
Click to expand...
Click to collapse
Command line parameters possible?
wfg
Starbase64

Ups sorry no idea. Each time you execute it it will rotate the screen 90° ccw and then it exits, so it doesn't eat up any memory. I found somewhere on the forum here or over at MoDaCo.

Cant the HTC Home rotate function be reconfigured to rotate ccw? There should be a reg hack somwhere.

Schap's RotateScreen
You can use my RotateScreen app, use it in this way:
RotateScreen without argument will toggle between landscape and portait mode
or
RotateScreen left
RotateScreen right
RotateScreen angle (0/90/180/270)

I had tried that Modaco program. I couldn't figure out where it put the exe
schaps said:
You can use my RotateScreen app, use it in this way:
RotateScreen without argument will toggle between landscape and portait mode
or
RotateScreen left
RotateScreen right
RotateScreen angle (0/90/180/270)
Click to expand...
Click to collapse
Thank you Schap!

How do you control which direction it rotates? Mine rotates the screen left. I want to control my dpad with my left hand.

try mort buttons. you can define in what programs you need to rotate the screen

It doesn't matter where you put it!

frauhottelmann said:
It doesn't matter where you put it!
Click to expand...
Click to collapse
if i had a nickel for every time i heard that

bigflavor said:
if i had a nickel for every time i heard that
Click to expand...
Click to collapse
Then youd have two nickles

schaps said:
You can use my RotateScreen app, use it in this way:
RotateScreen without argument will toggle between landscape and portait mode
or
RotateScreen left
RotateScreen right
RotateScreen angle (0/90/180/270)
Click to expand...
Click to collapse
Here's Schap's great little tool in cab format. I've configured it such that it places a shortcut in \Programs\Accessories\ folder. Please install to your memory's device.

Moe5508 said:
Here's Schap's great little tool in cab format. I've configured it such that it places a shortcut in \Programs\Accessories\ folder. Please install to your memory's device.
Click to expand...
Click to collapse
Can you control which direction it rotates?

I would also like to control the direction. It seems my link in HTC Home rotates the wrong way and so does this program...

Vukile said:
How do you control which direction it rotates? Mine rotates the screen left. I want to control my dpad with my left hand.
Click to expand...
Click to collapse
Try Battery Status(last version), its task manager allows you to rotate the screen to left, so you can use the ppc with left hand...
I had the same problem, solved with battery status..

You can also set a morfscript shortcut, so that it asks you if you want rotate your screen before starting an app...
For example I set it to run before TomTom starts, so I can decide if the screen has to rotate or not (to the left )...
Ask me for more informations..

Yeah I ended up writing my own rotate script.
Then I set up another to ask when i open TCPMP.
It's MortsScript.

All I need is a program that will switch between portrait and landscape modes by single click only I need the landscape mode to be reversed. I know there's a good number of people out there that are looking for this solution for their Moguls and any other devices that the keyboard slides out to the right, so its kind of retarded for the screen to rotate the opposite way.

Install MortScript and use the attached script. Or create the file yourself...
Code:
If (Screen( "landscape" ))
Rotate(0)
Else
Rotate(90)
EndIf

Related

rotate screen so joystick is on top

anyone know the registry key for this so i can rotate it so my joystick is on top of the athena instead of bottom left ... its annoying for me to use in one hand...
i know its a reg setting somehwere...
yes there is a program, i will try to fine it and get back either way
boinger66 said:
anyone know the registry key for this so i can rotate it so my joystick is on top of the athena instead of bottom left ... its annoying for me to use in one hand...
i know its a reg setting somehwere...
Click to expand...
Click to collapse
I am not sure, but Schab's configuration tools (package) contains tool to rotate screen seqentialy in all 4 directions. i have it on my X7500.http://forum.xda-developers.com/showthread.php?t=317070
Edit: Yest there is such a tool in the package.
There's an icon in HTC HomePlug on the X7501 to do this... Is this lacking in the WM5 ROM on the X7500?
not to fear boinger66 I is here.... so i could not fine the program but i did find this:
HKEY_LOCAL_MACHINE\System\GDI\ROTATION]
Change the Value of "Angle" to the
dword:00000000 or dword:00000360 -> Portrait Mode
dword:00000090 -> Landscape(Right-Handed)
dword:00000180 -> Portrait Up-side Down
dword:00000270 -> Landscape (Left-Handed)
irus said:
not to fear boinger66 I is here.... so i could not fine the program but i did find this:
HKEY_LOCAL_MACHINE\System\GDI\ROTATION]
Change the Value of "Angle" to the
dword:00000000 or dword:00000360 -> Portrait Mode
dword:00000090 -> Landscape(Right-Handed)
dword:00000180 -> Portrait Up-side Down
dword:00000270 -> Landscape (Left-Handed)
Click to expand...
Click to collapse
didnt work for me... i set it to 270 and it still rotates the same way
Hi Boringer66,
Another program that does this is pBar. This neat little utility is also a task manager, comm manager, launcher, and battery meter. It's free too. Google xda pBar,and you are it right away.
Regards.
Edit: sorry,this may not suit you. It rotate three ways only. Not four.
hmm darn ok thanks ...
im using schabs right now
i kinda just wanted a quick reg hack like the rotate on the tray app would be awesome

Enable Windows STD Screen Rotation

Not sure where to post this so I created a thread.
Forgive me if this is not correct.
Playing wiht the registry I found the key HLM->System->GDI->Rotation which has a HideOrientationUI attribute. Set it to 0 and the standard screen rotation option will appear in the control panel
great find !!!
thats great news findinf that..is it possible to set soft key to rotate when required ?
thanks again for that !!
chiccusmaximus said:
Not sure where to post this so I created a thread.
Forgive me if this is not correct.
Playing wiht the registry I found the key HLM->System->GDI->Rotation which has a HideOrientationUI attribute. Set it to 0 and the standard screen rotation option will appear in the control panel
Click to expand...
Click to collapse
So now hd can autamaticly rotate screen in windows view ? (like omnia ?)
Nice find! Thanks.
maziboss said:
So now hd can autamaticly rotate screen in windows view ? (like omnia ?)
Click to expand...
Click to collapse
It gives you an extra option in Control Panel that lets you select if the display is Landscape or Portrait.
maziboss said:
So now hd can autamaticly rotate screen in windows view ? (like omnia ?)
Click to expand...
Click to collapse
You can use Gyrator or GSen to do that
Yes, this is not automatic it just re-enable the standard screen panel to manually select orientation.
apd said:
You can use Gyrator or GSen to do that
Click to expand...
Click to collapse
please advise, how, would love to be able to work on documents etc in landscape (auto switch) mode if possible.
Peter.
As apd said for the automatic rotation you can use Gyrator or GSen. Otherwise with this you can start your app and then manually rotate the screen from the control panel.
just tried this and it says "access denied" when i edit the value data and change the 1 to 0
am i missing something?
Steve
used resco regedit ... works!
wow. This is really nice. Thanks! now I don't need the gyrator!
I can find nothing new after manipulating the registry.
Where can i exactly find the option in control panel?
In the Screen menu. If you still can't see the option, try a soft reset.
excellent find. thnx for sharing!
any program to change that or a cab file ??
thanks
Ill try this on the diamond to see if it works.
I wish I could try it with the demo phone @ the store (touch HD) before buying it.
I tried the registry edit on the demo Touch HD at the store.
The problem is that it keeps reverting back to portrait mode after accessing the phone menu.
So it will remain perfectly in landscape mode till I try to enter a phone number.
The phone menu is vertical, then it remains vertical.
Any info?
thanks.
Steve_HD said:
just tried this and it says "access denied" when i edit the value data and change the 1 to 0
am i missing something?
Steve
Click to expand...
Click to collapse
Try this http://www.all-at-hand.com/softwaresmspc.php?id=64
htc rotation screen
hi wher i can finde soft for rotation screen for htc hd like nokia n95 black edition hav ???
Windows STD

[APP] Simplest working workaround for Landscape TF3D

Inspired by http://forum.xda-developers.com/showthread.php?t=471295
Instruction:
Make sure that that TF3D installed and works like it should in portrait mode
Get latest MortScript from here. Tested with latest beta (preferable).
Install MortScript on your X1
Unzip attached script and put in your \Windows\StartUp (or localized name) folder on your X1
Softreset (or run script manually)
Report
The basic idea is VERY simple - just prevent screen rotation while TF3D is active and allow landscape for any other apps.
Script dynamically switches between landscape and portrait modes if keyboard is unfolded and device is switched from TF3D to “normal” app or vice versa.
If you are using standalone SPb Mobile Shell (not as a panel) this script prevent show "SPb Now screen" on wakeup if TF3D is onscreen.
Now with real prevention of landscape for TF3D.
Drawback - camera button remapped to right softkey while TF3D is on screen. Looking for solution.
Version History:
v1.0
+ Initial Version
v1.1
+ Added ability to autodisable "SPb Now on wakeup" while TF3D on screen
v1.3
+ Real prevention of landscape for TF3D. Camera button not functional while TF3D is on screen.
v1.4
+ While TF3D is on screen right softkey button works as camera button
+ If TF3D isn't on screen right softkey buttion works as right softkey (hardcoded)
Please include in report TF3D version (source) and type of TF3D use (Today/Panel).
I like simple and effective solutions, kudos
MapleDouglas said:
I like simple and effective solutions, kudos
Click to expand...
Click to collapse
OK, so test it.
And don't forget to report.
Just developed new script for people who use SPb Mobile Shell not as a panel.
I’m personally prefer use SPb Mobile Shell in that way because I like fullscreen look and feel of Mobile Shell (and Mobile Shell Panel doesn’t support Russian).
This script include functionality of TF3D landscape workaround plus prevent SPb “Now Screen” to be shown in case that TF3D active.
If you don’t have SPb Mobile Shell you can use this script as well, it will function only as TF3D landscape workaround in that case.
Installation instruction in first post.
Just tried it. It works. When the phone switch to landscape mode when you slide out the keyboard, it switches it back to portrait mode.
Although i really wished that this script stops TF3d to switch to landscape mode entirely. so we dont see that ugly ass half pixelated screen at all
rotsu said:
Just tried it. It works. When the phone switch to landscape mode when you slide out the keyboard, it switches it back to portrait mode.
Although i really wished that this script stops TF3d to switch to landscape mode entirely. so we dont see that ugly ass half pixelated screen at all
Click to expand...
Click to collapse
It's just my first mobile script.
I'll try to find out is total prevention possible becase I don't like ugly screen on nice device too.
But anyway it's better to have ugly screen for 1-2 seconds than ugly screen all the time.
Just developed new solution with real prevention of landscape for TF3D.
Drawback that camera button not works while TF3D on screen. Looking for solution.
New version in first post.
1.3 works fine, camera has no issues.
using Itje 2.2 tf3d as today plug In
1.3 works, but it disabled the camera button as stated
Using UK generic ROM, tf3d as panel. fix it fix fix fix fix!
Thanks btw!
fards said:
1.3 works fine, camera has no issues.
using Itje 2.2 tf3d as today plug In
Click to expand...
Click to collapse
Just wondering how you got yours to work? I have the same ROM as yours, but nothing works on my phone...won't go into portrait mode at all
DoubleVision19 said:
Just wondering how you got yours to work? I have the same ROM as yours, but nothing works on my phone...won't go into portrait mode at all
Click to expand...
Click to collapse
did you follow the instructions exactly? do you get any error messages?
i originally used the version of this with the spb fix in it (for no reason than I could) then replaced the 1.3 file. Can't see how that would make any difference.
I am using the b10 of mortscript btw, but don't think that makes any difference.
Karlson nice script, I might try some different plugins, if I can get the old BIG VGA home plugin working from the x7500 that would look great in landscape. I've never been that impressed by this action screen..
Think about it I might just try some of my old Rltoday screens.
Very nice fix
my TF3D screen doesn't rotate anymore Thank you
DoubleVision19 said:
Just wondering how you got yours to work? I have the same ROM as yours, but nothing works on my phone...won't go into portrait mode at all
Click to expand...
Click to collapse
Which version of TF3D and MortScript?
fards said:
did you follow the instructions exactly? do you get any error messages?
i originally used the version of this with the spb fix in it (for no reason than I could) then replaced the 1.3 file. Can't see how that would make any difference.
I am using the b10 of mortscript btw, but don't think that makes any difference.
Karlson nice script, I might try some different plugins, if I can get the old BIG VGA home plugin working from the x7500 that would look great in landscape. I've never been that impressed by this action screen..
Think about it I might just try some of my old Rltoday screens.
Click to expand...
Click to collapse
Share your ideas - I can make more scripts for any automation.
Just published new version.
Camera button remaped to right softkey.
If TF3D isn't active right softkey works as default (hardcoded).
Please post any suggestion especially if you need different right softkey functionality.
Karlson2k said:
Just published new version.
Camera button remaped to right softkey.
If TF3D isn't active right softkey works as default (hardcoded).
Please post any suggestion especially if you need different right softkey functionality.
Click to expand...
Click to collapse
Well, it would be nice if you could wrap a small UI around your app. Perhaps a landscape disable "toggle" and right softkey remap toggle as well? I'm going to try it again, see what it does now.
Karlson2k said:
Which version of TF3D and MortScript?
Click to expand...
Click to collapse
for TF3D, I have Version 3.0 (Build 32076) <-- This one came with itje's Touch-IT Xperience ROM v.2.2
for MortScript, I'm using the latest one from the link you provided
using V1.4 looks better
just a little problem though, when i slide out my keyboard it kick back to portrait then came back to landscape --> improvement, it stay in landscape, last try it will always kick back to portrait.
when i slide in, it close the cmEXlandscape perfectly
GREAT JOB!
THANKS!!
Cheers
Has anyone tried this with TF3D as a panel?
Also, what happens when I slide open the keyboard, does it rotate back to portrait or does it show the tabs, but as shortcuts on the screen?
Karlson2k said:
Please post any suggestion especially if you need different right softkey functionality.
Click to expand...
Click to collapse
Simply irresistible offer
I'd realy like to use my right softkey to start recording voice notes (single press to star recording, not "record while holding")

auto rotate not working in apps and startmenu?

has anyone experienced this...?
autorotation works in some apps like: music and phototab, messaging, opera....
but like the start menu NOT! and also apps like Resco file explorer...
is this possible? to make rotation work in all apps???
Apps rotation
Good point
It should be.
There is a white list that lists which apps auto rotate.
Never used it, but I might need to for this one.
kurniawan77 said:
has anyone experienced this...?
rotation works in some apps like: music and phototab, messaging, opera....
but like the start menu NOT! and also apps like Resco file explorer...
is this possible? to make rotation work in all apps???
Click to expand...
Click to collapse
You might want to look at Gyrator.
You "just" have to add application entries in the registry. Their was a tool that do it for olders phones (Diamond2, etc.). G-Config was its name. The problem is the app using the "stylet entered" event.... That, obviously, cannot be used by our HD2... Maybe the author may change things to work with HD2
alright... i thought i have read it somewhere about the whitelist... but i just can't find it.
One of u knows the .exe for startmenu? to start with...
The sensor whitelist exists on registry keys HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\WhiteList for Window classes or HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\ModuleName for program names.
For instance, sensor can be enabled in the Start Menu (default/honeycomb one) and S2U2 with the following:
Code:
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\WhiteList]
"Start"="MSSTARTMENU"
"S2U2"="S2U2"
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\ModuleName]
"S2U2"="\Program Files\S2U2\s2u2.exe"
Hopefully, Gyrator will work without stylus one day.
Hopefully, Gyrator will work without stylus one day.
Click to expand...
Click to collapse
Gyrator works on HD2 as long as you know the Windows Class Names of apps. Some are given on the website of Gyrator.
Yunabeco said:
Hopefully, Gyrator will work without stylus one day.
Click to expand...
Click to collapse
bartveld said:
Gyrator works on HD2 as long as you know the Windows Class Names of apps. Some are given on the website of Gyrator.
Click to expand...
Click to collapse
He was referring to the fact that you used to be able to "teach" Gyrator a new class/window name by running the app in question and removing the stylus. This prompted Gyrator to get said info from the topmost application. Was a very nice feature. I don't know if there's any spy type applications for windows mobile, but you need one if you don't know this info.
Yes, that particular function was what I was referring to. As for finding out window class names, I'm using Dotfred's Task Manager, which has a tab showing window class names, although it involves looking in a long list instead of just pressing a button while in the window.
EDIT: Correcting my mistake quickly: Tap-holding a process name, tapping Details and choosing the Windows tab shows the windows opened by that particular process. Why I didn't find that out before is beyond me.
alright... tried a few things but no go
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\WhiteList]
Name: Start
String: MSSTARTMENU (Didn't find MSSTARTMENU in HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai either.....
and tried
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\ModuleName]
Name: RescoExplorer
String: \Program Files\Resco Explorer\Explorer.exe
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\WhiteList]
Name: RescoExplorer
String: RescoExplorer
But still no go!!
I don't know if this is me just being stupid or just the program.
I have the navipanel activated on my HD2 and can access copilot etc in landscape.
however when I select the dial feature the phone app comes up but it is still in portrait mode.
I installed Gyrator and the phone app does now rotate whenever I turn the phone to landscape or portrait.
But when I call the phone app up while the phone is in landscape it still opens it in portrait.
What I would like to know is is there any way of calling the phone app up and for it to immediately appear in landscape format?
Would using the rotatescreen.exe file be more useful for me?
I hope that makes sense and appreciate any advice you may have.
Paul.
Yunabeco said:
The sensor whitelist exists on registry keys HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\WhiteList for Window classes or HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\ModuleName for program names.
For instance, sensor can be enabled in the Start Menu (default/honeycomb one) and S2U2 with the following:
Code:
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\WhiteList]
"Start"="MSSTARTMENU"
"S2U2"="S2U2"
[HKEY_CURRENT_USER\Software\HTC\HTCSENSOR\GSensor\ModuleName]
"S2U2"="\Program Files\S2U2\s2u2.exe"
Hopefully, Gyrator will work without stylus one day.
Click to expand...
Click to collapse
excellent! Thanks that works. Btw, what would be teh modulename and whitelist name for the messaging (SMS/MMS)? I'm assuming for the modulename is TMAIL? What about for whitelist name? THanks again
Works for me too!
Shame there is no nice rotating animation like in photo veiwer but at least it works!
Cheers!
I'm using Zensor2 for auto rotating. Works well for me.
this app is amazing, thanks for the tip!!!
only thing I'm still wondering is how to disable the auto-rotation for the WM6.5 lock screen. I've been googling to find out the window class name but have been unable to find it, and I cant run dotfred task manager once the device is locked- anybody else that might know how to prevent the lock screen from rotating??
thanks a lot in advance!
I upgraded to the HD2 this week from a Tytn 2 and use my phone in my car usually for the sat nav and have the phone set sideways in the holder to give me widescreen.
However, whenever I needed to use the phone on the HD2 the dialer screen would always appear in portrait and so I have had to learn to dial with my head tilted to the side!!!
After posting about my problems with getting the phone app to rotate I did a bit of detective work and think I have fixedd it.
I added the following registry key to whitelist in the GSensor bit of the registry.
Name Data
Phone \Windows\cprog.exe
After a restart voila, the phone dialer will now open up in landscape.
I hope this is helpful to others who want to use the phone in landscape.
Paul
How well does zensor2 work here, and does it autostart with the phone? It is possible to set up exceptions in zensor2?
hi, nice to see that im not the only one expirience problems with it. i switch back to use 'changescreen' app to turn the screen. i used it bevore on athena and it has some real nice options.
its working well on hd2 so i keep it.
regards mad
firstandlast said:
I upgraded to the HD2 this week from a Tytn 2 and use my phone in my car usually for the sat nav and have the phone set sideways in the holder to give me widescreen.
However, whenever I needed to use the phone on the HD2 the dialer screen would always appear in portrait and so I have had to learn to dial with my head tilted to the side!!!
After posting about my problems with getting the phone app to rotate I did a bit of detective work and think I have fixedd it.
I added the following registry key to whitelist in the GSensor bit of the registry.
Name Data
Phone /Windows/cprog.exe
After a restart voila, the phone dialer will now open up in landscape.
I hope this is helpful to others who want to use the phone in landscape.
Paul
Click to expand...
Click to collapse
Thanks! It's helped me!!
firstandlast said:
I upgraded to the HD2 this week from a Tytn 2 and use my phone in my car usually for the sat nav and have the phone set sideways in the holder to give me widescreen.
However, whenever I needed to use the phone on the HD2 the dialer screen would always appear in portrait and so I have had to learn to dial with my head tilted to the side!!!
After posting about my problems with getting the phone app to rotate I did a bit of detective work and think I have fixedd it.
I added the following registry key to whitelist in the GSensor bit of the registry.
Name Data
Phone \Windows\cprog.exe
After a restart voila, the phone dialer will now open up in landscape.
I hope this is helpful to others who want to use the phone in landscape.
Paul
Click to expand...
Click to collapse
I have done this, and it works great... except for when opening the phone app whilst in the Navi Panel.
When the Navi Panel is in Portrait, and you access the phone, it starts in Portrait, but allows you to rotate to landscape. However, when you use Navi Panel in landscape, and access the phone, the phone screen opens in Portrait and does not rotate! I'm sure there is a logical reason, but i'm afraid i'm not that clever...

HD2-pocket informant screen rotate

I did a search but couldn't find one that works.
Is there a way so Pocket Informant 9 picks up when I rotate the screen so the 30-day calender displays ALOT more useable info? I'm hoping not to set a button to auto rotate the screen like a post I saw, more like a reg hack to make the 30-day calender load into landscape mode.
starstreak said:
I did a search but couldn't find one that works.
Is there a way so Pocket Informant 9 picks up when I rotate the screen so the 30-day calender displays ALOT more useable info? I'm hoping not to set a button to auto rotate the screen like a post I saw, more like a reg hack to make the 30-day calender load into landscape mode.
Click to expand...
Click to collapse
Using BsB Tweaks you can very easily add applications to the list of rotating apps. Yes, you can add the registry values yourself, but you need to know the exe and class names. It's just easier to run BsB Tweaks and shake it!
Hope this helps
johncmolyneux said:
Using BsB Tweaks you can very easily add applications to the list of rotating apps. Yes, you can add the registry values yourself, but you need to know the exe and class names. It's just easier to run BsB Tweaks and shake it!
Hope this helps
Click to expand...
Click to collapse
So with this program, I don't need to press a button or anything? Just rotate my hd2 and it'll go into landscape?
starstreak said:
So with this program, I don't need to press a button or anything? Just rotate my hd2 and it'll go into landscape?
Click to expand...
Click to collapse
Once you've set it up to do this, yes. It will only rotate 90 degrees anti-clockwise though. Not clockwise, and not upside-down.
http://forum.xda-developers.com/showthread.php?t=589305&highlight=bsb+tweaks
johncmolyneux said:
Once you've set it up to do this, yes. It will only rotate 90 degrees anti-clockwise though. Not clockwise, and not upside-down.
http://forum.xda-developers.com/showthread.php?t=589305&highlight=bsb+tweaks
Click to expand...
Click to collapse
is there a way to find out the class of pocket informant if im not using bsb tweaks?
Try autorotate 1.2.cab

Categories

Resources