Tool to control call duration..... - Windows Mobile Development and Hacking General

in new released nokia phone there is something called TIME TRACKER
which allow you to control outcoming call duration before you call it
so anyone know program do this function

Not sure about setting the call duration BEFORE you make the call. However this should help...http://www.google.com/advanced_search?q=+site:http://forum.xda-developers.com&hl=en&lr=&as_qdr=all
WB

thanx for fast respond but
this page leading me to a search page with nothing
i try to search and no results

any help
anyone
any ideas

re
try minute beep 1.4

Try Phone screen lock. www.palmarysoft.com ... it lets you control the duration of a call.

Related

Pocketmax Phonealarm 1.54 problem

Phonealarm 1.54 is superb, but it's casuing me a very annoying problem, and I don't know why:
I like to have my phone set to "Vibrate" at all time. By that, I mean clicking the little speaker at the top of all WM5 devices and where you get the 2 sliders for volume of device and phone, at the bottom it has "On", "Vibrate" and "Off".
However since I installed Phonealarm my phone always reverts back to "On" - but I can't seem to work out why, there's no pattern to it - sometimes it just sits there on Vibrate, then next time I use the phone it's back to On. I can't seem to work out if things like going into the Phonealarm setup menu causes it, or clicking an alert in Phonealarm, or whatever - it just seems that after a while it'll revert to "On" without me asking it to, and it's only been happening since I installed Phonealarm.
Any ideas?
phoneAlarm 1.54
Its hard to say with this programme. The developer has built so much into this excellent app for so may devices, there always seems to be one problem or another. I would post a question in the support forum (www.pocketmax.net). Bruce (the developer) is pretty responsive. He may ask you to send a log ad he will try and fix in next version. I am waiting for 1.55, due out on the next few days
Regards
Chris
I believe you need to put the option to vibrate in all profiles. For exampe in the settings screen, if you go to a particular profile then click on sms notification you need to tick the vibrate option. To get it working on the ring tone as well set the ring option in profiles to "Vibrate and Ring". Remember to do this for all alerts for all profiles!
I believe you need to put the option to vibrate in all profiles. For exampe in the settings screen, if you go to a particular profile then click on sms notification you need to tick the vibrate option. To get it working on the ring tone as well set the ring option in profiles to "Vibrate and Ring". Remember to do this for all alerts for all profiles!

No Call Timer

Has anyone noticed that option to view your call timers (phone/options/call history/call timers) is no longer there? I went back to my wizard, and it's definitely there...

IPAQ 6940 - LONG Vibration

Hey everyone,
Had a question,
My phone, when on vibrate, does a good 10seconds for any text message, phone call, or what not - any ideas how to edit this - it's WAYY to long of a vibration and I end up needing to have the phone on silent.
Thanks,
~Maciek
if you have a 3prt profile app chack if there are settings regarding this issue ,you can also try diff ring and ring settings of the phone ,most likely you have a software that dose it ,try also to check on start/settings/sound & notification /notification if the settings are ok (play with it) as last option you can always backup your device prform hr and check this function (to know your device is ok) good luck with finding it
maciekl said:
Hey everyone,
Had a question,
My phone, when on vibrate, does a good 10seconds for any text message, phone call, or what not - any ideas how to edit this - it's WAYY to long of a vibration and I end up needing to have the phone on silent.
Thanks,
~Maciek
Click to expand...
Click to collapse
Yeah i find the vibrations to be way too long also. I wish there was a way to change it.

[App][Nov 7 2010] Mute4 V3 - Mute/Vibrate your phone and restore volume automatically

