Hello,
Is there any application fo unread texts from whatsapp? Similar to sms unread count?
What is my point i have widgetlocker without notification bar so i dont want to unlock phone all the time to check whatsapp msgs
Any advice is good advice. Thanks
I'm pretty sure there isn't, but give feedback to the developers of whatsapp and tell them to do a widget which shows the amount of unread messages. They could possibly do it.
I did 2 months ago
Well.. Then I guess I'll do that too now and see if they'll do something.
great idea!! ill write a message as well...
Any news? :-( i bought this app and they cant reply simple mail? Really disapointing... :-\
Sent from my Desire HD using XDA Premium App
They must be very busy... an app like this haas got to be on all platforms, otherwise it's useless.
Anyway, I'm emailing them now! Definitely need an unread count widget on the WidgetLocker screen
Will not be better to contact other developers? I cant imagin how hard is make notification for Whatsapp.... :/
I want this too, but the developers of WhatsApp are pretty slow at replying to emails and adding new features
Yes, you can!
Missed it! Will work.
rtenklooster said:
Yes, you can!
Missed it! Will work.
Click to expand...
Click to collapse
What?
Hi! I do it with Tasker, its only plus 1 when arrive a Whatsapp notification and return to 0 when I open it (if I not read this messages, counter go to 0 too xD)
Put this icons in /sdcard/tasker/.icn/whatsapp/
mediafire. com /?seos0jth6frodu5 (separated because I can't add URLs )
Create a Tasker widget called "Whatsapp" that only, open it
Create a Task called WhatsAPP:
When open whatsapp
-Variable %WPP = 0 and mathematical
-Tasker -> Change icon: Push search icon and select widget "Whatsapp", then select icon (i selected icon without number)
Another Task called WPP Notification:
When arrive a notification from whatsapp
- +1 to %WPP
- Tasker -> Change icon: Push search icon and select widget "Whatsapp", then select correct icon and mark "if", %WPP = 1, (be carefully, its "mathematical equal", not ~, maybe it works but I prefer use "=")
-Do this last step for each number (%WPP=2, %WPP=3...%WPP=9)
-Finally, do same step but with %WPP>9
This can do with a loop, but when I do it, I was testing, and I won't change it now . If somebody do it with a loop or do it better, please post it for other users (and me!)
PD: I do it to Maildroid/K9 and eBuddy (eBuddy don't work ) too
KRLES said:
Another Task called WPP Notification:
Click to expand...
Click to collapse
Could you please explain more thoroughly how does Tasker know if there a new message recieved in Whatsapp?
I'm trying to make a Minimalistic Text widget displaying the number of unread Whatsapp messages...
You do a second task to manage notifications, this task is active when arrive a notification (event-> Alert >notification), on notification window, you can select if you want "any notification" or a "specific-prgram notification", you select whatsapp
Then when this trigger succes, you add +1 to variable and update icon
but you have a notification in statusbar if there are any new whatsapp msgs available..
sometimes i miss the feature for the lockscreen but i dont think this is a big problem
Guys, again the same stupid question... I didn't get how Tasker knows if there any message received in Whatsapp?
So I'm creating new profile to handle Whatsapp messages and what First Context should I use for this?
Yes, you have notification on status bar too, I won't remove it but I think that is posible quit after update unread counter
Acyxou, follow this steps
1. Create a new context, called, Whatsapp event, for example
2. Select "Event"
3. Select "IU"
4. Select "Notification"
5. On "Source application", push square colour icon at right, it open you apps list
6. Select Whatsapp and finish
Inside this context, you must add a task that adds +1 when detects a notification, how do this task is explained up
This is great but!
KRLES said:
Yes, you have notification on status bar too, I won't remove it but I think that is posible quit after update unread counter
Acyxou, follow this steps
1. Create a new context, called, Whatsapp event, for example
2. Select "Event"
3. Select "IU"
4. Select "Notification"
5. On "Source application", push square colour icon at right, it open you apps list
6. Select Whatsapp and finish
Inside this context, you must add a task that adds +1 when detects a notification, how do this task is explained up
Click to expand...
Click to collapse
This is great man, but can you please describe the complete Tasker process?
Download and put icons in /sdcard/tasker/.icn/whatsapp/
megaupload . com/?d=2QJZM1IO
On desktop
1.- Menu -> Add -> Widget
2. Tasker -> Task
3.- New Task -> Put a name, I use "wpp" -> OK
4.- Plus sign -> App -> Load an app -> Whatsapp -> OK
5.- Create Widget
On tasker, we do two tasks
First, when load whatsapp app
1.- New -> Put a name -> App -> Whatsapp -> Ok
2. PLus sign -> new task -> Wpp to 0
Inside task Wpp to 0
3.- Plus sign -> variable -> Variable set-> Name %WPP -> to 0 -> Do Maths -> Done
4.- Plus sign -> Tasker -> Set widget icon
5.- On name, touch the magnifier and do appear our widget, "wpp", select
6.- Select icon -> whatsapp -> icon without counter
7.- Done task and done profile
8.- I add this task when I quit whatsapp too, you can add if you touch on task and select "Add exit task"
Second profile, When an event arrive
1. Create a new context, called, Whatsapp event, for example
2. Select "Event"
3. Select "IU"
4. Select "Notification"
5. On "Source application", push square colour icon at right, it open you apps list
6. Select Whatsapp and finish
7.- Select new task, I has named it " wpp+1"
8.- Plus sign -> Variable -> Variable add -> In name, touch yellow label and select %WPP -> done (default add +1)
Now, we go to add an icon for each number of events until 10
For 1 message
-Plus sign ->Tasker -> Set Widget Icon ->
- Touch Magnifier and select "wpp"
- Icon, whatsapp and select icon with counter in 1
- Mark if, push yellow label and select %WPP, change ~ symbol to Maths Equals (=) and 1
-Done
For 2 messages
-Plus sign ->Tasker -> Set Widget Icon ->
- Touch Magnifier and select "wpp"
- Icon, whatsapp and select icon with counter in 2
- Mark if, push yellow label and select %WPP, change ~ symbol to Maths Equals (=) and 2
-Done
For 3 messages
-Plus sign ->Tasker -> Set Widget Icon ->
- Touch Magnifier and select "wpp"
- Icon, whatsapp and select icon with counter in 3
- Mark if, push yellow label and select %WPP, change ~ symbol to Maths Equals (=) and 3
-Done
[Do this until 9 messages and finally, to +9 messages]
For more than 9 messages
-Plus sign ->Tasker -> Set Widget Icon ->
- Touch Magnifier and select "wpp"
- Icon, whatsapp and select icon with counter in +9
- Mark if, push yellow label and select %WPP, change ~ symbol to Maths Greater than (>) and 9
-Done
10.- Done profile
And finished, you have a counter!
PD: You must be checked "Tasker" on Settings -> Accessibility
KRLES said:
Acyxou, follow this steps
1. Create a new context, called, Whatsapp event, for example
2. Select "Event"
3. Select "IU"
4. Select "Notification"
5. On "Source application", push square colour icon at right, it open you apps list
6. Select Whatsapp and finish
Click to expand...
Click to collapse
KRLES, u r the man! Exactly what I needed, many thx ))))
Hi all,
I have a non rooted AT&T Note II 4.1.2 build JZ054K.I317UCMA4
I don't know why or how, I was able to get a preview in the notification bar of the picture in the MMS I received. it didn't last very long doing that for me though. And now, I only get an "images" or "slide show" displayed in the notification bar next to the contact name. I do still get previews of an SMS in the notification bar along with the contact name and a picture of the contact. Any ideas or similar experiences? Does your phone display a preview of the picture in an mms in the notification bar?
I did further testing and figured it out. If you enable Blocking Mode in Settings the notification bar will be limited. Thus, disabling the ability in the notification bar to archive, reply with Gmail as well as MMS will now longer show a preview of the image attached.
Hey! Is there some kind of magisk module that would remove only the text of the message?
for example like this:
Did you try going to Settings - Display - Lock screen - Privacy and choose Show sensitive content only when unlocked? Unfortunately you will get Telegram and other notification icons only, not each contact messages but it is what it is.
asdor said:
Did you try going to Settings - Display - Lock screen - Privacy and choose Show sensitive content only when unlocked? Unfortunately you will get Telegram and other notification icons only, not each contact messages but it is what it is.
Click to expand...
Click to collapse
This is not it( It does not show the name and photo of the contact