rotation faker => is it possible - HTC ChaCha

since some apps on the chacha have wrong rotation for some reason (e.g. peak.ar unfortunately switches the rotation modes) i wonder if it is possible to create a program that just fakes the rotation portrait/landscape for some programs.

the is.
https://play.google.com/store/apps/details?id=com.devasque.rotationlocker

luke.arran said:
the is.
https://play.google.com/store/apps/details?id=com.devasque.rotationlocker
Click to expand...
Click to collapse
What exactly does this do? This didn't have to seem any effect on anything.
All my programs that had wrong orientation did the same like usual.

Flexmaen said:
What exactly does this do? This didn't have to seem any effect on anything.
All my programs that had wrong orientation did the same like usual.
Click to expand...
Click to collapse
Run it and select the type of orientation you want your programs to run in. Landscape is for the ChaCha display.

Alex C. said:
Run it and select the type of orientation you want your programs to run in. Landscape is for the ChaCha display.
Click to expand...
Click to collapse
Nope, doesn't work. Landscape detection of programs is wrong as usual.
For example: Peak.ar is wrong and pictures taken with Pro Paint Camera are also rotated 90° wrong.
Whatever this program does it must be for something else.

Worked for me on previous versions of CM9, where the dialer would show up in portrait mode, so it might be something else that's hindering peak.ar. You could email the rotation locker dev asking him about this.

Ok this makes most programs opening in Landscape mode - however they still will "think" that they are in the wrong mode.
What really helps here is only something that fakes the values of the rotation sensor the other way round.

Related

Auto rotate to the left AND right

