[Q] Search Google Now? - Zooper Widget General

This may or may not be a feature request but does anyone know an OnTap action that can search Google Now for specific text. For example, when I tap some text I'd like it to search Google Now for 'weather' which brings up the current conditions with the slider. Thanks in advance!

I did accomplish this with Tasker Intent;
Send Intent [
Action: android.intent.action.WEB_SEARCH
Cat:None
Mime Type:
Data:
Extra: query:weather
Extra:
Package: com.google.android.googlequicksearchbox
Class: com.google.android.googlequicksearchbox.SearchActivity
Target:Activity ]

...

? :good:

You are trying to do the exact same thing I am with the weather search string. Has anyone made any progress in seeing if this is possible from within Zooper? Guess I'll give it a try with Tasker. Not exactly what I was looking for, but at least its a temporary fix. Thanks for sharing.

Related

Changing start time to 'all day' on calendar?

Hi, basically as the title says! I'm trying to do something that must be basic but I'm having no luck. I have a calendar agenda widget made with Zooper showing my upcoming events in a list. First the date, then the event, then the time. For all day events I'd like to hide the start time (00.00) and just show 'All Day'. Thanks for any help!
Also, an idea for the future. I've no idea if this would be more trouble than it's worth or if it's even possible, but it would be great if you could implement some kind of RSS reader into Zooper. The RSS widget I use is okay but it would be great if you could customise it like you can in Zooper.
edithswanneck said:
Hi, basically as the title says! I'm trying to do something that must be basic but I'm having no luck. I have a calendar agenda widget made with Zooper showing my upcoming events in a list. First the date, then the event, then the time. For all day events I'd like to hide the start time (00.00) and just show 'All Day'. Thanks for any help!
Also, an idea for the future. I've no idea if this would be more trouble than it's worth or if it's even possible, but it would be great if you could implement some kind of RSS reader into Zooper. The RSS widget I use is okay but it would be great if you could customise it like you can in Zooper.
Click to expand...
Click to collapse
Code:
#C0Sdd.MM.YYYY# #C0TITLE# $#C0D#=1?All Day:#C0SHH.mm#$
You can change the date and time format to anything you like. Check this reference for all available possibilities in free date format. Also don't forget to change C0 to C1 for the following event, C2 for the one after that and so on.
Brilliant, works a treat, thanks.
Have we got anywhere for ideas/feature requests like there was on the old Zooper forums?
Trying to make this work with another string of texts
Any idea how to make this work with the following string? I can't seem to. Any help would be greatly appreciated.
[c=#C0COLOR#]$#C0SddMM#=?No appointments$$#C0SddMM#=#DddMM#?Today at #C0Sh\:mm# [tl]#C0Sp#[/tl] -$$ #C0SddMM#=#W1DddMM#?Tomorrow at #C0Sh\:mm# [tl]#C0Sp#[/tl] -$$[#C0SddMM#!=#W1DddMM#] && [#C0SddMM#!=#DddMM#] && [#C0STd#<6]?#C0SEEEE# at #C0Sh\:mm# [tl]#C0Sp#[/tl] -$$[#C0SddMM#!=#W1DddMM#] && [#C0SddMM#!=#DddMM#] && [#C0STd#>=6]? #C0SEEE#, #C0SMMM# [no]#C0Sd#[/no] at #C0Sh\:mm#$ #C0TITLE#[/c]

Link am/pm marker to event calendar time

Hi,
I remember reading once how to link to am/pm marker to a calendar event. So that if you are in the AM and looking at a calendar event in the PM, the calendar event time will display correctly.
I know it is some combination of #C0Sh:mm# and #Da# but for some reason when I write #C0Sh:mm Da# I get "3:00 350PM" and when I type #C0Sh:mm da# I get "3:00 16PM"
I have done this is the past successfully, anyone know the correct format?
Also, is there a way to force the AM/PM markers to lowercase
Any help is much appreciated
Thanks,
Brad
restinbeast said:
Hi,
I remember reading once how to link to am/pm marker to a calendar event. So that if you are in the AM and looking at a calendar event in the PM, the calendar event time will display correctly.
I know it is some combination of #C0Sh:mm# and #Da# but for some reason when I write #C0Sh:mm Da# I get "3:00 350PM" and when I type #C0Sh:mm da# I get "3:00 16PM"
I have done this is the past successfully, anyone know the correct format?
Also, is there a way to force the AM/PM markers to lowercase
Any help is much appreciated
Thanks,
Brad
Click to expand...
Click to collapse
The D is used to identify a date tag and the a is the AM/PM marker. If you want do use it in a calendar event tag, you have to omit the D and use just the a. In your case that would read:
Code:
#C0Sh:mm a#
Now, if you want to force it to small caps, you'll have to use a Rich Text Module with the [tl][/tl](to lowercase) BBCode and split up the tags so it looks like this:
Code:
#C0Sh:mm# [tl]#C0Sa#[/tl]
Hope this helps you out
kwerdenker said:
The D is used to identify a date tag and the a is the AM/PM marker. If you want do use it in a calendar event tag, you have to omit the D and use just the a. In your case that would read:
Code:
#C0Sh:mm a#
Now, if you want to force it to small caps, you'll have to use a Rich Text Module with the [tl][/tl](to lowercase) BBCode and split up the tags so it looks like this:
Code:
#C0Sh:mm# [tl]#C0Sa#[/tl]
Hope this helps you out
Click to expand...
Click to collapse
Many thanks (hit the thanks button)
I need to write this down, second time I had to ask for help on this. Some kind of mental block with it heh.

[Q] 1) Last (passed) Calendar Event 2) Widget Scroll

