Request: Tighten up auto rotate triggering - Android Software/Hacking General [Developers Only]

I'm wondering if there are any apps that adjusts or replaces the auto rotate feature in android. I often find myself in situations where the orientation switches on me when I'm laying on my side or when I'm trying to see the screen because of an unexpecting notification, phone call or I'm just trying to get the phone out of my pocket.
I like to see an app where the orientation will only change if the specifide angle, tilt and time conditions are met. For example, if you want to switch from landscape to portrait. you hold it at a very exact angle of orientation (ie 90°+/-1°) at a specifide tilt (ie between 15° and 90°) for a specifide time (ie 500 ms) and then it will change from landscape to portrait mode.
I also like to see a setting were it will turn off auto rotate when the tilt goes beyond 90°, like when you lay down on your back.
-------------------------------------
Sent via the XDA Tapatalk App

I agree.
I find if I put the phone horizontally on a table it often will go into landscape mode. It is quite a pain to worry about the angle I put my phone on a table.
Customizing the tilt variables would be awesome.
I am still looking around the internet for a solution. If you find one let me know.

Related

[IDEA/REQ] In-Call Lock Screen with Light and G-Sensors

Hi,
I recently bought a HTC Touch HD, and I think that the "shutdown-screen-when-you-answer-a-call" function of phones like Diamonds, Touch Pro and HD is the dumbest way to prevent accidental presses on the touch screen.
Our devices have a light sensor, that could be used to switch off the screen if the phone is near the ear (like the phone using an "i" word ) and keep it on when you answer with loudspeaker for example.
The "problem" with this function is that when you're already in a "no-light" environment, the screen lock function doesn't work.
To resolve this issue, I think we could use the G-Sensor. Indeed, if the place has no light, then, the phone cannot detect the proximity of a ear. But when you put the phone next to the ear, you hold it a the vertical...
To make it short, the app should do :
Do nothing in normal use.
When a call arrives :
- it monitors the ambient light
If there's light :
- when you answer the call, if there's light then no more (you stick the phone next to the ear), it switches off the screen and continue to monitor.
- while in call, if there's light again (you want to see some info on the screen for example), it switches on the screen and continue to monitor.
- and so on until you end the call
If there's no light :
- when you answer the call, but let it at the horizontal (you let it on the desk for example), it does nothing
- if you take the phone on the vertical position (you stick the phone next to the ear), it switches the screen off.
- if the phone, during a call, goes from vertical to horizontal of horizontal to vertical, the screen is switches on/of
- and so on until you end the call
Obviously, you could replace the "switch on/off screen" with "lock/unlock screen".
What do you think about ?
UPDATE :
After playing a bit with the HD, it appears that HTC DOES use the light sensor for turning the screen off during a call.
Let's do a test :
In a place with plenty light :
- put your mobile with the face up
- call a number (always face up) : the screen will not be switched off until the light sensor detects a loss of luminosity or a timeout set in the registry.
So, my conclusion is that HTC already use the light sensor to switch the screen off during a call, but they do it in an absurd way :
- they poll the sensor just to shut down the screen, not to switch it on.
- once the screen has been switched off, they do not longer poll at all.
Do you think it could be a way to "hack" their system to do what we want to do ?
no one has an opinion on this idea ? if there's nobody that want / have the time to develop a soft, I understand, but at least please, give me just your opinion
I agree with your idea for such an application. I must admit that I am very used to just pushing the power button when I answer a call (from Polaris use) to ensure I am not going into other programmes as I rub the phone against my ear. On the other hand I am trying to get used to the Touch HD's modern automatic method but I can't help not feeling relaxed that it has worked and keep trying to look at the screen in the corner of my eye to see if it did go off or not.
If it does not come now I am sure there will be such an app very soon just as you describe especially as all the latest models now have it.
i'd use the half of it that doesn't require the G-sensor as i don't have a diamond or HD...
but i'm certainly sick and tired of my ear operating my touch screen while i'm speaking.
I've written a prototype to do exactly what you are talking about although the one crucial part I am missing is the lock code. Every example or suggestion for locking the screen is very hacky and never feels like a good approach. If anyone has a good solution for locking the screen (especially in managed code) I would be happy to complete what I have started and release it with source so it could be improved upon.
So far, the best locking utility I have seen is PocketShield although I'm not sure what approach was used for locking in that case. It almost feels like a form that captures all windows events but I'm not sure exactly.
fireweed said:
I've written a prototype to do exactly what you are talking about although the one crucial part I am missing is the lock code. Every example or suggestion for locking the screen is very hacky and never feels like a good approach. If anyone has a good solution for locking the screen (especially in managed code) I would be happy to complete what I have started and release it with source so it could be improved upon.
So far, the best locking utility I have seen is PocketShield although I'm not sure what approach was used for locking in that case. It almost feels like a form that captures all windows events but I'm not sure exactly.
Click to expand...
Click to collapse
Maybe the simpliest way to "protect" the screen is to switch it off. I suppose it must be some API to do that ?
Concerning the "locking", I think the simpliest way is to put on focus an empty window (transparent if it can be ).
I'm really happy to know that you're working on an app like that
lpaso said:
Hi,
I recently bought a HTC Touch HD, and I think that the "shutdown-screen-when-you-answer-a-call" function of phones like Diamonds, Touch Pro and HD is the dumbest way to prevent accidental presses on the touch screen.
Our devices have a light sensor, that could be used to switch off the screen if the phone is near the ear (like the phone using an "i" word ) and keep it on when you answer with loudspeaker for example.
The "problem" with this function is that when you're already in a "no-light" environment, the screen lock function doesn't work.
To resolve this issue, I think we could use the G-Sensor. Indeed, if the place has no light, then, the phone cannot detect the proximity of a ear. But when you put the phone next to the ear, you hold it a the vertical...
To make it short, the app should do :
Do nothing in normal use.
When a call arrives :
- it monitors the ambient light
If there's light :
- when you answer the call, if there's light then no more (you stick the phone next to the ear), it switches off the screen and continue to monitor.
- while in call, if there's light again (you want to see some info on the screen for example), it switches on the screen and continue to monitor.
- and so on until you end the call
If there's no light :
- when you answer the call, but let it at the horizontal (you let it on the desk for example), it does nothing
- if you take the phone on the vertical position (you stick the phone next to the ear), it switches the screen off.
- if the phone, during a call, goes from vertical to horizontal of horizontal to vertical, the screen is switches on/of
- and so on until you end the call
Indeed, you could replace the "switch on/off screen" with "lock/unlock screen".
What do you think about ?
I searched the forum for an existing app that could do this, but I didn't find anything.
If there's already an app that do this stuff, I'm truely sorry for this post.
Click to expand...
Click to collapse
I'm looking for this.. If you find a solution send me a PM, I will do the same
Thanks!
We need this app, how does the iphone acheive this?
I think the 'easiest' way to make this app would be to keep the phone doing what it does currently (put the phone on standby when answering a call) then have the light sensor take the phone out of standby when it receives light, (taking it away from your ear)?
Obviously if its dark then we would have to use the power butten as we currently do now or have the Gsensor do it with a twisting motion (vertical to horizontal).
If anyone has an idea how to program this i'm willing to help in any way, the current systems seems so crude on such tech devices!
DB
lpaso said:
Hi,
I searched the forum for an existing app that could do this, but I didn't find anything.
Click to expand...
Click to collapse
There a program, that can help you. Not full, but it can switch off screen, using g-sensor. However its using not vertical aligment of the phone. There are using changing orientation of the phone to decide when phone near the ear.
http://forum.xda-developers.com/showpost.php?p=2622590&postcount=45
I have always wondered why our WM phones don't do what the iphone does...
For the SE Xperia X1, the light sensor is right near the earpiece (along with the little front facing camera), so it would go to virtually 100% darkness when near the ear. I would presume unless you are using the phone also in 100% darkness (which should be pretty rare I would guess) then it would work like the iphone.
I have also been quite annoyed by the fact that after a phonecall, sometimes I found i'm in a note taking program or weather program or something else. It just seems dumb, considering our phone HAVE these lightsensors?!
I think it's a fantastic idea to solve a VERY FRUSTRATING PROBLEM
lpaso said:
no one has an opinion on this idea ? if there's nobody that want / have the time to develop a soft, I understand, but at least please, give me just your opinion
Click to expand...
Click to collapse
I would rank myself this way:
Not a newbie who's just gotten a touchscreen phone and is now discovering the quirks when holding screen to ear,
and not a developer,
but a power-user. I have installed all sorts of XDA-developed features/enhancements for my phone.
But now I have 4 years experience -- starting with the T-Mobile MDA, and its successor, the T-Mobile WING. And despite all of the advancements expected in that time, STILL, I inadvertently end a call, or put it on hold accidentally, ALL THE TIME. Between that and trying to retrieve the phone from my pocket just to answer the damn ringing phone, I would say I have, on the average, a 20% success rate -- and 80% of the time the call is disrupted. And at least once a day my ohone, in my pocket, even when using s2u2, manages to REDIAL my latest conversation, so mcuh so that all my friends say "why don;t you get rid of that phone. It does all these whiz bang things but still can't reliably manage a basic phone call.
My most recent experiment was to call someone, then when they answered, press the s2U2 key to lock the phone screen. Only I came to find out from A_C that this is no good: S2u2 does not have recognition that you're ending the call, thus, since it's in lock-mode, the "END CALL" or Hang-Up hard key does not work.
So by all means, I would even pay for an app that once and for all handles the baseline problems of simply making a phone call. Thanks for making this request.
fireweed, have you contacted A_C, author of s2u2 ?
There may just be perfect synergy between the two of you. His "best of breed" screen-lock app is widely used -- and other developers, like supbro, for example, author of iDialer, have collaborated on small code-bits from A_C to solve some integration problems.
If for any reason you are unfamiliar with A_C, go to his website: www.ac-s2.com -- where his apps are explained, and all link back to XDA.
He's even managed to make the screen lock work, yet, have it selectively overridden when you insert headphone jack -- such that his s2p (slide to play) app opens and allows you to switch music tracks etc while otherwise the screen and buttons are all fully locked...
fireweed said:
I've written a prototype to do exactly what you are talking about although the one crucial part I am missing is the lock code. Every example or suggestion for locking the screen is very hacky and never feels like a good approach. If anyone has a good solution for locking the screen (especially in managed code) I would be happy to complete what I have started and release it with source so it could be improved upon.
So far, the best locking utility I have seen is PocketShield although I'm not sure what approach was used for locking in that case. It almost feels like a form that captures all windows events but I'm not sure exactly.
Click to expand...
Click to collapse
Hi,
After playing a bit with the HD, it appears that HTC DOES use the light sensor for turning the screen off during a call.
Let's do a test :
In a place with plenty light :
- put your mobile with the face up
- call a number (always face up) : the screen will not be switched off until the light sensor detects a loss of luminosity or the timeout set in the registry expires.
So, my conclusion is that HTC already use the light sensor to switch the screen off during a call, but they do it in an absurd way :
- they poll the sensor just to shut down the screen, not to switch it on.
- once the screen has been switched off, they do not longer poll at all.
Do you think it could be a way to "hack" their system to do what we want to do ?
I think HTC does not only switch off the display but goes to standby (phone works independent if you didn't know yet). Your idea is a lot different in terms of programming.
I don't know if it goes to standby : when the screen is switched off during a call, a press on any button switch it on again. In the registry, the key controlling the timeout before the screen is shut off is named "LightSensorToScreenOff" so I think it is just switching off the screen...
lpaso said:
I don't know if it goes to standby : when the screen is switched off during a call, a press on any button switch it on again. In the registry, the key controlling the timeout before the screen is shut off is named "LightSensorToScreenOff" so I think it is just switching off the screen...
Click to expand...
Click to collapse
Well if thats the case, its HALF of what the iphone does... it turns off the screen based on the light sensor going dark suddenly (next to ear) but then fails to turn the screen back on after you move the phone away from your ear...
Anyone know how to enable this?
Interested in having this feature too. Isn't it possible to have the G-Sensor determine when the phone is vertical and shut the screen and then when it is lying flat to turn the screen back on again. Believe that the Iphone does it this way, not with the light sensor.
Hmm... I never had my ear 'navigating' my phone during in-call before....
I never allowed the screen to touch my face anyway, and the speaker is facing the ear canal, when I receive or make calls...
But i do understand that s2u2 can do what you guys might need, it locks the screen during in call.
Hennyb said:
Interested in having this feature too. Isn't it possible to have the G-Sensor determine when the phone is vertical and shut the screen and then when it is lying flat to turn the screen back on again. Believe that the Iphone does it this way, not with the light sensor.
Click to expand...
Click to collapse
I think the Iphone has something called proximity sensor, which senses the distance from the ear to the phone, hence when the phone rest on the outer ear, the phone screen shut off.
Or am I wrong?
Section9 said:
I think the Iphone has something called proximity sensor, which senses the distance from the ear to the phone, hence when the phone rest on the outer ear, the phone screen shut off.
Or am I wrong?
Click to expand...
Click to collapse
No, you're right. It uses an iR sensor to know if there's something near the phone.

Landscape only phones

We're all seeing fancy phones with accelerometers that can proudly switch between landscape and portrait modes coming out these day, regardless of whether they have a kb or not. That got me thinking. Why do phones have a portrait mode at all?
A major reason is historical, of course, and the current rational is "it's always been done like that". There was never a landscape candybar phone. I suspect this has something to do with the positioning of an old text-only screen above the keypad.
But now this is no longer applicable with the advent of screens that are also the input method. For some tasks, landscape is clearly superior (watching videos springs to mind). Some favour portraits - notably, some text lists. Others are completely orientation-agnostic (like home screens).
Physically, holding a device horizontally is no harder that doing go vertically and the thumb can easily reach all parts of regular-size phones' screens. Landscape orientations can be additionally used double-handed.
So far, the match is "even", but still, portrait seems to hold a dominant position. As we use our devices more for media (which prefers landscape) and text-input (same, via a physical or virtual keyboard). I do think, when using my phones, that more can be done sensibly in a landscape mode. Landscape screens also approximate our computer monitors more closely, which may make future convergence easier.
Any thoughts about how the future of mobile screen orientations will go?
I only use landscape mode on my phone for video since the top and bottom bars eat up too much real estate in that mode.
orientation can be changed under settings
and even if it don't keep it after a soft-reset
it would be pretty easy to make a program
which put it back to landscape
but many programs would not be compatible
and as stated no real benefit apart from video
and games being as most devices buttons are laid out
I only use landscape mode on my phone for video since the top and bottom bars eat up too much real estate in that mode.
Click to expand...
Click to collapse
I'm thinking though that because of the way the phone was developed. If they wanted to, UI designed would quite easily put at least the top bar on one side. The bottom bar would be more tricky though. I suspect you'd do away with it and opt for a different navigation/menu paradigm. Or at least make fuller use by offering more menu options when there's more space available.
and as stated no real benefit apart from video
and games being as most devices buttons are laid out
Click to expand...
Click to collapse
This is what I'm not so sure about. These two are true, of course, but I suspect that the more we start inputting text on our devices, the more we'll use a landscape-style keyboard. When you start doing that in the calendars, SMS apps and other everyday tasks, having a phone in landscape suddenly becomes more appealing. 90% of the time I'm starting up my Tytn, it's to do something that requires some kind of text input. When this is the case, I'm wasting time starting in portrait then moving to landscape.
This is why I prefer CLAMSHELL devices or anything with a slide out tilting keyboard that would allow the screen to orient itself to landscape view. Unfortunately, there are no good clamshell out there except for an outdated HTC Universal.

How to limit Auto Rotate to 90° and 180° only

So I know CM7 can do it but unfortunately there is no CM7 for my device. Is there any app or any root file edits to limit so auto rotate just stays upright and then goes 180 degrees?
Im sick and tired of it going upside down and the other way when I barley turn the screen.
Afaik that setting in AOSP ROMs is stored in a .dex file, so unless you have the environment to edit that I do not know of another way. At least that is what I recall when Froyo added landscape right orientation.

Auto rotate screen not working; ideas?

My TF101 (running Prime 2.1.1) has been acting strange since yesterday (when I first noticed it). The screen orientation will not auto adjust if I move the tablet, e.g. from holding landscape in two hands to holding it on it's side, it stays in landscape. If I run an app that lacks orientation support or fakes it, I may end up with my tablet locked into portrait mode! Rebooting doesn't impact anything.
Toggling the Screen->Auto Rotate setting in the settings app (NOT the quick controls) will give me the correct orientation most of the time. Docking will (so far) always get my back to landscape. So for the most part, I have no auto-rotate and running a protrait apps can lock my screen rotation to portrait. Docking is the only reliable thing so far...
Possible abuses:
-> I usually put my dock and tablet in my backpack but "Undocked", and stow the pack on my cars floor board, it doesn't get bounced around but maybe payback for leaving it undocked?
-> For the past couple weeks I've been using the quick control to lock the screen so I can display stuff upside down; e.g. to use landscape in bed, while charging.
but other wise it's pretty well taken care of, better than most peoples PC's. When I boot, it is usually laying flat on a desk or docked.
Personally, I use my tablet i landscape whenever an app doesn't force me to do otherwise....but I'm concerned about hardware failure in the sensor. Being root+Prime, I'd rather not RMA if possible.
Does anyone have any advice or ideas about this?
Sent from my Transformer TF101 using Tapatalk
I found this app can do all orientations.
Orientation Control
Unsure what is causing your problem, however.
Good luck!
settings
In settings/screen is auto-rotate screen ticked.
Colin
I will have to test that app as a manual fix, and yes the auto rotate is checked; i believe the locking when apps force portrait still occurs when it is unchecked though.
Sent from my Transformer TF101 using Tapatalk

Incoming notification causes device to change orientation from portrait to landscape

Hi,
I've been noticing for a very long time that my Nexus 5 sometimes switches orientation from portrait to landscape when I receive an incoming notification. I can't remember the specifics, but here's a very specific case that just happened a few minutes ago.
My phone was on the table in portrait mode. I was using it when I received a whatsapp message. Immediately my phone switched to landscape mode, thereby interrupting my usage.
Can't remember whether it happened for non-whatsapp notifications, nor if it happens when the phone is actually held vertically.
I've tried googling for this problem but I seem to be the only one? Does anyone else experience this problem?
First off, try to identify the specific cases where you have this then I see a few reasons:
• app feature: check the settings of the app
• you are using an app that automates your device e.g. 'rotates the screen when a notification is received'.
• vibrator: the strength of the vibrator is leading the screen to rotate.
The problem is I can't seem to reproduce it consistently. I just tried putting my phone flat on the table, in portrait mode in the facebook app (so that screen orientation can switch). I then sent an SMS as well as a whatsapp message to my phone from another phone. My phone remained in portrait mode, which is the expected behavior.
However, occasionally, it switches to landscape mode.

Categories

Resources