[Q] Adding another variable in Zooper Pro - Zooper Widget General

What do I add to the following $#SMCALLS#!=0?#SMCALLS#:No$ new calls so that when there is only one new call, it displays Call, and all the others 0, 2-9 displays Calls?

purple_snow said:
What do I add to the following $#SMCALLS#!=0?#SMCALLS#:No$ new calls so that when there is only one new call, it displays Call, and all the others 0, 2-9 displays Calls?
Click to expand...
Click to collapse
Just repeat what you already have
Code:
$#SMCALLS#!=0?#SMCALLS#:No$ new [B]$#SMCALLS#=1?Call:Calls$[/B]

kwerdenker said:
Just repeat what you already have
Code:
$#SMCALLS#!=0?#SMCALLS#:No$ new [B]$#SMCALLS#=1?Call:Calls$[/B]
Click to expand...
Click to collapse
Perfect...thank you! I knew it had to be something like that.

I used a condition. same as above, but with less things. simple
you have #SMCALLS# missed call$#SMCALLS#!=1?s$

Related

Inbound calls only ring once, dzo's latest froyo

As the title states I'm running dzo's latest with the 9-9-10 kernel. The issue is that when I get a call my phone rings once then just stays at the answer screen as though the phone should be ringing.
So has anyone had this issue with dzo's froyo, and if so what did you find to be the fix if u found one.
Sent from my Froyo sporting Tilt.
zPacKRat said:
As the title states I'm running dzo's latest with the 9-9-10 kernel. The issue is that when I get a call my phone rings once then just stays at the answer screen as though the phone should be ringing.
So has anyone had this issue with dzo's froyo, and if so what did you find to be the fix if u found one.
Sent from my Froyo sporting Tilt.
Click to expand...
Click to collapse
I am having the exact same issue, very annoying, no solution so far...
I'm unable to help factively, as I'm not running that build, but just to start troubleshooting... which kind of ringtone are you using?
Have you tried to use a different one (i.e: a song)
What's the result?
maybe this can help tracking the issue
Pino
ppelleg2003 said:
I'm unable to help factively, as I'm not running that build, but just to start troubleshooting... which kind of ringtone are you using?
Have you tried to use a different one (i.e: a song)
What's the result?
maybe this can help tracking the issue
Pino
Click to expand...
Click to collapse
It's a clean installation so no installed ring tones, only the once dzo included. I will try with some of the others to see if they all produce the same result.
Far from solving the issue, it may be a patch: having a song (obviously longer than a ringtone jingle) you'd hear it longer
Yes but if the filesize is too big then it will take a while to load the ringtone also which would mean you would miss the first dials and possibly altogether. This may be a dialer issue, I have noticed that android doesn't seems give the dialer a higher priority then the other active tasks for some reason. Does anyone know if we can set priority of activities in Android? If we can make the dialer the highest priority then your phone shouldn't have less issues.
ghghgh14702 said:
Yes but if the filesize is too big then it will take a while to load the ringtone also which would mean you would miss the first dials and possibly altogether. This may be a dialer issue, I have noticed that android doesn't seems give the dialer a higher priority then the other active tasks for some reason. Does anyone know if we can set priority of activities in Android? If we can make the dialer the highest priority then your phone shouldn't have less issues.
Click to expand...
Click to collapse
Not only that, but a fix is what I'm after, not a workaround.
I've already posted a fix for this in dzo's original Fresh Froyo thread:
siwahem said:
Murky said:
P.S. Have anyone noticed, that some ringtones (e.g. Digital Phone) ring only once? While still vibrating, and showing caller ID, the phone does not repeat the ringtone. I don't know, when it starts to happen, but it was in any ROM from July.
Click to expand...
Click to collapse
I had this problem as well, thought I'd share my finding and fix:
In OGG files I've found that there's an extra meta tag called ANDROID_LOOP which is set to 'true'. The Digital Phone ringtone doesn't have this tag, while others like the Classic Phone does (hence why the Classic ringtone repeats for incoming calls).
Here's what I did to fix this:
- Download and install Audacity (audacity.sourceforge.net)
- Open the ringtone file in Audacity, note you can use mp3/wav files as well, Audacity can convert them into OGG.
- Select Open Metadata Editor for the File Menu
- Add a new tag called ANDROID_LOOP and set the value to 'true'. (See screenshot here: g-sel.com/meta_editor.jpg (I can't post external links, so if a mod would like to edit this post and make them links, please feel free.))
- Click OK
- Select Export from the File Menu and select the Save As Type format as Ogg Vorbis Files.
- Click OK through File Save and Metadata dialogue window.
- Copy the new ringtone file onto your phone and enjoy
You can also copy the new file over the existing one as well:
- Open a terminal program (eg. Better Terminal from the marketplace) and run the following commands:
$su
#rwsystem
#cd /system/media/audio/ringtones
#cp <location of new ringtone> .
#chmod 644 <new ringtone filename>
#rosystem
#exit
- If you have added a new ringtone, ie. your own one not Android default, you will need to reboot the phone for the new ringtone to appear on the list.
Obviously change <location of new ringtone> and <new ringtone filename> to where you've saved the new file (eg. /sdcard/Ring_Digital_02.ogg and Ring_Digital_02.ogg).
PS. I don't think the CHMOD is really needed, but I like to keep things consistent so I do it anyway.
Click to expand...
Click to collapse
Thanks to siwahem for solving the problem...
@zPacKRat: I apologise but I suppose I've clearly said: what I suggested may be a patch waiting for the solution, not the solution
ppelleg2003 said:
Thanks to siwahem for solving the problem...
@zPacKRat: I apologise but I suppose I've clearly said: what I suggested may be a patch waiting for the solution, not the solution
Click to expand...
Click to collapse
Indeed thanks to siwahem for a fix. And sorry ppelleg2003 if I came across short, I always appreciate input.
Forgot to mention that if you want to use your own sound for notifications then set the ANDROID_LOOP tag to false, otherwise the sound will keep looping non-stop. Only way to stop it, without killing the sound system, is to set the phone to silent mode, then back to normal profile.
Seems, this tag is ignored for alarm sounds though, non of the default alarm files have the tag, but I haven't tested it.
As for dialer priority issue, android actually uses a different process for phone calls. The dialer is part of the contacts app I believe.
Try Phone Prioritizer (it may be called Scheduled Scripting) app (here: forum.xda-developers.com/showthread.php?t=558822). It runs periodically to set the main phone processes and launcher at higher priority. I've been using it and it works a charm, phone reacts, starts ringing and display the incoming call screen within the first ring.
zPacKRat said:
As the title states I'm running dzo's latest with the 9-9-10 kernel. The issue is that when I get a call my phone rings once then just stays at the answer screen as though the phone should be ringing.
So has anyone had this issue with dzo's froyo, and if so what did you find to be the fix if u found one.
Sent from my Froyo sporting Tilt.
Click to expand...
Click to collapse
Excuse me, where 09-09-10 download?
shifei said:
Excuse me, where 09-09-10 download?
Click to expand...
Click to collapse
Welcome to XDA, do yourself a favor and read the stickies before you start asking simple questions.
zPacKRat said:
Welcome to XDA, do yourself a favor and read the stickies before you start asking simple questions.
Click to expand...
Click to collapse
I'm sorry and i see the newest 02-09-10_17, no 09-09-10
Is sourceforge.net/projects/androidhtc/files/ ?
shifei said:
I'm sorry and i see the newest 02-09-10_17, no 09-09-10
Is sourceforge.net/projects/androidhtc/files/ ?
Click to expand...
Click to collapse
that's the one.
I have found the issue to only apply to certain ring tones.
Sent from my Froyo sporting Tilt, via XDA App.
Excuse me
How Compcache opens in terminal?
shifei said:
Excuse me
How Compcache opens in terminal?
Click to expand...
Click to collapse
This thread was about ring tones, your not likely to get much help with compcache, you might try the devs thread for the rom itself.
set vibrate to always fixed the problem for me.

[APP][Tasker Script]Reject the call and dial back option on the answering screen

The script should show an extra "button" while the phone is ringing. Sliding your finger right over this button will disconnect the call and redial it back right away.
I did this because of the switching to an "unlimited minutes" plan, while some of my friends that call me are on some very expensive ones. This allows calling such a person back in one single swipe.
Attaching the tasker xml as well as an exported "application". Please note, those "applications" are a new tasker feature i am not very familiar with, i have no idea of what are the dependencies of those, why it puts what it puts in the manifest, how the implementation looks etc. If you install that apk, you do it at your own risk. All i did was exporting the same tab into both xml and apk from tasker, i did not code a single line in Eclipse to make it, nor i've signed it myself.
PS: Not sure if this is of any interest to anyone, but i've decided to share anyway.
Thanks for this, It will be very useful for me.
InfX said:
The script should show an extra "button" while the phone is ringing. Sliding your finger right over this button will disconnect the call and redial it back right away.
I did this because of the switching to an "unlimited minutes" plan, while some of my friends that call me are on some very expensive ones. This allows calling such a person back in one single swipe.
Attaching the tasker xml as well as an exported "application". Please note, those "applications" are a new tasker feature i am not very familiar with, i have no idea of what are the dependencies of those, why it puts what it puts in the manifest, how the implementation looks etc. If you install that apk, you do it at your own risk. All i did was exporting the same tab into both xml and apk from tasker, i did not code a single line in Eclipse to make it, nor i've signed it myself.
PS: Not sure if this is of any interest to anyone, but i've decided to share anyway.
Click to expand...
Click to collapse
Very useful, thanks.
I addedd a button to reject the incoming call and send a courtesy SMS to inform that I'm busy now and I recall as soon I can.
Just a question: I didn't find the association between swipe to right and scene (rectangle or whatelese).
Is it possible to add the association between a swipe to left gesture too?
How can I associate a gesture (not a tap or long tap) to an object?
EDIT:
Found!
Stroke->Direction
I understand that only one gesture can be associated to an object
cinciopillo said:
EDIT:
Found!
Stroke->Direction
I understand that only one gesture can be associated to an object
Click to expand...
Click to collapse
I was just about to answer, but you've already found it on your own
Sorry for the delay, i've been AFK.
all devs should implement this mod in their rom
Sent from my GT-I9300 using xda premium
This is not even a mod, just a little tasker script. It cannot be "implemented in a ROM"
I suppose I'm fairly stupid since I can't import the file in tasker. Any tips? (the prj.xml file, not the apk obviously)
---------- Post added at 07:47 PM ---------- Previous post was at 07:01 PM ----------
Quick note,
Your post inspired me. Ever since switching to pay as you go, I never answer the phone. I call back using groove ip.
Did this quick setup in tasker:
When Incoming call:
Copy CNUM (incoming number) to clipboard
If wifi is connected, launch groove ip
Very simple, the second I swipe to deny the call, groove ip is already open, and I'm ready to paste the number! Very sweet!
It would be awesome if there was Reject the call and remind me in 30 mins or 1hour or it creates a reminder in my calender.
Sent from my GT-I9300 using xda premium
Amritttt said:
It would be awesome if there was Reject the call and remind me in 30 mins or 1hour or it created a reminder in my calender.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Nice idea!
Sent from my GT-I9300 using Tapatalk 2
InfX said:
The script should show an extra "button" while the phone is ringing. Sliding your finger right over this button will disconnect the call and redial it back right away.
I did this because of the switching to an "unlimited minutes" plan, while some of my friends that call me are on some very expensive ones. This allows calling such a person back in one single swipe.
Attaching the tasker xml as well as an exported "application". Please note, those "applications" are a new tasker feature i am not very familiar with, i have no idea of what are the dependencies of those, why it puts what it puts in the manifest, how the implementation looks etc. If you install that apk, you do it at your own risk. All i did was exporting the same tab into both xml and apk from tasker, i did not code a single line in Eclipse to make it, nor i've signed it myself.
PS: Not sure if this is of any interest to anyone, but i've decided to share anyway.
Click to expand...
Click to collapse
do it work also with galaxy s2?
Amritttt said:
It would be awesome if there was Reject the call and remind me in 30 mins or 1hour or it creates a reminder in my calender.
Click to expand...
Click to collapse
Reminding from tasker is definitely possible. Not sure about calendar reminders, though. It is possible to add reminders using the normal (java) app API, though.
iscio said:
do it work also with galaxy s2?
Click to expand...
Click to collapse
Should work, but you will probably need to edit it a bit and move the "reject and call back" button to some better location.
PS: Maybe i should code an actual "real" app with this stuff, "coding" anything but the simplest things in tasker is a pain in the butt, really. The problem is, i don't have any real experience (nothing beyond a simple hello world plus wandering around the activities/services/broadcasts/etc concepts) coding Android apps or even coding in Java, nor i have much time to learn the stuff.
InfX said:
Reminding from tasker is definitely possible. Not sure about calendar reminders, though. It is possible to add reminders using the normal (java) app API, though.
Should work, but you will probably need to edit it a bit and move the "reject and call back" button to some better location.
PS: Maybe i should code an actual "real" app with this stuff, "coding" anything but the simplest things in tasker is a pain in the butt, really. The problem is, i don't have any real experience (nothing beyond a simple hello world plus wandering around the activities/services/broadcasts/etc concepts) coding Android apps or even coding in Java, nor i have much time to learn the stuff.
Click to expand...
Click to collapse
I have even less experience than you
InfX said:
The script should show an extra "button" while the phone is ringing. Sliding your finger right over this button will disconnect the call and redial it back right away.
I did this because of the switching to an "unlimited minutes" plan, while some of my friends that call me are on some very expensive ones. This allows calling such a person back in one single swipe.
Attaching the tasker xml as well as an exported "application". Please note, those "applications" are a new tasker feature i am not very familiar with, i have no idea of what are the dependencies of those, why it puts what it puts in the manifest, how the implementation looks etc. If you install that apk, you do it at your own risk. All i did was exporting the same tab into both xml and apk from tasker, i did not code a single line in Eclipse to make it, nor i've signed it myself.
PS: Not sure if this is of any interest to anyone, but i've decided to share anyway.
Click to expand...
Click to collapse
Hi friend! Is possible to add in first post in what xml you add this mod? If you have chance to write all about what, where and what string you modifed in phone i think be great for a lot of people to who want to try by himself to do this mod on his phone
Thanks
bluflight said:
Hi friend! Is possible to add in first post in what xml you add this mod? If you have chance to write all about what, where and what string you modifed in phone i think be great for a lot of people to who want to try by himself to do this mod on his phone
Thanks
Click to expand...
Click to collapse
it is a pleasure to see you
Again, it's NOT a mod at all. It's a tasker script/project. The xml is not a modification of a preexisting system file but a project to load into tasker.
InfX said:
Again, it's NOT a mod at all. It's a tasker script/project. The xml is not a modification of a preexisting system file but a project to load into tasker.
Click to expand...
Click to collapse
So I have to download tasker from the market and load your script into the program?
By Iscio, inviato con Tapatalk
THANKS
I thank you.
Best thing that could happen to my phone
thank you
ruinast
iscio said:
So I have to download tasker from the market and load your script into the program?
Click to expand...
Click to collapse
Exactly. But, seemingly, tasker allows exporting it's scripts as standalone apps. That's the attached apk. Hence, installing this apk, without tasker, as a normal app, may work as well. Note that i've never tested this, so you will probably be the first
InfX said:
Exactly. But, seemingly, tasker allows exporting it's scripts as standalone apps. That's the attached apk. Hence, installing this apk, without tasker, as a normal app, may work as well. Note that i've never tested this, so you will probably be the first
Click to expand...
Click to collapse
So I'll do a nandroid and I'll test the apk
iscio said:
So I'll do a nandroid and I'll test the apk
Click to expand...
Click to collapse
It can't damage anything on the system level, it is not even supposed to ask for root. But, sure, better be safe than sorry

Annoying Conversion of SMS to MMS for Long messages

Hi Guys!
I have this issue in messaging app that whenever I am sending a message that is more than 3 pages/message it automatically turns to MMS that is somewhat annoying specially when you need to type a message more than the allowed characters.
The thing is I am on Sir Balliboxer's Odex AMF7 Rom
Can someone help me on this issue I tried the creation mode on the settings, set it on free or restricted still nothing works, Go SMS don't work, then I don't like the Big SMS app.
Can someone help me on this? I'm sure I'm not the only one. Thanks in advance for those who will help me!
KD
kimdarrel said:
Hi Guys!
I have this issue in messaging app that whenever I am sending a message that is more than 3 pages/message it automatically turns to MMS that is somewhat annoying specially when you need to type a message more than the allowed characters.
The thing is I am on Sir Balliboxer's Odex AMF7 Rom
Can someone help me on this issue I tried the creation mode on the settings, set it on free or restricted still nothing works, Go SMS don't work, then I don't like the Big SMS app.
Can someone help me on this? I'm sure I'm not the only one. Thanks in advance for those who will help me!
KD
Click to expand...
Click to collapse
Kabayan,
I do a lot of texting so I am familiar. However it is the first time I heard about this problem. I don't(well almost don't) monitor the number of characters anymore as after 160 the message count automatically updates. How it becomes MMS on yours I cannot understand. could you explain further how it converts by itself to MMS? Perhaps there is a setting on the messaging app that you have accidentally ticked?
UPDATE: Apparently there is a 480 character limit set for SMS so after 480 you get converted and there is no solution but to break up your sms so as not to exceed 480 or 160 x 3.....
bongski55 said:
Kabayan,
I do a lot of texting so I am familiar. However it is the first time I heard about this problem. I don't(well almost don't) monitor the number of characters anymore as after 160 the message count automatically updates. How it becomes MMS on yours I cannot understand. could you explain further how it converts by itself to MMS? Perhaps there is a setting on the messaging app that you have accidentally ticked?
UPDATE: Apparently there is a 480 character limit set for SMS so after 480 you get converted and there is no solution but to break up your sms so as not to exceed 480 or 160 x 3.....
Click to expand...
Click to collapse
yea, I'd been searching the whole morning and can't find any solution. Hoping someone will answer me.
Good to hear someone here is from Philippines I almost felt I'm the only Filipino here from the start.
kimdarrel said:
yea, I'd been searching the whole morning and can't find any solution. Hoping someone will answer me.
Good to hear someone here is from Philippines I almost felt I'm the only Filipino here from the start.
Click to expand...
Click to collapse
oh there are a lot of us here. others are just lurking.
You can put an notification when the mms mode is triggered. other than that just watch out when txt count goes to 4.
Since you guys have a galaxy device maybe your secmms.apk is similar to the gs3. Check out the T-Mobile gs3 android dev forum. S we have a whole thread on secmms.apk tweaks.
Also maybe you have a feature.xml if you do them check out our feature.xml tweaks. Both should be able to stop the converting to mms. You only have to do one but can do both.
Sent from my SGH-T999 using xda app-developers app
aamir123 said:
Since you guys have a galaxy device maybe your secmms.apk is similar to the gs3. Check out the T-Mobile gs3 android dev forum. S we have a whole thread on secmms.apk tweaks.
Also maybe you have a feature.xml if you do them check out our feature.xml tweaks. Both should be able to stop the converting to mms. You only have to do one but can do both.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=38653211&postcount=2
That is a lot of manual coding, command line.......:crying::crying:
@aamir123
Hello this is dog! lol, I'm not into programming/developing on that depth, I'm somewhat a script kid only not really knowledgeable I can do some but it is by trial and error only not really that deep lol.. thanks with the help though, will try this if I'm ready this us just too much for me now. Still on the learning process of things and this is my first android too
Ok I understand ur query and will provide u sms tweak with not converting long sms in mms.
Will certainly anticipate this Balli....
kimdarrel said:
@aamir123
Hello this is dog! lol, I'm not into programming/developing on that depth, I'm somewhat a script kid only not really knowledgeable I can do some but it is by trial and error only not really that deep lol.. thanks with the help though, will try this if I'm ready this us just too much for me now. Still on the learning process of things and this is my first android too
Click to expand...
Click to collapse
Try to do using a feature.xml tweak thats very easy. Just one file with a one line change.
aamir123 said:
Try to do using a feature.xml tweak thats very easy. Just one file with a one line change.
Click to expand...
Click to collapse
Is it "feature_default.xml" in system/etc ? I see sms settings on that file.
bongski55 said:
Is it "feature_default.xml" in system/etc ? I see sms settings on that file.
Click to expand...
Click to collapse
It may be called that for your phone, for us it's simply feature.xml. Also if you visit our forum there are a couple threads explaining various tweaks you may do to that file and the changes that will be made.
aamir123 said:
It may be called that for your phone, for us it's simply feature.xml. Also if you visit our forum there are a couple threads explaining various tweaks you may do to that file and the changes that will be made.
Click to expand...
Click to collapse
I can't find the "feature.xml" thread. Please link.
@balliboxer
i'll be happy to wait sir! thank you a ton in advance..
bongski55 said:
I can't find the "feature.xml" thread. Please link.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2121686&highlight=feature
Be sure to click thanks for the op
aamir123 said:
http://forum.xda-developers.com/showthread.php?t=2121686&highlight=feature
Be sure to click thanks for the op
Click to expand...
Click to collapse
I cannot find anything pertaining to SMS to MMS conversion on that link.
Before switching to Grand I used Galaxy 3 (GT-I5801). In that section Kyrillos had modified the stock apk to prevent conversion of SMS into MMS. He also increased the number of recipients for a SMS. Maybe it will be of some help
bongski55 said:
I cannot find anything pertaining to SMS to MMS conversion on that link.
Click to expand...
Click to collapse
Line # 52 - Orig 4, can't seem to get any variable to change (always says 200)
Code:
<CscFeature_Message_SmsToMmsTextThreshold>200</CscFeature_Message_SmsToMmsTextThreshold> <!-- Orig 4, Unconfir
Apparently this has been unconfirmed, I'm not entirely sure it works as well but it's such an easy mod that its worth a try. If not then you might wanna try the secmms.apk mod thread. The mods in that thread work 100% no doubt. You can also try just pushing a modded gs3 mms.apk to your phones and see if it works without problems. Who knows it's worth a shot.
aamir123 said:
Line # 52 - Orig 4, can't seem to get any variable to change (always says 200)
Code:
<CscFeature_Message_SmsToMmsTextThreshold>200</CscFeature_Message_SmsToMmsTextThreshold> <!-- Orig 4, Unconfir
Apparently this has been unconfirmed, I'm not entirely sure it works as well but it's such an easy mod that its worth a try. If not then you might wanna try the secmms.apk mod thread. The mods in that thread work 100% no doubt. You can also try just pushing a modded gs3 mms.apk to your phones and see if it works without problems. Who knows it's worth a shot.
Click to expand...
Click to collapse
I've worked on this to as mine is limited to 140 Characters only.
I found this code:
<CscFeature_Message_MaxSmsByte>140</CscFeature_Message_MaxSmsByte>
I changed it to 480 (3 x 160; 160 is the standard), I was able to type a message 480 characters long and the phone did not convert. I was able to send the message but the recipient was not able to receive it. It is because the phone sent the whole chunk of message as 1 message. The phone should have divided it into parts of messages consisting of 160 characters and the receiving phone should handle the "stitching".
having no luck, I just increased the 140 default setting to 160 and that's all I can do. We have to find a way to make the phone process a multi-part SMS.
Solve Automatic SMS to MMS conversion
kimdarrel said:
Hi Guys!
I have this issue in messaging app that whenever I am sending a message that is more than 3 pages/message it automatically turns to MMS that is somewhat annoying specially when you need to type a message more than the allowed characters.
The thing is I am on Sir Balliboxer's Odex AMF7 Rom
Can someone help me on this issue I tried the creation mode on the settings, set it on free or restricted still nothing works, Go SMS don't work, then I don't like the Big SMS app.
Can someone help me on this? I'm sure I'm not the only one. Thanks in advance for those who will help me!
KD
Click to expand...
Click to collapse
Hello All,
I was having the same issue with my Galaxy Grand, so I hope this will help you all:
Go to"Messaging".
Open SMS, tap "Menu button"
Open "Settings"
Scroll down and go to "Text message SMS settings.
Select "Input Mode"
Change it to "GSM alphabet"
Then return to Messaging and test it
Then you`re done.
Hope I help you!

[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)$

Has anyone used the ring tone generator yet?

How does it work?
Sammae7 said:
How does it work?
Click to expand...
Click to collapse
It uses the standard touch-tones for each numeral to create it based on the numbers in the callers phone number.
You cannot generate a specific tone. It make it by itselfs depending on the numbers of your contact.
Oh, so it generates it off the touch tones?
Meh, I know it's a gimmick but was hoping it'd be a little cooler than that.

Categories

Resources