For long time I have been looking for a Photo-Dialer App to work in a non-phone-edition WM providing BT dialing. The only one I found is
BirdSoft Contact-ing.
Contact-ing is a nice program but still too many tap actions are required for using while driving.
I have just written a script file for
MortScript (it is free) that is able to dial a contact on direct execution.
It can be associated to a Today icon like those provided by any “launcher” program. Icon can be a picture of 64x64.
Command line for script is:
|
Quote:
|
|
MortScript dialer.mscr [contact=CONTACT_NAME] [phone=[N_ORDER|PHONE_NUMBER] [ask=[0|1]]
|
“contact”
Is the name of the contact in PDA contacts list.
It is not mandatory because you can directly dial a phone number.
“phone”
If “contact” is used, then it is an optional parameter that means the phone number ORDER for contacts with multiple phone numbers. Go to PDA Contacts, tap&hold over a contact with multiple phones, then select “Dial via Bluetooth”, then you get a list of phone numbers: “phone” is the order of your desired phone number in that list.
If “contact” is not used, then it becomes a mandatory parameter with a valid phone number.
“ask”
Optional parameter, when set to 1 then a dialog asking confirmation will be prompted.
Example with whole paths:
"\Program Flies\mortscript\mortscript.exe" "\Storage Card\dialer.mscr" contact="John Zyz" phone=2 ask=1
Other examples without paths:
mortscript dialer.mscr contact="John Zyz"
mortscript dialer.mscr phone=3333333 ask=1
Not all Today Launchers accept parameters, iLauncher do it.
Maybe other option would be using a direct access (*.lnk) file.
([EDIT 04.15.07] At post #8 added a link to some shortcut creation tool)
Edit the script and read the comments, there are one or two variables strings that should be translated to your language. Additionally you can translate the prompt messages.
TIP: You can test the command line from PDA Run window: While pressing center navigation button tap&hold over the clock and release the button while doing it. For this test you need to use whole paths (see example).