[Q] Screen Won't Rotate - Nexus 7 Q&A, Help & Troubleshooting

i've had AOKP build 4 flashed on my Nexus 7 since it was released on Sept.30.
all of a sudden yesterday, i noticed that nothing would allow me to change the screen orientation. i checked and double checked, i have that setting enabled.
for example, if i'm in portrait mode on the home screen, open up Chrome, i can not change the orientation to landscape.
but, if i launch a game, where it forces the orientation to landscape, i am now stuck in landscape mode. if i open up Chrome, i can't change it to portrait.
i've tried clearing data and cache of Nova Launcher. tried to lock down orientation then enable it. but nothing is working.
has anyone come across something like this before?

mrhomiec said:
i've had AOKP build 4 flashed on my Nexus 7 since it was released on Sept.30.
all of a sudden yesterday, i noticed that nothing would allow me to change the screen orientation. i checked and double checked, i have that setting enabled.
for example, if i'm in portrait mode on the home screen, open up Chrome, i can not change the orientation to landscape.
but, if i launch a game, where it forces the orientation to landscape, i am now stuck in landscape mode. if i open up Chrome, i can't change it to portrait.
i've tried clearing data and cache of Nova Launcher. tried to lock down orientation then enable it. but nothing is working.
has anyone come across something like this before?
Click to expand...
Click to collapse
My Advice, try the re-calibration thing, lay it flat on a desk and calibrate it.
Ensure the lock is enabled, and then try again.
If this doesn't help, I read somewhere a while back that this works, but I don't get how:
lay the phone flat on a table, spin it 3 times. Put it on it's side, spin it 3 times. Hold it up on one end, spin it 3 times.
Weird but works (APPARANTLY)!

cool, thank you for the info, but i think i'm missing something. how do i calibrate it?
i have screen rotate locked/disabled on a flat surface. then i tried to unlock/enable it (while still on a flat surface), and it still doesn't rotate.

mrhomiec said:
cool, thank you for the info, but i think i'm missing something. how do i calibrate it?
i have screen rotate locked/disabled on a flat surface. then i tried to unlock/enable it (while still on a flat surface), and it still doesn't rotate.
Click to expand...
Click to collapse
No you need to re-calibrate the gyro sensor, Im not with my tab so I can't quite remember where it is. Go to settings, and just have a look round, untill you can find the calibration of the gyro sensor.
No worries btw, glad to help

i still think i'm totally missing something. i can't find anything in the settings to re-calibrate it.
however, i did setup Z - Device Test and within the accelerometer and gyroscope testing shows that movement is being detected.

ok, something is totally messed up.
i just flashed Cyanogenmod monthly-2, did a full wipe cache and dalvik, and factory reset from CWM.
and my screen is still not rotating.
i'm totally clueless now.

I am on CM10 grouper latest build my home screen wont rotate, the apps and settings rotate only the home screen and apps drawer wont rotate.
Any ideas anyone?
Edit: Got it to work, I was using Nova launcher and by default its not enabled. Nova Launcher- Look and Feel - enable auto rotate. You need to enable both in system settings and nova settings. Silly of me :-\

mrhomiec said:
ok, something is totally messed up.
i just flashed Cyanogenmod monthly-2, did a full wipe cache and dalvik, and factory reset from CWM.
and my screen is still not rotating.
i'm totally clueless now.
Click to expand...
Click to collapse
Read here: http://forum.xda-developers.com/showthread.php?t=1929790 it seems you need to extract some stock files to get it to work.

Guhrasoh said:
Read here: http://forum.xda-developers.com/showthread.php?t=1929790 it seems you need to extract some stock files to get it to work.
Click to expand...
Click to collapse
thank you for the link. i download a binary file from here..
https://developers.google.com/android/nexus/drivers#grouper
but i have no idea what to do with it.
on a side note, i'm wondering why this all of a sudden stopped working tho? AOKP's build 4 was doing it before the release of 4.1.2, but then just stopped. i don't understand why i need to manually do something that was working from the beginning. especially within apps. i can't get the screen to rotate in Chrome, GMail, Reader, Twitter, etc. i can care less about the home screen rotation.
[UPDATE]
so i was downloading different apps- mainly games trying to test out the rotation to see if that is buggy too, and i came across this app...
https://play.google.com/store/apps/...=W251bGwsMSwyLDEsInphdXNhbi56ZGV2aWNldGVzdCJd
with this, i was able to test the Gyroscope and Accelerometer sensors and i noticed the blue axis (z-axis?) was not moving at all.
i then gave a few door knocks on the back plate, and all of a sudden the z-axis jumps to the correct view.
somehow it got stuck in place, but it seems to be working now. very odd. i've never dropped it. don't know how this could have happened.

