Hi,
I am trying to create a widget that will show unread mail count. The data of unread mail will be taken from tasker, as shown here. The #TZNMail# is the ZWVariable in tasker's zooper plugin.
I have written this config.xml (from http://forum.xda-developers.com/showthread.php?p=50813638), which is working if I delete the condition block. With the condition block, zooper is not detecting the iconset at all.
Code:
<config>
<title>mono</title>
<description>Monochrome icons</description>
<demo>Mail.png</demo>
<icons>icons</icons>
<default>Mail.png</default>
<condition>
<test>#TZNMail#>0</test>
<image>MailNew.png</image>
</condition>
</config>
Kindly, show me how I can get this correct.
Kindly ignore this thread, I found the solution.
Admins may like to delete this.
Related
I would like to have a zooper widget popup notification with the following information:
Contact Photo
Sender's name
SMS message
Reply button
.......appear when I receive an SMS.
I would like the Contact Photo to appear in a layer UNDER the circle in the top left corner of the background image (see attached image).
I tried to create a Scene in Tasker, using this Tutorial: (http://taskerfans.blogspot.com/2013/05/popup-sms-notifier-via-tasker-scene.html?m=1), but the contact photo does not show up for some reason. The Sender's # and message inside the SMS show up in the Tasker Scene, so I have created variables for that information, but I'd like to try to incorporate that into Zooper Widget. So I guess my questions are:
Can Zooper Widget be used as an SMS Popup w/ or w/out the purchase of the popup widget app?
Can Tasker variables for Contact Photo be used?
Is there some sort of SMS Popup example here on XDA that I may be able to use as a reference? Searching, but haven't found...
bb
SMS Contact Photo Zooper Widget
So, I have already designed a widget that displays SMS count. I also have the popup widget app and have enabled a shortcut on the SMS count to open another Zooper widget.
This Zooper widget will display my last received SMS. I am having a bit of trouble displaying the Contact Photo.
I created a profile in Tasker
Profile: SMSpop
Event: Received Text
Type: Any
Task: txt pop
1. Test: Type - Contact Photo URI, Data - %SMSRF, Store Result in: %contactphoto (Continue Task after Error)
2. Plugins/Zooper Widget Pro Variable: Configuration: #TContact Photo# = %contactphoto
I have the following in the advanced parameters of the bitmap yet I am not seeing the contact photo appears. It actually does appear in the Scene I created with Tasker, but Tasker doesn't allow me accurate resizing and image placement like zooper does.
even tried w/out the bracketed b's and it still didn't work.
harpua1982 said:
So, I have already designed a widget that displays SMS count. I also have the popup widget app and have enabled a shortcut on the SMS count to open another Zooper widget.
This Zooper widget will display my last received SMS. I am having a bit of trouble displaying the Contact Photo.
I created a profile in Tasker
Profile: SMSpop
Event: Received Text
Type: Any
Task: txt pop
1. Test: Type - Contact Photo URI, Data - %SMSRF, Store Result in: %contactphoto (Continue Task after Error)
2. Plugins/Zooper Widget Pro Variable: Configuration: #TContact Photo# = %contactphoto
I have the following in the advanced parameters of the bitmap yet I am not seeing the contact photo appears. It actually does appear in the Scene I created with Tasker, but Tasker doesn't allow me accurate resizing and image placement like zooper does.
even tried w/out the bracketed b's and it still didn't work.
Click to expand...
Click to collapse
The problem here is, that Zooper only can load pictures from the sdcard. The path you get through the task you posted is an internal path instead, which Zooper doesn't currently support. What you would need to do is to save the picture in Tasker to the sdcard and then push that sdcard location to Zooper. Then this should work I think.
kwerdenker said:
The problem here is, that Zooper only can load pictures from the sdcard. The path you get through the task you posted is an internal path instead, which Zooper doesn't currently support. What you would need to do is to save the picture in Tasker to the sdcard and then push that sdcard location to Zooper. Then this should work I think.
Click to expand...
Click to collapse
hmm. Didn't know that. Not exactly sure how I can pass that variable set for Contact Photo URI to the SD yet, but it's a start...Thanks.
Edit: Media Utilities saves coverart to internal memory and is able to display in Zooper.
/storage/sdcard0/Pictures/mu_coverart
sdcard0 being internal, of course.
Tried to copy contents listed in screenshot above, but Tasker is unable to locate that directory. Es File browser can't either. I'm rooted and should have the correct permissions.
Dear All,
Tried searching for this with little progress. I have a very simple widget that shows an agenda-type view. It just lists the events in separate boxes with date, time and event name (as per picture).
Is there a way so that when I click on a specific event it can take me to the 'Edit event' option within my calendar? I have been toying with Tasker (yeah, didn't get far with Tasker for this!) and with different calendars to see if that make a difference (for example I find it easier to manipulate iCal over Sunrise within Zooper) but I have turned up nothing.
Any help is greatly appreciated!
A.
Hi all,
I have read many things about zooper especially its capacity to display counter of unread text messages.
I'd like to know if it is possible to create a widget that displays the text of the unread text messages, to display them on lock screen with widget locker for instance.
Thank you.
You can use Tasker's %SMSRB variable to capture the text body then output it to Zooper as a tasker variable so you can display it. Tasker also has functions to get the text senders details as well as the info for missed calls and last Email, but you will only be able to view the next text,call,etc recieved after you reference the data so it won't show what is already on your phone.
Torgadden said:
You can use Tasker's %SMSRB variable to capture the text body then output it to Zooper as a tasker variable so you can display it. Tasker also has functions to get the text senders details as well as the info for missed calls and last Email, but you will only be able to view the next text,call,etc recieved after you reference the data so it won't show what is already on your phone.
Click to expand...
Click to collapse
Thank you for your return, that's exactly what i was looking for.
hi there
i want to set climacons icons manually through tasker but i had no luck trying it.
setting the temperature as text is easy but I can't get the widget to use my variables for climacons.
tried to write the values to #TW0CODE# (numbers) and #TWCCOND# (text) and use it in Zooper through "advanced parameters"
Zooper still uses its internal weather stuff
any ideas?
so i have read tonnes of tutorials on creating zooper unread message/ email, counters. i also i know how to turn sms/email text (and specify subject, sender, content) to speech or flash in Tasker.
so i feel like i should be able to make sms or email notifications appear on zooper widget, but can't figure it out. i dobt just want a plus 1 variable for a counfer, i want the text from the message.
does any one know how to do this.?