Related
HI,
I have a htc desire rooted of course but i was wondering if someone can make a app or file that i can flash.
All i want is that when i receive a text instead of it being blue that it flash red blue orange etc but in a sequence ?
Thanks
Try LED me Know from the market.
Nooty said:
Try LED me Know from the market.
Click to expand...
Click to collapse
I think the OP was asking for an app that would give the LED a "disco" effect... flashing the LED in all available color sequentially. This add doesn't do that.
I would be pretty cool if there were an app out there for that. I know there was one for BB.
can someone advise me where and how i adjust the colour and flash rate if possible for led notifications for messages and emails etc.
thanks
or do i need to use a 3rd party app and if so which do you advise.
hpsauce37 said:
can someone advise me where and how i adjust the colour and flash rate if possible for led notifications for messages and emails etc.
thanks
or do i need to use a 3rd party app and if so which do you advise.
Click to expand...
Click to collapse
You can't adjust that stuff nativley, but Light Manager is free and works wonders
vido.ardes said:
You can't adjust that stuff nativley, but Light Manager is free and works wonders
Click to expand...
Click to collapse
thanks
thought that might be the case
Just wondering If I can increase the rate at which the notification light pulses.
Bumping, would also like to know
Sent from my Nexus 5 using Tapatalk
not stock afaik, but using lightflow or any of the other led controller apps gives you that functionality.
dullknives said:
not stock afaik, but using lightflow or any of the other led controller apps gives you that functionality.
Click to expand...
Click to collapse
+1.
dullknives said:
not stock afaik, but using lightflow or any of the other led controller apps gives you that functionality.
Click to expand...
Click to collapse
+2
Sent from my SAMSUNG-SM-N900A using Tapatalk
You can use light manager in the playstore works perfectly for me.
zorbakun said:
You can use light manager in the playstore works perfectly for me.
Click to expand...
Click to collapse
does this work on stock?
p4ranoid4ndroid said:
does this work on stock?
Click to expand...
Click to collapse
yes it does.
If you are the "do it yourself'er" type (like me) and don't like to have an app CONSTANTLY drinking your battery it's a real easy edit. You just need to know how to decompile and recompile framework-res.apk.
Once decompiled navigate to \framework-res.apk\res\values\integers.xml (stock values below)
Code:
<integer name="config_defaultNotificationLedOn">1000</integer>
<integer name="config_defaultNotificationLedOff">9000</integer>
These are the values I edit mine at (it's a nice consistent pulse that catches the eye)
Code:
<integer name="config_defaultNotificationLedOn">1750</integer>
<integer name="config_defaultNotificationLedOff">2400</integer>
I could give 2 s4its about the color for a specific notification and don't want an app drinkin' my battery on a daily basis. Just like on ye ole galaxy nexus the stock 9 sec pulse rate isn't fast enough for me.
good day.
When you trigger notifications from Tasker, you can set the rate. I dunno if that would be any help to you
Hi,
I tried some of the theme/mods on this forum but most of them will change the system colour etc..
Just wondering if there's any way to change the notification menu only?
Thank you.
HighComtrast Blacked works for me... and im on an s7 edge
normalife said:
Hi,
I tried some of the theme/mods on this forum but most of them will change the system colour etc..
Just wondering if there's any way to change the notification menu only?
Thank you.
Click to expand...
Click to collapse
I have 3 aqpk's, two are black and blue and one is black an red - notifications. I'm using one of them with Swift Dark and they don't interfere with the Substratum Theme.
ggrant3876 said:
I have 3 aqpk's, two are black and blue and one is black an red - notifications. I'm using one of them with Swift Dark and they don't interfere with the Substratum Theme.
Click to expand...
Click to collapse
Phone needs to be rooted to change the notification area colors correct?
Sent from my SM-T820 using Tapatalk
jasonrak said:
Phone needs to be rooted to change the notification area colors correct?
Sent from my SM-T820 using Tapatalk
Click to expand...
Click to collapse
No, you just install the apk and reboot. If you're not happy menu>settings>apps>uninstall>reboot and you're right back where you started.
ggrant3876 said:
I have 3 aqpk's, two are black and blue and one is black an red - notifications.
Click to expand...
Click to collapse
Would u be so kind to show the examples of installing each of these 3 apk?
Screens pls
kirk999 said:
Would u be so kind to show the examples of installing each of these 3 apk?
Screens pls
Click to expand...
Click to collapse
Just download the apk you want, place it on your sdcard or internal storage. On your phone go to my files>sdcard or internal storage>tap the file and select install. It will say something like are you sure and you will take you to security>unknown sources> push that tab to the right and go on with the installation. When and if you want to uninstall go to menu>settings>apps>look for the apk you installed and then uninstall it.
ggrant3876 said:
Just download the apk you want, place it on your sdcard or internal storage. On your phone go to my files>sdcard or internal storage>tap the file and select install.
Click to expand...
Click to collapse
Well, I know how to install since the kindergarten
But better to see the screens first :good:
kirk999 said:
Well, I know how to install since the kindergarten
But better to see the screens first :good:
Click to expand...
Click to collapse
Here's a beginners guide for you, if you don't know this by now maybe you should buy an "Apple Iphone."
https://android.gadgethacks.com/how-to/android-basics-enable-unknown-sources-sideload-apps-0161947/
ggrant3876 said:
Here's a beginners guide for you, if you don't know this by now maybe you should buy an "Apple Iphone."
https://android.gadgethacks.com/how-to/android-basics-enable-unknown-sources-sideload-apps-0161947/
Click to expand...
Click to collapse
Don't try to seem very wise. Begginer. I just asked for screens to avoid possible system ui crash as it often happened after such unknown apk.
Closed. Don't answer. Thanks.
How are you guys enabling white text for the black notifications?
FuMMoD said:
How are you guys enabling white text for the black notifications?
Click to expand...
Click to collapse
For non-rooted, use modded samsung theme.
Check out my theme thread.
crayonyes said:
For non-rooted, use modded samsung theme.
Check out my theme thread.
Click to expand...
Click to collapse
Saw the non - rooted method. Wondering what the rooted method was? Searched and couldn't really find anything except rebuilding the theme. Which I think is the non rooted method.
FuMMoD said:
Saw the non - rooted method. Wondering what the rooted method was? Searched and couldn't really find anything except rebuilding the theme. Which I think is the non rooted method.
Click to expand...
Click to collapse
Rooted method would be recompiling framework-res and push it back in system.
The colors.xml need to be changed.
https://forum.xda-developers.com/ga...y-overlays-t3604341/post73336824#post73336824
*- notification_title_color = main notif text color
- notification_info_color = affects time & " X new messages" header
- notification_text_color = notif content color.
- notification_default_color = affects notif action buttons & non-accent app name & icon color
crayonyes said:
Rooted method would be recompiling framework-res and push it back in system.
The colors.xml need to be changed.
https://forum.xda-developers.com/ga...y-overlays-t3604341/post73336824#post73336824
Click to expand...
Click to collapse
Great! That's the one I found but wanted to see if anyone had anything else. Thank you!
ggrant3876 said:
I have 3 aqpk's, two are black and blue and one is black an red - notifications. I'm using one of them with Swift Dark and they don't interfere with the Substratum Theme.
Click to expand...
Click to collapse
eNubiX is really nice, thank you!
I think I should try the red one but I am now sick of restarting my phone. I do agree that you should have provided screenshots.
Thanks again for sharing them!
I think I know why no one wanted to put up the screenshots. These APKs will darken your notifications, but does not actually change them. They are still all the black background with hard-to-read dark grey writing and teal accents. I was really hoping for notifications with a black background with white writing and red highlights.
What the APKs did do was change my settings area, but everything does that. I'm attaching the 3 screenshots so everyone can see.
I hope we get a true way to change the background, text and accent color on our notifications some day. It seems so simple it should be part of stock Android.
Get actual Samsung Edge Lighting Notifications with any app while your screen is off!
Since we all know Samsung only did half the job with this feature, this app will enable you to trigger Edge Lighting (the real one !) when your screen is off. It works with any app by reading the app notification creating a new temporary notification that triggers edge lighting (you won't notice it in your notification list).
You can set custom color filters for your apps, based on their names.
Features:
Real Samsung Edge Lighting
Extremely minimal battery drain
No fake AOD Screen
Works with ANY app (including Messenger!)
Initial setup is a bit tedious, but that's mostly Samsung's fault.
Any suggestion to improve the app is -of course- welcome!
Download link:
https://play.google.com/store/apps/details?id=fr.zunder.edgelightingfixforallappsv2
Patch notes:
Users using a version priori to 1.2 need to install a new version of the app from the market (link updated in the first post)!
v1.24
Fixed an issue that caused the app to crash for some users.
v1.23
Added a custom icon feature for each app (Premium feature)
v1.22
Added a switch to enable/disable display of system apps in the list
v1.21
Fixed a switch display bug when using the search feature.
v1.2
Just to explain: I had to create a new app on Play store because, for whatever reason, the Play Console won't let me update the old one.
- New super sexy interface
- Filter search
- In-app support purchase to remove ads
v1.07
Added support for Do not Disturb mode. You can still bypass it in the notification parameters on my app, but there is no way so far I can make it work on a per application basis.
v1.06
Taping an app icon now now copies its name to the clipboard for faster filters setup.
v1.05
Added a detailed help screen
v1.04
Finally added an icon for the app
v1.03
Fixed the issue about the switches resetting when you scroll
Seems great, but the link doesn't work for me.
Sent from my SM-G973F using Tapatalk
luculuc said:
Seems great, but the link doesn't work for me.
Sent from my SM-G973F using Tapatalk
Click to expand...
Click to collapse
It's my first app, I just created my developper account today. What does it say?
The link works for me even if I'm not connected.
Here is direct link:
https://play.google.com/store/apps/details?id=fr.zunder.edgelightingfixforallapps
This is the "link" : http://get+it+on+google+play/
That's it, so it cannot work obviously
Sent from my SM-G973F using Tapatalk
luculuc said:
This is the "link" : http://get+it+on+google+play/
That's it, so it cannot work obviously
Sent from my SM-G973F using Tapatalk
Click to expand...
Click to collapse
Weird, the link on the pic works just fine for me... Please try the direct link I provided in the edit. I'm really eager to get some feedback
"Get it on Google Play" should be the description of the pic.
Nice! Thank you for this! It's great when a new app is added for our device! Gonna try this!! :good::good::good:
So far so good, for the first time I got the notification for Gmail while the screen was off. Great job, I will be testing it thoroughly.
Sent from my SM-G973F using Tapatalk
luculuc said:
So far so good, for the first time I got the notification for Gmail while the screen was off. Great job, I will be testing it thoroughly.
Sent from my SM-G973F using Tapatalk
Click to expand...
Click to collapse
Glad to see it's working for you! Did you manage to set the color filter (I guess red for Gmail)?
Edit: I found where to do that. Perfect! Thanks
Zunderstruck said:
Glad to see it's working for you! Did you manage to set the color filter (I guess red for Gmail)?
Click to expand...
Click to collapse
Nope, tried to find how to do that from the Edge lighting configuration panel but didn't find. Any clue?
Sent from my SM-G973F using Tapatalk
luculuc said:
Edit: I found where to do that. Perfect! Thanks Nope, tried to find how to do that from the Edge lighting configuration panel but didn't find. Any clue?
Sent from my SM-G973F using Tapatalk
Click to expand...
Click to collapse
When you choose your edge notification style, you should be able to pick a color. Set it as custom and add filters from notification titles (which are the source apps names the way they are displayed in my app)
Zunderstruck said:
When you choose your edge notification style, you should be able to pick a color. Set it as custom and add filters from notification titles (which are the source apps names the way they are displayed in my app)
Click to expand...
Click to collapse
Where do you choose your edge notification style?
vibrantliker said:
Where do you choose your edge notification style?
Click to expand...
Click to collapse
-> Open Settings
--> Display
---> Edge Screen
----> Edge Lighting
-----> Edge Lighting Style
------> Pick your style then Color
-------> Custom Color
Here there will be an option "By text": Enter the name of the source app as displayed in my app and pick a color.
Thanks guys for reporting this issue, I'll add some kind of help in the next release and the PlayStore app description tomorrow (3am there, I'm just barely stayin awake cause I wanna see what you guys have to say about my app).
Hello, thanks for the application, now I want to try ... will the notification light remain on until I open it? Can you add an on and off time? similar to a led notification? Thank you
Works good so far, however, there is no app icon on the notification (generic android icon on gmail), also there is a ": nul" append at the end of text.
Device : S10+ (G975F/DS)
Zunderstruck said:
-> Open Settings
--> Display
---> Edge Screen
----> Edge Lighting
-----> Edge Lighting Style
------> Pick your style then Color
-------> Custom Color
Here there will be an option "By text": Enter the name of the source app as displayed in my app and pick a color.
Thanks guys for reporting this issue, I'll add some kind of help in the next release and the PlayStore app description tomorrow (3am there, I'm just barely stayin awake cause I wanna see what you guys have to say about my app).
Click to expand...
Click to collapse
Before I set up like above, notifications were waking up my screen. How would I go back to that option?
Cryte-k said:
Hello, thanks for the application, now I want to try ... will the notification light remain on until I open it? Can you add an on and off time? similar to a led notification? Thank you
Click to expand...
Click to collapse
For now, no I just implemented a basic Samsung Edge Lighting notification, so you got what they designed.
I will see how I can make the notfication repeat at a fixed interval set by the user. I'm just afraid it will be extremely battery hungry.
vibrantliker said:
Before I set up like above, notifications were waking up my screen. How would I go back to that option?
Click to expand...
Click to collapse
With my app, notifications shouldn't wake your screen up but give you an edge light.
When you get in the menu for custom color, you have to allow my app ("Edge Lighting for all Apps") to send Edge Lighting notifications.
Edit: do you understand that Edge Lighting will prevent notifications from turning the screen on but instead display some kind of edge light while keeping your screen off?
yasitoo said:
Works good so far, however, there is no app icon on the notification (generic android icon on gmail), also there is a ": nul" append at the end of text.
Device : S10+ (G975F/DS)
Click to expand...
Click to collapse
Yeah, all of this is tomorrow's work!
Yesterday: learn Android environment and set the notifications
Today: learn how to get and make list of apps and how to set preferences
Tomorrow: make it look good!
Im not seeing the ":nul" however, where exactly is it?
Zunderstruck said:
For now, no I just implemented a basic Samsung Edge Lighting notification, so you got what they designed.
I will see how I can make the notfication repeat at a fixed interval set by the user. I'm just afraid it will be extremely battery hungry.
Click to expand...
Click to collapse
OK thanks. It would be interesting to add that option. Does the goodlock edge light work? So is the LED only activated around the camera?