Prevent distracted walking - Samsung Galaxy S9+ Guides, News, & Discussion

I see the s9+ can tell if I'm looking at the screen, and it can also act as a pedometer to tell if I'm walking.
Obviously it should combine those two features to make the screen lock with the message "Hey! Don't look at me, look where you are going!" when you are walking and staring at the screen at the same time :laugh:

Lol I could see this being an annoying piece of software that takes root to disable one day.

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.

Watchfaces instructions for MN2

Hello, I've been using my MN2 for a very long time now but yesterday I was curious how other watchfaces work because since purchase, I've been using only the first one.
Obviously I understand that "double-tap" instruction for first six watchfaces, knock-knock and the watch wakes up.
But I'd like to know more about the other ones - three "movement" sensitive and one "horizontal position" sensitive. The instructions to wake the watch up by movement or raising a hand makes me a little bit confused. I don't really know how to read the time without shaking my hand which looks pretty stupid.
Especially the last watchface makes me think it's useless but I'm sure it's not. I can't figure out how the hell can I wake the watch up by following this instruction - "Turn watch towards you on horizontal arm to read time". I turn the watch towards me horizontally while wearing on my wrist and nothing happens
Could you help me or at least write some more accurate instructions?
Cheers!
My phone is T. Xperia T.
Back when I had my MN2, the best way to see the watch was to beat on it with a large club, or press the button. I usually pressed the button.
Waking up the watch to see the time was so difficult, that was my number one complaint. I never did see any differences with the different watch faces that were supposed to work differently.
I have been using the watchface that "should" activate the screen when you point the watch to your face (a.k.a. place the watch upwards). The cruel fact is that it doesn't work as intended.
I usually have to point the watch away and then point it back to my face repeatedly, even after that I usually end up just pressing the power button, because it's just easier.
I personally have no Idea how the people at sony usually check the time on their watch, since I at least expect that the motion control worked for them.

Initial impression - good potential, poor execution

I may have a lemon S2 Classic. 24 hours in and there are 3 relatively bad issues:
- Pedometer step counter does not work AT ALL. Wore watch all day and it shows I took *zero* steps.
- Heartbeat measuring is a major fail. Click the icon, and the resulting curve is erratic & all over the place. Never even locks on a heart rate and eventually gets to a "try again" button every single time.
- I have display set to always on. After a few seconds, it reverts to a plain black display with clock hands only. No other features. I can live with that, but wait a few minutes more and the screen goes completely black until I touch it or shake it to wake it back up.
I'm hoping someone can point out tips that mean some of this stuff is just user error, but I've spent a ton of time combing the settings both inside the watch as well as inside the phone app. HTC One M9, by the way, and the BT paired without a problem. Thinking Best Buy is about to get a watch returned! Thoughts on what I'm missing?
Sounds like you have a bad unit. My steps have been as accurate as any other wearable I've used. The heart rate monitor is excellent (you need to wear it snug though)... I can't comment on the ambient display as I don't use it
Sent from my A0001 using Tapatalk
I think You should return it - the problems You mentioned don't occur on my S2c.
The pedometer is not perfect, at least not before You make more than ~10 steps. If less, the smartwatch is not recording it (as far as I read, it suppose to work like that, cause devs implemented it to be 'eco-energy' and not start recording with every move). But in daily use it works fine for me.
Heartbeat sensor should record fine, maybe the grip on the belt is to loose? Try to make some activity with sHealth and observe if the sensor records anything.
About display - if You choose from settings 'always on' it WILL show only plain black display with clock hands. That's how it suppose to work If You are interested in having the face always turned on then look in the Store for 'I am Alive' app.

AOD (Always On Display) Auto Off?

