[Q] change Picture with adventure parameters - Zooper Widget General

hi guys,
i want to change picutures with adventure parameters, like
picture 1 from minute 00 to 19
picture 2 from minute 20 to 39
picture 3 from minute 40 to 59
anyone have the solution ?
thanks

Wrong thread

Mokum020 said:
This should work
Picture 1
Code:
[ox]$#Dm#>19&&#Dm#<=59?1000$[/ox]
Picture 2
Code:
[ox]$#Dm#>39||#Dm#<20?1000$[/ox]
Picture 3
Code:
[ox]$#Dm#>=0&&#Dm#<40?1000$[/ox]
Click to expand...
Click to collapse
thanks it works !
to change it like 35 to 45 it should look like these ?
Code:
[ox]$#Dm#>=40&&#Dm#<35?1000$[/ox]

Wrong thread

Related

Macro/script

Hi guys. I'm looking for something to run a macro who "double-tap" the screen every 1 min or like that.
Thanks,
Will
EDIT: I've written this in another forum but no one seems to answer me and I don't know who to delete the thread ( http://forum.xda-developers.com/showthread.php?p=34395811 ). I'm sorry.
ltlgod said:
Hi guys. I'm looking for something to run a macro who "double-tap" the screen every 1 min or like that.
Thanks,
Will
EDIT: I've written this in another forum but no one seems to answer me and I don't know who to delete the thread ( http://forum.xda-developers.com/showthread.php?p=34395811 ). I'm sorry.
Click to expand...
Click to collapse
No one can tell something....
I exactly need a macro/script that I launch and it stays in background and every 57 seconds double-tap the screen in the center, as when as I touch two times the phone screen. And this goes infinitly in background when I'm doing other things..

(custom boot logo) sgs4 i9400

Hey guys, first contribution to XDA!!!!
Woooo!!!
Hope this is the right place aswell...
Well last night i made this because i was changing my boot logo for my S2.
took around 30 minutes...
Image is not resized.
480 x 800
with the size of 58.8 KB
I uploaded it through Imageshack.
http://img203.imageshack.us/img203/4818/logolgn.jpg
Just "save image as"
Then use this method to change your Boot logo
http://forum.xda-developers.com/showthread.php?t=1136699
Jomari29 said:
Hey guys, first contribution to XDA!!!!
Woooo!!!
Hope this is the right place aswell...
Well last night i made this because i was changing my boot logo for my S2.
took around 30 minutes...
Image is not resized.
480 x 800
with the size of 58.8 KB
I uploaded it through Imageshack.
http://img203.imageshack.us/img203/4818/logolgn.jpg
Just "save image as"
Then use this method to change your Boot logo
http://forum.xda-developers.com/showthread.php?t=1136699
Click to expand...
Click to collapse
S4 code name is I9505/I950X...
Yeah.. Number 4 is not good for korean
not so good, number 4 look like different font
Prashanthme said:
S4 code name is I9505/I950X...
Click to expand...
Click to collapse
ahhh...
thanks

[Q] Adding a value to the current hour

Is there ANY way to add a number (1) to the current hour? I've been trying to figure it out for hours but I'm not getting anywhere.
I've tried variations of this:
$#Dmm#>50&&#Dmm#<60?hour plus one is (#Dh#+1)$
Anyone?
dgrasley said:
Is there ANY way to add a number (1) to the current hour? I've been trying to figure it out for hours but I'm not getting anywhere.
I've tried variations of this:
$#Dmm#>50&&#Dmm#<60?hour plus one is (#Dh#+1)$
Anyone?
Click to expand...
Click to collapse
Hi;
Here I've insert a code to add Day to Date:
http://forum.xda-developers.com/showthread.php?t=2607763
Probably same syntax could work also for time ... but there is a BIG problem:
Zooper consider Date as a number then if I add 10 to 25th January I obtain 35th January!!! Then I can't use this for my purpose
I don't know if you will have the same problem also with Time.
dgrasley said:
Is there ANY way to add a number (1) to the current hour? I've been trying to figure it out for hours but I'm not getting anywhere.
I've tried variations of this:
$#Dmm#>50&&#Dmm#<60?hour plus one is (#Dh#+1)$
Anyone?
Click to expand...
Click to collapse
Try it like this
Code:
$#Dmm#>50&&#Dmm#<60?(#Dh#+1)$
and it should work. Zooper seems to have a problem if you try to mix characters/text and math. If you want to have text AND math in one text module, split them up so you have something like this
Code:
hour plus one is $#Dmm#>50&&#Dmm#<60?(#Dh#+1)$
If you need the text also to be dependent on the conditional, you'll have to use it twice:
Code:
$#Dmm#>50&&#Dmm#<60?hour plus one is $$#Dmm#>50&&#Dmm#<60?(#Dh#+1)$

Zooper Moonrise and Moonset Time

Hi All,
I am a bit confused with the moonrise and moon set time on zooper. I am using the following code
Code:
#AMRH:mm#
to get the moonrise time in 24 hour time format. But the result i get is 12 hour time.
For Example... If the moon rise time in my locality is 9:15 Pm, then ideally it should give me the time as 21:15. but it gives me 9:15 instead.
Can anyone please tell me where i am going wrong?
Thanks in advance for your help.
siddnair1989 said:
Hi All,
I am a bit confused with the moonrise and moon set time on zooper. I am using the following code
Code:
#AMRH:mm#
to get the moonrise time in 24 hour time format. But the result i get is 12 hour time.
For Example... If the moon rise time in my locality is 9:15 Pm, then ideally it should give me the time as 21:15. but it gives me 9:15 instead.
Can anyone please tell me where i am going wrong?
Thanks in advance for your help.
Click to expand...
Click to collapse
My solutions /blue is data for next day/:
$#AISDAY#=0 && #ARH#<#DH#?[c=#99CCFF]#A1RHH.mm#[/c]:#ARHH.mm#$
$#AISDAY#=0 && #ASH#<=#DH#?[c=#99CCFF]#A1SHH.mm#[/c]:#ASHH.mm#$

Watchmaker help. Text box to show 15 min into future?

Just wondering if anyone knows how to add a minute text box that will show the minutes time 15 minutes into the future. I'm a supervisor at work and when giving people their 15 minute break it would be extremely helpful to glance at my watch real fast to let them know what time to be back. Possible? Thanks
supremekizzle said:
Just wondering if anyone knows how to add a minute text box that will show the minutes time 15 minutes into the future. I'm a supervisor at work and when giving people their 15 minute break it would be extremely helpful to glance at my watch real fast to let them know what time to be back. Possible? Thanks
Click to expand...
Click to collapse
Just a rough idea obviously but you can just add a minute text box and add +15 to the end of the time formula and it will work
Sent from my XT1096 using XDA Free mobile app
That's awesome, thank you. I was trying to put +15 inside the {}. No wonder it wasn't working. Thanks coming your way.
supremekizzle said:
That's awesome, thank you. I was trying to put +15 inside the {}. No wonder it wasn't working. Thanks coming your way.
Click to expand...
Click to collapse
Actually that doesn't appear to work when its less than 15 till the top of the hour . right now at 53 it shows 68 ... This may take some more thinking lol
Sent from my XT1096 using XDA Free mobile app
Seems like you should be able to add some if statements in their something like if >45 subtract 45. But I'm not really sure of the syntax needed, I do know some apps like facer and watchmaker link to sites with the language source information which may help.
But an if statement is the most logical way to get around the 45 minute issue.

Categories

Resources