No light leakage!!! - EVO 4G General

LED Hacks is an app in the market free and it disables the bottom softkey lights so even in the darkest room you can't see that annoying light leakage..
Also will disable charging LED!
I don't care! I didn't know

I'd use this because I don't need then to be lit up, but also because since 2.2, they always come on.
If only LED hacks was actually in the market. :|
CarbonFiberSkins.tk

Yeah, I'd love such an application. Unfortunately I also cannot find it in the market.

Try one word ledshack
Its still in my market.

Ah, that shows it fine. Now I just have to find a good guide to rooting 2.2.
Edit: Typo, still getting used to swype.
Sent from my PC36100 using XDA App

But then you can't see your bottom keys, so doesn't that pretty much defeat the purpose?

Idk bout you guys but I've been playing with this phone for months now and I know exactly where all four soft buttons are without having to see them...I used to put a case on to cover the light leakage but not anymore....

It'd be nice if maybe someone can figure how dim permantly on boot

I haven't noticed any leakage at all.maybe I just haven't paid attention?
Sent from my %phone% using Tapatalk

One of the Lucky ones!

No leakage that i know. Or noticed. Was txting in complete dark for 2 hrs last night... ill pay closer attention tonight
sent from my Evo

Is there another way of doing this without root?

Not that I know of...the app needs to make admin changes (root)

jewelbaluyut said:
Is there another way of doing this without root?
Click to expand...
Click to collapse
Download terminal emulator and run these commands:
Code:
echo 0 > /sys/class/leds/button-backlight/brightness
That'll keep the capacitive keys backlight turned off 'til the next time you wake your phone from sleep with the power button.

Related

Display screen power button PITA

Why has nobody posted a thread about how turning the screen on is a pain in the ass?
Not only do I believe this power button is horribly designed, but I have to type this maze password in every time the screen shuts off after 15sec!
Why isn't there a timeout option when asking for the maze password (or whatever Android calls it)
It's a real buzz kill having to press this measly little power button every time I want to look at my phone. For those who have used newer Blackberries, this must also be a real hair puller for you also
This plus all the horrible battery life, GPS issues, 150kbps upload limit, is really making me plan a visit to my Sprint store on 9/30 unless half this crap gets fixed in the next week and a half, which we all know it won't
"Settings" is a powerful tool in android.
Sent from my HERO200 using XDA App
A_Flying_Fox said:
"Settings" is a powerful tool in android.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
True, but there is no setting to delay pattern required.
I was looking for it too.
No idea if this is fixable in Tasker (paid app; totally worth the money imo) but I do have Tasker profiles set to turn off the pattern when charging (when I'm home or at work) or when connected to specific ssids on wifi (at home or at close friends' places). Tasker hasn't let me down yet...
I'll try and poke around when I have a chance.
Also as much as the bulk that hard cases add, one of the random benefits is finding the buttons easier.
Sent from my SPH-D700 using XDA App

disable button backlight

