cover screen timeout - Samsung Galaxy Z Flip Questions & Answers

Hi guys,
Is there really no way to extend the amount of time the cover screen is active? It seems crazy for the display to turn off in the middle of scrolling a notification!
Cheers,
Ffiren

Agree! Not giving the option to "always on" and "timout" limits the z flip by far!!

how has no one came up with a solution for this?!

I would just like the name of the caller - when it switches to answer or reject I can no longer see who I am rejecting...phone in the pocket it's too late at that point. Very frustrating.

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.

Why can't the screen act as in iPhone during conversation????

I find this behavior of my touch pro irritating and stupid. The screen goes off during coversation. We all know that. And we know that we can tweak it via the registry not to go off at all.
But WHY can't it just act like my wife's iPhone does? The iPhone turns the screen off during conversation by using the LIGHT DETECTOR. So when you put it near your ear screen goes off and immediately returns when you move the phone away from your ear. I am using my wife's iphone a lot and I can say this behavior works excellent, flawless and so much better than the Touch Pro, where it's either goes off and I have to click on a button each time to turn it on again. Or just leave the LCD on even I talk for half an hour. Did anyone fix that ?
Look for Touch InCall Screen Tweak.
Check the options for:
"Ignore Light Sensor"
"Ignore First Screen Off"
and I believe it'll work how you want it to.
unless one talk for a long time turning on and off the lcd backlight would most likely use more power then having it on during the call these devices don't have led backlight or use oled
so there is still a neon backlight type of thing I believe
and they use most power when turning on
mindfrost82 said:
Look for Touch InCall Screen Tweak.
Check the options for:
"Ignore Light Sensor"
"Ignore First Screen Off"
and I believe it'll work how you want it to.
Click to expand...
Click to collapse
I just want to second this. The behavior you describe really annoyed my about my fuze as well, when I had been using a Samsung Eternity that operated similar to the iPhone (detected when it was at your ear to turn off screen).
Get the program mindfrost said, it works like a charm! You can even make the phone automatically turn to speakerphone when you sit it face down mid-call, and go back to normal when you pick it back up! It's an excellent add-on.
I don' understand one thing. Why do we check Ignore Light Sensor? I have the program, my phone now works like an iphone with the settings you described but that option is throwing me for aloop
I went to the thread for the app and found that the app is working a bit different than I thought. I do enjoy this app. Nuts that this isn't an out of the box type behaviour.
the iphone doesnt use the ambient light sensor, it uses the proximity sensor which the touch pro doesnt have. if you tilt it up to the sunlight you can see 3 black spots on the iphone. one that is the light sensor, a proximity beam and sensor. it can tell if an object like your face is too close to use the screen and turns it off during a call.
The Jack of Clubs said:
the iphone doesnt use the ambient light sensor, it uses the proximity sensor which the touch pro doesnt have. if you tilt it up to the sunlight you can see 3 black spots on the iphone. one that is the light sensor, a proximity beam and sensor. it can tell if an object like your face is too close to use the screen and turns it off during a call.
Click to expand...
Click to collapse
Thanks for all replies. I will try Touch InCall that you guys suggested.
Jack : I didn't know that. That seems like a smart thing to do, better than using the light sensor I wonder why the HTC guys didn't think about that being that the HTC devices are more expensive, newer and should have better tech. Oh well
I'm a bit curious why everybody wants their screen to remain on while they are talking on the phone. Do you like to press the screen with your cheek while you're talking? What do you need to look at the screen for? I've always had the option of turning the screen off while talking enabled.
pennywisdom said:
I'm a bit curious why everybody wants their screen to remain on while they are talking on the phone. Do you like to press the screen with your cheek while you're talking? What do you need to look at the screen for? I've always had the option of turning the screen off while talking enabled.
Click to expand...
Click to collapse
I don't think anyone is saying that - they want the screen to turn off when the phone is against their face, and turn on if the phone is moved, to type in numbers, take notes, etc.
DaveLinger said:
I don't think anyone is saying that - they want the screen to turn off when the phone is against their face, and turn on if the phone is moved, to type in numbers, take notes, etc.
Click to expand...
Click to collapse
Yep. That's correct
DaveLinger said:
I don't think anyone is saying that - they want the screen to turn off when the phone is against their face, and turn on if the phone is moved, to type in numbers, take notes, etc.
Click to expand...
Click to collapse
I guess the impression I got from the Tilt (which doesn't have a light sensor) and the users of the Tilt, they didn't like the screen to blank during a call. I always turn my screen off with the power button if I have to while I'm on the phone so I never understood why they wanted it to stay on.
I think the problem with using the photo sensor reading is that if it is dark, you'll never get the screen to turn back on, even if you pull the phone away from your ear.
On the Raphael/Touch Pro perhaps the improved screen sensitivity and the non-bezelled screen makes for ear shenanigans while ear mashing.
I could get away with ear mashing on the Tilt and the Wizard.
What if you are using bluetooth in the car?

Disable the activation by rotating the bezel

Hi there,
i'm new on the Gear S2 and i'm happy with, but one thing is a "problem" for me.
When i go to sleep, the watch often activate the display, because my bed is rotating the bezel
Is there an app, with i can disable the activation by rotating the bezel?
Best regards

How to get "ScreenSaver" while the S3 Fronteir is on "Always On"

While I had my my AT&T S3 Frontier LTE watch set to "Always On" I was getting something like a "Screensaver" which consisted of just the hour and minutes hands in white on a black background. It came on after the watch display dimmed and after the display time out. This happened while using the Chronograph+ (default) watch face. It was a distinctive + useful screen face that probably saved me some battery life. Now the displays dims after the time out and then it turns completely off (black). After I power cycled the S3 yesterday, I stopped getting this "Screensaver" and can't find the settings combination that will get this "screensaver" back. Does anyone know what I'm talking about and how to get it back?
tamanaco said:
While I had my my AT&T S3 Frontier LTE watch set to "Always On" I was getting something like a "Screensaver" which consisted of just the hour and minutes hands in white on a black background. It came on after the watch display dimmed and after the display time out. This happened while using the Chronograph+ (default) watch face. It was a distinctive + useful screen face that probably saved me some battery life. Now the displays dims after the time out and then it turns completely off (black). After I power cycled the S3 yesterday, I stopped getting this "Screensaver" and can't find the settings combination that will get this "screensaver" back. Does anyone know what I'm talking about and how to get it back?
Click to expand...
Click to collapse
Enable Settings -> Style -> Watch Always On
tamanaco said:
While I had my my AT&T S3 Frontier LTE watch set to "Always On" I was getting something like a "Screensaver" which consisted of just the hour and minutes hands in white on a black background. It came on after the watch display dimmed and after the display time out. This happened while using the Chronograph+ (default) watch face. It was a distinctive + useful screen face that probably saved me some battery life. Now the displays dims after the time out and then it turns completely off (black). After I power cycled the S3 yesterday, I stopped getting this "Screensaver" and can't find the settings combination that will get this "screensaver" back. Does anyone know what I'm talking about and how to get it back?
Click to expand...
Click to collapse
I don't think I've really ever used the default faces. I know in a lot of the Watchmaker faces you can get a toned down face with maybe just the numbers and hands glowing when using AOD mode but I don't know about the default faces. In display settings there's a setting for auto low brightness that may affect that.
10urshin said:
Enable Settings -> Style -> Watch Always On
Click to expand...
Click to collapse
If you read the first sentence of my post you'd see that I'm already using this setting.
tamanaco said:
If you read the first sentence of my post you'd see that I'm already using this setting.
Click to expand...
Click to collapse
Yea i have read it. Not just first sentence but I also read the whole thing, you must admit it is not really making much sense. "Screensaver"? There is no such thing on this watch, only AOD and "Now the displays dims after the time out and then it turns completely off (black)." this sentence perfectly describes the AOD off behavior. So i thought it worth mentioning.
Only other thing that comes to my mind is default analog AOD watchface(attachment) which is something watch shows if the current watchface does not support AOD. But since you stated that you were getting your "screensaver" on Chronograph+ which supports AOD, it doesn't really make sense either.
Anyway hope you'll find your answer.
I also saw this "screensaver" mode in a review video somewhere, but I have not been able to locate it again. Once I find it, I'll post a screenshot of it.
tamanaco said:
While I had my my AT&T S3 Frontier LTE watch set to "Always On" I was getting something like a "Screensaver" which consisted of just the hour and minutes hands in white on a black background. It came on after the watch display dimmed and after the display time out. This happened while using the Chronograph+ (default) watch face. It was a distinctive + useful screen face that probably saved me some battery life. Now the displays dims after the time out and then it turns completely off (black). After I power cycled the S3 yesterday, I stopped getting this "Screensaver" and can't find the settings combination that will get this "screensaver" back. Does anyone know what I'm talking about and how to get it back?
Click to expand...
Click to collapse
Thinking more about it, I don't think the AOD is even supposed to remain on all the time. That has been a major complaint, the AOD mode not being actually AOD. What you're experiencing now isn't normal and there should be no setting to change that. If you want to set up the watch again, you might try resetting it. That's assuming you've already tried just restarting it.
What comes to my mind with "Watch always on" (or "Always On Display", AOD) and having screen completely black is if watch thought at some point that you weren`t wearing it - only in that case should the screen go completely black with AOD set, otherwise it should, well, keep "always on display", that`s the point of the setting
When you take the watch off your hand, then it goes blank even though AOD setting is still active - watch is "playing it smart" to preserve battery life in case where you`re not actively using it.
But, it`s possible for the watch to (wrongly) think that you`re not wearing it even when you do, thus turning the screen off when it should otherwise be in AOD mode (as set). For example, it can happen when your wrist band is a bit loose so the heart rate sensor has issues reading your pulse, or when the heart rate sensor itself is smudgy or otherwise blocked to make the valid reading - some people with tattoos reported that AOD doesn`t really work for them, having the screen constantly turning off (tattoo effectively confusing the heart rate sensor reading).
This is especially troublesome if you`re using "Samsung Pay", where the watch asks for you PIN in order to unlock itself every-single-time, as it`s thinking that you didn`t wear it in the meantime...
All this said, from what you described, it looks like AOD doesn`t work for you at all anymore, as what you seem to call "Screensaver" is actually AOD - a dimmed and more simple version of the watch, whose main purpose is to spare the battery while still providing a bit more realistic feel, having the watchface shown all the time.
There is additional "trick" to trigger AOD mode (once you have the setting configured), besides simply waiting for some (configured) time to pass by - just cover the watch with your palm for a few seconds, and it should fall back to AOD mode. If the screen goes blank instead, you might have an issue with the watch.
It would be good to have some default watchface in use when you`re trying AOD (like mentioned Chronograph+), just to opt out a possibly "broken" third-party watchface, and you could also check if "S Health" heart-rate reading works for you, starting a heart-rate readout manually (you can use a widget for that as well).
If the issue is still there, you may try restarting the watch again, or eventually soft (or factory) resetting might be a thing to go for, too, though you`ll have to setup the watch again, as already mentioned.
I have seen the exact same behavior. My AOD will suddenly become black and white, while normally it is full color, and any app icons that are usually on the AOD disappear. When the watch is active (by turning wrist or touching the screen), the full color face returns and looks normal - it is only the AOD that is always B&W. The difference for me is that I don't like it and I would like to figure out how to get it to stop happening.
I've had the watch for about 2 months and it has happened to me 3 times with different watch faces. It lasts from several hours to more than a day. I have changed every related face setting, changed faces, changed face settings, AOD settings, restarted, and reset the watch completely (and restore), but it still happens. The only thing that I've noticed may help (may be coincidence) is that it will stay indefinitely until I power cycle the watch. After restarting, the AOD remains black and white for a few hours and then suddenly the color AOD will return. Next time it happens I will take a pic.
I'm actually somewhat relieved that I'm not the only one who has seen this because my googling revealed next to nothing. I don't know if I would call this a screensaver, but it would be nice to be able to control it.
annulation said:
I'm actually somewhat relieved that I'm not the only one who has seen this because my googling revealed next to nothing. I don't know if I would call this a screensaver, but it would be nice to be able to control it.
Click to expand...
Click to collapse
I knew I was not seeing things... please take a picture if it happens again, so that we can have a reference image. I'll do the same if it happens to me again. In certain situations... I actually like just having the hour and minute hands in "brightish" white on black background. Like you, I would also like to control it. I thought it was a "screensaver-like" feature as the watch face turns mostly black. But as you say, it might be a glitch... it has not happened to me since I last power cycled the S3.
Low Color AOD
I finally figured it out.
The behavior is called "Low Color AOD" and "High Color AOD". It is controllable by swiping from the right side of the screen near 5 o'clock straight up. This consistently toggles it for me, and a popup message shows a message saying either "Low Color AOD" or "High Color AOD". See pics attached (sorry, don't know how to rotate them).
Pics:
1. Low Color AOD
2. High Color AOD
3. popup message Low Color AOD
4. popup message High Color AOD
Only some faces support this behavior. For me, "Low Color AOD" always means monochrome B&W and no app icons.
PS - this face is called "Stylish Set" and the creator gives free coupons for it if you email him. It is one of the few faces I've found that shows day/date, with temperature and battery.
As mentioned, the function described is dependent on the functionality of each watch face independent of the watch itself. If a given watch face supports it, it can be accessed. The "always on" function also depends on the capabilities of each watch face. Some have customized always on displays, and some do not (generic). The watch will go black if it senses it is not against the skin (the sensor on the back). This will also cause the watch to lock again and require the security code to re-activate. If a band is too loose, the watch can falsely think it has been taken off. The time that the watch face itself is on can be extended with an app called "Flaunt" available from the Galaxy app store. It can extend the original watch face active time to 30 minutes. It can then be re-activated to extend for other 30 minute time periods. Of course it does impact the battery life.

