How do you emulate key press of "Talk" button? - Windows Mobile Development and Hacking General

How do you emulate key press of "Talk" button?
Here is my situation. I've assigned the dialer (cprog.exe) to the talk button using the wonderful keyboard config app from the XDA forum. The reason for doing this was to prevent accidentally dialing the wrong person. For example, while reading an email or text, I may want to dial a person other than the sender of the email or the text. But pressing the talk button while an email/text is open results in automatically dialing the sender, which has put me in an awkward situation too many times. (Sometimes I wanted to call my colleague to talk about a dumb email my boss had just sent.)
Reassigning the talk button to the dialer, instead of "talk", has solved this problem but begot another problem. I can't use the voice recognition within google maps search. Google maps' voice search is initiated by the pressing of the talk button, but now, all it does is bringing up the dialer window.
How do I catch two birds with one stone?

You can try a mortscript to do it (you need mortscript for this to work). Assign the mortscript to a soft-button or something.
This should simulate the call button push:
Sendspecial(114)
Here's a list of some of the other codes for button pushes, just for posterity:
# 91: startmenu (on some devices it might be home button)
# 92: back key (not the backspace key but back key for closing applications which is available on some devices such as diamnd or blackstone)
# 93: menu key
#112: left softkey
#113: right softkey
#114: accept call (green button)
#115: hang up (red button)
#117: volume up
#118: volume down
#126: data disconnect
#127: toggle speaker
#133: devicelock
#223: power off
I'm not sure where I got this, but it was probably the giant mortscript accumulation thread. I'm assuming the 'accept call' key is basically what you want.
If you want to get more out of the button push, like have it do one thing with google maps active and other things with something else running, you can use something like the one below. I assign my ptt button to do multiple things. I mostly use it for page scrolling when I'm reading, and have different scripts for Barnes and Noble ereader, mobipocket (use it the most), and Ereader. When none of these are in use, it activates MSVC. This is the down script (have another for long-ptt that pushes up, and also opens the camera).
If (wndactive("BN eReader"))
Mousedown("BN eReader", 240, 420)
Mouseup("BN eReader", 240, 320)
elseif (procexists("mobibook.exe"))
Sendspecial(39)
elseif (procexists("ereader.exe"))
Sendspecial(39)
elseif (procexists("virtualmemory.exe"))
Sendspecial(39)
else
run("\Windows\voicecmd.exe")
endif
sleep(100)
Run("\Windows\Compact Heaps.lnk")
Click to expand...
Click to collapse

Related

Poosible to map start menu to a soft key?

I know you can map the start manu to any of the hard buttons but I would like to map it to one of the soft buttons under the screen.
I know how to map the soft buttons to any application but I'm not sure how the start menu is called.
In the "Buttons" setting at "2. Assign a program:" you have to scroll up the list to the entries in "<...>". Those are the various assignable system features. One of it is "<Start Menu>".
For instance I assigned "<Start Menu>" to the Voice Dialer button and
"<OK/Close>" to the Internet Explorer button - very handy....
I want to assign it to one of the soft keys, not one of the keys you can map in "buttos"
Hi everybody,
I made almost the same.
the pitty of this way, it's the hard it becomes to navigate with one hand.
The thing I try to changes is when I use the phone, to set up the arrow key to access to the "Call History" or the "Speed Dial numbers" like with the Blue Angel (QTEK9090).
Does somebody know how to do it?
I tried AEBPlus, which is a freeware app that allows you to map your harware buttons to up to launch up to 3 different apps each (one click for first app, 2 clicks for second, 3 clicks for third). BUT... its not yet designed for the Wizard, so it does not recognize the soft key buttons yet. It also does not recognize the Comms Button...
So when I installed, I mapped IE button to 1 click = "OK" and 2 clicks "IE" and the Messaging button as 1 click = "start" and 2 clicks = "Messaging"
For some reason it remapped my "Comms Button" to "IE" and as I cant see that button any more in "settings/buttons" I cannot change it back :shock: But I have "Comms" set up as one of my "Start menu" items, so I can get to it via the button I mapped to the start menu.
I e-mailed the designer to see if he plans to update it for the Wizard. The wizard is included on his compatibility matrix, so he may be planning to. If he does that and includes the "soft key buttons" and the "comms button" we would be set.
Perhaps anyone else thats interested could e-mail him too and see if he will update it for a "donation" from each of us..? Its Alexander at : [email protected]
Regards
Chris
try this....
Just load Smartskey. It gives you a lot of secondary functions for soft keys and buttons. I really like it because it has default settings to open the start menu on a long press of the left softkey button, and to do an ok/close on a long press of the right softkey button. It can also manage OMAPClock overclocking functions, if you drop a copy of that app in the same folder as Smartskey.