Hi all,
I've 2 questions about this fantastic App!:
1) Last (passed) Calendar Event
I've created a widget to display Calendar Events; it works ok but I've a request:
Is it possible to show last passed Event?
E.G. I set one event today from 8:00am to 9:00am
I see this event since 9:00am but after this time I don't see this event
Could Zooper show also this passed event?
If Z.W. couldn't I think this is a interesting thing to implement...
2) Widget (or element) Scroll
I read that Z.W. can't scroll ... but: is t possible to scroll text in RichText field?
This is the case:
In my calendar widget I use 1 RichText for every days to show the events in the day.
I've reserved 3 rows for every day (I "print" 1 event on every row) but if in a day I've more than 3 events I see only the first 3 events and I don't see 4th, 5th etc. events.
If RichText could scroll I will solve this problem
... If anyone know other alternative solution...
HyperAbarth said:
Hi all,
I've 2 questions about this fantastic App!:
1) Last (passed) Calendar Event
I've created a widget to display Calendar Events; it works ok but I've a request:
Is it possible to show last passed Event?
E.G. I set one event today from 8:00am to 9:00am
I see this event since 9:00am but after this time I don't see this event
Could Zooper show also this passed event?
If Z.W. couldn't I think this is a interesting thing to implement...
2) Widget (or element) Scroll
I read that Z.W. can't scroll ... but: is t possible to scroll text in RichText field?
This is the case:
In my calendar widget I use 1 RichText for every days to show the events in the day.
I've reserved 3 rows for every day (I "print" 1 event on every row) but if in a day I've more than 3 events I see only the first 3 events and I don't see 4th, 5th etc. events.
If RichText could scroll I will solve this problem
... If anyone know other alternative solution...
Click to expand...
Click to collapse
1) No, Zooper doesn't currently support access to past events. If you want to request it as a feature I would advise you to use the official channel here: http://zooper.themerapp.com/support/discussions/forums/268861
2) There is a trick to "scroll" things in Zooper by using an offset calculated from the current seconds/minutes but it's rather choppy and a huge battery hog. So it's do-able but not simple and - from my perspective - not really advisable.
Thanks a lot for your reply!
But about "scroll" you spoke about offset related to Time; do you have one example?
In your opinion is it possible "scroll" by clicking on a Button (image) on the widget?
Thanks a lot for your reply!
But about "scroll" you spoke about offset related to Time; do you have one example?
In your opinion is it possible "scroll" by clicking on a Button (image) on the widget?
HyperAbarth said:
Thanks a lot for your reply!
But about "scroll" you spoke about offset related to Time; do you have one example?
In your opinion is it possible "scroll" by clicking on a Button (image) on the widget?
Click to expand...
Click to collapse
I never used the trick myself so I don't have an example at hand but I'll look if I can find one for you.
As to your second question: maybe. You would have to use an external tool like Tasker and while you could use an extension of the timing trick to do a "scrolling animation" I think it would be more advisable to just switch between different module functions. For instance you could toggle your three lines of events between showing events 1-3 and 4-6. If you don't have Tasker I could give you a link to an app I once exported from it. With that you get a toggle action and variable to realize what I just described.
kwerdenker said:
I never used the trick myself so I don't have an example at hand but I'll look if I can find one for you.
As to your second question: maybe. You would have to use an external tool like Tasker and while you could use an extension of the timing trick to do a "scrolling animation" I think it would be more advisable to just switch between different module functions. For instance you could toggle your three lines of events between showing events 1-3 and 4-6. If you don't have Tasker I could give you a link to an app I once exported from it. With that you get a toggle action and variable to realize what I just described.
Click to expand...
Click to collapse
Thaks, you reaaly help me!
Regards.
kwerdenker said:
I never used the trick myself so I don't have an example at hand but I'll look if I can find one for you.
As to your second question: maybe. You would have to use an external tool like Tasker and while you could use an extension of the timing trick to do a "scrolling animation" I think it would be more advisable to just switch between different module functions. For instance you could toggle your three lines of events between showing events 1-3 and 4-6. If you don't have Tasker I could give you a link to an app I once exported from it. With that you get a toggle action and variable to realize what I just described.
Click to expand...
Click to collapse
Thanks a lot!
I've Tasker but if you can give me the link of the app you've exported I can see it and try to understand
HyperAbarth said:
Thanks a lot!
I've Tasker but if you can give me the link of the app you've exported I can see it and try to understand
Click to expand...
Click to collapse
Since you have Tasker, I've exported my task as an XML. You can get it here https://www.dropbox.com/s/bziwrbw4azm04t3/Toggle.tsk.xml to import it on your device.
To use it you have to modify your current event modules in the following way
(You'll obviously have to substitute whatever you use to display your events, this is just meant to show the usage of the variable)
Code:
$#TVIEW#=0?#C0TITLE#:#C3TITLE#$
Then to toggle between them set the Task as a Tasker shortcut via the module or widget OnTap option in Zooper. Now you can switch between different display states with a tap on the widget.
Hope this is clear enough for you to understand. If not, just ask
Error, duplicated post. Sorry
I didn't have time to see your XML file I will download it ASAP; but:
How can I manage dates with Zooper?
Example; can I add Days to a date?
For example if today is the 30th Jan. 2014 can I add for example 3 and obtain 2nd feb. 2014?
I didn't find a way to do this in Zooper
Thanks in Advance.
I try to explain you the reason of this question:
I've for example 3 fields on the widget with 3 dates (today, Tomorrow and Day after Tomorrow)
I want to do this:
If I Tap on a field (e.g. "+") the control pass to Tasker and Tasker add a Day to 3 dates... the result is that the 3 fields with date will change the value
E. G.
1st field 15th gen 2014
2nd field 16th gen 2014
3rd field 17th gen 2014
If I tap on field "+" Tasker change the value of the variables and on the widget I will see:
1st field 16th gen 2014
2nd field 17th gen 2014
3rd field 18th gen 2014
... in this way I will create a scrollable calendar widget ... I didn't try to do this; I hope I will able to do this but my problem is that I explained on my question in the top of this post.
I Hope you understand my english
EDIT:
I find in Zooper how to manage "free date"; e.g. 4st of february 2014 at 01:00 is:
#D201402041000#
Then if I want display this date I can create a text like this:
#D201402041000 c dd-MM-yyyy#
and this is the result:
tue 04-02-2014
Now... With Tasker I can create a variable with this Value:
201402041000
E.G. Var1 = 201402041000
If in Zooper I set a Text with: #TVar1# I see:
201402041000
But if I set a text with: #D#TVar1# c dd-MM-yyyy# I see:
#D#TVar1# c dd-MM-yyyy#
Where is my mistake?
Is it possible in Zooper use a Variable like Date?
I've found my mistake; if I write:
#D$#TVar1#$ c dd-MM-yyyy#
It Work
I've found my mistake; if I write:
#D$#TVar1#$ c dd-MM-yyyy#
It Work

[Q] Module OnTap to open web pages?

Hello,
I created a widget which displays data received from Tasker. On different items of this widget, I'd like to add an OnTap action that would open a web page providing more details. Is there any way to:
- Open a specific URL with the default web browser via Module OnTap?
- Use a variable provided by Tasker as the URL to open?
Thank you
Did you ever manage to do this? i need to open an url as well...
no params in my case, just tap to open an url.
thanks
nickimola said:
Did you ever manage to do this? i need to open an url as well...
no params in my case, just tap to open an url.
thanks
Click to expand...
Click to collapse
Hi
Since that time, I abandoned the idea and forgot this topic. Recently however, I found the following workaround:
- Store (or generate) the destination URL in a Tasker variable
- Create a Tasker task to with only the command "Navigate to URL", and provide it the URL from above
- In Zooper's OnTap, select "Tasker shortcut"
- Then, in the Tasker tasks list presented to you, choose the one you created at step two
Depending on your use case, you may merge the first two steps in the same Tasker task.

[Tutorial] How to Add Custom Apps to the Quick Actions in the Action Center (W10M)

While I was searching between the registries I found this way ,it is very simple.
Your phone must be Interop unlocked and you must have a registry editor on your phone.
You need the Uri of the app you want to put in the quick action. ( There is a list of the Uris of some popular apps in the end of this thread).
Create a new value with the following data
To add an app to the settings quick action: (Just press it and the app you have selected will open)
Registry Key Path: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ActionCenter\Quick Actions\All\QuickActions_Launcher_AllSettings
Registry Value Name: Uri
Registry Value Type: String
Registry Value Data: add the uri of the app you want, For example: mswindowsmusic:
To add an app to the Airplane mode quick action: (Press to activate the airplane mode, long press to open the app)
Registry Key Path: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ActionCenter\Quick Actions\All\SystemSettings_QuickAction_AirplaneMode
Registry Value Name: Uri
Registry Value Type: String
Registry Value Data: add the uri of the app you want, For example: fb:
To add an app to the Bluetooth quick action (Press to activate the Bluetooth, long press to open the app)
Registry Key Path: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ActionCenter\Quick Actions\All\SystemSettings_Device_BluetoothQuickAction
Registry Value Name: Uri
Registry Value Type: String
Registry Value Data: add the uri of the app you want, for example: fb-messenger:
To add an app to the Flashlight quick action (Press to run the flash, long press to open the app)
Registry Key Path: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ActionCenter\Quick Actions\All\SystemSettings_Flashlight_Toggle
Registry Value Name: Uri
Registry Value Type: String
Registry Value Data: add the Uri of the app you want, for example: fb-messenger:
And on this way you can edit the other quick actions, just change the path.
you can find all other paths in this key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ActionCenter\Quick Actions\All
It might be difficult to know in which quick action you did put the app, but I found a solution to this problem.
Just edit the icons of the action center and add the icons of the apps you chose.
Here's a list of the Uris of some popular apps and some system apps:
Outlook mail: mailto:
Calculator app: calculator:
Default web browser: http://bing.com
Call app: ms-call:
Messaging app: ms-chat:
People app: ms-people:
Xbox app: xbox:
Skype app: skype:
Groove music app: mswindowsmusic:
New app: bingnews:
Weather app: bingweather:
Facebook app: fb:
Facebook Messenger: fb-messenger:
Pandora app: pandora:
Netflix app: netflix:
Twiter app: twitter:
Whatsapp app: whatsapp:
Telegram app: tg:
Viber app: viber:
VLC app: vlc:
Microsoft Word app: ms-word
Microsoft PowerPoint app: ms-powerpoint
Microsoft Excel app: ms-excel:
OneNote app: onenote:
Sway app: ms-sway:
Here's a video to show how it works:
I added maps app to location quickaction
Sai Chrisna said:
I added maps app to location quickaction
Click to expand...
Click to collapse
Haha nice, now the long press of the locatin quick action is more useful than before
colors???
Can anyone guess keys for adding color to brightness and other tiles like camera, the action center seems pretty dull on 10.
8.1 had good colors. And dark tiles too.
Tried every key buy couldn't find anything
Abdullah S.A. said:
While I was searching between the registries I found this way ,it is very simple.
Your phone must be Interop unlocked and you must have a registry editor on your phone.
You need the Uri of the app you want to put in the quick action. ( There is a list of the Uris of some popular apps in the end of this thread).
Create a new value with the following data
To add an app to the settings quick action: (Just press it and the app you have selected will open)
Registry Key Path: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ActionCenter\Quick Actions\All\QuickActions_Launcher_AllSettings
Registry Value Name: Uri
Registry Value Type: String
Registry Value Data: add the uri of the app you want, For example: mswindowsmusic:
To add an app to the Airplane mode quick action: (Press to activate the airplane mode, long press to open the app)
Registry Key Path: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ActionCenter\Quick Actions\All\SystemSettings_QuickAction_AirplaneMode
Registry Value Name: Uri
Registry Value Type: String
Registry Value Data: add the uri of the app you want, For example: fb:
To add an app to the Bluetooth quick action (Press to activate the Bluetooth, long press to open the app)
Registry Key Path: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ActionCenter\Quick Actions\All\SystemSettings_Device_BluetoothQuickAction
Registry Value Name: Uri
Registry Value Type: String
Registry Value Data: add the uri of the app you want, for example: fb-messenger:
To add an app to the Flashlight quick action (Press to run the flash, long press to open the app)
Registry Key Path: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ActionCenter\Quick Actions\All\SystemSettings_Flashlight_Toggle
Registry Value Name: Uri
Registry Value Type: String
Registry Value Data: add the Uri of the app you want, for example: fb-messenger:
And on this way you can edit the other quick actions, just change the path.
you can find all other paths in this key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ActionCenter\Quick Actions\All
It might be difficult to know in which quick action you did put the app, but I found a solution to this problem.
Just edit the icons of the action center and add the icons of the apps you chose.
Here's a list of the Uris of some popular apps and some system apps:
Outlook mail: mailto:
Calculator app: calculator:
Default web browser: http://bing.com
Call app: ms-call:
Messaging app: ms-chat:
People app: ms-people:
Xbox app: xbox:
Skype app: skype:
Groove music app: mswindowsmusic:
New app: bingnews:
Weather app: bingweather:
Facebook app: fb:
Facebook Messenger: fb-messenger:
Pandora app: pandora:
Netflix app: netflix:
Twiter app: twitter:
Whatsapp app: whatsapp:
Telegram app: tg:
Viber app: viber:
VLC app: vlc:
Microsoft Word app: ms-word
Microsoft PowerPoint app: ms-powerpoint
Microsoft Excel app: ms-excel:
OneNote app: onenote:
Sway app: ms-sway:
Here's a video to show how it works:
Click to expand...
Click to collapse
Thank you
Can you tell us some of the applications uri ?
Or a resource for them ?
Ferrybigger said:
Thank you
Can you tell us some of the applications uri ?
Or a resource for them ?
Click to expand...
Click to collapse
As far as i know., u can find it in the Appxmanifest file(Extension category, protocol name)
But not all the apps are uri activated.,
If u want to add a custom app without uri, try this..
* Just edit the "AppId registry value data" to [xxxAppIdxxx!App]
For example if you want to add interoptools, edit "AppId" of Brightness quick action to
InteropTools_2aq3exr3grctp!App
Sai Chrisna said:
As far as i know., u can find it in the Appxmanifest file(Extension category, protocol name)
But not all the apps are uri activated.,
If u want to add a custom app without uri, try this..
* Just edit the "AppId registry value data" to [xxxAppIdxxx!App]
For example if you want to add interoptools, edit "AppId" of Brightness quick action t
InteropTools_2aq3exr3grctp!App
Click to expand...
Click to collapse
Thank u so much
Abdullah S.A. said:
Haha nice, now the long press of the locatin quick action is more useful than before
Click to expand...
Click to collapse
Thanks verymuch for your trick, dude! :good: But can you tell me how to change all default icons with apps icons (like on video)???
WinCamp said:
Thanks verymuch for your trick, dude! :good: But can you tell me how to change all default icons with apps icons (like on video)???
Click to expand...
Click to collapse
It's easy, download the icon pack from this thread or copy the original icon pack from your phone and edit the icons using any font editor app like Font Creator on your PC and then follow this thread to put it on your phone
https://forum.xda-developers.com/windows-10/development/material-design-icon-pack-t3419962
Note: the icon pack must be .ttf file and not .otf
Abdullah S.A. said:
It's easy, download the icon pack from this thread or copy the original icon pack from your phone and edit the icons using any font editor app like Font Creator on your PC and then follow this thread to put it on your phone
https://forum.xda-developers.com/windows-10/development/material-design-icon-pack-t3419962
Note: the icon pack must be .ttf file and not .otf
Click to expand...
Click to collapse
Okay, thanks very much :good:
Abdullah S.A. said:
It's easy, download the icon pack from this thread or copy the original icon pack from your phone and edit the icons using any font editor app like Font Creator on your PC and then follow this thread to put it on your phone
https://forum.xda-developers.com/windows-10/development/material-design-icon-pack-t3419962
Note: the icon pack must be .ttf file and not .otf
Click to expand...
Click to collapse
One question again: How to return the URI for All Settings to original/first URI/ What's it's URI? Thanks before
ms-settings: ?
Is there any way to change position of battery percentage?
i am unable to it...can u explain the process...please!!
mirasal2 said:
Is there any way to change position of battery percentage?
Click to expand...
Click to collapse
No, not currently
SyndiCate861 said:
i am unable to it...can u explain the process...please!!
Click to expand...
Click to collapse
What didn't you exactly understand? what part of the tutorial, I did my best to make it understandable to everyone and it can't be explained on a better way, but you can tell me where you are in this tutorial so far and I'll try to help you
Abdullah S.A. said:
What didn't you exactly understand? what part of the tutorial, I did my best to make it understandable to everyone and it can't be explained on a better way, but you can tell me where you are in this tutorial so far and I'll try to help you
Click to expand...
Click to collapse
i wanted to ask you that...do i needs to create a new Uri string...or the old one modification will work...i tried both bt dint work....i just want to know the registry thing...!!
SyndiCate861 said:
i wanted to ask you that...do i needs to create a new Uri string...or the old one modification will work...i tried both bt dint work....i just want to know the registry thing...!!
Click to expand...
Click to collapse
It doesn't make a difference at all, just make sure you didn't forget the colon in the end of the uri, for example fb: and without a space between fb and the colon.
make sure that the registry key path is correct as it is.
If you still face any problem, feel free to contact me.
Abdullah S.A. said:
It doesn't make a difference at all, just make sure you didn't forget the colon in the end of the uri, for example fb: and without a space between fb and the colon.
make sure that the registry key path is correct as it is.
If you still face any problem, feel free to contact me.
Click to expand...
Click to collapse
okay i'll try once again....
SyndiCate861 said:
okay i'll try once again....
Click to expand...
Click to collapse
i did it thank you so much....can u provide me with ua icons??

Categories

Resources