[APP] NoLED v6.0.19 - Use the AMOLED screen for incoming notifications

Search This thread

E_Pixie

Member
Jul 26, 2019
8
2
There are nearly 500 pages in this thread, so I haven't read them all, but I did use the search function. Maybe I just searched for the wrong thing, but somehow in those ~500 pages I didn't find an answer to this question: is there a way to set "reminder" intervals so that the notification light continues until I actually clear the notification, rather than have it clear as soon as I turn the screen on? I saw an option for audio reminders, but not "visual" ones. Thanks!
 

fireskyer

Member
Jan 13, 2013
29
1
Will this still work on Android 9 ?

Update:
Tested with whatsapp icon notification Works :good:


best regards
 
Last edited:

trongthanh

Member
May 11, 2021
32
21
Sorry, Is there any similar software that works fine. The software on CH Play does not work as well as Noled. Thank you
 

trongthanh

Member
May 11, 2021
32
21
Noled used precisely in Oneplus 8T Cyberpunk H2O OS 1.0.9.9, good software should not be abandoned. Thank you
 

Attachments

  • Screenshot_20210808-095756.jpg
    Screenshot_20210808-095756.jpg
    153 KB · Views: 70

RootedLee

Senior Member
Sep 1, 2017
526
108
@-Zigo- you're welcome. What it can NOT do (yet?) is launch apps when tapping onto an icon... :cry:

I've already filed a feature request to the dev Mario via email.
 

wcharon

Senior Member
Jun 22, 2011
106
9
@-Zigo- you're welcome. What it can NOT do (yet?) is launch apps when tapping onto an icon... :cry:

I've already filed a feature request to the dev Mario via email.
I used to have NoLed on previous phone and what i liked is that it notified missed events thru screen and also thru audio that too me is useful if you are far from the phone.

I didn't see the audio feature in Led Blinker. Is there a way this feature can also be added?

Thanks in advance.
 

-Zigo-

Member
Feb 7, 2008
15
2
@-Zigo- you're welcome. What it can NOT do (yet?) is launch apps when tapping onto an icon... :cry:

I've already filed a feature request to the dev Mario via email.
I can see how that could be useful, but it's not my usual workflow - I just use NoLED (or now LED Blinker) as a way of knowing that I have something to look at, then I'll unlock the phone (or just turn the screen on) to see the actual app notification.
 

RootedLee

Senior Member
Sep 1, 2017
526
108
@wcharon:
1. open LED Blinker
2. tap onto the icon of the app you added (big icon on the left). In my screenshot below it's FairEmail:

signal-2022-04-27-183007.png


You see .. ;)?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 187
    Before asking questions, please read the FAQ.

    Introduction:

    I saw the idea posted somewhere previously that instead of getting the capacitive lights on, we really should be putting the phone's AMOLED screen to work ! specially that it doesn't consume any backlight energy when displaying a black screen. So I developed an app that does just that: upon receiving a notification, it will display a black screen with a dot or icon somewhere in the screen. I really should put these in bullet points..

    Description:

    the application does the following:

    1. When your phone receives a notification, it switches the screen on and displays a notification. The notification bounces around every 3 seconds (changeable via an option). This will guarantee using different LEDs so that the same ones won't be burned out.

    2. You can customize whether to have a dot or an icon for each type of supported notification. Users may also customize the colors of these icons/dots.

    3. NoLED will work with SMS/MMS, Gtalk, Gmail, Missed calls, Voicemail, Calendar and K-9 (email client) without any additional permissions. Any other 3rd party software (e.g. Whatsapp, Email app, Yahoo Mail and Hotmail) will need to be checked under Monitored Apps and will require granting Accessibility rights to NoLED.

    4. The app runs as a service, after installing, you have two ways to activate the app. (a) by restarting. (b) by loading the widget into your home screen and clicking on it.

    5. To get rid of the notification screen, you may use the home or the back key. You can enable dismissal via more keys in the Miscellaneous submenu. Once your notifications are dismissed, all notifications disappear and will not come back up.

    I have also logged the touch drivers and saw that although I'm displaying a black screen and setting flags to not respond to touch messages, android is still receiving touch messages when you touch any spot on the screen. This, I imagine, consumes resources! So I disabled the touch drivers when the black screen is active. Dismissing the notifications should reactive the touch drivers. If your screen is unresponsive to touch even after the notification screen is dismissed, a simple restart should take care of it. There is also an option to completely disable that feature. The touch drivers are only disabled on the Samsung Galaxy S variants, all other devices are still receptive to touch events.

    Now the touchscreen drivers were a lot easier to mess around with. The sourcecode given by samsung helped me achieve the activation/deactivation of the screen. Things are not the same with the capacitive buttons. You'll notice that when the black screen is on, if you touch any of the soft buttons, they'll light up (although am suppressing them programatically). On some other devices like the Nexus S, these backlights cannot be switched off once the screen is turned on programatically. This is a bug from Google and more info is in the FAQ.

    Video review:

    Thank you totallydubbedHD for giving us this neat preview of the app:




    Themes:

    Want to change the default icons that ship with NoLED?
    Check out Themes:

    http://www.devasque.com/noled/themes.php

    Official web site:

    http://www.devasque.com/noled/

    Translations:

    NoLED is translated into several languages thanks to our army of volunteers ! More details can be found at: http://www.devasque.com/noled/translations.php

    If you think you can help expand that list, please see this link
    I appreciate all the help we can get on this.

    Enjoy ! Comments and feedback will be appreciated

    Update 8/11/2010: Application is now on the Android Market.


    If you like this work and want to motivate and encourage further development, please consider a donation :)
    Thanks

    22
    Change log

    v6.0.19 6/5/2013
    • Added Vietnamese, updated Italian and Ukranian (Thanks nhh1994, 4lex and Olex)
    • Support Gmail 4.5 and new tabbed inbox
    • NoLED will insert a .nomedia in the custom themes folder so as not to show these themes in your Gallery app

    Please go to http://www.devasque.com/noled/change.php for the complete change log.

    NoLED Weather

    v0.8 10/23/2012
    • Weather should now reflect current city more accurately; it will choose the first returned search result.

    v0.7 10/10/2012
    • Weather was not automatically updating after a restart. Now it does.

    v0.5 9/13/2012
    • Fixed an issue where geolocator was causing auto-update to stop working.

    v0.4 9/6/2012
    • Updated language files
    • Changed weather provider to MSN. Google just quietly killed their APIs :(
    • Changed geolocator timeout to 90 seconds (used to be 20 seconds)


    v0.3 1/26/2012
    • Added Geolocation using Wireless networks (no physical GPS will be used).
    • -it will give up wireless location discovery after 20 seconds (will release all wakelocks).
    • -if timedout, weather will query the latest weather location on record.
    • Removed the noled weather icon from the app launcher (i personally found it so ugly and useless). Instead, you access the weather app/plug-in via the NoLED settings under toggle notifications (requires NoLED > v5.0.1b).


    FAQ

    Please go to http://www.devasque.com/noled/FAQ.php.
    5
    Google decided to pull it off due to the SMS permission it requires and I don't have any time to work around it. You can still download the apk from the OP.
    4
    I'm done coding for the day. v6.0.5b is the product of my work and it's available in the OP. Change log, as usual, is in the 2nd post.

    I'll work on adding back some monitored apps features like text filtering and custom icons. With this new menu, I can easily make very fine-tuned custom settings for each monitored app. Done. get v6.0.6b instead.
    4
    just released v6.0.0a. It basically takes NoLED to the next level. More information on the 2nd post.

    I'll appreciate any feedback I can get :)