press & hold bindings to HW buttons?

What i'd like to do is assign more than 1 binding to the outlook button.
Exactly the same as the "voice dial" one has as standard (press for voice dial, hold for voice memo)
What i want is (on the mail/outlook/text button) press to open outlook, hold to start new text message.
Is there a reg key to change to allow this dual use?
If not (and i'd rather not add more software to map buttons) what software will allow this? Multipress isn't really an option, as pressing the button again now will cycle through the different text settings (sms, mms, e-mail etc) and put you in whatever folder you were in last (inbox, outbox etc)
EDIT:
While i would still like to be able to do this, thanx to vijay555 who's phone tools 2 lets me start a blank sms from a today screen .lnk file
The only way to do it is using Vito Button mapper.
Button mapper supports macros as well.
Beeble
Have you read the thread about putting VJSMS on the softkeys, to start an sms straight from that key..
I'll have another related release that you'll hopefully like, coming soon.
V
carphead said:
The only way to do it is using Vito Button mapper.
Click to expand...
Click to collapse
I had to hard reset my Qtek9100 after Vito Button mapper installation, so I couldn't recommend it...
uppps another one ?¿?
Regards
vijay555 said:
Beeble
Have you read the thread about putting VJSMS on the softkeys, to start an sms straight from that key..
I'll have another related release that you'll hopefully like, coming soon.
V
Click to expand...
Click to collapse
I'll search some more later and keep an eye on your site!
Vito Button Mapper works here, but after a soft reset I get a popup message saying a certificate is missing.
Also, after installation my backlight was turned off. Went to settings and restored it and all works fine now (also after a reset... only problem is the popup)
Vito Button Mapper screwed up my softkeys.
Only in the 'Today Screen' however thats were a couple of my most used buttons were.
Now they don't work and sometimes change?
I would urge you NOT TO USE if you want to use soft keys in Today screen.
Robin
Soft keys can be configurated in the app, that is why you lost them for now...
Reconfig them:
Start -> Settings -> Buttons
Configuration drop down -> Today
Top 2 entries: Left softkey & Right softkey
Well yours must be different to mine.
When I open buttons the only choices I have are for the 5 hardware buttons.
No other choices are available????????
Robin

AE Button Plus 2.5....nice on Athena.

For those who are not familiar with this nifty yet inexpensive bit of software, AE Button allows multiple actions (up to 4) to be programmed to the buttons of your Pocket PC...and is perfectly compatible with the Athena.
I really feel the need for this after having had so many buttons on my long gone HTC Hermes.
I've configured some basic functions on mine so far with pleasing results and no incompatibilities so far.
Joystick configuration:
1 click = 'Enter' (no change there)
2 clicks = 'Open File Explorer' (that has simplified things for me somewhat and is very intuitive to use this way as 2 clicks opens a folder and 1 click confirms my selection)
Comm Manager configuration:
1 click = 'Switch on wi-fi' another click switches it off
Long Press = 'Switch on Blutooth' another Long press switches it off
Camera Button Configuration:
1 Click = 'Camera application' (no change here)
Long Press = 'Opens Resco Photo Viewer' (similar category of applications on one button - again intuitive)
OK Button Config: (On device - not keyboard)
1 click = 'Really closes apps' (linked to Wisbar's OK/Close function)
That's all I've done so far, but then I have at least 2-3 more configurations per button if I need it, which has also freed up space on the 'Start Menu' - only 7 choices allowed by default.
It's worth a look if you don't allways want to go through the various option menu's to get to that one or several important apps or folders or to simply initiate something.
Just considering a quick soft-reset by double clicking the Windows key...1 click brings up the cascading menu (wisbar)...would be nice to soft-reset on a double click (but this particular Windows key is usually tricky if at all possible to reconfigure like the other ones).
Anyway just wanted to share this in case anyone else found it useful.
THANK YOU!
mackaby007 said:
For those who are not familiar with this nifty yet inexpensive bit of software, AE Button allows multiple actions (up to 4) to be programmed to the buttons of your Pocket PC...and is perfectly compatible with the Athena.
I really feel the need for this after having had so many buttons on my long gone HTC Hermes.
I've configured some basic functions on mine so far with pleasing results and no incompatibilities so far.
Joystick configuration:
1 click = 'Enter' (no change there)
2 clicks = 'Open File Explorer' (that has simplified things for me somewhat and is very intuitive to use this way as 2 clicks opens a folder and 1 click confirms my selection)
Comm Manager configuration:
1 click = 'Switch on wi-fi' another click switches it off
Long Press = 'Switch on Blutooth' another Long press switches it off
Camera Button Configuration:
1 Click = 'Camera application' (no change here)
Long Press = 'Opens Resco Photo Viewer' (similar category of applications on one button - again intuitive)
OK Button Config: (On device - not keyboard)
1 click = 'Really closes apps' (linked to Wisbar's OK/Close function)
That's all I've done so far, but then I have at least 2-3 more configurations per button if I need it, which has also freed up space on the 'Start Menu' - only 7 choices allowed by default.
It's worth a look if you don't allways want to go through the various option menu's to get to that one or several important apps or folders or to simply initiate something.
Just considering a quick soft-reset by double clicking the Windows key...1 click brings up the cascading menu (wisbar)...would be nice to soft-reset on a double click (but this particular Windows key is usually tricky if at all possible to reconfigure like the other ones).
Anyway just wanted to share this in case anyone else found it useful.
Click to expand...
Click to collapse
I'm so grateful that you posted this. I was about to purchase Vito Button Manager but the program isn't exactly what I wanted. You can't see the joystick, ok button on device, etc. And I wanted more options, like the four you mentioned here. Great job on providing us with this info....and in my case just in time. Thanks again bro!
So can you program every button on the device? Even the Windows icon button and the browser button?
Thanks from me too. The one thing I knew I would miss from my current PDA (which has 6 programmable buttons each in press and press and hold mode).
Looks like a great alternative.
Great heads up thanks. I'll be adding this as soon as I've customised my Vista-esque, TrueVGA, WA/WAD setup to my liking (spending waaay too long on it!).
Glad I could help guys.
BTW, the 'Windows key' under the 'OK' button (on the device itself) won't let me configure it, so I have now added a 'Long Press' to the Joystick to soft-reset. It works very well and quicker than 'psshutXP' or any other SIP alternative.
Also changed the 'Comunication Manager Button' to:
1 click = Wi-fi on/off
2 clicks = Bluetooth on/off
Long Press = Opens Comm Manager (retaining original functionality)
Note: Had to enable the long press mode of 'Voice Recorder' to = Open Comms Mangr aswell, otherwise it caused a conflict.
How did you get the joystick and the OK button to program? I tried ADD BUTTON but no luck. What hex shows up for the added buttons?
When I did the install I got the 3 buttons plus press and hold, green phone, red phone, left softkey, right softkey, up, down, left, right, enter/action, vol up, vol dn.
Hope this helps.
hammermedia said:
How did you get the joystick and the OK button to program? I tried ADD BUTTON but no luck. What hex shows up for the added buttons?
When I did the install I got the 3 buttons plus press and hold, green phone, red phone, left softkey, right softkey, up, down, left, right, enter/action, vol up, vol dn.
Click to expand...
Click to collapse
Lucky for you I'm still up. Ha ha.
Anyway...the Joystick button is already recognized as 'Enter/Action'. Simply select that option and click in the big blank box directly below.
1st Option = 3.'Handle by AEBPlus'
2nd Option = 1. 'Single press' &
3rd Option= 'Press Enter' (this retains the default function)
Then 2nd option = 2. 'Double press' (in the drop down option box below chose) 2. 'Run application' & below that chose 'File Explorer'
Then return to 2nd option drop down box again:
= 4. 'Long press' & in the box below chose;
= 37. 'Soft-Reset your Device'.
That's it!
The OK button should show up as 'Win Key', Button #4075...I have only assigned this to open 'cascading start menu', as this is a system key/button as is the 'Windows' key directly beneath it and they are either complex or presently incapable of being re-mapped.
Hope the above explanation was not too confusing, but it's late and I'm probably functioning on 0.001% of the less than 5% of brain power I'm capable of using at best. lol.
Good luck
Thanks Mackaby007!
I was able to get the OK key mapped as:
1. Show today
2. Ostia (my GPS)
I figure I'll add ilauncher and always be only two taps from the app I need.
hammermedia said:
Thanks Mackaby007!
I was able to get the OK key mapped as:
1. Show today
2. Ostia (my GPS)
I figure I'll add ilauncher and always be only two taps from the app I need.
Click to expand...
Click to collapse
No probs hammermedia. Glad you got it configured.
I also would like to suggest PQZII to customize keyboard and to have ok button to really close applications.
http://www.nicque.com/PQz/PQzII.htm
mackaby007 said:
Glad I could help guys.
BTW, the 'Windows key' under the 'OK' button (on the device itself) won't let me configure it, so I have now added a 'Long Press' to the Joystick to soft-reset. It works very well and quicker than 'psshutXP' or any other SIP alternative.
Also changed the 'Comunication Manager Button' to:
1 click = Wi-fi on/off
2 clicks = Bluetooth on/off
Long Press = Opens Comm Manager (retaining original functionality)
Note: Had to enable the long press mode of 'Voice Recorder' to = Open Comms Mangr aswell, otherwise it caused a conflict.
Click to expand...
Click to collapse
I can't configure Long Press = Opens Comm Manager which a linked to windows/cnnmgr.exe, but it steel keep on opening Voice Recorder, so how to configure it?
asci said:
I can't configure Long Press = Opens Comm Manager which a linked to windows/cnnmgr.exe, but it steel keep on opening Voice Recorder, so how to configure it?
Click to expand...
Click to collapse
There's another button in the menu which selects 'Voice Recording' on a long press through the comms button. This is causing your conflict.
You need to assign control of that function to AEB as well and then assign Comms manager via long press.
So effectively you have to configure that 'long press' function twice! Once in the Comms Button and once for the pre-programmed 'Voice ' recorder, as it uses the same button.
Hope that was clear. Let me know how you got on.
well, I have assigned 'long press' function twice like you said but no effect...
Hi Mackaby007, thanks for sharing.
I am using the Dopod U1000 CHT, loaded the English cab, and always got problem going into the Buttons setting (just hang), need to soft reset and go in again. When I am able to go into the buttons setting, I can only config (under normal windows setting) these buttons
Button1, Camera
Button2, Opera Browser
Button3, Comm Mgr
Button3 (press & hold), Voice Recorder
I tried using BurrOak Hotbutton Plus V3.0, new version, with nicer graphics. Assign HotButton Plus to a button3 (biggest easiest to press) - repeatedly pressing the button will cycle through your jog tasks (I have enable Phone & SPB full screen keyboard).
http://www.burroak.on.ca/hbplus.html
Anyone can provide me the full register for the hardware button, so I can also control other button (press & hold)
HKEY_LOCAL_MACHINES\SOFTWARE\Microsoft\Shell\Keys, currently I have only 40C1 (button1, camera), 40C2 (button2, Opera Browser), 40C3 (button3, Comm Mgr) and 40C4 (button3 press & hold, voice recorder)
The AE button plus ver 2.41 onwards cause problem with CallSMS Blocker. If AEB is installed on the device then the CallSMS Blocker causes the phone to hang. The PPC's other functions continue to work properly...Any body faced such problem??
johnnykok said:
Hi Mackaby007, thanks for sharing.
I am using the Dopod U1000 CHT, loaded the English cab, and always got problem going into the Buttons setting (just hang), need to soft reset and go in again. When I am able to go into the buttons setting, I can only config (under normal windows setting) these buttons
Button1, Camera
Button2, Opera Browser
Button3, Comm Mgr
Button3 (press & hold), Voice Recorder
I tried using BurrOak Hotbutton Plus V3.0, new version, with nicer graphics. Assign HotButton Plus to a button3 (biggest easiest to press) - repeatedly pressing the button will cycle through your jog tasks (I have enable Phone & SPB full screen keyboard).
http://www.burroak.on.ca/hbplus.html
Anyone can provide me the full register for the hardware button, so I can also control other button (press & hold)
HKEY_LOCAL_MACHINES\SOFTWARE\Microsoft\Shell\Keys, currently I have only 40C1 (button1, camera), 40C2 (button2, Opera Browser), 40C3 (button3, Comm Mgr) and 40C4 (button3 press & hold, voice recorder)
Click to expand...
Click to collapse
Hi johnnykok. Sorry can't help you with that app. It's the first time I've seen it. Looks nice though.
Having said that, I would imagine that the memory footprint of this app might be bigger than that of AEB, plus I have no issues with AEB, so probably won't even look at anything else.
I usually stick to what works for me unless I come across a problem. Sorry.
c_shekhar said:
The AE button plus ver 2.41 onwards cause problem with CallSMS Blocker. If AEB is installed on the device then the CallSMS Blocker causes the phone to hang. The PPC's other functions continue to work properly...Any body faced such problem??
Click to expand...
Click to collapse
Try version 2.51 That's what I'm using. C if you still get that conflict....if so, write to the developers as they are pretty good and will try to incorporate a fix by the next release, but try their latest version first.
asci said:
well, I have assigned 'long press' function twice like you said but no effect...
Click to expand...
Click to collapse
Asci...you have to assign the long press function to 2 different buttons.
1st button is the comms button (above the power button)
2nd button is the same button physically, but it's the long press function that Windows has assigned to it, which is 'voice recorder'. That virtual button is in the main menu and has an icon that looks like a cassette. You have to configure that button to allow AEB to handle it first, then assign the long press function of it to open comms manager.
If you don't do it this way, there is a conflict because windows has assigned that function on a long press and you have already assigned a function to that using the comms button....it's all a bit confusing.
See the images below. Hope this helps.
@ mackaby007
It's exactly what I did but with no effect...
asci said:
I also would like to suggest PQZII to customize keyboard and to have ok button to really close applications.
http://www.nicque.com/PQz/PQzII.htm
Click to expand...
Click to collapse
Would you have any screenshots of what this utility does? I couldn't find any on the website provided.
Also, doesn't the Athena/x7500/Advantage come with a Task Manager that allows for this functionality already? Start, Settings, System...then click on Task Manager.

Button assignment. Any ideas?

The lack of hardware keys (without the keyboard attatched) on the x7501 was my biggest reservation while deciding to buy it. Now I'm having trouble with AEBPlus and HButton (would be perfect if I could use AEBPlus & assgn Hbuttons to the Long Press mode, but it doesn't work). I can't seem to get the flexibilty in button assignments like I had wiith my wizard, I think because a lot of the long keypresses are OS assigned and not UI available.
I don't want to start reg hacking in my random ways if someone has more experience, or better software ideas, and would be willing to share it.
(I keep my unit in the case without the buttons locked when it's in standby, so if I hit a hdwe key, I only have to do that once to get a specific Mortbutton menu up. 2 gestures to anything is my goal. Hbutton often can allow only 1, but I only get 2 keys out of it CommMgr/Record & Camera, my "IE" button longpress seems to be commandeered by VueFlo (cute but pretty useless). If I use that the AEBPlus doesn't seem to work on the other keys.)
UPDATE: I reinstalled AEBPlus, this time with the PC/Activesync installer instead of the cab. The cab installation I did didn't seem to change things. In any case, AEBPlus is working now.
Thanks!
Janis said:
The lack of hardware keys (without the keyboard attatched) on the x7501 was my biggest reservation while deciding to buy it. Now I'm having trouble with AEBPlus and HButton (would be perfect if I could use AEBPlus & assgn Hbuttons to the Long Press mode, but it doesn't work). I can't seem to get the flexibilty in button assignments like I had wiith my wizard, I think because a lot of the long keypresses are OS assigned and not UI available.
I don't want to start reg hacking in my random ways if someone has more experience, or better software ideas, and would be willing to share it.
(I keep my unit in the case without the buttons locked when it's in standby, so if I hit a hdwe key, I only have to do that once to get a specific Mortbutton menu up. 2 gestures to anything is my goal. Hbutton often can allow only 1, but I only get 2 keys out of it CommMgr/Record & Camera, my "IE" button longpress seems to be commandeered by VueFlo (cute but pretty useless). If I use that the AEBPlus doesn't seem to work on the other keys.)
Thanks!
Click to expand...
Click to collapse
AEButton will generally do long presses, double presses, and triple presses... if they are available. As you mention, this seems to be a hardware problem. Example, the "e" (internet) button uses the long press to activate/deactivate the motion sensor within your browser.
As a former Wizard owner, I know where you are coming from. Remapping the "e", "record", and "Win" buttons has given me about 9 quick launches, one of which is WkTask which gives another 12 on a pop-up panel--not to mention showing all open windows on the top bar. Also, the big screen makes iLauncher usable. And I still use good-ole SmallMenu. So I'm doing OK with opening things quickly. But I do miss having all those button launches from the Wizard.
Doing better
HButton and AEBPlus don't play well together at all.
I'm on AEBPlus, post flash, and don't get any long-presses, but I have 3 possiblilities on each of the buttons. Along with MortButtons and actually using the CommMgr instead of hdwe keys, I seem to be getting along well enough.
I had the basic edit commands (select all, copy, cut, paste) assigned to a key in AEBPlus, and turn on/off BT and WiFi. That's what I miss. I use MortButtons for it now, so it's a two-step process, but it works.
The problem with "long keypress'es" for many buttons like Ok/Win/VueFlo etc) is caused by keyboard driver implementation and may not be resolved on application level. The button driver returns both "key was pressed" and "keys was released" events simultaneously, right after button was phisically released. So application could not define time period button was in pressed state to decide if it was long or short keypress...
As for BPlus configuration for my Athena (I have no keyboard at al and use bplus only):
* Button 2 (40C2): (IE button)
1: Call default handler
2: "Messaging"
3: "Notes"
* Button 3 (40C3): (wireless manager)
1: Rotate Screen
2: Show Actions Menu
3: Switch Flashlight Off/On
* OK key (4075):
1: Press Green Button
2: "Contacts"
3: "Calendar"
* Windows key (405B):
1: "Notes"
2: "File Explorer"
3: Show Actions Menu
* Enter/Action (000D):
1: Call default handler
Long: Task Manager
* Volume Up (0075):
Change volume or...
1: Volume Up
2: Backlight Up
Long: Backlight Level 10
* Volume Down (0076):
Change volume or...
1: Volume Down
2: Backlight Down
Long: Backlight Level 1
Action menu items:
Rotate Screen
Switch BlueTooth off/on
Switch WiFi Off/On
Trigger Online
Disable "Power off if not used"...
Device Lock
Click to expand...
Click to collapse
P.S.: I reviewed this forum very occasionaly so you'd better to ask me via e-mail if any
AE, love the program but have one problem. The "ok/close" function is never "close", just always "ok".
The only way that I know of to map the OK button to really be "ok/close" is to configure an hbutton key to be "ok/close" and then use AEbplus to make that hbutton.lnk to the OK key. It's a bit convoluted and requires both programs being loaded and running (hbutton uses more memory than aebplus), but it's the only way to make it work.
Any way to fix the "ok/close" function in AEbplus? Even when there is an "X" in the upper right corner, AEbplus only minimizes the app, never closes.
Has anyone tried remapping or assigning the keyboard buttons to launch applications?
===
Is it possible to get the Half-Press-Function of the Camera-Button assigned for normal working(windows-mode, not camera-mode)??
greetz