Question Notification on outer screen with AOD off

Not sure if this is possible, but thought I would ask. I have AOD off (save battery) but would love to have just the yellow notification dot appear when I have an email or text. Anyway to make that happen?
Thanks
ghebb_ns said:
Not sure if this is possible, but thought I would ask. I have AOD off (save battery) but would love to have just the yellow notification dot appear when I have an email or text. Anyway to make that happen?
Thanks
Click to expand...
Click to collapse
Settings -> Cover screen -> Turn on screen for notifications
twistedumbrella said:
Settings -> Cover screen -> Turn on screen for notifications
Click to expand...
Click to collapse
Thanks but does that keep the dot on or just for 15 seconds? What I would like is to be able to look down at my phone (even if I have left it for awhile) and see if I have a message.
I was literally just thinking this! I also have AoD off to save battery. Would love to have a pixel(s) that flash around the screen randomly if/when you have a notification.
Not sure about that. Possibly an app? I don't know that edge lighting is "smart" in that it swaps to the cover.
There are a few apps in the playstore that do this but for regular phones. Will try a couple and see if they can be used on the cover screen
D4rk4 said:
I was literally just thinking this! I also have AoD off to save battery. Would love to have a pixel(s) that flash around the screen randomly if/when you have a notification.
Click to expand...
Click to collapse
Tap on AOD should use very little battery in standby. On my N10+ it's around .5%@hr with internet/phone enabled.
Quiet time is healthy for you... being available 24/7 is no blessing at all. After I go to bed I rarely look at the phone.
Audible/tactile notifications may be an option in standby too.
There's Edge lighting but that was always less than reliable even with the display on
D4rk4 said:
There are a few apps in the playstore that do this but for regular phones. Will try a couple and see if they can be used on the cover screen
Click to expand...
Click to collapse
As long as none of them target a specific display, it should be possible.
Might be worth taking a look at the fold or previous flip to see if they had a solution. Basically any phone that has a cover screen
I found this on the first flip thread:
Notification light in cover display
Hi people, got notification light working on Z Flip with Tasker :) You can modify icon and text its showing. Basically notification of your choice (WA, Telegram, etc. ) triggers it, then Tasker issues notification in every 2 sec. as long as...
forum.xda-developers.com
It is almost one year, since my first Flip 5G, I am trying to find a solution to have a permanent dot notification on outer screen, no party.
Now with Flip 3, same story.
I do not understand why a developer isn't willing to create an app for that.
I would pay and others would do, as me...
Just tap the screen once and you'll see the dot, double tap to fully wake it up.
I wrote "permanent", meaning that the dot is continuously blinking even with screen off in case of a notification.
In the oneui4 release notes it says it can turn the AOD ON when there is a notification. Im hoping that does what it sounds like because I miss this as well.
The app aodnotify works on the Z Flip3, at least enough to be useful.
Basically you set it up so always on display is off unless a notification is received. Then set it so the screen will turn on and stay on for however long you want. That will make the exterior screen turn on (assuming the phone is closed) for the time you set. I set mine to 2 min and it hasn't had any real effect on battery life. If the phone is open then it can still do edge lighting, blinking dot etc on the main display.
If it wasn't for aodnotify I'd never know when I have a notification unless I stared at the phone all day but with the screen staying on for 2 min I usually notice because I'll catch it in my peripheral vision or when I glance at it.
Recently someone posted code to control the exterior display. It's located here..
Cover Screen Support Campaign
Samsung has done it again with the proprietary meta-data and added their own requirements on using apps on the cover screen, not unlike their silly tags for VR and multi-window. Do you use an app that wouldn't cause any privacy concerns on the...
forum.xda-developers.com
I'm hoping @Jawomo (dev of aodnotify) will use it to add support for the z Flip3 and future versions of this phone so we can get edge lighting on the exterior screen.

Categories

Resources