as of now, auto rotate for the JF updates and the droidsans app only allow us to rotate to the left.
is it at all possible to make it so the phone can be rotated to the right as well for us left handers? the blackberry storm has this feature and i thought it was pretty cool but im not sure if the g1 can support it.
I'd like to see something like that, too. Mostly because the phone won't stand on the left side on its own, but it will on the right.
yup, i like this idea
I'd quite like a way to lock (a toggle) the rotation too if at all possible, possibly from the menu, or maybe by pressing the camera button.
Use? When using at an angle such as laying in bed and you really want landscape mode without having the keyboard open. Also when you lay the g1 flat on a desk it can switch to portrait by accident.
darkflare said:
yup, i like this idea
I'd quite like a way to lock (a toggle) the rotation too if at all possible, possibly from the menu, or maybe by pressing the camera button.
Use? When using at an angle such as laying in bed and you really want landscape mode without having the keyboard open. Also when you lay the g1 flat on a desk it can switch to portrait by accident.
Click to expand...
Click to collapse
that is an excellent suggestion!
erasedgod said:
I'd like to see something like that, too. Mostly because the phone won't stand on the left side on its own, but it will on the right.
Click to expand...
Click to collapse
lol thanks for pointing this out. what a pos
yeah this would be a nice adition, but what i would like more is a keyboard over ride that forces the screen to landscape mode when he keyboard is open.
i would LOVE to see this happining on the G1 it would awesome !
i would like JF to see this and say what he thinks, and if its possible to do it, please do it =D
IIRC this isn't possible. When they originally unlocked the auto rotate feature it was stated that the os only had coordinates for 0 and 90 degrees. They would have to make extensive edits to the source to add 180 and 270 degrees for orientation. I know, that's a bummer dude.
Well I just found an app that rotates both ways... It's a game called "Wordzor Lite"
I'm pretty sure this shows that it CAN work but i have no idea how hard it would be to incorporate it into the home screen and such...
left-handed people are evil!
golferguy17 said:
Well I just found an app that rotates both ways... It's a game called "Wordzor Lite"
I'm pretty sure this shows that it CAN work but i have no idea how hard it would be to incorporate it into the home screen and such...
Click to expand...
Click to collapse
No one is saying that it's not technically possible, we're just saying that the current state of autorotate is easy because Android is already set up to rotate when you open the keyboard, whereas there is nothing already in place for rotating the other direction.
erasedgod said:
I'd like to see something like that, too. Mostly because the phone won't stand on the left side on its own, but it will on the right.
Click to expand...
Click to collapse
hey, you have made my day! i never realized that..
Hey guys. Not that I would ever want to take anything away from the amazing work of people like JesusFreke, and as someone who has never posted before...
Just to say that I am working on a slightly more stable auto-rotate patch for the kernel with exactly that feature of auto-rotate left. My intention is to make this selectable in three ways.
Off
Right only
Left only
Both
milestone.it said:
Hey guys. Not that I would ever want to take anything away from the amazing work of people like JesusFreke, and as someone who has never posted before...
Just to say that I am working on a slightly more stable auto-rotate patch for the kernel with exactly that feature of auto-rotate left. My intention is to make this selectable in three ways.
Off
Right only
Left only
Both
Click to expand...
Click to collapse
keep us updated
i know of several apps on the marketplace that already have this feature but would it be much different to get the whole OS to rotate?
...i'm guessing it would lol
Actually, its not so different. The bigest problem is stability. Trying to patch in a deliberate action for autorotate feature. Like people have said elsewhere it can be a little bit too sensitive. Should have first version available next week (unless I manage to brick it!)
Anything people want to chip in about autorotate whilst I'm patching it? I am not the worlds greatest programmer but I can usually get there.
I was just reading this thread and what came to mind was the Bubble app on the market. It does this but of course this is on a much smaller scale and not across the entire OS of the phone.
But the nice thing is that you can turn the phone end over end and the bubble rotates with it. Not sure if the Dev for that app is on here, or if you wanted to email him to see if he could provide a bit of insight to possibly assist.
right. i am still working hard on this. any suggestions as to what deliberate action you would like to force rotate? I have thought about an up/down flick then turn the direction you want.
the only problem with patching four-directional autorotate is that it creates interesting problems of when it is perfectly still, it still manages to rotate itself. ie, i left it still on the desk and it was happily rotating itself.
any suggestions from coders. also, is there a quicker way to compile than to recompile the whole stack? ie selective compiling?
cheers.
milestone.it said:
right. i am still working hard on this. any suggestions as to what deliberate action you would like to force rotate? I have thought about an up/down flick then turn the direction you want.
the only problem with patching four-directional autorotate is that it creates interesting problems of when it is perfectly still, it still manages to rotate itself. ie, i left it still on the desk and it was happily rotating itself.
any suggestions from coders. also, is there a quicker way to compile than to recompile the whole stack? ie selective compiling?
cheers.
Click to expand...
Click to collapse
instead of having a force rotate, can you implement a Lock Rotate instead?
That way you can rotate to the desired position, and lock it.
darkflare said:
instead of having a force rotate, can you implement a Lock Rotate instead?
That way you can rotate to the desired position, and lock it.
Click to expand...
Click to collapse
or i could just do that! that would actually be a lot easier to code
I thought it might ~_^
How is the patch applied? if you need a tester give me a pm as i'd be interested in testing and providing feedback
~DF

Is there a way to lock the the MyTouch in landscape mode?

