Took this from an XDA thread
Quote:
Originally Posted by jbrianj
I use Vijay555.com's VJDailer and a 2 line .mscr Script:
Number="##########"
Run("\Program Files\vijay555\VJDialer.exe",&Number)
--Of Course Replace the ### with the number you want
Using cprog.exe does work, but it will prompt to check the number which is kinda annoying. To use cprog.exe It would look like this:
Number="########## "
param="-n -url tel:" & &last
Run("cprog.exe",¶m)
Good Luck.
|
You could do this and assign the long press of the green dial button.