This application is no longer being developed or supported. The source code is available on CodePlex, however. Enjoy!
Description
Mute4 is a very simple application. When run, it allows you to set your phone to the vibrate or silent profile and also set a timeout for when you want it to restore the normal volume profile.
Going to a movie? Set Mute4 for three hours. Going to a meeting? Set Mute4 to one hour. Just need a short coffee break without the phone ringing? Set Mute4 to 15 minutes.
CodePlex
The project download and source code is hosted at CodePlex. http://mute4.codeplex.com/
Tip Jar
Like this app? Want more like it? Tip a buck (or Euro or Pound or whatever) or two to help the author out! Click here to make a safe donation via PayPal.
License
This app is released under the Ms-RL.
Requirements
WM5/6/6.5
How to use
Run Mute4, then click on the Metro-style buttons to cycle through the options. The profiles available are Vibrate and Silent. The default timeouts are 15 minutes, 30 minutes, one hour, two hours, and three hours.
The "Metro style" UI was chosen for the same reason Microsoft did: it takes no time to make something look so 'basic' and I'm lazy. ;-)
How to create custom timeouts
Go to the application installation folder (\Program Files\Mute4 usually) and edit settings.ini. Under the Timeouts section, there are items called T1 through T5. The values are in minutes. You can edit those, add new lines, remove existing ones. Just remember that you can't have more than one variable name that are the same (as in, you can't have multiple "T1"). The INI reader doesn't like this. So make sure you make each variable name unique. But it doesn't really matter what you call it. The only other requiment is that the times be in increasing order. If they aren't, some values might be ignored. So if you do 15, 30, 20, the cycling will stop at 30 and cycle back to 15 in the UI.
Notes
Mute4 does not leave an app (or service) running to accomplish its task, so there is no performance degradation or battery life lost with its use. It sets a system timer to wake the phone up and run Mute4's "restore" app at the time you specified by the restore timer -- it's that simple. So have no fears about its use. In fact, you can even soft reset between running Mute4 and when the timer would normally fire and it will still fire right on time.
Download
http://mute4.codeplex.com/releases
Changelog
Version 3
---------
- Modified the screen layout slightly to support square screens better.
- Fixed some bugs in the INI file parser (should not affect version 2.1 and older; this was related to saving INIs).
- Added the ability to modify the timeout settings within the application. Look under Menu (new right soft key) and Settings.
- The application actively checks before saving to see if Settings.ini is set to read-only and unsets the flag automatically.
- You can now select advanced mode, which lets you set the exact time the normal profile will be restored or a custom number of minutes from the current time.
- When a Mute4 timeout is set greater than 24 hours into the future, the cancel dialog will tell which day the phone is set to return to the normal profile.
- Minimizing Mute4 no longer exits the application.
- Cancel Mute4 timer button no longer flickers when pressed.
Version 2.1
-----------
- Fixed a bug in the V2 installer that set the settings.ini to read-only which could cause Mute4 to crash.
- The rare bug that was fixed in Version 2 apparently has siblings. Found another spot where enumerating the notification queue can cause a crash. Fixed.
Version 2
---------
- Fixed a bug where certain rare conditions would cause Mute4 to crash when you try to cancel an existing timer. Now Mute4 will try again and inform you if it is unable to clear the timer.
- Improved performance of some controls.
- Buttons gray out when inactive.
- Fixed a bug where certain timeout values would display incorrectly (for example, 45 minutes would display as 1 hour 45 minutes) due to incorrect math function.
- Fixed a bug (hopefully) where when on a phone call, the profile will not revert back to normal. The work around is to keep trying every five seconds until it works.
Version 1
---------
- Initial release
Thanks, such a simple idea, how did I live without this! I'm flashing today and will install asap and enjoy. Thank you.
Great idea! Will try it now. Thanks!
HTC TP2 - I want my phone volumne muted, but still want to listen to my music with my headphones. I have been told that stock WM have two seperate volumne settings, one for phone and one for device but that HTC's interface put them together.
Any idea if this mute profile is for the phone (ringer) or for the device? Would love to even take it a step further if possible to mute the phone, mute the external speaker, and keep the volumne for my music via a head set.
Nice idea, coz i always forget to switch it on back and kinda miss out some calls. Brilliant~
thebrenda said:
HTC TP2 - I want my phone volumne muted, but still want to listen to my music with my headphones. I have been told that stock WM have two seperate volumne settings, one for phone and one for device but that HTC's interface put them together.
Any idea if this mute profile is for the phone (ringer) or for the device? Would love to even take it a step further if possible to mute the phone, mute the external speaker, and keep the volumne for my music via a head set.
Click to expand...
Click to collapse
It affects both volumes. It uses the three built-in WM profiles (normal, vibrate, and silent) to switch, so the actual volume levels are not affected (in other words, when you switch back to normal, the volume is where you left it).
For more fine-grained volume control with a timer to reset, I recommend checking out a product called VolumeX. It should fit your needs nicely.
EDIT: Forgot to mention that if you are using Sense UI, it by default controls both volumes with one slider. If you go to settings, there's a checkbox to operate the volumes separately. That might be all you need. On the other hand, if you need a timed mute, Mute4 is for you. And if you need to manipulate volume levels on a timer, VolumeX is really great.
Very good application. I needed it...
Every so often an app comes along that quite simply kicks arse. This is one of those applications.
THANKYOU!!
Just a small bug. On my HD2, the taskbar icon doesn't change until you go in to the volume menu and then come back out of it. So it looks like the speaker is still on, even though it isn't. The same thing happens when you come back out of silent mode.
Sentinel196 said:
Every so often an app comes along that quite simply kicks arse. This is one of those applications.
THANKYOU!!
Just a small bug. On my HD2, the taskbar icon doesn't change until you go in to the volume menu and then come back out of it. So it looks like the speaker is still on, even though it isn't. The same thing happens when you come back out of silent mode.
Click to expand...
Click to collapse
That's interesting. The icon is definitely changing on my TP2. It should change as soon as the profile is changed. Can you check to see if the same happens with other profile changing apps? For example, if you vibrate/silent using the system volume control?
Looks like its a bug in the ROM i'm using. If I change the profile under sound and display it does the same thing.
Great software
awesome app however I've always been finding one of these apps where i can schedule when it should be silent, when sound is supposed to on. Is it possible to include a scheduler in the program OP? or does anyone know any program that can allow me to schedule my sound profiles, thanks
Under your sound settings you should be able to set the phone to be on silent when you have a scheduled appointment in your calendar. You can with the HD2. Not sure about others.
Sentinel196 said:
Under your sound settings you should be able to set the phone to be on silent when you have a scheduled appointment in your calendar. You can with the HD2. Not sure about others.
Click to expand...
Click to collapse
yes that is tru however i would like to schedule it so it is silent when im class and not silent when not hence that wouldn't really help but thanks for the heads up
suggest a goodlooking icon for this guys..
[How to use
Run Mute4, then click on the Metro-style buttons to cycle through the options. The profiles available are Vibrate and Silent. The default timeouts are 15 minutes, 30 minutes, one hour, two hours, and three hours.
Hi, perhase you can help me in this contence...
I tested Mute4 and also volumeX, but I didn' t find a solution for my problem.
For example in the programs "CraddleAlarn" or "Chronos" there is an input row, where I can insert a command which is executed at a from me choosen time.
I want to change to the "silent mode" each night at 2 h pm and to "normal mode" at 8 h pm.
I inserted the string "silent", but nothing happened.
Can you tell me the windows mobile system commands, that I have to put in there for silent, vibrate or normal (with the necessary prefix)?????
Thanks
Michael
Donated! Awesome app (especially once I set some custom time-outs).
Thanks!
Thank you! I remember having this feature on my Tapwave Zodiac and have missed it on every device ever since then! And now it has been restored!
THANKS ALOT man
this program is great
may i suggest making the timeouts like a clock, its really better and more handy
another thing, and i think its a bug
when set the profile to get back at anytime you want, and u are having a call then, or some body is calling you, the program doesnt change the profile, and stop trying to change it, even after the call has finished
i think making the program tries more than one time to restore the profile would solve that
Thanx again
raja'i said:
THANKS ALOT man
this program is great
may i suggest making the timeouts like a clock, its really better and more handy
another thing, and i think its a bug
when set the profile to get back at anytime you want, and u are having a call then, or some body is calling you, the program doesnt change the profile, and stop trying to change it, even after the call has finished
i think making the program tries more than one time to restore the profile would solve that
Thanx again
Click to expand...
Click to collapse
Re: clock - Cool idea, but I won't be adding that. The source is available if anybody wants to do that.
Re: on call profile switching - Interesting find! I'll modify the profile changer to do exactly what you said... If it doesn't work, it will try again like a minute later until it 'takes.' That should solve the problem fairly well. it won't be perfect (as in there will be a lag between each retry) but it will get the job done.

[App] Redial Me - the root redialer testing

REDIAL ME - CALL PEOPLE BACK THROUGH A SIMPLE DIALOG
A useful application that will call people back if the line is busy or gets disconnected at the other end.
Easily interact with calls though a pop-up dialog, or enable the speakerphone when a redialed number connects!
The root functionality ensures everything works reliably.
NEEDS ROOT - PLEASE LEAVE SUGGESTIONS, COMMENTS, FEEDBACK
Features:
- Easy to use (I hope)
- Highly customizable rules
- Simple notification
- Redial quietly and then enable speakerphone
- Vibrate on connect
Screens:
Feedback:
Ive had multiple reports that the app is not working on some devices. Im looking for concrete feedback and logs so that these issues can be overcome.
Please post here or in the main thread:
http://forum.xda-developers.com/showthread.php?p=14101751
hey nice app... But can it be possible that it Redials Auto too if the line is busy or not available...
It should be like redialing with speaker on automatically to let us know... that wud be handy...
Good idea - ill add it to the todo list!
Yep ive been looking forward to you implementing this as well!
jjdoctor said:
hey nice app... But can it be possible that it Redials Auto too if the line is busy or not available...
It should be like redialing with speaker on automatically to let us know... that wud be handy...
Click to expand...
Click to collapse
yes that would be a good if there is automatic redial...
So it works for you?
ftgg99 said:
So it works for you?
Click to expand...
Click to collapse
yeah it works very well... Tried it and it Dials with speaker on.. Lovign the features. Very nice app...
Only thing that needs improvement is..
The screen gets locked in redial attempt too.. so u have to go through all procedure of unlocking and then drag notification bar down and then click on application status to Stop redialing.... IMO the screen shouldnt lock, or if it locks for battery saving then the application should be capable of unlocking it automatically when call connected...
Good idea! Ill look into it!

Categories

Resources