Home screen and dialer etc I don't mind staying in portrait but for everything else than can be displayed in landscape I'd like it if it can be displayed and locked in landscape. Preferably with out having to gain root.
I like landscape and I also like reading (sideways) in bed, which makes auto rotate a nuisance.
Can anybody help?
pure241 said:
Home screen and dialer etc I don't mind staying in portrait but for everything else than can be displayed in landscape I'd like it if it can be displayed and locked in landscape. Preferably with out having to gain root.
I like landscape and I also like reading (sideways) in bed, which makes auto rotate a nuisance.
Can anybody help?
Click to expand...
Click to collapse
That would be awesome
+1 at least in the browser and home screen. maybe after we get root (fingers crossed).
Use Auto Rotate On/Off Widgets in Market.
linhnd said:
Use Auto Rotate On/Off Widgets in Market.
Click to expand...
Click to collapse
ok..no..LANDSCAPE or PORTRAIT mode. maybe a nonoob reply would be helpful.
fit333 said:
ok..no..LANDSCAPE or PORTRAIT mode. maybe a nonoob reply would be helpful.
Click to expand...
Click to collapse
It does the opposite of what you want, locks everything portrait. Very handy IMO.
Clinton
ClintonH said:
It does the opposite of what you want, locks everything portrait. Very handy IMO.
Clinton
Click to expand...
Click to collapse
how about landscape mode lock. this would be great its one of the reasons i miss my g1. searched allover for a hack and it seems iphone/behold.. users are wishing for the same. ive noticed it stays in landscape when rotated to the left (counter clockwise) but 45 degrees to the right and it goes to portrait (very annoying for bedtime surfing) not to mention the glitchy laggy transition back to landscape. we know there is an orientation check box under display setting, but thanx for the widget tip 'linhnd'..not
Been available for jailbroken iphones for over a year now. This would be great app to have and I would love to see developers and modders make more fixes like this , things that improve the functionality of Android.
is this dead or maybe this guy can do it
Cyanogen 4.0.1 rom has landscape mode at the home screen.
k well at least we have landscape lock in the browser tx to loccy and cyan..happy surfing

[Q] Portrait screen lock possible?

Hi everyone I got a question here and this might be solved but I searched for a while with no answer
I really like to hold the g tab in bed and do some reading before going to sleep but you know how the auto rotation works and it keeps getting me the wrong orientation when lie in bed holding it at side. If I turn off the auto rotation, it only gives landscape. I understand this won't be a prob for a phone since it's portrait by default. But here for the tablet it's landscape Is there a widget or application can do the trick to lock the screen to portrait?
I am using VEGAn-Tab Beta3 and LaunderPro.
Thanks for everyone's hard working here and I love this place so much!
Look under Settings->display, there should be a setting to ignore the accelerometer. It says auto rotate, I believe.
He's looking for a solution that will make the default orientation Portrait, not landscape. Turning off auto-rotate locks the device to landscape orientation only.
bigwh00p said:
He's looking for a solution that will make the default orientation Portrait, not landscape. Turning off auto-rotate locks the device to landscape orientation only.
Click to expand...
Click to collapse
That's right. This has bugging me for days!
bigwh00p said:
He's looking for a solution that will make the default orientation Portrait, not landscape. Turning off auto-rotate locks the device to landscape orientation only.
Click to expand...
Click to collapse
I missed that and strange that they don't have an option to allow one of four orientations to be selected
Bump.
The contacts app appears to be landscape, no matter what.
Am I missing a setting for portrait phone & contact apps?

making the sidekick 4g an exclusively landscape phone- not avg questions