mrhomiec said:
<edited>....somehow it got stuck in place, but it seems to be working now. very odd. i've never dropped it. don't know how this could have happened.
Click to expand...
Click to collapse
Well first of all stop banging on it, it has nothing to do with that. I've noticed there was something either added or removed from AOSP that causes this after the 4.1.2 update last week. Most people who are compiling locally probably noticed this... any others that have it working are just proof of the excessive kanging nowadays... since they're all probably a kang of AOKP or CM (who of which I'm sure identified it and corrected it in their git).
I haven't had time to look into it yet but I'd assume its related to Launcher2.apk. Look in Launcher2 in the AndroidManifest.xml and see if there's a line with something like:
android:screenOrientation="nosensor"
Click to expand...
Click to collapse
...you want that to be set to either "sensor" or "user"... I cant recall right now.
Did you try editing the build.prop file yet? If it is in fact related to the sensors then I dont think this will correct it anyway, but it's worth a shot. Go to your /system dir and mount is r/w, edit build.prop by adding this to the very end, on its own line:
launcher.force_enable_rotation=true
Click to expand...
Click to collapse
...save that, close it, then reboot and see what ya got. If it doesn't work then you know its Launcher2 not enabling the sensors. I'll post again once I look at it and fix it.

mrhomiec said:
i've had AOKP build 4 flashed on my Nexus 7 since it was released on Sept.30.
all of a sudden yesterday, i noticed that nothing would allow me to change the screen orientation. i checked and double checked, i have that setting enabled.
for example, if i'm in portrait mode on the home screen, open up Chrome, i can not change the orientation to landscape.
but, if i launch a game, where it forces the orientation to landscape, i am now stuck in landscape mode. if i open up Chrome, i can't change it to portrait.
i've tried clearing data and cache of Nova Launcher. tried to lock down orientation then enable it. but nothing is working.
has anyone come across something like this before?
Click to expand...
Click to collapse
Do you have "auto rotate" in 'settings/accessability' , checked?
Posted via my Amiga 3000, EVO 3D , or Nexus 7

oOo B0XeR oOo said:
Well first of all stop banging on it, it has nothing to do with that. I've noticed there was something either added or removed from AOSP that causes this after the 4.1.2 update last week. Most people who are compiling locally probably noticed this... any others that have it working are just proof of the excessive kanging nowadays... since they're all probably a kang of AOKP or CM (who of which I'm sure identified it and corrected it in their git).
I haven't had time to look into it yet but I'd assume its related to Launcher2.apk. Look in Launcher2 in the AndroidManifest.xml and see if there's a line with something like:
...you want that to be set to either "sensor" or "user"... I cant recall right now.
Did you try editing the build.prop file yet? If it is in fact related to the sensors then I dont think this will correct it anyway, but it's worth a shot. Go to your /system dir and mount is r/w, edit build.prop by adding this to the very end, on its own line:
...save that, close it, then reboot and see what ya got. If it doesn't work then you know its Launcher2 not enabling the sensors. I'll post again once I look at it and fix it.
Click to expand...
Click to collapse
thanks for all the info.
i'm not the type to mess with the files. but as i mentioned, i wasn't on 4.1.2 yet when this started happening. AOKP build 4 was based on 4.1 or 4.1.1. and would it be possible for a file to make the z-axis jarred in one direction? then when placing some force to the back of the device jump it back in place?
i haven't had any issues since then. i am now able to rotate the screen at will.
Originally Posted by mrhomiec
i've had AOKP build 4 flashed on my Nexus 7 since it was released on Sept.30.
all of a sudden yesterday, i noticed that nothing would allow me to change the screen orientation. i checked and double checked, i have that setting enabled.
for example, if i'm in portrait mode on the home screen, open up Chrome, i can not change the orientation to landscape.
but, if i launch a game, where it forces the orientation to landscape, i am now stuck in landscape mode. if i open up Chrome, i can't change it to portrait.
i've tried clearing data and cache of Nova Launcher. tried to lock down orientation then enable it. but nothing is working.
has anyone come across something like this before?
Click to expand...
Click to collapse
Do you have "auto rotate" in 'settings/accessability' , checked?
Posted via my Amiga 3000, EVO 3D , or Nexus 7
Click to expand...
Click to collapse

I'm having this problem now too. Just in the last 2 days.
I have a completely stock 2013 N7. It gets stuck in an orientation, and locked there. I have checked all the settings, and auto rotate is on.
I downloaded the Android Sensor Box, and something is fishy with the orientation hardware. One axis of the sensor is locked to one side and won't move.

Related

Android rotation doesn't work, accellerometer working fine?!

I have a very weird issue...
Recently noticed my i9000 wouldn't auto rotate anymore in apps like galery, home screen, browser, etc. The accelerometer seems to work fine though (using apps like bubble and the sensor test screen).
Does anyone know what could be the cause of this? Just reflashed to JM1 new (from samsung firmwares, couldn't seem to get it through KIES) but that doesn't help.
The fact that the accelerometer works in labyrinth, bubble, sensortest makes me think it is not defective but something else is wrong... Any clues what this could be?
Will try to flash once more later today I guess.
Well it shouldn't rotate in the home screen unless you're on an alternate launcher like LauncherPro, which from the description you're giving sounds like it would still work with autorotation.
In settings is autorotation enabled, or has it become switched off somehow (possibly when you flashed the phone?)
NZtechfreak said:
Well it shouldn't rotate in the home screen unless you're on an alternate launcher like LauncherPro, which from the description you're giving sounds like it would still work with autorotation.
In settings is autorotation enabled, or has it become switched off somehow (possibly when you flashed the phone?)
Click to expand...
Click to collapse
You're right, using launcherpro...
I ended up reflashing the phone again and all seems to work now. Didn't restore system settings this time (combination of using titanium and mybackup pro) so perhaps something went wrong there?
Will look out for that setting next time this occurs, didn;t notice it when browsing through the settings :/
Thanks for the quick reply though!

[Q] Screening not rotating..??

I just noticed a couple of days ago that the screen was not rotating when phone is placed sideways..i have that autorotation function enabled but still not turning.
I am not sure what happened, but it is kinda irritating.
I recently flashed SC 2.5 voodoo last week, didnt notice this at first. not sure if it is rom-related or just my phone ,,maybe some apps i installed..
has anybody had this problem before?
should i just wipe and flash again? i rather not do it if i can resolve it without flashing new rom.
thank you
There should be a rotation option on the far right of your pull down menu. Make sure it's lit up
Edit: sorry I didn't see that in your op. Have you tried disabling and re enabling
Sent from my SCH-I500 using XDA App
Michaelg2183 said:
There should be a rotation option on the far right of your pull down menu. Make sure it's lit up
Edit: sorry I didn't see that in your op. Have you tried disabling and re enabling
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
I tried that several times both from pull down menu and display setting but didnt help. I tried to turn off the phone and boot it but didnt help.
kundoc said:
I just noticed a couple of days ago that the screen was not rotating when phone is placed sideways..i have that autorotation function enabled but still not turning.
I am not sure what happened, but it is kinda irritating.
I recently flashed SC 2.5 voodoo last week, didnt notice this at first. not sure if it is rom-related or just my phone ,,maybe some apps i installed..
has anybody had this problem before?
should i just wipe and flash again? i rather not do it if i can resolve it without flashing new rom.
thank you
Click to expand...
Click to collapse
I think it is important to note here that NOT ALL LAUNCHERS SUPPORT AUTO ROTATION. Do your APPS while in use Auto-Rotate? If so, then it is simply your homescreen that will not Auto-Rotate because of your launcher, and THAT you cannot change, unless you get a different launcher. If your APPS do not Auto-Rotate either though, then yes, I would wipe, wipe, wipe, and re-flash. Also the launcher that comes with SuperClean does NOT Auto-Rotate.
Dread This Day said:
I think it is important to note here that NOT ALL LAUNCHERS SUPPORT AUTO ROTATION. Do your APPS while in use Auto-Rotate? If so, then it is simply your homescreen that will not Auto-Rotate because of your launcher, and THAT you cannot change, unless you get a different launcher. If your APPS do not Auto-Rotate either though, then yes, I would wipe, wipe, wipe, and re-flash. Also the launcher that comes with SuperClean does NOT Auto-Rotate.
Click to expand...
Click to collapse
i use launcherpro, and i disabled autorotation for the launcher so yes launcher doesnt rotate but i like it that way. but now even if i enable the autorotation for launcherpro it wont rotate. main problem is using browsers (dolphine, stock, or opera) or typing like sending text it just suddenly stopped rotating a couple of days ago, not sure why,, other apps like games that have default horizontal display is working fine (but they dont rotate anyway..)
kundoc said:
i use launcherpro, and i disabled autorotation for the launcher so yes launcher doesnt rotate but i like it that way. but now even if i enable the autorotation for launcherpro it wont rotate. main problem is using browsers (dolphine, stock, or opera) or typing like sending text it just suddenly stopped rotating a couple of days ago, not sure why,, other apps like games that have default horizontal display is working fine (but they dont rotate anyway..)
Click to expand...
Click to collapse
I have heard of this bro, it is probably the sensor. Someone else reported the same problem. They wiped, wiped, wiped, and reflashed and all was well. I would try that, I hope it works for you!
kundoc said:
I just noticed a couple of days ago that the screen was not rotating when phone is placed sideways..i have that autorotation function enabled but still not turning.
I am not sure what happened, but it is kinda irritating.
I recently flashed SC 2.5 voodoo last week, didnt notice this at first. not sure if it is rom-related or just my phone ,,maybe some apps i installed..
has anybody had this problem before?
should i just wipe and flash again? i rather not do it if i can resolve it without flashing new rom.
thank you
Click to expand...
Click to collapse
I had the same thing happen to me about a week ago, but I was able to pinpoint when the problem occurred and I was able to fix it. If you use Google Maps, at some point it may tell you that your compass needs to be calibrated and that you should wave your phone in a figure 8. Well I started waving my phone and then suddenly it hard locked and the screen turned a funky shade of yellow. I had to pull the battery and reboot. At that point I lost all rotation and sensors. If you go to the Android market and download some Compass or Sensor apps, you should see that you phone doesn't work with those apps. I ended up wiping everything and just reflashing a superclean version again. Fortunately, all of my sensors started working again and I have not experienced this problem since.
Dread This Day said:
I have heard of this bro, it is probably the sensor. Someone else reported the same problem. They wiped, wiped, wiped, and reflashed and all was well. I would try that, I hope it works for you!
Click to expand...
Click to collapse
make sense..i guess ill just wipe x3~4 then reflash...thank you

[SOLVED; provisionally] New bug with 3.2.. ..'default app not set' road block?

Hi. I'm unsure if this is covered elsewhere. If so, please disregard.
After getting the OTA 3.2 upgrade (unrooted; obviously), I noticed a bug. If I had any applications that weren't set as the default app for a specific piece of functionality, then the option to choose which app to use no longer appears.
For example, prior to 3.2, if I clicked on a bookmark, I was prompted whether to use the default browser or Opera. I didn't set either to use as a default because I may use one or the other depending on the situation at the time since both treat pages differently.
Another example of this shows up when clicking on either the ASUS weather widget or the weather info on Beautiful Widgets. Again, clicking on the forecast for either of these will call up a browser page but since I didn't have a default one selected, the screen dims, but no option to choose a browser appears.
This isn't limited to the browser. I'm getting the same "dim screen, no option to choose" with other programs that had no default option set, such as movies. Prior to 3.2, clicking on an MP4 movie asked me if I wanted to view in the gallery or PowerAMP. Now.. ..nothing. Dim screen. Clicking anywhere or hitting 'back' returns to the screen without the file being played.
It seems any attempt to launch any file or in-app link that points to a link or file that is unassigned results with the same "dim screen" road block.
Anyone else experiencing this? or am I the only lucky one getting this frustrating bug?
Edit: Possible temporary fix...
Quick afterthought. It may be possible with some apps to set "use as default" for a specific file type in the app settings and this may fix this issue for myself and any others. Personally, I don't want to do this. I like being able to choose on the fly and would like this bug fixed. Still, if it's going to be weeks until a fix arrives, I may need to use this workaround (if it is even possible for all my affected associations) so I'm not standing still till a patch comes.
UPDATE:
While I can't be sure this fixed the problem, I undocked the tablet and removed both a 16GB MicroSD (from the unit) and a 16 GB SD (from the dock) and then re-inserted both memory cards and the tablet into the dock. After that, my links called up the association window again. I 'believe' it was reseating the tablet into the dock that corrected the issue, but ejecting and putting the memory cards may have been the answer. Note to self: check results after 'each' step.
Just tested this on mine and no I do not have this issue, I still get all the prompts for what to open stuff in be in links or videos from file managers etc
I just noticed this problem too. Very annoying, reverting to previous firmware...
I got this bug too. I tried the above solution as suggested but no luck. Then i tried another one from one of the threads here. It works!
http://forum.xda-developers.com/showpost.php?p=16100385&postcount=4
Hell, my bookmarks don't even open at all.
There is no pinch-to-zoom either.
Edit: tried the above & it did work how strange. I have auto rotate turned off.
Regarding this bug in the default program selection when trying to run videos or pictures from file managers. As D3StRuCtO posted the link to the "cant play videos in stock players" thread, nego_0 posted a fix for non-dock users and this is verified a working fix. Simply turn your TF 90 degrees to portrait mode and go through the selection process. it works. Go back to landscape mode and everything is good again... Thank you nego_0! If you have a dock like me, just undock the TF and go through the selection process in the file managers and it woked. Redock the TF and everything is good again. It is a weird bug and I never would have found the fix without this forum. Thanks again! Our members ROCK!
*EDIT*
I found other programs that were supposed to bring up the "complete action using" selection that would simply dim the screen and not give you the option to choose are now fixed as well. It didn't seem to be limited to pictures and videos.
Removing the dock and putting it back on seem to have solved the problem. Thanks for the tip!
OK I did some more tests: upon a reboot with the dock on, the problem was back. With the tablet in the "stuck" state, I removed the dock and the selection screen magically appeared.
I had this very same problem. No dock or SD here... Did the portrait - landscape rotation cycle and everything is solved now.
Regards.
This makes for a workaround, and I'm thankful for that, but I think the underlying problem is that while in Landscape mode, the OS won't go through the process of asking for a choice of browser, and you can't make the rotation with the keyboard attached. I went through the removal and rotation, and that was fine until I reattached the keyboard and was back where I started.
I had to remove it a second time, and this time assigned a default browser, then subsequently was able to operate properly with the keyboard back on. This problem is going to confuse the heck out of casual users, and ASUS will need to fix it pronto.
JoTeC said:
Regarding this bug in the default program selection when trying to run videos or pictures from file managers. As D3StRuCtO posted the link to the "cant play videos in stock players" thread, nego_0 posted a fix for non-dock users and this is verified a working fix. Simply turn your TF 90 degrees to portrait mode and go through the selection process. it works. Go back to landscape mode and everything is good again... Thank you nego_0! If you have a dock like me, just undock the TF and go through the selection process in the file managers and it woked. Redock the TF and everything is good again. It is a weird bug and I never would have found the fix without this forum. Thanks again! Our members ROCK!
*EDIT*
I found other programs that were supposed to bring up the "complete action using" selection that would simply dim the screen and not give you the option to choose are now fixed as well. It didn't seem to be limited to pictures and videos.
Click to expand...
Click to collapse
Thanks for the shout out! Im glad i was not the only one who had hit the dim screen default application bug.
nego_0 said:
Thanks for the shout out! Im glad i was not the only one who had hit the dim screen default application bug.
Click to expand...
Click to collapse
Unfortunally this was the first problem I noticed. It happens all over again when you shut the unit off and restart with the dock plugged it. I guess with this official thread maybe someone from Asus will notice it? Not holding my breath. Wonder if full factory datat reset will help. I've found when updating android on my phone tht helps wierd problems but don't want to have to go through all the re-setting up and downloading of my programs.
What a hassel. I guess when they officially begin supporting 3.2 over the phone line I can get them to resolve? Not holding my breath for that either.
I've been thinking about this further and think I might at least be able to point to the culprit (granted, in a 'shoot an arrow into the air' and you're bound to hit something manner).
Recently, ASUS made a change to the way the tablet behaves when docked. Specifically, in the way the auto-rotate functions while docked. Prior to this change, you could view your screen in portrait mode (even if docked) by turning the entire tablet + keyboard 90° or more. After the change, the screen locks at landscape oriented with the tablet in place. Flip it around now and it stays oriented (even upside-down).
With some applications, display boxes are written to start in a specific orientation which will then flip based on the current viewing angle. Since Android was (first and foremost) a phone OS (that uses portrait as it's main orientation), it may start most pieces of functionality such as display of the "choose desired app" dialog box in portrait mode but rotates it based on a call to the current device orientation status. However, I'm wondering if the OS can't reconcile that it is in landscape mode because auto-rotate has been turned off with the change ASUS made when the tablet is docked (making it specifically an auto-rotate issue), or if this change is blocking the dialog in another fashion due to the way ASUS programmed this functionality to communicate with the OS (making this a 'ASUS isn't playing well with Google' issue).
In short, this may be a bug relating to either a "auto-rotate / forced orientation" toggle, or a bug with the ASUS "lock orientation while docked" functionality.
It could also be related to the new "default size / zoom to view" 3.2 functionality mixed with a locked viewing angle.
Thoughts?
Edit: Just did a test. Rebooted the tablet (while docked) and the bug occurred; as expected. I lifted the tablet out of the dock but didn't change the orientation. I just simply lifted it up, then set it back into the dock. When I launched an html link, it now works. I know that some users (without docks) are able to fix this by simply changing orientation after booting. The process of unseating, then reseating may be providing a similar function as changing the orientation does with a dock-less tablet.
Just to say that, as stated by others, as soon as I rebooted the bug came back. I rotated it and the bug disappeared, but I sure hope that Asus solves this on a future OTA.
Regards.
CalvinH said:
Just to say that, as stated by others, as soon as I rebooted the bug came back. I rotated it and the bug disappeared, but I sure hope that Asus solves this on a future OTA.
Regards.
Click to expand...
Click to collapse
It is bit ridculous that the bug comes back aftrer a reboot. I guess with 3.2 we are supposed to reboot?
I'm not 100% sure about this but don't Android apps actually shut down and restart instantly when the orientation is changed?... so doing this restarts the Launcher?
And the same happens when removing and inserting into the dock? launcher restarts...
Try this... reboot in one orientation and test and try the other.. i.e. Boot in Portrait and see if the bug is there then change to landscape to see if that fixed it... then boot in landscape and test..

Horizontal upside down

I really like having my tablet upside down which is fine for dolphins for pad and some others, but video players and games revert the orientation back to right side up. I thought that locking the rotation would keep it upside down but it doesn't work. Does anyone know a way to lock it or is it thor rom?
You can try running a different rom, but I believe the result will be the same.
Some apps, are programmed to run at a certain orientation.
Also note, that Thor's rom, the last I looked, currently the display lock button is inoperable, but I believe there is a software setting for it in the menus.
Yeah I meant the software toggle. Is there some way to toggle inverting the screen, so making the app think down is up?
nstong said:
Yeah I meant the software toggle. Is there some way to toggle inverting the screen, so making the app think down is up?
Click to expand...
Click to collapse
What is the benefit to doing this?
so I can watch videos in the oriention where the docking prt is facing up. That's what I'm looking to do, just trying to figure out how.
2 things you can try:
1) Apparently MoboPlayer has an orientation lock setting somewhere. I haven't used it but people in the TF forums are trying to do the same thing as you are.
2) There is an app in the market that can force orientation. I've heard it works but again have not tried it: It is called Orientation Control.
Orientation lock works!! Had to go through all the steps of typing orientation in market (and spend 1.50). I think just ssumed it would something complicated. Thanks
Glad I could help

