How can in stop lockscreen from auto rotating? - RAZR HD Q&A, Help & Troubleshooting

Hello, i am on cm 10.1 on a razr xt925
And i want to stop the lockscreen from auto rotating.
I have auto rotate checked under display so that i am able to rotate screen when i am on the browser and on facebook and stuff.
But the lockscreen rotates aswell, i want it to stop. The lockscreen always gets all crazy when unlocking when i have my phone tilted to its side or laydled flat.
Its really annoying and it takes me longer to unlock the phone.
I read somewhere that there is an app for this. But i would like to avoid this since i read that it is ram hungry and i would have to set it on boot every time.
I was thinking maybe editing something inside build prop.
I tried one code and wasnt able to get it working.
I want to force stop the lockscreen rotation,while maintaining rotation everywhere else.
Anybody know how i can achive this?
Thanks in advance.
Btw cm10.1 is great.
Bugs are still present but they are getting fixed. Just saying if anybody wants to try it out.
Sent from my XT925 using Tapatalk 4 Beta

hugodefcon said:
Hello, i am on cm 10.1 on a razr xt925
And i want to stop the lockscreen from auto rotating.
I have auto rotate checked under display so that i am able to rotate screen when i am on the browser and on facebook and stuff.
But the lockscreen rotates aswell, i want it to stop. The lockscreen always gets all crazy when unlocking when i have my phone tilted to its side or laydled flat.
Its really annoying and it takes me longer to unlock the phone.
I read somewhere that there is an app for this. But i would like to avoid this since i read that it is ram hungry and i would have to set it on boot every time.
I was thinking maybe editing something inside build prop.
I tried one code and wasnt able to get it working.
I want to force stop the lockscreen rotation,while maintaining rotation everywhere else.
Anybody know how i can achive this?
Thanks in advance.
Btw cm10.1 is great.
Bugs are still present but they are getting fixed. Just saying if anybody wants to try it out.
Sent from my XT925 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Hello! Please try Ultimate Rotation Control (It's a 7day trial but it has ˝lock screen rotation setting˝) or Rotation Locker!
https://play.google.com/store/apps/...?t=W251bGwsMSwxLDEsIm5sLmZhbWVpdC5yb3RhdGUiXQ..
https://play.google.com/store/apps/details?id=com.devasque.rotationlocker&feature=related_apps
Let me know what happened

six37 said:
Hello! Please try Ultimate Rotation Control (It's a 7day trial but it has ˝lock screen rotation setting˝) or Rotation Locker!
https://play.google.com/store/apps/...?t=W251bGwsMSwxLDEsIm5sLmZhbWVpdC5yb3RhdGUiXQ..
https://play.google.com/store/apps/details?id=com.devasque.rotationlocker&feature=related_apps
Let me know what happened
Click to expand...
Click to collapse
not really looking for an app.
somethat maybe could edit in build.prop

hugodefcon said:
not really looking for an app.
somethat maybe could edit in build.prop
Click to expand...
Click to collapse
Sorry! I just had a quick look on your question..
I'll try to figure it out because I have CM10.1 on older phone and I never noticed lock screen rotation anoyance..
For now try this:
Menu -> Settings -> CyanogenMod settings -> Display -> Rotate 180 degrees - This will disable the "upside-down" rotation

Related

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!

No Screen Rotation İssue

Hello,
I have HTC One X. No screen rotation since 2-3 days. settings right but i cant figure out problem. i restart and try safe mode.try calibrate g-sensor safe and normal mode but this is not work. what will i do?
ceyhan359 said:
Hello,
I have HTC One X. No screen rotation since 2-3 days. settings right but i cant figure out problem. i restart and try safe mode.try calibrate g-sensor safe and normal mode but this is not work. what will i do?
Click to expand...
Click to collapse
A stock HOX? You can't rotate the home screen by default in Sense. You need an app like Rotation Locker to force Sense to rotate. Are you having issues in any apps?
Sent from my One X using xda premium
stnguyen09 said:
A stock HOX? You can't rotate the home screen by default in Sense. You need an app like Rotation Locker to force Sense to rotate. Are you having issues in any apps?
Sent from my One X using xda premium
Click to expand...
Click to collapse
I can't rotate anyscreen. ex. gallery, browser. I try Rotation Locker. when ı chose landscape ı work, but chose auto only portrait mode can use. ı read somethings about this issue forums. this is issue maybe
You cant rotate anything? Maybe you just clicked auto-rotate off by accident. Go to settings, displays and gestures and see if auto-rotate is on
SkookDroid said:
You cant rotate anything? Maybe you just clicked auto-rotate off by accident. Go to settings, displays and gestures and see if auto-rotate is on
Click to expand...
Click to collapse
ı told i know settings, and auto rotate on. issue on g-sensör i think
Oh wow, you did say that :silly: If the issue is with the g-sensor maybe you can get a replacement
My problem solved but i dont know how i wait 1 week, then try calibrate G-sensor and it work. now my screen rotating :good:

[APP][2.3+] GMD Smart Rotate

Everyone knows how annoying default Android rotation algorithm can be. So we tried to come up with better solution and this is how GMD Smart Rotate was created. It is co-developed by me and Vitalij (developer of Touch Screen Tune).
Smart screen rotation using front facing camera.
Smart keeping screen on using front facing camera.
This application replaces default Android screen rotation and add smart features:
- Use front facing camera to evaluate your face position and decide if device screen needs to be rotated.
- Automatically keep screen turned on while you are looking at it (Full version only).
- Lock rotation in landscape or portrait.
- Force rotate applications that does not allow rotation by default.
- Set per application rotation preferences (Full version only).
- Easy rotation preference access by pressing default Android lock rotation toggle.
- Rotation preferences widget and launcher shortcuts.
- Clockwise and Counterclockwise rotation shortcuts.
- Integrates with GMD GestureControl and GMD SPen Control using shortcuts.
Development version - may contain bugs!
Tested and working on:
- Samsung Galaxy S
- Samsung Galaxy S2
- Samsung Galaxy S3
- Samsung Galaxy Tab 10.1
- Samsung Tab 7.7
- Samsung Note1
- Samsung Note2
- Nexus 7
- Xoom
- HTC One X
- Motorola Atrix
- Nexus S
- Galaxy Nexus, Verizon Galaxy Nexus
- Droid Incredible 2
- Sony Xperia
- Sony Xperia Mini Pro
Reserved...
Tried it on a P7500 tab and it doesn't work correctly. I get the correct toast message from the accelerometer (0, 90, 180, 270) but the screen doesn't turn, or, if it rotates, it remains on that position.
ungureanuc said:
Tried it on a P7500 tab and it doesn't work correctly. I get the correct toast message from the accelerometer (0, 90, 180, 270) but the screen doesn't turn, or, if it rotates, it remains on that position.
Click to expand...
Click to collapse
Is it in launcher? By default Smart Rotate does not force rotation in applications that do not support rotation (same way like Android default rotation). If you want to force it you have to check 'Force rotate'.
StupidIdea said:
Is it in launcher? By default Smart Rotate does not force rotation in applications that do not support rotation (same way like Android default rotation). If you want to force it you have to check 'Force rotate'.
Click to expand...
Click to collapse
No, is not in an app, I just installed the apk and I've found that "issue" on the default screen, using Apex Pro. But I have started Maxthon browser and had same issue. As I aid, toast indicates correct rotation message, but it doesn't rotate accordingly.
Thanks for quick reply and if there's anything else, I'd be glad to be considered a "tester".. :good:
I cannot install the app on my N7. But somehow the key to unlock it
But all I can say. Nice app. Keep on developing i like your other apps as well.
Sent from my Nexus 7 using xda premium
greivel2 said:
I cannot install the app on my N7. But somehow the key to unlock it
But all I can say. Nice app. Keep on developing i like your other apps as well.
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
Thats strange, I developed in on N7 but havent tried to download from market yet. I will upload apk to XDA when I'm home.
Same key will work, if anything.
ungureanuc said:
No, is not in an app, I just installed the apk and I've found that "issue" on the default screen, using Apex Pro. But I have started Maxthon browser and had same issue. As I aid, toast indicates correct rotation message, but it doesn't rotate accordingly.
Thanks for quick reply and if there's anything else, I'd be glad to be considered a "tester".. :good:
Click to expand...
Click to collapse
Could you try unchecking 'Smart Rotate use camera". I'm wondering if camera fails to get image. There are some technical difficulties acquiring image without keeping camera locked, but we solved it on every device we had available for testing. I will try to get my hands on P7500 and check what is going on. What ROM you use?
StupidIdea said:
Thats strange, I developed in on N7 but havent tried to download from market yet. I will upload apk to XDA when I'm home.
Same key will work, if anything.
Could you try unchecking 'Smart Rotate use camera". I'm wondering if camera fails to get image. There are some technical difficulties acquiring image without keeping camera locked, but we solved it on every device we had available for testing. I will try to get my hands on P7500 and check what is going on. What ROM you use?
Click to expand...
Click to collapse
Using Toldo's v7. (ICS). I'll try your suggestion and report back.
LE With "smart rotate using camera" off, it rotates normally, except the position 180° (upside down); here it turns to normal position (0*°). As said, the toast message display correct position of the rotation.
The same in maxthon browser.
L. L. E.g. forgot to mention, with "smart rotate using camera" enabled, the tab freezes and had to reset by button.
I too am using a galaxy tab 10.1 (P7500) on the CM10 nightlies
and the screen sticks when Smart rotate using camera is checked
can you add an auto landscape/portrait(only landscape or only portrait)
and it doesn't rotate 180
DHM47 said:
I too am using a galaxy tan 10.1 (P7500) on the CM10 nightlies
and the screen sticks when Smart rotate using camera is checked
can you add an auto landscape/portrait(only landscape or only portrait)
Click to expand...
Click to collapse
Click notification to open rotation dialog.
You can choose auto rotate, portrait or landscape. If you check 'Force" it will rotate even apps that do not support rotation.
If you check 'Default for this app" it will remember this setting for current application only.
Is this what you were looking for?
I have an idea what might be wrong with camera I will upload test version when I'm home.
Nice, really appreciate you porting the few (only?) Samsung features I actually like: do you need a hand with app translation (Italian over here)? Maybe you opened a getlocalization.org project already?
teorouge said:
Nice, really appreciate you porting the few (only?) Samsung features I actually like: do you need a hand with app translation (Italian over here)? Maybe you opened a getlocalization.org project already?
Click to expand...
Click to collapse
Great idea, I will open a project there and post it here. Thanks.
ungureanuc said:
Tried it on a P7500 tab and it doesn't work correctly. I get the correct toast message from the accelerometer (0, 90, 180, 270) but the screen doesn't turn, or, if it rotates, it remains on that position.
Click to expand...
Click to collapse
I have the same problem. When smart rotate using camera is on apps don't rotate. Or if they do, they remain in the same position.
When smart rotate using camera is switched off apps rotate. But it also rotates the home, while force rotate is unchecked in options. And I have not set defaults for any app yet.
One more question: when you open default settings a small dialog appears with 4 buttons. What's the last one on the right for?
Thanks for another smart idea!
Sent from my EndeavorU using xda premium
tiho5 said:
I have the same problem. When smart rotate using camera is on apps don't rotate. Or if they do, they remain in the same position.
When smart rotate using camera is switched off apps rotate. But it also rotates the home, while force rotate is unchecked in options. And I have not set defaults for any app yet.
One more question: when you open default settings a small dialog appears with 4 buttons. What's the last one on the right for?
Thanks for another smart idea!
Sent from my EndeavorU using xda premium
Click to expand...
Click to collapse
If your launcher supports rotation then it does rotate even without "force". You can still set per app setting for launcher. Last button opens application preferences. This is mostly useful if you want to manage per app settings for all apps.
StupidIdea said:
If your launcher supports rotation then it does rotate even without "force". You can still set per app setting for launcher. Last button opens application preferences. This is mostly useful if you want to manage per app settings for all apps.
Click to expand...
Click to collapse
No, my launcher is not supporting rotation but is rotated.
Sent from my EndeavorU using xda premium
tiho5 said:
No, my launcher is not supporting rotation but is rotated.
Sent from my EndeavorU using xda premium
Click to expand...
Click to collapse
Thank I already know why it is happening. Will fix it later today
StupidIdea said:
Click notification to open rotation dialog.
You can choose auto rotate, portrait or landscape. If you check 'Force" it will rotate even apps that do not support rotation.
If you check 'Default for this app" it will remember this setting for current application only.
Is this what you were looking for?
I have an idea what might be wrong with camera I will upload test version when I'm home.
Click to expand...
Click to collapse
Sorry what i meant was the 180 rotation (reverse landscape )
DHM47 said:
Sorry what i meant was the 180 rotation (reverse landscape )
Click to expand...
Click to collapse
If you set for example Portrait then application will automatically rotate by 180 degree to inverse Portrait and back according to accelerometer. However if your device does not support inverse or application does not support rotation you have to check 'Force'. Same for Landscape.
Is that what you were looking for?
Update to 1.1
Update:
1.1
- Fixed: camera detection was not working on some devices.
- Do not rotate Home screen if it does not support rotation and "force" is not checked.
Uploaded APK in first post. Suspended market application till issues are solved.
StupidIdea said:
Update:
1.1
- Fixed: camera detection was not working on some devices.
- Do not rotate Home screen if it does not support rotation and "force" is not checked.
Updated Play Store and attached APK in first post.
Click to expand...
Click to collapse
Now it works with "smart rotate use camera", except for 180°, it stays on 0° (accelerometer and camera toast messages shows 180°).
L.E. Found something else... When I want to type something, even it is a mail, in browser or sms the tab is freezing with swype and the SmartRotate shuts down. Switched to default Samsung keyboard, the app doesn't freeze the tab, but now i cannot switch to other input method (from the status bar quick icon).
I also tried to force rotate the app "Awesome On Off" which is by default in portrait mode, the app is not switching to landscape and the SmartRotate app is shutting down...

[Q] [KatKiss] screen wont rotate

just flashed latest KatKiss rom, its very fast, but I cannot seem to get thescreen to rotate. I have auto-rotation turned on, tried on and off, but no luck. Any ideas?
Welcome to the forum!
are you docked? If so, it wont rotate. You must be undocked and it should work just fine. If not, perhaps your accelerometer is broken. Use CPU-Z from the Play Store to look at the feedback from your accelerometers.
Sorry I was away for a while... No not docked...
I ended up installing an App from the store... Acreen Rotation Control and setting it to Auto and now everything works fine. Not sure why I had to do that, but it's working and that is good enough for me.
Thanks.
tbackus said:
Sorry I was away for a while... No not docked...
I ended up installing an App from the store... Acreen Rotation Control and setting it to Auto and now everything works fine. Not sure why I had to do that, but it's working and that is good enough for me.
Thanks.
Click to expand...
Click to collapse
I'm having the same issue. I "solved" as you did, but it kind you sucks in my opinion. I'm using 4.3 build 020.
I'd suggest uninstalling the app and then getting a logcat (see the how to report link in the KatKiss thread) and send that to Tim to see what is preventing rotation.
Only 2 users out of probably 5k+ users have reported this issue.
for me some apps are just "sideways apps". what can you do? I just use rotation locker for that portrait mode. not sure what else to do. :sly:
Yeah, but mine has been rock solid since flashing and using the Screen Rotation Control app.
mmm...
frederuco said:
I'd suggest uninstalling the app and then getting a logcat (see the how to report link in the KatKiss thread) and send that to Tim to see what is preventing rotation.
Only 2 users out of probably 5k+ users have reported this issue.
Click to expand...
Click to collapse
Got the same issue...
exigez said:
Got the same issue...
Click to expand...
Click to collapse
Got similar behaviour.
Using KatKiss 4.4.2 #23 -- it can rotate the screen, but when I try to lock it in the desired position (using the "quick tile") the tile briefly flashes and the screen gets on landscape mode again.
I see it's not related to the tile, since the same happens if I get to the rotation settings on Android's "Configurations". Tried using a program from Google Play to set it (sorry, can't remember its name) and it didn't work either.
Hoping @timduru may take a look at this...
ChristianHG said:
Got similar behaviour.
Using KatKiss 4.4.2 #23 -- it can rotate the screen, but when I try to lock it in the desired position (using the "quick tile") the tile briefly flashes and the screen gets on landscape mode again.
I see it's not related to the tile, since the same happens if I get to the rotation settings on Android's "Configurations". Tried using a program from Google Play to set it (sorry, can't remember its name) and it didn't work either.
Hoping @timduru may take a look at this...
Click to expand...
Click to collapse
This one works fine
https://play.google.com/store/apps/details?id=ui.robot.rotate
*Detection* said:
This one works fine
Click to expand...
Click to collapse
Thanks, but that's exactly the one I tried -- didn't work unfortunately.
Well, just tried latest version, KK 4.4.2_r2 #024, still no luck.
So here are the three asked logfiles.
Steps to reproduce the problem:
Autorotation is enabled, and I'm using the tablet in landscape mode. Turned it right (ie, counter-clockwise), worked as it should (screen rotated).
Then I opened the "tiles menu" (the one in the right upper corner, below the clock) and pressed the rotation tile.
It briefly changes to the "locked” icon, but turns again to the "normal" one and puts the tablet again in landscape mode!
Interesting enough, the menu remains opened but the icon is seen as the "locked" one.
By the way -- tested undocked.
Many thanks @timduru -- apart that it's an outstanding ROM. Hope to hear you soon. :good:
Update: auto-rotation working as expected on KatKiss 4.4.2 version #026, no additional software needed -- many thanks @timduru!
Hi,
I recently updated my TF101 to KatKiss 6.0.18. Since then, have the same problem with screen not rotating. Tried installing several applications that should rotate, but this does not solve the problem.
Tried also the "dropping the tablet" trick recommended by some on Google, but this also without any success. With the Check Sensor app, values remain to 0. Everything was fine beforehand with KK 4.4.
Any hint ?
Thanks

Always on Display Landscape Mode

I decided to open this thread due to the fact that the Galaxy s7 Edge Always on Display does not recognize/rotate in landscape mode when the screen is off.
For some it may not matter. For others it will. For me it matters.
Now I was able to achieve landscape mode on my Lockscreen
Adding these two lines to build.prop:
log.tag.launcher_force_rotate=VERBOSE
lockscreen.rot_override=true
Also I achieved Landscape on my launcher with Nova Launcher, then in settings, look and feel I enabled auto rotate.
As for the always on Display I have not been able to find any information.
If anyone has any information on the subject it would be greatly appreciated.
Thanks.
Demonstration video below (YouTube):
https://youtu.be/5ARSmmi4hTA
Leonidas87 said:
I decided to open this thread due to the fact that the Galaxy s7 Edge Always on Display does not recognize/rotate in landscape mode when the screen is off.
For some it may not matter. For others it will. For me it matters.
Now I was able to achieve landscape mode on my Lockscreen
Adding these two lines to build.prop:
log.tag.launcher_force_rotate=VERBOSE
lockscreen.rot_override=true
Also I achieved Landscape on my launcher with Nova Launcher, then in settings, look and feel I enabled auto rotate.
As for the always on Display I have not been able to find any information.
If anyone has any information on the subject it would be greatly appreciated.
Thanks.
Demonstration video below (YouTube):
https://youtu.be/5ARSmmi4hTA
Click to expand...
Click to collapse
How can i activate auto rotation to landscape mode in touchwiz? Not only in a app
Skickat från min SM-G935F via Tapatalk
hasek82 said:
How can i activate auto rotation to landscape mode in touchwiz? Not only in a app
Skickat från min SM-G935F via Tapatalk
Click to expand...
Click to collapse
Not sure just yet. This method does not work with touchwiz unfortunately.
At one point I could rotate my display in any direction (even upside down) and always on display, as well as touchwiz, would rotate. For some reason that no longer works. I guess a bug gave me what I wanted for a bit. The camera app can be used upside down and you can temporarily use the phone upside down after closing the camera app but it doesn't seem to effect Always On Diaplay. I want to use my phone as an alarm clock on a stand, preferably in landscape so this is a disappointment.
gdude2307 said:
At one point I could rotate my display in any direction (even upside down) and always on display, as well as touchwiz, would rotate. For some reason that no longer works. I guess a bug gave me what I wanted for a bit. The camera app can be used upside down and you can temporarily use the phone upside down after closing the camera app but it doesn't seem to effect Always On Diaplay. I want to use my phone as an alarm clock on a stand, preferably in landscape so this is a disappointment.
Click to expand...
Click to collapse
I'm sure all in due time and if we all spread the word and gain interest we can make this happen. Just have to figure out the proper resources and direction to take to remedy the issue.
Would be nice if samsung just enabled rotation support for always on display and Lockscreen.
I'm using
https://play.google.com/store/apps/details?id=nl.fameit.rotate
For autorotate. Works for touchwiz and lockscreen.
Unfortunately not for Always on screen
kingchris said:
I'm using
https://play.google.com/store/apps/details?id=nl.fameit.rotate
For autorotate. Works for touchwiz and lockscreen.
Unfortunately not for Always on screen
Click to expand...
Click to collapse
Haha I use to use that a long time ago. Really brings me back to see that app.
Leonidas87 said:
Haha I use to use that a long time ago. Really brings me back to see that app.
Click to expand...
Click to collapse
Me too. Used this app in the past with my s3/s4 and my first mirrorlink radio
Under display turn Always on off and try turning on night clock I like it better than always on
the night clock is to dark at daylight
I've developed an android app for bringing Always On to all android devices with AMOLED screens. It's called "Always On: Ambient Clock" . And it does support landscape mode.
I can't post a link now since I have only 5 posts but you can search for it on Play Store.
Needs the ability for everything being displayed to move random after about a minute. For it to stay stationary is not good for the display.
Also it prevents the wave to wake feature from working on samsung devices.
Needs some work.
Leonidas87 said:
Needs the ability for everything being displayed to move random after about a minute. For it to stay stationary is not good for the display.
Also it prevents the wave to wake feature from working on samsung devices.
Needs some work.
Click to expand...
Click to collapse
Hi, I just pushed an update for fixing burn-in issue.
I don't think it's possible to add the wave to unlock feature as the proximity sensor is used to detect if the device is in pocket or flipped.
Sent from my SM-N920C using XDA-Developers mobile app
Turki Alkhateeb said:
Hi, I just pushed an update for fixing burn-in issue.
I don't think it's possible to add the wave to unlock feature as the proximity sensor is used to detect if the device is in pocket or flipped.
Sent from my SM-N920C using XDA-Developers mobile app
Click to expand...
Click to collapse
I think if you set a slight delay for in pocket detection may help. Or make it less sensitive, it goes black if I just hover my hand over the screen. Should be a delay or less chance of accidently enabling it.
Samsung has it on the s7 edge that you can have pocket detection and wave to wake.
Must be a way around it.
What is the font of the Samsung default clock?
Thanks in advance
Figured out a workaround.
I realize this post is almost a year old but I have discovered a workaround, at least for the Photo Frame option of the Always On Display. If you make a separate album in your photo gallery with your pictures ROTATED to landscape orientation, and then assign that specific album, it will work.
nice app - just installed it -anyone know if the battery usage / screen burnin issues on this are better / worse than the s8 always-on?
I really appreciate the landscape - hate in the middle of the night the night to see it sideways
Found a way if your rooted
Leonidas87 said:
I decided to open this thread due to the fact that the Galaxy s7 Edge Always on Display does not recognize/rotate in landscape mode when the screen is off.
For some it may not matter. For others it will. For me it matters.
Now I was able to achieve landscape mode on my Lockscreen
Adding these two lines to build.prop:
log.tag.launcher_force_rotate=VERBOSE
lockscreen.rot_override=true
Also I achieved Landscape on my launcher with Nova Launcher, then in settings, look and feel I enabled auto rotate.
As for the always on Display I have not been able to find any information.
If anyone has any information on the subject it would be greatly appreciated.
Thanks.
Click to expand...
Click to collapse
If you are rooted and have Xposed installer go ahead and get gravity box and enable lock screen rotation it should work it worked for me on my Galaxy S6

Categories

Resources