1 button 2 function app?

hi i remeber there was a free app that allowed to set one hardware button to have 2 functions ie short press and long press, does anyone know where the link/post is for the app? or even a app i can buy?
AeButton Plus
http://ae.inc.ru/aebplus.php
fards said:
AeButton Plus
http://ae.inc.ru/aebplus.php
Click to expand...
Click to collapse
cheers mate
Wow - this aebplus is the most useful app I have found for the xperia.. definitely worth the $7 i paid for registration. i hate relying on the touchscreen since one, it is more difficult to find the buttons, and two, the touchscreen doesn't always respond immediately or accurately. navigating using the crappy windows media interface is a thing of the past and works better than inconsistent navigation of the touchflo or spb shell interfaces.
here's how i've set mine up so that i almost never have to use the touchscreen and can do everything in a few button presses
left silver key - press once - opens up messaging to get to e-mails
left silver key - press twice - opens up start menu (can get to the five or so programs stickied there or go to programs and settings with the d-pad)
left silver key - long press - opens up comm manager (not needed much since i can toggle wifi and bluetooth with the action list)
right silver key - press once - MS voice command
right silver key - press twice - open task manager to switch b/w apps
ok button - press twice - opens up action list (rotate screen, toggle bluetooth/wifi, soft reset, turn off
end button - press twice - close active application
Hello,
I also bought this usful application. But I have problems to configure the "panel" button.
I added the panel button and configure it. When I press the button, the configured action is executed, but the panel is also still executed
Any ideas?
stefan
SCtud said:
Wow - this aebplus is the most useful app I have found for the xperia.. definitely worth the $7 i paid for registration. i hate relying on the touchscreen since one, it is more difficult to find the buttons, and two, the touchscreen doesn't always respond immediately or accurately. navigating using the crappy windows media interface is a thing of the past and works better than inconsistent navigation of the touchflo or spb shell interfaces.
here's how i've set mine up so that i almost never have to use the touchscreen and can do everything in a few button presses
left silver key - press once - opens up messaging to get to e-mails
left silver key - press twice - opens up start menu (can get to the five or so programs stickied there or go to programs and settings with the d-pad)
left silver key - long press - opens up comm manager (not needed much since i can toggle wifi and bluetooth with the action list)
right silver key - press once - MS voice command
right silver key - press twice - open task manager to switch b/w apps
ok button - press twice - opens up action list (rotate screen, toggle bluetooth/wifi, soft reset, turn off
end button - press twice - close active application
Click to expand...
Click to collapse
i think you may be stuck with the panels button being unmappable right now. let's hope someone can figure it out though.
might be best to speak to the apps developers to get X1 support built in to allow the panel button remapping.
I sent Alexander an email and he answered yesterday. I got the following answer:
My understanding is, that he is not able to solve the problem because the button is processed on driver level. So we have to find a solution to disable this part of the driver which sounds not so easy to handle....
Bad news for me because I didn't use the panels...
stefan
--------------
Hello Stefan,
Thanks, it is always nice to know if you find this utility useful.
As for the “panel” button. The behaviour you describe most likely caused by “panel” button is processed on a driver level. This makes it impossible to disable original functionality by method BPlus uses.
So you could just search for another solution and it probably is in forums already. I have no X1 somewhere around to play with (unfortunately) but could suggest 2 ideas:
- Usually this “driver-level” functionality finally starts an application placed in /Windows/ folder. You could find this application (or link sometimes) and overwrite with “empty” application or link. Sometime it will require .CAB file creation due to ROM file protection.
- or default application to run on “panel” press could be specified in registry. Just search the registry for it and change to do nothing.
There are other approaches for “default” action possible but above are most simple and well-known.
Regards,
Alexander
--------------
fards said:
might be best to speak to the apps developers to get X1 support built in to allow the panel button remapping.
Click to expand...
Click to collapse
SCtud said:
right silver key - press once - MS voice command
Click to expand...
Click to collapse
I can't see Voice Command showing up as a possible mapping. I had it mapped to the right silver key before I installed AEBPlus but it does not show in the dropdowns of AEBPlus as an app or anything else. Have I missed something?
http://chomikuj.pl/xcoom/HTC+Touch+Diamond/Programy/HButton/HButton_2.3_WM5.CAB
HButton
1 button 5 app
norm2002 said:
I can't see Voice Command showing up as a possible mapping. I had it mapped to the right silver key before I installed AEBPlus but it does not show in the dropdowns of AEBPlus as an app or anything else. Have I missed something?
Click to expand...
Click to collapse
you gotta have the setting for single click to run the application. the file you want to run is in \Program Files\MS Voice Command\voicecmd.exe
SCtud said:
Wow - this aebplus is the most useful app I have found for the xperia.. definitely worth the $7 i paid for registration. i hate relying on the touchscreen since one, it is more difficult to find the buttons, and two, the touchscreen doesn't always respond immediately or accurately. navigating using the crappy windows media interface is a thing of the past and works better than inconsistent navigation of the touchflo or spb shell interfaces.
here's how i've set mine up so that i almost never have to use the touchscreen and can do everything in a few button presses
left silver key - press once - opens up messaging to get to e-mails
left silver key - press twice - opens up start menu (can get to the five or so programs stickied there or go to programs and settings with the d-pad)
left silver key - long press - opens up comm manager (not needed much since i can toggle wifi and bluetooth with the action list)
right silver key - press once - MS voice command
right silver key - press twice - open task manager to switch b/w apps
ok button - press twice - opens up action list (rotate screen, toggle bluetooth/wifi, soft reset, turn off
end button - press twice - close active application
Click to expand...
Click to collapse
HI,
What is the version of MS voice command are you using?
SCtud said:
Wow - this aebplus is the most useful app I have found for the xperia.. definitely worth the $7 i paid for registration. i hate relying on the touchscreen since one, it is more difficult to find the buttons, and two, the touchscreen doesn't always respond immediately or accurately. navigating using the crappy windows media interface is a thing of the past and works better than inconsistent navigation of the touchflo or spb shell interfaces.
here's how i've set mine up so that i almost never have to use the touchscreen and can do everything in a few button presses
left silver key - press once - opens up messaging to get to e-mails
left silver key - press twice - opens up start menu (can get to the five or so programs stickied there or go to programs and settings with the d-pad)
left silver key - long press - opens up comm manager (not needed much since i can toggle wifi and bluetooth with the action list)
right silver key - press once - MS voice command
right silver key - press twice - open task manager to switch b/w apps
ok button - press twice - opens up action list (rotate screen, toggle bluetooth/wifi, soft reset, turn off
end button - press twice - close active application
Click to expand...
Click to collapse
How're you doing with battery life? Some people notice their battery dies quicker, some don't and I unfortunately fall into the former group. It's definitely one of the most useful thing I have ever bought but had to uninstall as my battery was draining fairly quicker than usual, shame though.
You can also try my X1ButtonMapper app that can be found in this forum. It allows for assigning long press actions for softkey and volume rocker. Besides that, it allows for Ok short and long press remapping, mapping missing Fn+Key, Setting Ctrl on keyboard and some more. It is for free and I haven't had and heard about any battery drain issue.
I recommend X1ButtonMapper it extends the keyboard and other buttons. Check it out!
http://forum.xda-developers.com/showthread.php?t=464595

Categories

Resources