what's up everyone, put smooth maximus on my sidekick about a week ago and it's been treating me great.
i've been interested in making the phone ONLY use landscape mode, which is possible through the "orientation control" app for our devices. only thing that annoys me about using this apk is that the lockscreen will still fall into portrait mode, and every time you slide the screen up to access the keyboard the screen 'reloads' itself.
i'm a little bit particular with the way my phone runs, and i'm wondering if there is any way to mod the phone to prevent it from reloading the screen when it slides open and whether it is possible to force the lockscreen into portrait.
thanks in advance for the help guys
theU1991 said:
what's up everyone, put smooth maximus on my sidekick about a week ago and it's been treating me great.
i've been interested in making the phone ONLY use landscape mode, which is possible through the "orientation control" app for our devices. only thing that annoys me about using this apk is that the lockscreen will still fall into portrait mode, and every time you slide the screen up to access the keyboard the screen 'reloads' itself.
i'm a little bit particular with the way my phone runs, and i'm wondering if there is any way to mod the phone to prevent it from reloading the screen when it slides open and whether it is possible to force the lockscreen into portrait.
thanks in advance for the help guys
Click to expand...
Click to collapse
are you saying that it wont open in landscape even when your holding it that way?
no, it will open in landscape. but the lockscreen is never disabled from portrait mode, and whenever the screen is slid up (even when already in landscape mode) the screen will blink for a second and seemingly reload whatever i'm doing on the phone.
theU1991 said:
no, it will open in landscape. but the lockscreen is never disabled from portrait mode, and whenever the screen is slid up (even when already in landscape mode) the screen will blink for a second and seemingly reload whatever i'm doing on the phone.
Click to expand...
Click to collapse
That's odd, iv never had that happen with the stock lockscreen, only with lockscreen replacement apps.
sent from my....WAIT THIS ISNT MY PHONE?
Go into settings and enable auto rotation after you have enabled landscape mode lock with Orientation Control.
That will resolve the issue.
This question has been answered previously. Try reading next time.
orange808 said:
Go into settings and enable auto rotation after you have enabled landscape mode lock with Orientation Control.
That will resolve the issue.
This question has been answered previously. Try reading next time.
Click to expand...
Click to collapse
uhhhh, did you read my post? don't tell me to "try reading" when you don't have a grasp of what i'm asking. when did i say anything about not understanding how to use orientation control? i'm asking questions about the lockscreen and about the phone doing this reloading when the keyboard is opened. step off the high horse and learn to read before pompously telling others to...
U can't make it only landscape mode who would want that?
Sent from my SGH-T839 using XDA App
xtrem88 said:
U can't make it only landscape mode who would want that?
Sent from my SGH-T839 using XDA App
Click to expand...
Click to collapse
well this phone was made to be nearly always used in landscape.
Android forces the phone the reload the screen resources with a hinge change. This cannot be changed. Additionally, this can be a source of memory leaks if you write quick and dirty code with globals...
I don't know of any version or mod of the Android OS that does not refresh the screen with a hinge change.
This refresh happens everytime you open and close your device. You only notice it on the lockscreen.
xtrem88 said:
U can't make it only landscape mode who would want that?
Sent from my SGH-T839 using XDA App
Click to expand...
Click to collapse
ummmm....... me?
orange808 said:
Android forces the phone the reload the screen resources with a hinge change. This cannot be changed. Additionally, this can be a source of memory leaks if you write quick and dirty code with globals...
I don't know of any version or mod of the Android OS that does not refresh the screen with a hinge change.
This refresh happens everytime you open and close your device. You only notice it on the lockscreen.
Click to expand...
Click to collapse
alright thanks for that info, wasn't sure if there was any code for it to prevent from doing this. guess i'll have to live with it. appreciate it!

Vertical AutoRotate 180°

I have autorotate setting enabled.
When i have SmartPhone in vertical position if i rotate 180° the display it stays upside down and does not fit.
Why?
Dematen said:
I have autorotate setting enabled.
When i have SmartPhone in vertical position if i rotate 180° the display it stays upside down and does not fit.
Why?
Click to expand...
Click to collapse
No phones work 'upside down'
I saw myself now on other smartphones.
I was used to an old cheap Chinese smartphone that did it.
Is not there a trick to do it?
Dematen said:
I saw myself now on other smartphones.
I was used to an old cheap Chinese smartphone that did it.
Is not there a trick to do it?
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=org.crape.rotationcontrol
Use this app.
You can use GravityBox to unlock rotations in every direction, including vertical.
You would obviously need a rooted device with Xposed running to do that.
I discovered a quite awesome bug that allows me to use my XZP upside down. You don't need to root or anything like that.
Steps :
1. Download the Twitch TV app from the PlayStore.
2. Open it. (You might need to create an account)
3. Rotate Device.
4. Press the home button.
5. ....
6. Profit!
When you are done, just rotate the phone to normal.
PS. I typed this comment why my phone upside down.
Lazaros_K said:
I discovered a quite awesome bug
Click to expand...
Click to collapse
:laugh: awesome

Categories

Resources