Is there any way to disable the backlights behind the Dedicated touch buttons located at the bottom of the vibrant. ?
I am very annoyed by the way it lights on and off. I can easily navigate without it and im thinking that it would also consume less battery life.
Thanks
Blinding to you too huh?
I've found not. They "were" the quintessential "look" of uber tech awesomeness, but now I"m just going blind at night. Haha. Guess that comes with age.
I think it is a software modification as black night notification can be turned on. So as such, maybe it can be turned off as well.
So far, haven't heard anything about it's implementation though.
If I find something, I will report back.
I'd also love these turned off or ate least down. Adjbrightness can do this with other phones but not,apparently, the sgs line.
Sent from my Nexus One using XDA App
JeremyNT said:
I'd also love these turned off or ate least down. Adjbrightness can do this with other phones but not,apparently, the sgs line.
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
Short of opening up the phone and putting in a resistor, it currently isn't possible to reduce the brightness of the LEDs. That's because the interface for controlling the LEDs is too slow. Normally LEDs are dimmed by blinking them really fast, as other methods are hard on the lights.
What I suggested doesn't work. Edited accordingly.
"if you amplify everything, nothing is heard"
geoffcorey said:
Make a backup of the file first.
If you look in /system/lib/hw/ there is a file called lights.s5pc110.so. back this up, then delete the original file and see if this disabled you button back light.
(i honestly don't know if this will work or not)
"if you amplify everything, nothing is heard"
Click to expand...
Click to collapse
Do not do this. The file doesn't do what you think it does and removing this file will cause a boot loop.
I'm also interested in this. Anyone know anything yet?

Notification LED

Hi, since the note lacks notification LEDs, is BLN ready for it now?
noled works.
I did try noled but sometimes in dark area the black around the icons seems to be not black as it is when it's in suspend mode. my conclusion is that it's consuming to much battery at that time.
power button to wake ain't working too.
what about your experiences at all using noled right now?
Sent from my GT-N7000 using Tapatalk
Noled is working fine for me. Doesn't seem to use up too much juice. Leaving GPS and bluetooth on overnight however almost depleted the battery from full.
I love using NoLed, definitely my favourite application. I have it set to display my contacts picture and so whenever I have missed a call from a friend and receives a text from another, I am aware of this by a simple glance!
Battery life isn't significantly effected in my opinion (I have the icon size small/medium and brightness set low).
Sent from my GT-I9100
Hi there newbie here, are these apps? so are downloaded from android or what?
My Motorola Flipout also don't have nonfiction light, but the capacitive buttons blinks when there is a miss call text/email. I wonder how difficult it is to implement it on our Note?
Bigmille said:
My Motorola Flipout also don't have nonfiction light, but the capacitive buttons blinks when there is a miss call text/email. I wonder how difficult it is to implement it on our Note?
Click to expand...
Click to collapse
This is a great idea! I hope a capable developer reads your post and considers it.
stedj said:
Hi there newbie here, are these apps? so are downloaded from android or what?
Click to expand...
Click to collapse
yes, it's an app available in the market.
- Frank
maxh said:
This is a great idea! I hope a capable developer reads your post and considers it.
Click to expand...
Click to collapse
Seconded, this is such a simple and great idea
Well at least there's a sysfs to control the state. It's just a plain on and off leds though, nothing fancy like per-button lights and brightness as in Dell Streak. No big deal for some distracting blinks
Light it on with
# echo "1" > /sys/devices/virtual/misc/melfas_touchkey/brightness
Light off with
# echo "2" > /sys/devices/virtual/misc/melfas_touchkey/brightness
It won't be controllable when it's sleeping though, as usual. So either wake lock (battery drain), modify keyboard driver, or a *very top secret* other method
Can't it be done like in the Dell Streak 5?
App's name is Streak LED.
Isn't it possible to write something like that? Would be ideal.
surely this app not a battery hog? I already felt bad on my battery @@ but I also want a notification light.... tough choice.
i would love the capacitive touch led´s light up when a message arrive. My Dell Streak has an app for it, its just great!
@watch_mania
is it a big deal to write an app for it?
thanks in advance
breckbit said:
i would love the capacitive touch led´s light up when a message arrive. My Dell Streak has an app for it, its just great!
@watch_mania
is it a big deal to write an app for it?
thanks in advance
Click to expand...
Click to collapse
There are several ways to implement the feature, each with their own weaknesses. I'll aim for the best solution, but I'll need to check on the melfas touchkey driver for it. Worse case is the wake lock with root access.
It's going to be implemented for sure, as I badly needs the feature as well. It's just a question of when..
Sent from my GT-N7000 using Tapatalk
Yeah, I believe also the touch keys are the best solution for me to use them for notifications.
Have been running NoLED for a couple of days (ish useful) - however, checked the battery stats and it was awake a LONG time (15% of 13hrs?) and was around 10% of battery usage.
Have turned it off for now as I sit next to my phone for most of working day and therefore hear it as much as I see it.
Will re-evaluate once I've optimised the phone setup.
---------- Post added at 08:42 PM ---------- Previous post was at 08:41 PM ----------
koniakki said:
the touch keys are the best solution for me to use them for notifications.
Click to expand...
Click to collapse
+1
(10 chars)
I donno why it will turn of itself suddenly, how to keep it always on?
NOLED doesn't work for me...
Well, mates, Noled is not working for me...
Just the option to see the recharge % on the lockscreen...
It worked just once for a sms notification and after that....oblivion
Someone else with the same issue? I am trying to find out a new app with similar options...
try putting the widget on your homescreen, i dont know why but it tends to randomly turn off

[APP] Smartswitcher

Check out main thread here:
http://forum.xda-developers.com/showthread.php?t=1803902
# What it does #
Basically what it does is it makes it possible to launch androids taskswitcher (recent apps) or call another action such as home, back, menu or turn screen off by waving your finger past the proximity sensor. You can also set an action to run when your proximity sensor is covered. With a little practice this really makes multitasking much faster. There is now also actions for media like volume, play pause and such, aswell as a flashlight (only tested on galaxy note, probably wont work on all devices) The media-actions are not properly implemented yet, so all actions may not work on all devices. If media controls is what you really want, I think wave control is your app. They have media controls implemented properly.
There is now some other features aswell.
Smart keep screen on will keep your screen on as long as you hold the phone in your hand. When you put it down, it will let the screen go off. I have only tested it on a galaxy note. Feedback on this would be welcomed.
You can now also run an action to keep the screen on permanently, or atleast until you run the action again.
Feel free to try it out.
# Instructions #
Configure actions for each number of waves up to six. The action you choose will then be executed when you wave.
You can also configure an action to launch when you cover your proximity sensor and for when the device is shaken.
If you have trouble with the gestures and smartswitcher recognizes the wrong gesture, you can adjust the gesture sensitivity. If you put this on low, the response and gesture recognition will be fast, but you will have to wave fast also. On high, the opposite is true. If you are not Lucky Luke like me, medium or high should work.
# Planned features #
Suggestions, anyone?
# Known issues #
FIXED?
Sometimes Smartswitcher does not get superuser permissions at first try, if you are rooted and you are sure it should work on your device, this may be the problem. I am not sure why this is as it has never happened to me, but a few users have reported that installing it again or using supersu fixes the problem. Will try to get this fixed.
# Other #
The powerconsumption of the proximity sensor is extremely low so the impact on your battery should be fairly low. Did anyone using this notice a reduction of battery life, and I mean that in a more scientific way than just checking under battery in your system settings? Was it 5 minutes or 1 hour?
If you dont have root or smartswitcher wont work, please buy the excellent app wave control. (Or if you simply like it better)
Zenblom made a video of smartswitcher:
He also compiled a list on working devices:
# Confirmed working devices #
- Samsung Galaxy Note GT-N7000
- Samsung galaxy s3 i9300 international version
- Samsung Galaxy Tab 7.7 P6800
- Sony Ericsson xperia neo v
Thanks Zenblom!
# Changelog #
Version 1.1.3
- Added action keep device alive. If you run this, your device will not sleep until next time you run it, period. It wont activate if the device is already being kept awake by the smart keep screen on function, have not tested this very carefully. If you feel a burst of short vibrations, the device is being kept awake. If you use this, dont forget to turn it off, or it will drain your battery.
- Adjusted the shakedetection. It should now work much better and should notmake doubleactions. Try it and tell me if it is better or worse.
- Adjusted the smart keep screen on function to a little less sensitive. Sometimes it did not turn the screen of because i set the sensitivity too high so it detected movement event when it was fairly still. Try it and tell me if I made it better or worse.
- Added support for up to six waves by request. Tested it some, it seemed to work fine.
Version 1.1.2
- Added action flashlight. Will probably not work on all devices, but it works on my note atleast. Will add more variants for other devices.
- Added EXPERIMENTAL Smart keep screen on function. There is no adjustable settings yet, just on and off. You can try it by setting your screen timeout at a low value like 15 seconds. As long as you hold your phone in your hand, the screen should keep on. If you put it down the screen should go off in 30 seconds or so. I adjusted it to work on my device, but that does not mean it will work good on yours. There is no settings for it yet. Try it, if you dont like it, disable it. Will also spend some time on next version with the shake detection, Its really not what I wanted it to be. It works, but barely.
Version 1.1.1
- Added shakedetection. You can now set an action for shake. Note: Will cause the ui to crash, press backbutton to close smartswitcher settings before using it and it should work fine.
Version 1.1.0
- No visible changes, but lots of changes in the code. I hate spagetticode, so I spent some time removing and rewriting things. Sensorcovered will now really have zero delay if you set that.
- Made the number of proactions allowed to 20, as I said I had done. It seems it was only 10
Version 1.0.9
- Fixed sensor covered, now it wont trigger any action if you remove your finger within the delay time.
- Added a BUNCH of actions. Some will work on your device, some will not. (Depending on rom, installed apps etc) The new features are for the pro version (Yes I will make a pro version.) I am a nice guy so everything you had before still works, plus you can use the profeatures for a total of 20 times, after that they will reset to no action. You are free to select pro features again for another 20 times. Sorry about this, but I have spent quite a few hours on this app now, and I would not mind getting a few bucks for my work. Please tell me what price you find fair for this app, if any price at all
- Made it so that gestures will work on active phonecall. This means actions like for instance hangup will actually hangup the call. Sensor covered should not interfere with anything now.
Version 1.0.8
Note: Remaining bug, sensor covered works but the delaysetting does not do what it is supposed to do. That is, even if you remove your finger from the sensor within the delay time, the action will still trigger. Sorry about that, will fix. Too tired now
- Fixed the bug that caused settings to not save after a while. Should work fine now.
- Added configurable settings for sensor covered so you can now set any action for that event. If you have a device with slow sensor you should now be able to launch recent apps by setting sensor covered delay to 0 and action to recent apps. You can now also set screen off as action on any wave.
- Fixed vibration feedback for sensor covered event.
- Removed Screen off setting as it is no longer needed.
- fixed some other bits and pieces and cleaned up the code.
Version 1.0.7
- Completely rewrote all of the code for taking care of actions. If I am lucky this will take care of the strange superuser permissions error. Unfortunately this way will mean an ever so slightly slower response, but if it turns out this way works better, I will see if I can speed it up some.
- Lots of bugfixes. Wavesettings and gestures off in landscape SHOULD work properly now. So SHOULD the screen off feature.
- Added button to stop Smartswitcher from doing anything at all. Now, please tell me what I have broken this time
Version 1.0.6
- Added settings for all gestures. You can now disable/enable/configure individual gestures. I did test this, but not very carefully. I should stop doing this so late at night. Please tell me if you find problems.
Version 1.0.5
- Added option to disable gestures when phone is in landscapemode. Now you dont have to kill smartswitcher if you find it unusable in landscape and then start it again when back in portrait. Let me know if it does not work as intended.
- Changed the vibrationfeedback on recognized gesture to a more gentle level.
- Find my sensor-mode is gone. Kind of useless feature anyway, good riddance to bad feature.
Version 1.0.4
- Wave once for recent apps, twice for menu, three times for back, four for home. No customizable settings for this yet, I need to sleep now Oh, I broke find my sensor-mode.
Version 1.0.2
- Configurable delay for the screenoff when sensor covered-feature added
Version 1.0.1:
- Disableoption for screenoff "bug"
- Changed Get the feel-mode to Find my sensor-mode, hopefully this is not as confusing
More coming. If you have any ideas or suggestions, let me know.
Nice idea...but on my HOX screen goes off waving past proximity sensor...BUT really nice idea!!
Work with me fine , but I must wave to lunch it
Thank you
Sent from my GT-I9300 using xda app-developers app
HISOON said:
Work with me fine , but I must wave to lunch it
Thank you
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Cool, what phone do you use?
Samsung galaxy s 3 international version
Sent from my GT-I9300 using xda app-developers app
didn't work for me
the phone vibrate and all but no recent apps !!
i use a galaxy note
oaz63 said:
didn't work for me
the phone vibrate and all but no recent apps !!
i use a galaxy note
Click to expand...
Click to collapse
If it is rooted, it really should work. There is a bit of a trick to it, you have to wave your finger past the sensor and back within a fairly short amount of time. I did this because if I launched recent apps when you just come close to the sensor once, it launched when I did not want it to and was more of a pain than it was useful. Try setting the sensitivity to high and try a few more times. If it does not work then, we will have to figure out why. Plenty of people has tested it successfully on the note, thats why I am fairly sure that it should work but I could be wrong.
ssspeq said:
If it is rooted, it really should work. There is a bit of a trick to it, you have to wave your finger past the sensor and back within a fairly short amount of time. I did this because if I launched recent apps when you just come close to the sensor once, it launched when I did not want it to and was more of a pain than it was useful. Try setting the sensitivity to high and try a few more times. If it does not work then, we will have to figure out why. Plenty of people has tested it successfully on the note, thats why I am fairly sure that it should work but I could be wrong.
Click to expand...
Click to collapse
Stock NEE 4.0.4 on galaxy note,
Doesn't work :/ (rooted)
Sent from my GT-N7000 using Tapatalk 2
Racle90 said:
Stock NEE 4.0.4 on galaxy note,
Doesn't work :/ (rooted)
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
Would you mind doing a logcat for me while you try to wave at the sensor? It has worked for the majority of testers, I need to figure out why it does not for a few. No hurry, I wont have the time to look at this for a few days anyway. Thanks for testing!
ssspeq said:
Would you mind doing a logcat for me while you try to wave at the sensor? It has worked for the majority of testers, I need to figure out why it does not for a few. No hurry, I wont have the time to look at this for a few days anyway. Thanks for testing!
Click to expand...
Click to collapse
Here's your logcat, (looks like spamming the same message, probably triggers the event (?) but doesn't execute that)
Tried on xperia ray. Doesn't work. Just vibrate that's all. Will attach logcat if possible.
Edit : not sure if I'm doing it right, but this is all I get.
l/Smartswitcherservice(27913): Räknare:1
I/Smartswitcherservice(27913): Räknare:2
I/Smartswitcherservice(27913): Timer done
Absolutely amazing idea. Sometimes it does shut the screen off, though. Other than that, it works perfectly on the S3.
Thanks for this.
Nice idea
But On HTC desire and Sony Live with Walkman
It just vibrates and turns the screen off
frenzyboi said:
Tried on xperia ray. Doesn't work. Just vibrate that's all. Will attach logcat if possible.
Edit : not sure if I'm doing it right, but this is all I get.
l/Smartswitcherservice(27913): Räknare:1
I/Smartswitcherservice(27913): Räknare:2
I/Smartswitcherservice(27913): Timer done
Click to expand...
Click to collapse
You are probably doing it right, its not that hard, most likely the sensor on your xperia ray is not updating its values fast enough. Räknare is swedish for counter You will need to get it up to 4 counts to trigger recent apps.If there are enough people with slow sensors Ill see if I can fix some other way of triggering it, maybe just covering the sensor but I am not sure if thats going to be useful. I dont have access to my computer right now.
fire_kid2003 said:
Nice idea
But On HTC desire and Sony Live with Walkman
It just vibrates and turns the screen off
Click to expand...
Click to collapse
The screen off thing is something that should not be there. I forgot to remove it after a failed experiment with a screen off feature, will be removing that. If you could check logcat while you try waving I would be happy. If you see something like the poster with a xperia ray, its probably the same problem.
This is working nicely for me. Sgs3 internationsl i 9300. Wanamlite rom.
I switched sensitivity to low and i think is better.
What i want ask. How is this for the battery and the sensor itself?
I think that this will fry it after some time.
Anyhow great thinking.
Sent from my GT-I9300 using xda premium
oaz63 said:
didn't work for me
the phone vibrate and all but no recent apps !!
i use a galaxy note
Click to expand...
Click to collapse
same here but with Motorola Defy
mariosraptor said:
This is working nicely for me. Sgs3 internationsl i 9300. Wanamlite rom.
I switched sensitivity to low and i think is better.
What i want ask. How is this for the battery and the sensor itself?
I think that this will fry it after some time.
Anyhow great thinking.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
I have not noticed any negative impact on battery life, maybe someone else has, nobody has had any complaints about it so far. As for burning out the sensor, I dont think thats much to worry about. I used the sensor on my n900 for this for a very long time and its still working, although other parts of my beloved n900 has broken but not the sensor. If it makes you worried it might be best to not use this.
Downloaded the apk from galaxy note forum and it's working
Sent from my GT-N7000 using Tapatalk 2
Racle90 said:
Downloaded the apk from galaxy note forum and it's working
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
Cool! Its the same apk, but whatever makes it work is good

