The problem I ran into was that I had a new button labeled PHONE but there was still a PHOCO button as well in the DFX4.0 Exectbl.ini file. RR was getting confused somehow because the PHONE button details were calling the PHOCO.SKIN so it wasn't working correctly. Here are the changes I made:
1. In Exectbl.ini my command line is:
"MyApp07","LOAD;Phone.skin;Phone;C:\Program Files\MyMobiler\MyMobiler.exe -open;My Mobiler"
Label for MyApp07 is set to PHONE on the "SetAppLabels" line (too long to put here)
"SetCommandLabels07","SETVAR;MyApp07LB;Phone||SetC ommandLabels08"
2. Rename PHOCO.SKIN to PHONE.SKIN. In this file, change one line at the top:
RRScreen Phone (was originally RRScreen "PhonoControl")
3. Test it out
That's all I did. You can rename the .PNG files too if you want to but I didn't bother.
One other note. On my
Motorola Q9h to toggle the speakerphone on/off during a call you press "SOFT 2"->"3". I was able to map a button to do that with the following command:
"ACTIVATE;!My Mobiler||SENDKEY;{F2}||WAIT;0.5||SENDKEY;(3)",""
If I didn't use the WAIT then the "3" would come too fast. Delaying it just a bit makes it work just fine.
Bookmarks