is there any way to make the capacitive keys blinks when a notification arrived instead of using moto way, i believe this moto display thing drains more battery .
Sent from my XT1225 using XDA-Developers mobile app
Dark Obsessions said:
is there any way to make the capacitive keys blinks when a notification arrived instead of using moto way, i believe this moto display thing drains more battery .
Sent from my XT1225 using XDA-Developers mobile app
Click to expand...
Click to collapse
with gravity box you can.
monza1412 said:
with gravity box you can.
Click to expand...
Click to collapse
i am in brazilian soak 3, 6.0.1 , and in gravitybox for marshmallow i didn't find such option!
Maybe in gravitybox marshmallow is not implemented yet, Im still in lollipop. It should be in the Display tweaks, Button backlight notifications. Thats it.
monza1412 said:
Maybe in gravitybox marshmallow is not implemented yet, Im still in lollipop. It should be in the Display tweaks, Button backlight notifications. Thats it.
Click to expand...
Click to collapse
thanks a lot , i found it ...it is in experimental stage yet
Dark Obsessions said:
thanks a lot , i found it ...it is in experimental stage yet
Click to expand...
Click to collapse
I think the battery drain will be the same if not worst.. maybe you can confirm that later.
C3C076 said:
Wakelocks are used only in case you have option for "Button backlight notifications" turned on (preference summary clearly says that it affects battery).
Periodic button backlight blinking is not possible on most devices when device is in deep sleep. That's why I implemented partial wakelock that keeps device awake for one hour after receiving notification (or until notification is acknowledged by user / dismissed).
But it is really used only in case of "Button backlight notifications" option being on. There are no other wakelocks apart from this one in ModDisplay.
You can check this commit
https://github.com/C3C0/GravityBox/commit/299f7f61f3c48199fcd4716c361a527e02eae102
Click to expand...
Click to collapse
monza1412 said:
I think the battery drain will be the same if not worst.. maybe you can confirm that later.
Click to expand...
Click to collapse
isn't this applied for moto display too ?
Dark Obsessions said:
isn't this applied for moto display too ?
Click to expand...
Click to collapse
You mean the wakelocks?. I'm afraid I don't know.
I use active display and I don't see anything abnormal in wakelock detector. Never tried the gravitybox option.
moto display is a way much better in term of battery friendly without doubts , thanks a lot for advising me my friend , i'll keep the moto display option .:good:
Related
Hi.
When I configure an app in the led settings of my opo the led only works if the screen is locked.
But, for example, if I connect the charger the led is always on, with the screen unlocked too.
I also try lightflow but it's the same.
Can anyone help me? Thanks!
TitoDKM said:
Hi.
When I configure an app in the led settings of my opo the led only works if the screen is locked.
But, for example, if I connect the charger the led is always on, with the screen unlocked too.
I also try lightflow but it's the same.
Can anyone help me? Thanks!
Click to expand...
Click to collapse
They made it like that, other manufacturers set up their LED notification light like that too. It's frustrating.
treChoy said:
They made it like that, other manufacturers set up their LED notification light like that too. It's frustrating.
Click to expand...
Click to collapse
Okay.. I wait to the update this in a future update.
Thanks!
Sorry if my english is bad
Have you tried Gravity Box.
You need root.
Chym3ra said:
Have you tried Gravity Box.
You need root.
Click to expand...
Click to collapse
Yes, I try GravityBox but its the same, only works with screen locked.
TitoDKM said:
Yes, I try GravityBox but its the same, only works with screen locked.
Click to expand...
Click to collapse
u can report this into JIRA under the "Improvement" section
I send an improvement issue, thanks!!
What are the chances of the Nexus 6 having the active display like the Moto X?
falcon26 said:
What are the chances of the Nexus 6 having the active display like the Moto X?
Click to expand...
Click to collapse
Id say Zero, that's a Motorola-Only feature.
Also, Leaked images show the display is LCD, not AMOLED.
I'm not sure, I'm still holding out hope for a super amoled
Isn't the Nexus line bare bone stock
Sent from my Nexus 5
Bare bones? Nope. Stock Nexus is Android with a Google skin.
dicecuber said:
Isn't the Nexus line bare bone stock
Sent from my Nexus 5
Click to expand...
Click to collapse
Wakamatsu said:
Bare bones? Nope. Stock Nexus is Android with a Google skin.
Click to expand...
Click to collapse
Yes and no. AOSP is bare bones. Stock has a little more Google over and above gapps, but not a great deal
Features from moto and lg that we don't get are proprietary software with hardware dependencies too, so no we won't get them on the nexus X
Sent from my Nexus 5 using Tapatalk
Fortunately there are many 3rd party options from the Play Store such as:
DynamicNotifications
AcDisplay
Active Display
Keep in mind only OLED panels can disable individual pixels. Other LCDs require the full screen to be on or off at all times so these could cause considerable battery drain.
bblzd said:
Fortunately there are many 3rd party options from the Play Store such as:
DynamicNotifications
AcDisplay
Active Display
Keep in mind only OLED panels can disable individual pixels. Other LCDs require the full screen to be on or off at all times so these could cause considerable battery drain.
Click to expand...
Click to collapse
Yeah. All these apps with the one liks Peek by Franco come close!
Sent from my Nexus 5 using Tapatalk
rahulpat13 said:
Yeah. All these apps with the one liks Peek by Franco come close!
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Franco isn't the dev of Peek app but a colombian guy. The app content has been transfered to this guy BTW and the original app is just an unlocker tool now.
Primokorn said:
Franco isn't the dev of Peek app but a colombian guy. The app content has been transfered to this guy BTW and the original app is just an unlocker tool now.
Click to expand...
Click to collapse
Looks like PA (moreso, ROMs based off it, or ones that cherry-picked built-in Peek) need to update the code that disables built-in Peek when the app is installed, to reflect the new package name (rather than the unlocker). lol
So the real question would be what are the chances of active display being included in L? which there havent been any signs of it in the preview build so again not looking good.
y2whisper said:
So the real question would be what are the chances of active display being included in L? which there havent been any signs of it in the preview build so again not looking good.
Click to expand...
Click to collapse
Zero.
y2whisper said:
So the real question would be what are the chances of active display being included in L? which there havent been any signs of it in the preview build so again not looking good.
Click to expand...
Click to collapse
None. ActiveDisplay is a proprietary Motorola software. Google very rarely have added alternatives to complex proprietary functions. It's not completely unheard of (quick tiles for example) but for something that has a hardware limitation and dependency, no way
y2whisper said:
So the real question would be what are the chances of active display being included in L? which there havent been any signs of it in the preview build so again not looking good.
Click to expand...
Click to collapse
Even if they did (which they won't because that's owned by Motorola) it would be restricted to OLED screens only. Only OLED screen phones have ever had such functionality built in, such as the Moto X and certain Nokia Windows Phones with Glance support.
What's wrong with using one of the many 3rd party options?
I used DynamicNotifications on my Nexus 5 over 6 months ago. It was buggy and quirky.
My phone would get hot in my pocket and I pulled it out to see whats going on. DynamicNotifications was turning my screen on and off repeatedly for some reason. I don't know how Motorola handles the phone lock but DynamicNotifications' way of locking the phone isn't secure. If I disable the system's security lock and enable DN's, it could be bypassed by turning off the phone and turning back it. It isn't as bullet proof as the system's.
garyHal said:
I used DynamicNotifications on my Nexus 5 over 6 months ago. It was buggy and quirky.
My phone would get hot in my pocket and I pulled it out to see whats going on. DynamicNotifications was turning my screen on and off repeatedly for some reason. I don't know how Motorola handles the phone lock but DynamicNotifications' way of locking the phone isn't secure. If I disable the system's security lock and enable DN's, it could be bypassed by turning off the phone and turning back it. It isn't as bullet proof as the system's.
Click to expand...
Click to collapse
You probably set it up wrong.
The Peek app and AcDisplay worked fine for me when I tested them.
bblzd said:
Fortunately there are many 3rd party options from the Play Store such as:
DynamicNotifications
AcDisplay
Active Display
Keep in mind only OLED panels can disable individual pixels. Other LCDs require the full screen to be on or off at all times so these could cause considerable battery drain.
Click to expand...
Click to collapse
garyHal said:
I used DynamicNotifications on my Nexus 5 over 6 months ago. It was buggy and quirky.
My phone would get hot in my pocket and I pulled it out to see whats going on. DynamicNotifications was turning my screen on and off repeatedly for some reason. I don't know how Motorola handles the phone lock but DynamicNotifications' way of locking the phone isn't secure. If I disable the system's security lock and enable DN's, it could be bypassed by turning off the phone and turning back it. It isn't as bullet proof as the system's.
Click to expand...
Click to collapse
Did you try any of the other options? I listed a couple but there are many more.
I have not tried the other two options. They were not feature complete at the time.
Right now, I am using Gravity Screen which does everything I need, except for the "breathing" notification.
I saw myself 3 mobiles getting an update today.
I've updated my phone today as soon as I received the notification.
Details about update -Android version 7.0, Build: NPJ25.93-11.
List of BIG changes that I observed:
1. Boot animation - It is completely revamped and now says "Hello Moto" with an iconic voice every time you boot up the phone. Just found out that it can be turned off in Settings>Sounds.
2. Internal memory pumped up - This is a big surprise for me. My available free memory was 7.3 GB before the update and now it is 8.22 GB. It is a very good thing.
3. Battery backup seems to be improved. This is my one day observation and still needs more observation of course.
4. A special Moto action is added called Swipe to shrink screen. (meh!)
5. Fingerprint sensor can now lock the device. Power button is safe forever. Unregistered fingers can also put phone to sleep.
6. Toggle WiFi, BT, Data etc. in one tap if you pull down notification bar once else if you pull down twice you get to choose from a list of devices.
7. Device temperature is now nominal while charging.
8. I don't see network related settings like 2G, 3G, 4G selection per SIM. It is all grayed out. I think it will choose the n/w on its own.
All other N features (split screen, notification in-line-reply, better recent apps preview, etc) are known. So there is nothing special to say about that.
Cons inherited from Marshmallow:
*** Hidden LED is still kept hidden. What a waste!
*** Although device is locked you can still swipe down notification bar and toggle all the important and sensitive controls like WiFi, Location, Bluetooth, Data, Airplane mode. This is really an insecure feature.
I'll keep updating this as I go on finding something new.
Other changes are mentioned in changelog on Moto website.
P.s: Go for the update.
How many treads about this?
This update is the same like the one already published on Dec 11 here: http://forum.xda-developers.com/moto-g4-plus/how-to/captured-ota-nougat-ota-moto-g4-plus-t3517059
BTW: No root for it (as of now).
SoNic67 said:
How many treads about this?
This update is the same like the one already published on Dec 11 here: http://forum.xda-developers.com/moto-g4-plus/how-to/captured-ota-nougat-ota-moto-g4-plus-t3517059
BTW: No root for it (as of now).
Click to expand...
Click to collapse
That was a soak test it is official ota update
It's the same. Moto didn't bother to change anything.
Any bug ?
j€nish said:
Any bug ?
Click to expand...
Click to collapse
I found no bug. Everything is working fine. It's better than marshmallow if you ask me.
maniganala said:
I found no bug. Everything is working fine. It's better than marshmallow if you ask me.
Click to expand...
Click to collapse
Slow down ui issue ?
j€nish said:
Slow down ui issue ?
Click to expand...
Click to collapse
No. Nothing. I'm running at the highest resolution possible.
I have flashed my moto g4 plus with official soak test nougat. But I didn't receive any notification for official nougat. Will I get a notification or will I have to flash it manually using official nougat update?
iamgauravv said:
I have flashed my moto g4 plus with official soak test nougat. But I didn't receive any notification for official nougat. Will I get a notification or will I have to flash it manually using official nougat update?
Click to expand...
Click to collapse
You should get the update according to sources. Maybe you will have to wait for a while.
Well if you don't get it you can always downgrade to 6.0 to start over.
iamgauravv said:
I have flashed my moto g4 plus with official soak test nougat. But I didn't receive any notification for official nougat. Will I get a notification or will I have to flash it manually using official nougat update?
Click to expand...
Click to collapse
If you have the latetst soak, don't bother, it's the same as "official" Build: NPJ25.93-11.
Gero71 said:
If you have the latetst soak, don't bother, it's the same as "official" Build: NPJ25.93-11.
Click to expand...
Click to collapse
Okay. I have the build no NPJ25.93-11. But I am experiencing battery drainage. Battery is getting drained very quickly.
iamgauravv said:
Okay. I have the build no NPJ25.93-11. But I am experiencing battery drainage. Battery is getting drained very quickly.
Click to expand...
Click to collapse
Probably a (bad) app or some setting. Battery here is very good, 2 days easily.
What should i enable to use Fingerprint sensor to lock screen ? Its not working for me ??
Battery is draining fast
iamgauravv said:
Okay. I have the build no NPJ25.93-11. But I am experiencing battery drainage. Battery is getting drained very quickly.
Click to expand...
Click to collapse
pang12345 said:
Battery is draining fast
Click to expand...
Click to collapse
Enjoy Nougat.
arhun said:
What should i enable to use Fingerprint sensor to lock screen ? Its not working for me ??
Click to expand...
Click to collapse
Tap the gear like icon under Settings/Security/Screen Lock. You must find it there.
iamgauravv said:
Okay. I have the build no NPJ25.93-11. But I am experiencing battery drainage. Battery is getting drained very quickly.
Click to expand...
Click to collapse
I don't have any problem with battery. Also my phone doesn't get hot like before it used to get while charging.
prajwal2001 said:
That was a soak test it is official ota update
Click to expand...
Click to collapse
Both files are identical bro
Someone can tell me please how put in silence the bootanimation
I came from one plus 6T and I think that best way to deal with no LED notifications was app called Plus Beat. It activate stock ambient display according to predefined time interval. Sadly it's no working on 7 Pro anymore. Anyone is aware of good alternative for that kind of app?
Hello
I also come from the 6T and I have installed it in my 7 Pro.
I think it worked better in the 6T, but I do not notice that goes wrong in the 7 Pro.
The only thing that ever worked for me is the option of DND profiles. When I set it up and activate it, I get into the app and the Option Enable Plus Beat It's off.
Anyone know how to fix it?
There's another app. It's called "Always on Edge". Works fine for me.
bicho_zgz said:
Hello
I also come from the 6T and I have installed it in my 7 Pro.
I think it worked better in the 6T, but I do not notice that goes wrong in the 7 Pro.
The only thing that ever worked for me is the option of DND profiles. When I set it up and activate it, I get into the app and the Option Enable Plus Beat It's off.
Anyone know how to fix it?
Click to expand...
Click to collapse
It doesn't work for me at all..I cleared data, setup all once again and no avail..
felek73 said:
It doesn't work for me at all..I cleared data, setup all once again and no avail..
Click to expand...
Click to collapse
Did you remove the battery optimization on the app?
felek73 said:
I came from one plus 6T and I think that best way to deal with no LED notifications was app called Plus Beat. It activate stock ambient display according to predefined time interval. Sadly it's no working on 7 Pro anymore. Anyone is aware of good alternative for that kind of app?
Click to expand...
Click to collapse
Do you know Pixel Pulse?
bicho_zgz said:
Did you remove the battery optimization on the app?
Click to expand...
Click to collapse
Sure, didn't help...
nickname_marco said:
Do you know Pixel Pulse?
Click to expand...
Click to collapse
Yes, I used it in December last year..actually installed it and works fine...thanks
felek73 said:
Yes, I used it in December last year..actually installed it and works fine...thanks
Click to expand...
Click to collapse
Tried Pixel Pulse today and doesn't seem to work either. Notifications come in, however they do not reappear again(pulse). Tried Always on Edge and Pulse Beat neither of them pulse, which is weird because Beat Pulse worked perfect for a day. Battery optimization was off for these apps.
schmeggy929 said:
Tried Pixel Pulse today and doesn't seem to work either. Notifications come in, however they do not reappear again(pulse). Tried Always on Edge and Pulse Beat neither of them pulse, which is weird because Beat Pulse worked perfect for a day. Battery optimization was off for these apps.
Click to expand...
Click to collapse
It's really strange, some reports pixel puls working other they it's not working.. So far pixel pulse working flawlessly for me. It repeat pulse until notification it's dismissed. I try some edge but didn't like it. I prefer apps that use native ambient display rather than screen overlay..like aos edge or any led screen app
nickname_marco said:
Do you know Pixel Pulse?
Click to expand...
Click to collapse
just installed it an works as it shut
thx for the hint ??
-fluffy- said:
just installed it an works as it shut
thx for the hint ??
Click to expand...
Click to collapse
Yes..had the same ..it works flawlessly sometimes and suddenly it's stops working..it didn't showed any action for my few last notification that were configured..its sad that development of pixel pulse and pulse beat has stopped..
felek73 said:
I came from one plus 6T and I think that best way to deal with no LED notifications was app called Plus Beat. It activate stock ambient display according to predefined time interval. Sadly it's no working on 7 Pro anymore. Anyone is aware of good alternative for that kind of app?
Click to expand...
Click to collapse
Working for me no problem. Flawless actually.
souless poet said:
Working for me no problem. Flawless actually.
Click to expand...
Click to collapse
Are you rooted? What version are you on?
explosivequack said:
Are you rooted? What version are you on?
Click to expand...
Click to collapse
So I installed before I rooted. GM1917. Rooted now and still working.
souless poet said:
So I installed before I rooted. GM1917. Rooted now and still working.
Click to expand...
Click to collapse
That is what I was talking abou. It's really strange that someone has this app working correctly and another one ,including me,has no luck ?
felek73 said:
That is what I was talking abou. It's really strange that someone has this app working correctly and another one ,including me,has no luck ?
Click to expand...
Click to collapse
Yeah. Sorry. Guess I'm fortunate.
felek73 said:
It's really strange, some reports pixel puls working other they it's not working.. So far pixel pulse working flawlessly for me. It repeat pulse until notification it's dismissed. I try some edge but didn't like it. I prefer apps that use native ambient display rather than screen overlay..like aos edge or any led screen app
Click to expand...
Click to collapse
This may be a very dumb question but is there a way to dismiss notifications from the actual notification screen (I believe this is the ambient screen)?
The only way I've been able to dismiss notifications is to go into the lock screen and swipe away the notification.
malditos said:
This may be a very dumb question but is there a way to dismiss notifications from the actual notification screen (I believe this is the ambient screen)?
The only way I've been able to dismiss notifications is to go into the lock screen and swipe away the notification.
Click to expand...
Click to collapse
Which app are you using? Do you have repeating on screen notification?
felek73 said:
Which app are you using? Do you have repeating on screen notification?
Click to expand...
Click to collapse
I'm using Pixel Pulse (free version) on the OP7P Global US variant GM1917 OOS 9.5.4 rooted. I do have notifications to repeat every 20 seconds.
3 apdates and still the double tab to wake don't work as aspected. If you don't want to gumball by a Samsung!!!
I've noticed that too, and honestly didn't give much thought. I thing I've noticed lately, is the camera auto focus. The app will almost crash when I move around. It'll lag trying to refocus. Sadly the phone isn't living up to the high standards that OP has been pushing.
Sent from my SM-T837T using Tapatalk
Really? Oh boy, you'll be in for a surprise then.
Ask oneplus 5/5T/6/6T owners how they feel about it.
Still, to this day, it fails once per day or so. Not sure how bad is it on OP7, but still fails on my OP6 to this day.
In before: "never happened to me" [emoji23]
[email protected] said:
3 apdates and still the double tab to wake don't work as aspected. If you don't want to gumball by a Samsung!!!
Click to expand...
Click to collapse
turn off the " single tab show " then the double tab should be fine
phonex168 said:
turn off the " single tab show " then the double tab should be fine
Click to expand...
Click to collapse
What do you mean?
I think double tab doesn't work as reliable as previous update.
I'll vouch for this too. The double tap to wake just doesn't work reliably. For that matter neither do the gestures. Disappointing because that's one of my favorite features of OOS.
netgar said:
What do you mean?
I think double tab doesn't work as reliable as previous update.
Click to expand...
Click to collapse
go to display setting and then ambient display and turn off " Tap the screen to show "
LOL... working perfect for me. Latest update. Dunno what's wrong with your phones.
Not a single problem for me with DT2W, Anyway I use Custom Kernel.
phonex168 said:
go to display setting and then ambient display and turn off " Tap the screen to show "
Click to expand...
Click to collapse
There is no dt2w when this is on anyway so no idea why you think this will solve anything
Pfeffernuss said:
There is no dt2w when this is on anyway so no idea why you think this will solve anything
Click to expand...
Click to collapse
after you turn off this and then go to " buttons & gestures " and turn on DT2W.
Toast says it all.
Mine works too. Try a factory reset as a last resort.