we have a notification led

apologies if this is old news, but I found out this am that we have an led on our phones! I have the 64gb version.
When I woke up, the phone was dead (let the battery die overnight), when I plugged it in to the turbo charger (off, and dead) an led lit up on the top of the phone (not sure where, I was half asleep) it was green, and very clear.
I've tried a couple play store led tools, nothing can make it light up, I'm tempted to let it die again just to see it light up.
hope we can play with it when lollipop goes live.
I suspected this since they found one in the nexus 6, I doubt we get to touch it without root.
i hate led notifications since moto display came out. never can go back.
I like active display but I REALLY like having a notification led.. I miss it.. I love being able to specify different colors for different contacts, apps, etc.. It would be great to be able to have access to both active display and a notification led..
I could be wrong, but I dont recall seeing any mention of an LED when watching the Turbo teardown video.
You sure you werent dreaming?
rajuabju said:
I could be wrong, but I dont recall seeing any mention of an LED when watching the Turbo teardown video.
You sure you werent dreaming?
Click to expand...
Click to collapse
If he was, we had the same dream. I saw it too when my batter was dead and I plugged the charger in. To me it seemed smaller than the notification light on the S4.
rhcreed said:
apologies if this is old news, but I found out this am that we have an led on our phones! I have the 64gb version.
When I woke up, the phone was dead (let the battery die overnight), when I plugged it in to the turbo charger (off, and dead) an led lit up on the top of the phone (not sure where, I was half asleep) it was green, and very clear.
I've tried a couple play store led tools, nothing can make it light up, I'm tempted to let it die again just to see it light up.
hope we can play with it when lollipop goes live.
Click to expand...
Click to collapse
One does exist, believe it is the same as the one in the moto x: http://www.droid-life.com/2014/01/0...notification-light-hidden-under-the-earpiece/ . It only shows when there is not enough battery power to illuminate the display when charging to show the battery icon.
new to me, thats awesome hopefully we can make use of it! I miss color coding my LEDs to each app, it was great for knowing instantly what kind of notification I had by just glancing at my phone across the room.
I have a moto maxx with root. Gonna tey the Nexus 6 way and see if it works.
Artnig said:
new to me, thats awesome hopefully we can make use of it! I miss color coding my LEDs to each app, it was great for knowing instantly what kind of notification I had by just glancing at my phone across the room.
Click to expand...
Click to collapse
This!
I cant stand the onscreen notifications. Bugs the crap outta me. There are times where I dont look at my screen for hours. Just from a battery life angle the led flashing has to use less battery than the on screen notifications.
prking07 said:
I have a moto maxx with root. Gonna tey the Nexus 6 way and see if it works.
Click to expand...
Click to collapse
I have a moto maxx rooted too and I already checked this led and it works as far now I just can say that led color is only green and not rgb led like n6. :silly:
I used light flow app to make it on. I will be trying some diferent combinations and see if I can get something else.
I´ve been not able to make it flash, it´s just solid green light.
Huiver said:
I have a moto maxx rooted too and I already checket this led and it works as far now I just can say that led color is only green and not rgb led like n6. :silly:
I used light flow app to make it on. I will be trying some diferent combinations and see if I can get something else.
I´ve been not able to make it flash, it´s just solid green light.
Click to expand...
Click to collapse
Paid or free light flow, and what settings please
prking07 said:
Paid or free light flow, and what settings please
Click to expand...
Click to collapse
Paid version
Go to settins and check root mode and run every command as root
then go to led control and check charging led
after that go to notifications setting and enable the led charging for each app of you want
Huiver said:
I have a moto maxx rooted too and I already checket this led and it works as far now I just can say that led color is only green and not rgb led like n6. :silly:
I used light flow app to make it on. I will be trying some diferent combinations and see if I can get something else.
I´ve been not able to make it flash, it´s just solid green light.
Click to expand...
Click to collapse
Boo, I used light flow to get different colors to blink on my gnex for texts, emails, low battery, etc
It was very useful.
mobrules777 said:
I cant stand the onscreen notifications. Bugs the crap outta me. There are times where I dont look at my screen for hours. Just from a battery life angle the led flashing has to use less battery than the on screen notifications.
Click to expand...
Click to collapse
Ud be suprised at how very little battery life it takes for the Moto Display, if u have GSam battery app u will see it uses less then a percent on each charge. So that means out of your total 100% battery only 1% or less goes to the active notification.
I'd like to use active display but apparently I disabled it.... Anyone know where I can enable it? Or does it only work with slide to unlock option? Leaving your phone vulnerable to snoopers. (I'm using pattern to unlock)
Display (not sure if active or not) is in the "moto" app. Under settings or moto icon
Sent from my XT1254 using Tapatalk
Opzon said:
I'd like to use active display but apparently I disabled it.... Anyone know where I can enable it? Or does it only work with slide to unlock option? Leaving your phone vulnerable to snoopers. (I'm using pattern to unlock)
Click to expand...
Click to collapse
I was using it with pattern, and now I use it with PIN.
Go to Settings->Moto
Click on Display in the lower right. There should be a check mark next to Moto Display on the next screen. That's also where you select which apps display on it, and whether or not you want notification details available.
chadness said:
I was using it with pattern, and now I use it with PIN.
Go to Settings->Moto
Click on Display in the lower right. There should be a check mark next to Moto Display on the next screen. That's also where you select which apps display on it, and whether or not you want notification details available.
Click to expand...
Click to collapse
Yup, got it thank you! I originally assumed it would eat my battery but since it takes advantage of amoled display it won't.

Categories

Resources