Guest csc12345678 Posted August 1, 2007 Report Posted August 1, 2007 What is the quickest and most convenient way to change the profile ? I was thinking of having some Speed Dial to Silent, Meeting, Normal and Outdoor. I wonder where I can find such lnks to create a SpeedDial ? Anyone can help ? Thanks !
Guest gpcarreon (MVP) Posted August 2, 2007 Report Posted August 2, 2007 Here is what I do: 1. Write a script (MortScript). On the script I run \Windows\quickapp.exe then do a send down command based on the location of the profile then finally, simulate leftsoft key click. 2. Transfer the script (*.mscr file) to a folder on phone. 3. Create an LNK then transfer the LNK to Start menu folder. 4. Assign speed dial key to the LNK. I hope there's a better way to do this. :)
Guest csc12345678 Posted August 3, 2007 Report Posted August 3, 2007 I did this... Run \Windows\quickapp.exe, Sleep(100), SendKeys("4"), but it's stuck at the quckapps screen. Does not press "4". Here is what I do: 1. Write a script (MortScript). On the script I run \Windows\quickapp.exe then do a send down command based on the location of the profile then finally, simulate leftsoft key click. 2. Transfer the script (*.mscr file) to a folder on phone. 3. Create an LNK then transfer the LNK to Start menu folder. 4. Assign speed dial key to the LNK. I hope there's a better way to do this. :)
Guest gpcarreon (MVP) Posted August 4, 2007 Report Posted August 4, 2007 To choose 'Normal' profile: Run \Windows\quickapp.exe Sleep 1000 SendDown SendDown SendDown SendDown Sleep 100 SendLeftSoft "Quick List" Since 'Normal' is the 5th entry of Quick List, do 4 SendDown commands. You may adjust it for the other profiles. The 'SendLeftSoft' command simulates left softkey press to confirm your profile choice. I am also having hard time issuing SendKeys command on my test unit (C500) so I'll go for 'SendDown'. Gets the job done anyway. :)
Guest csc12345678 Posted August 4, 2007 Report Posted August 4, 2007 Thanks. Working now. I'm wondering, there isn't a window reference for SendDown (searched the manual already) ? Since I'm going to wait a little while, there is a chance the another window would pop-up and take over the focus ? To choose 'Normal' profile: Run \Windows\quickapp.exe Sleep 1000 SendDown SendDown SendDown SendDown Sleep 100 SendLeftSoft "Quick List" Since 'Normal' is the 5th entry of Quick List, do 4 SendDown commands. You may adjust it for the other profiles. The 'SendLeftSoft' command simulates left softkey press to confirm your profile choice. I am also having hard time issuing SendKeys command on my test unit (C500) so I'll go for 'SendDown'. Gets the job done anyway. :)
Guest gpcarreon (MVP) Posted August 4, 2007 Report Posted August 4, 2007 There is this command in MortScript 4.0: SendSpecial [ ( window title [ , Ctrl?, Shift? ] ) ] Where Special could be: CR, Tab, Esc, Space, Backspace, Delete, Insert, Up/Down/Left/Right, LeftSoft/RightSoft there is a chance the another window would pop-up and take over the focus ? You mean a non-Quick List window would pop up? Kindly explain further.
Guest csc12345678 Posted August 4, 2007 Report Posted August 4, 2007 When Quick List pops up, no other window would pop up ? I didn't know. Thanks. You mean a non-Quick List window would pop up? Kindly explain further.
Guest Confucious Posted August 4, 2007 Report Posted August 4, 2007 Can't you just tap the powere button then select the profile?
Guest csc12345678 Posted August 4, 2007 Report Posted August 4, 2007 Yes. of course. But I want to assign speed dial. I don't want to inadvertently switch off the phone. Can't you just tap the powere button then select the profile?
Guest gpcarreon (MVP) Posted August 6, 2007 Report Posted August 6, 2007 When Quick List pops up, no other window would pop up ? When 'quickapp.exe' is called, only Quick List pops up. Play with Mortscripts. You can do lots of good things with it. :)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now