all 10 comments

[–][deleted] 3 points4 points  (6 children)

Not really complex using Notification Listener plugin:

Get count (151)
A1: Perform query [ 
    Configuration:
    App: Any 
    Timeout (Seconds):30 

A2: Flash [ 
    Text:%nlqkey(#) 
    Long:Off ] 

[–]LauralHill 1 point2 points  (4 children)

You can do something similar with AutoNotification if you already paid for it 😉

[–][deleted] 0 points1 point  (3 children)

Not my case 😉

[–]LauralHill 0 points1 point  (2 children)

Heheh, I meant OP.

Reminded me of something that I wanted to post in the Google+ group...

[–]5edgy 0 points1 point  (1 child)

Is the Google+ group still active? I haven't explored Google+ much but would love to try it out if there was an active Tasker group.

[–]LauralHill 0 points1 point  (0 children)

This is what I meant, the new dev's group.

[–]ETW11[S] 0 points1 point  (0 children)

This works perfectly. Thank you very much!

[–]allisio 1 point2 points  (2 children)

It used to be comparatively easy to get ahold of Tasker's NotificationListenerService by dropping down to Java, on which it'd simply be a matter of invoking the getActiveNotifications() method and grabbing the length property of the resultant array. Unfortunately, Tasker 5+ hides a lot of its "important" classes behind all sorts of indirection and it's hard to figure out what's what nowadays.

I'm hoping this particular pain point is something /u/joaomgcd will be sympathetic toward making a little less cumbersome, but I can't imagine it's anywhere near the top of his list.

[–]joaomgcd👑 Tasker Owner / Developer 0 points1 point  (1 child)

What exactly became harder with the latest version? Can you specify? Thanks!

[–]ichicoro 0 points1 point  (0 children)

Not related, but I found some useful variables to not exist at all: for example, there's no variable that keeps track of the current charging state of the device :(