So apparently on Samsungs official news site , the AOD display has a sensor that will disable the AOD when it's placed inside a pocket or a bag (Why would your watch be in your pocket or bag instead of your wrist?). You would think this would also work if say you're wearing a long sleeve shirt. I have been unable to trigger this via long sleeve shirts and I don't have thin enough clothing to test the pocket, nor do I own a bag to test.
"The device’s 3-inch circular Super AMOLED display has a resolution of 360 x 360. Its 16 million colors, full color Always On Watch continuously shows the time rather than fading to black. The ambient light sensor helps to adjust the brightness of displayed information and works to automatically disable the Always On Watch when users can’t see the screen, such as when the watch is in a pocket or a bag. Users can opt to personalize their Always On Watch with customizable, interactive watch faces."
Who's willing to help me test this feature?
Naturesretard said:
So apparently on Samsungs official news site , the AOD display has a sensor that will disable the AOD when it's placed inside a pocket or a bag (Why would your watch be in your pocket or bag instead of your wrist?). You would think this would also work if say you're wearing a long sleeve shirt. I have been unable to trigger this via long sleeve shirts and I don't have thin enough clothing to test the pocket, nor do I own a bag to test.
"The device’s 3-inch circular Super AMOLED display has a resolution of 360 x 360. Its 16 million colors, full color Always On Watch continuously shows the time rather than fading to black. The ambient light sensor helps to adjust the brightness of displayed information and works to automatically disable the Always On Watch when users can’t see the screen, such as when the watch is in a pocket or a bag. Users can opt to personalize their Always On Watch with customizable, interactive watch faces."
Who's willing to help me test this feature?
Click to expand...
Click to collapse
Someone already posted on the forums about how their AOD wasn't working, and they found out it was because their strap was blocking their wrist from making contact with the sensor. I'm guessing that the heart rate sensor didn't sense a pulse and turned off the screen completely, or some other sensor all together.
Here's the link:
http://forum.xda-developers.com/gear-s3/help/problems-feature-t3507324/page2
My AOD also turns off when the watch determines that I'm sleeping and then requires a security pin.
Sent from my SM-G935P using Tapatalk
optimummind said:
My AOD also turns off when the watch determines that I'm sleeping and then requires a security pin.
Click to expand...
Click to collapse
My AOD works just fine. But it will not turn off when sleeping or covered. It senses my heartbeat just fine. Perhaps my unit is defective? How did you get it to turn it when sleeping, anything special?
Naturesretard said:
My AOD works just fine. But it will not turn off when sleeping or covered. It senses my heartbeat just fine. Perhaps my unit is defective? How did you get it to turn it when sleeping, anything special?
Click to expand...
Click to collapse
Nothing special. My Classic began to track my sleep automatically out of the box. After I wake up, I press a button or rotate the bezel then put in my pin. Shortly afterwards, I get an alert on the watch and it shows in numbers & a graph how long I slept and also shows me how long I was motionless, how long I had a little bit of movement, and how long I was restless.
When the watch is simply covered up by my longsleeve shirt or a jacket, my AOD doesn't turn off.
Sent from my SM-G935P using Tapatalk
It won't turn off AOD with long sleeves, because it knows you're wearing it. It only turns off if it's NOT on your wrist. Or when you're sleeping.
Did anyone install the new PK7 watch update on their Gear S3? Any issues with AOD? Like AOD not working or turning off despite the AOD setting being on?
Sent from my SM-G935P using Tapatalk
I just got my Frontier today, and I came here now looking for answers on the AOD feature i have been hearing about but have not witnessed as of yet... My watch goes completely black every time after about 4 to 5 second of inactivity. Like i said i was coming here now to XDA to find out if this was a config problem or what?? Two things I have seen here that may be an issue for me, 1 - i always wear long sleeve shirts, and 2 - i have always had trouble with the smart watch heart rate monitors getting a good pulse on my wrist. (This is my 5th smartwatch, 4th samsung) I did do all of the updates today when initially using watch. I have been wearing it about 8 hours. Hope this helps.
S1CAR1US said:
I just got my Frontier today, and I came here now looking for answers on the AOD feature i have been hearing about but have not witnessed as of yet... My watch goes completely black every time after about 4 to 5 second of inactivity. Like i said i was coming here now to XDA to find out if this was a config problem or what?? Two things I have seen here that may be an issue for me, 1 - i always wear long sleeve shirts, and 2 - i have always had trouble with the smart watch heart rate monitors getting a good pulse on my wrist. (This is my 5th smartwatch, 4th samsung) I did do all of the updates today when initially using watch. I have been wearing it about 8 hours. Hope this helps.
Click to expand...
Click to collapse
Settings > Style > Always on. Have you turned that on?
Also, it won't work if the watch isn't on your wrist.
Is there a way to increase the brightness of the AOD? Mine is hard to see unless I'm in a fairly dark room.
lyall29 said:
Is there a way to increase the brightness of the AOD? Mine is hard to see unless I'm in a fairly dark room.
Click to expand...
Click to collapse
No, I just kept gesture motion on.
kronium said:
No, I just kept gesture motion on.
Click to expand...
Click to collapse
That's my set up also.
lyall29 said:
Is there a way to increase the brightness of the AOD? Mine is hard to see unless I'm in a fairly dark room.
Click to expand...
Click to collapse
Try Settings, Display, Brightness.
gpmg762 said:
Try Settings, Display, Brightness.
Click to expand...
Click to collapse
Thanks, this does seem to be the only way to make the AOD brighter.
"Samsung Flaunt" is a widget you can install, i installed it on mine (you have to select it from widget once installed) as i found certain faces i have time out into a default (black face white hands and red second hand) i didnt want this, i wanted a face of my selection be it downloaded or a pre-installed face to remain on at all times especially if i go out, if you select the "Frontier" face (pre-installed) and have AOD Turned on you lose very little in quality / dimming when the time out kicks in, with "Samsung Flaunt" you install the widget and this then allows you to have the watch face on for up to 30 mins, However it will eat your battery, but then i can live with day to day charging, I like the idea of going out for a meal or a beer with pals and my face being on, i like the idea of a smart watch simulating a "real" watch look, as we all know there are thousands of faces we can select to show off.
S1CAR1US you can change the time out by going settings/Display/Screen Timeout/ then theres a choice of 15 seconds, 30 seconds, 1 minute or 5 minutes, if you select the desired time out, and go back to your normal face, by clicking your bezel one click left (notifications) and one click right (watch face) your face should remain on for that length of time, if this isn't long enough (wasn't for me) i used the "Samsung Flaunt" widget.
Rgds
Is it possible or not to set automatique disable AOD for exemple every day at 23 h to 07 h ?
[email protected] said:
Is it possible or not to set automatique disable AOD for exemple every day at 23 h to 07 h ?
Click to expand...
Click to collapse
Would be very useful, but it is not possible.
I mean you can't set it in system settings, but it is possible to use a "complication" in Gear Watch Designer.
I designed a couple of watch faces setting a complication to turn off AOD every night, was very simple.
slimsta said:
"Samsung Flaunt" is a widget you can install, i installed it on mine (you have to select it from widget once installed) as i found certain faces i have time out into a default (black face white hands and red second hand) i didnt want this, i wanted a face of my selection be it downloaded or a pre-installed face to remain on at all times especially if i go out, if you select the "Frontier" face (pre-installed) and have AOD Turned on you lose very little in quality / dimming when the time out kicks in, with "Samsung Flaunt" you install the widget and this then allows you to have the watch face on for up to 30 mins, However it will eat your battery, but then i can live with day to day charging, I like the idea of going out for a meal or a beer with pals and my face being on, i like the idea of a smart watch simulating a "real" watch look, as we all know there are thousands of faces we can select to show off.
S1CAR1US you can change the time out by going settings/Display/Screen Timeout/ then theres a choice of 15 seconds, 30 seconds, 1 minute or 5 minutes, if you select the desired time out, and go back to your normal face, by clicking your bezel one click left (notifications) and one click right (watch face) your face should remain on for that length of time, if this isn't long enough (wasn't for me) i used the "Samsung Flaunt" widget.
Rgds
Click to expand...
Click to collapse
Where did u install it from.. Cannot find it in playstore store nor Samsung stire
Sent from my Nexus 6P
I went into samsung gear app/samsung Galaxy apps/searched for flaunt, installed and it should sync to widgets on your s3 gear, hope this helps?
Secret section gear 3
lyall29 said:
thanks, this does seem to be the only way to make the aod brighter.
Click to expand...
Click to collapse
if you guys trying fix all the lil things like brightness and touch and sound go settings_gear info_about device_software version when you infront of this click 5x and that will bring up dialer on there then just press *#0*# from here you can mess with brightness and all sorts of stuff if you figure wat *#0011# will help me out been trying bunch old codes from my s3 s5 days alot work on this lil thing and also if anyone figures out how too turn on dev mode cuz of thizzz pm me thanks....

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