Lockscreen won't stay in landscape for pattern.

Hey! I just rooted my Oneplus6T, installed Nova Launcher and a screen rotation controller app, but I still can't keep the lockscreen in Landscape mode.
I double tap to wake the phone, it comes up landscape, I swipe up, but then the screen always rotates to portrait for the pattern (or the PIN, I tried that as well).
I've already altered the build.prop file, but it still hops to portrait every time. Is there anything I can do to fix it?
I tried a lockscreen replacement called "Hi Locker", and while it worked, you could just get right through it to the home page and do stuff, so it's not secure at all.
Thanks!
I just tried Substratum "Subtweaks" and it doesn't work either! Help!
So everyone else's phone stays in landscape when they enter their pattern to unlock?
Seriously, it would help if I knew this was JUST my problem. Might help me figure it out. Thanks!
Well, I'm glad to have joined such a robust, supportive community. :\
Pretty sure the lockscreen is only portrait. Why anyone would want it in landscape is beyond me, probably why it's not there at all.
bladestonez said:
Pretty sure the lockscreen is only portrait. Why anyone would want it in landscape is beyond me, probably why it's not there at all.
Click to expand...
Click to collapse
Because this is stupid.
View attachment 4708098
Every time I want to unlock my phone in the car, I have to do it sideways. I used a Note 3 that gave me a Landscape Mode Lockscreen for years, so it's certainly possible. I much prefer it, and I would like it on the Oneplus 6T, please.
And thank you, Bladestonez, for responding to my question, even if it was just to imply that it was ridiculous. Never settle! :\
R2-Brute said:
Because this is stupid.
Every time I want to unlock my phone in the car, I have to do it sideways. I used a Note 3 that gave me a Landscape Mode Lockscreen for years, so it's certainly possible. I much prefer it, and I would like it on the Oneplus 6T, please.
And thank you, Bladestonez, for responding to my question, even if it was just to imply that it was ridiculous. Never settle! :\
Click to expand...
Click to collapse
You can always flash an aosp rom. I'm pretty sure aosp has lock screen rotation, you will however you'll loose the fingerprint scanner but it appears you don't use that anyway so might be a good option. Could also suggest lockscreen rotation as a feature for future builds of oos.
bladestonez said:
You can always flash an aosp rom. I'm pretty sure aosp has lock screen rotation, you will however you'll loose the fingerprint scanner but it appears you don't use that anyway so might be a good option. Could also suggest lockscreen rotation as a feature for future builds of oos.
Click to expand...
Click to collapse
Hey! Thank you. I root to block ads and back stuff up, not to start installing custom roms, so I may just wait and see if they can add it officially. I did a little dance recently when I was able to install the latest OTA with Magisk without losing root. That's about as far as I want to push stuff like that.
I DID try the build.prop code, and while it does make the "swipe up" screen Landscape, when I do swipe up, the "pattern dots" screen rotates to Portrait.
https://www.youtube.com/watch?v=jqMiWAlAaUI
It's not a deal-breaker, it's just stupid. As well as my Note 3, every tablet I've ever had has given me a Landscape Lockscreen, so it can't be THAT hard. They probably just decided no one wanted it and didn't include it (or inadvertently disabled it), I guess.
If anyone has any other ideas, I'm all ears. Otherwise, I've already been in touch with Oneplus and I think they put it on the wishlist for me. Gonna start holding my breath... NOW.
R2-Brute said:
Hey! Thank you. I root to block ads and back stuff up, not to start installing custom roms, so I may just wait and see if they can add it officially. I did a little dance recently when I was able to install the latest OTA with Magisk without losing root. That's about as far as I want to push stuff like that.
I DID try the build.prop code, and while it does make the "swipe up" screen Landscape, when I do swipe up, the "pattern dots" screen rotates to Portrait.
https://www.youtube.com/watch?v=jqMiWAlAaUI
It's not a deal-breaker, it's just stupid. As well as my Note 3, every tablet I've ever had has given me a Landscape Lockscreen, so it can't be THAT hard. They probably just decided no one wanted it and didn't include it (or inadvertently disabled it), I guess.
If anyone has any other ideas, I'm all ears. Otherwise, I've already been in touch with Oneplus and I think they put it on the wishlist for me. Gonna start holding my breath... NOW.
Click to expand...
Click to collapse
Yes, I know my case is the opposite, but you can use the same app.
My case:
Today I have noticed that on lockscreen the screen is rotating what did not happen before. I have tried several Rotating apps but none of them could block rotating of the screen while on lockscreen.
Lastly I managed to force it to portrait mode with https://play.google.com/store/apps/details?id=com.pranavpandey.rotation
In the Settings - Conditions - Lock Orientation - it has to be set to Autorotation OFF then it works. When I set it to Portrait it doesn't.
So in your case you could try setting it to Force Rotation or Landscape.

Categories

Resources